diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..0da3bb0
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Marc Shilling
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/android/build.gradle b/android/build.gradle
new file mode 100644
index 0000000..4685c2d
--- /dev/null
+++ b/android/build.gradle
@@ -0,0 +1,43 @@
+import groovy.json.JsonSlurper
+
+def computeVersionName() {
+ // dynamically retrieve version from package.json
+ def slurper = new JsonSlurper()
+ def json = slurper.parse(file('../package.json'), "utf-8")
+ return json.version
+}
+
+buildscript {
+ repositories {
+ jcenter()
+ }
+
+ dependencies {
+ classpath 'com.android.tools.build:gradle:1.1.3'
+ }
+}
+
+apply plugin: 'com.android.library'
+
+android {
+ compileSdkVersion 23
+ buildToolsVersion "23.0.1"
+
+ defaultConfig {
+ minSdkVersion 16
+ targetSdkVersion 22
+ versionCode 1
+ versionName computeVersionName()
+ }
+ lintOptions {
+ abortOnError false
+ }
+}
+
+repositories {
+ mavenCentral()
+}
+
+dependencies {
+ compile 'com.facebook.react:react-native:0.20.+'
+}
diff --git a/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java b/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java
new file mode 100644
index 0000000..a8bd6cd
--- /dev/null
+++ b/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.imagepicker.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.imagepicker.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "0.18.1";
+}
diff --git a/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java b/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java
new file mode 100644
index 0000000..966a0e6
--- /dev/null
+++ b/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.imagepicker;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.imagepicker";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "0.18.1";
+}
diff --git a/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java b/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java
new file mode 100644
index 0000000..6c7c332
--- /dev/null
+++ b/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.imagepicker;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = false;
+ public static final String APPLICATION_ID = "com.imagepicker";
+ public static final String BUILD_TYPE = "release";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "0.18.1";
+}
diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java
new file mode 100644
index 0000000..b391c35
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java
@@ -0,0 +1,1222 @@
+/* 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 = 0x7f01007e;
+ public static final int actionBarItemBackground = 0x7f01007f;
+ public static final int actionBarPopupTheme = 0x7f010078;
+ public static final int actionBarSize = 0x7f01007d;
+ public static final int actionBarSplitStyle = 0x7f01007a;
+ public static final int actionBarStyle = 0x7f010079;
+ public static final int actionBarTabBarStyle = 0x7f010074;
+ public static final int actionBarTabStyle = 0x7f010073;
+ public static final int actionBarTabTextStyle = 0x7f010075;
+ public static final int actionBarTheme = 0x7f01007b;
+ public static final int actionBarWidgetTheme = 0x7f01007c;
+ public static final int actionButtonStyle = 0x7f010098;
+ public static final int actionDropDownStyle = 0x7f010094;
+ public static final int actionLayout = 0x7f01004b;
+ public static final int actionMenuTextAppearance = 0x7f010080;
+ public static final int actionMenuTextColor = 0x7f010081;
+ public static final int actionModeBackground = 0x7f010084;
+ public static final int actionModeCloseButtonStyle = 0x7f010083;
+ public static final int actionModeCloseDrawable = 0x7f010086;
+ public static final int actionModeCopyDrawable = 0x7f010088;
+ public static final int actionModeCutDrawable = 0x7f010087;
+ public static final int actionModeFindDrawable = 0x7f01008c;
+ public static final int actionModePasteDrawable = 0x7f010089;
+ public static final int actionModePopupWindowStyle = 0x7f01008e;
+ public static final int actionModeSelectAllDrawable = 0x7f01008a;
+ public static final int actionModeShareDrawable = 0x7f01008b;
+ public static final int actionModeSplitBackground = 0x7f010085;
+ public static final int actionModeStyle = 0x7f010082;
+ public static final int actionModeWebSearchDrawable = 0x7f01008d;
+ public static final int actionOverflowButtonStyle = 0x7f010076;
+ public static final int actionOverflowMenuStyle = 0x7f010077;
+ public static final int actionProviderClass = 0x7f01004d;
+ public static final int actionViewClass = 0x7f01004c;
+ public static final int activityChooserViewStyle = 0x7f0100a0;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100c2;
+ public static final int alertDialogCenterButtons = 0x7f0100c3;
+ public static final int alertDialogStyle = 0x7f0100c1;
+ public static final int alertDialogTheme = 0x7f0100c4;
+ public static final int arrowHeadLength = 0x7f01002b;
+ public static final int arrowShaftLength = 0x7f01002c;
+ public static final int autoCompleteTextViewStyle = 0x7f0100c9;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100e5;
+ public static final int backgroundTintMode = 0x7f0100e6;
+ public static final int barLength = 0x7f01002d;
+ public static final int borderlessButtonStyle = 0x7f01009d;
+ public static final int buttonBarButtonStyle = 0x7f01009a;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100c7;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100c8;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100c6;
+ public static final int buttonBarStyle = 0x7f010099;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ca;
+ public static final int buttonStyleSmall = 0x7f0100cb;
+ public static final int buttonTint = 0x7f010025;
+ public static final int buttonTintMode = 0x7f010026;
+ public static final int checkboxStyle = 0x7f0100cc;
+ public static final int checkedTextViewStyle = 0x7f0100cd;
+ public static final int closeIcon = 0x7f010059;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100dc;
+ public static final int collapseIcon = 0x7f0100db;
+ public static final int color = 0x7f010027;
+ public static final int colorAccent = 0x7f0100ba;
+ public static final int colorButtonNormal = 0x7f0100be;
+ public static final int colorControlActivated = 0x7f0100bc;
+ public static final int colorControlHighlight = 0x7f0100bd;
+ public static final int colorControlNormal = 0x7f0100bb;
+ public static final int colorPrimary = 0x7f0100b8;
+ public static final int colorPrimaryDark = 0x7f0100b9;
+ public static final int colorSwitchThumbNormal = 0x7f0100bf;
+ public static final int commitIcon = 0x7f01005e;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int controlBackground = 0x7f0100c0;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int defaultQueryHint = 0x7f010058;
+ public static final int dialogPreferredPadding = 0x7f010092;
+ public static final int dialogTheme = 0x7f010091;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f01009f;
+ public static final int dividerPadding = 0x7f010049;
+ public static final int dividerVertical = 0x7f01009e;
+ public static final int drawableSize = 0x7f010029;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f0100b0;
+ public static final int dropdownListPreferredItemHeight = 0x7f010095;
+ public static final int editTextBackground = 0x7f0100a6;
+ public static final int editTextColor = 0x7f0100a5;
+ public static final int editTextStyle = 0x7f0100ce;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f01002a;
+ public static final int goIcon = 0x7f01005a;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f010097;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010056;
+ 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 = 0x7f010055;
+ public static final int listChoiceBackgroundIndicator = 0x7f0100b7;
+ public static final int listDividerAlertDialog = 0x7f010093;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f0100b1;
+ public static final int listPreferredItemHeight = 0x7f0100ab;
+ public static final int listPreferredItemHeightLarge = 0x7f0100ad;
+ public static final int listPreferredItemHeightSmall = 0x7f0100ac;
+ public static final int listPreferredItemPaddingLeft = 0x7f0100ae;
+ public static final int listPreferredItemPaddingRight = 0x7f0100af;
+ public static final int logo = 0x7f01000a;
+ public static final int logoDescription = 0x7f0100df;
+ public static final int maxButtonHeight = 0x7f0100da;
+ public static final int measureWithLargestChild = 0x7f010047;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100de;
+ public static final int navigationIcon = 0x7f0100dd;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f01004f;
+ public static final int paddingEnd = 0x7f0100e3;
+ public static final int paddingStart = 0x7f0100e2;
+ public static final int panelBackground = 0x7f0100b4;
+ public static final int panelMenuListTheme = 0x7f0100b6;
+ public static final int panelMenuListWidth = 0x7f0100b5;
+ public static final int popupMenuStyle = 0x7f0100a3;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f0100a4;
+ public static final int preserveIconSpacing = 0x7f01004e;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int queryBackground = 0x7f010060;
+ public static final int queryHint = 0x7f010057;
+ public static final int radioButtonStyle = 0x7f0100cf;
+ public static final int ratingBarStyle = 0x7f0100d0;
+ public static final int searchHintIcon = 0x7f01005c;
+ public static final int searchIcon = 0x7f01005b;
+ public static final int searchViewStyle = 0x7f0100aa;
+ public static final int selectableItemBackground = 0x7f01009b;
+ public static final int selectableItemBackgroundBorderless = 0x7f01009c;
+ public static final int showAsAction = 0x7f01004a;
+ public static final int showDividers = 0x7f010048;
+ public static final int showText = 0x7f010068;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spinBars = 0x7f010028;
+ public static final int spinnerDropDownItemStyle = 0x7f010096;
+ public static final int spinnerStyle = 0x7f0100d1;
+ public static final int splitTrack = 0x7f010067;
+ public static final int state_above_anchor = 0x7f010050;
+ public static final int submitBackground = 0x7f010061;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100d4;
+ public static final int subtitleTextColor = 0x7f0100e1;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f01005f;
+ public static final int switchMinWidth = 0x7f010065;
+ public static final int switchPadding = 0x7f010066;
+ public static final int switchStyle = 0x7f0100d2;
+ public static final int switchTextAppearance = 0x7f010064;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f01008f;
+ public static final int textAppearanceListItem = 0x7f0100b2;
+ public static final int textAppearanceListItemSmall = 0x7f0100b3;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8;
+ public static final int textAppearanceSearchResultTitle = 0x7f0100a7;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010090;
+ public static final int textColorAlertDialogListItem = 0x7f0100c5;
+ public static final int textColorSearchUrl = 0x7f0100a9;
+ public static final int theme = 0x7f0100e4;
+ public static final int thickness = 0x7f01002e;
+ public static final int thumbTextPadding = 0x7f010063;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100d9;
+ public static final int titleMarginEnd = 0x7f0100d7;
+ public static final int titleMarginStart = 0x7f0100d6;
+ public static final int titleMarginTop = 0x7f0100d8;
+ public static final int titleMargins = 0x7f0100d5;
+ public static final int titleTextAppearance = 0x7f0100d3;
+ public static final int titleTextColor = 0x7f0100e0;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f0100a2;
+ public static final int toolbarStyle = 0x7f0100a1;
+ public static final int track = 0x7f010062;
+ public static final int voiceIcon = 0x7f01005d;
+ public static final int windowActionBar = 0x7f010069;
+ public static final int windowActionBarOverlay = 0x7f01006b;
+ public static final int windowActionModeOverlay = 0x7f01006c;
+ public static final int windowFixedHeightMajor = 0x7f010070;
+ public static final int windowFixedHeightMinor = 0x7f01006e;
+ public static final int windowFixedWidthMajor = 0x7f01006d;
+ public static final int windowFixedWidthMinor = 0x7f01006f;
+ public static final int windowMinWidthMajor = 0x7f010071;
+ public static final int windowMinWidthMinor = 0x7f010072;
+ public static final int windowNoTitle = 0x7f01006a;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f090002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f090004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c;
+ public static final int abc_color_highlight_material = 0x7f0b003d;
+ public static final int abc_input_method_navigation_guard = 0x7f0b0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f;
+ public static final int abc_primary_text_material_dark = 0x7f0b0040;
+ public static final int abc_primary_text_material_light = 0x7f0b0041;
+ public static final int abc_search_url_text = 0x7f0b0042;
+ public static final int abc_search_url_text_normal = 0x7f0b0001;
+ public static final int abc_search_url_text_pressed = 0x7f0b0002;
+ public static final int abc_search_url_text_selected = 0x7f0b0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0b0043;
+ public static final int abc_secondary_text_material_light = 0x7f0b0044;
+ public static final int accent_material_dark = 0x7f0b0004;
+ public static final int accent_material_light = 0x7f0b0005;
+ public static final int background_floating_material_dark = 0x7f0b0006;
+ public static final int background_floating_material_light = 0x7f0b0007;
+ public static final int background_material_dark = 0x7f0b0008;
+ public static final int background_material_light = 0x7f0b0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0b000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f0b000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0b000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f0b000d;
+ public static final int bright_foreground_material_dark = 0x7f0b000e;
+ public static final int bright_foreground_material_light = 0x7f0b000f;
+ public static final int button_material_dark = 0x7f0b0010;
+ public static final int button_material_light = 0x7f0b0011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0b0013;
+ public static final int dim_foreground_disabled_material_light = 0x7f0b0014;
+ public static final int dim_foreground_material_dark = 0x7f0b0015;
+ public static final int dim_foreground_material_light = 0x7f0b0016;
+ public static final int foreground_material_dark = 0x7f0b0017;
+ public static final int foreground_material_light = 0x7f0b0018;
+ public static final int highlighted_text_material_dark = 0x7f0b0019;
+ public static final int highlighted_text_material_light = 0x7f0b001a;
+ public static final int hint_foreground_material_dark = 0x7f0b001b;
+ public static final int hint_foreground_material_light = 0x7f0b001c;
+ public static final int material_blue_grey_800 = 0x7f0b001d;
+ public static final int material_blue_grey_900 = 0x7f0b001e;
+ public static final int material_blue_grey_950 = 0x7f0b001f;
+ public static final int material_deep_teal_200 = 0x7f0b0020;
+ public static final int material_deep_teal_500 = 0x7f0b0021;
+ public static final int material_grey_100 = 0x7f0b0022;
+ public static final int material_grey_300 = 0x7f0b0023;
+ public static final int material_grey_50 = 0x7f0b0024;
+ public static final int material_grey_600 = 0x7f0b0025;
+ public static final int material_grey_800 = 0x7f0b0026;
+ public static final int material_grey_850 = 0x7f0b0027;
+ public static final int material_grey_900 = 0x7f0b0028;
+ public static final int primary_dark_material_dark = 0x7f0b0029;
+ public static final int primary_dark_material_light = 0x7f0b002a;
+ public static final int primary_material_dark = 0x7f0b002b;
+ public static final int primary_material_light = 0x7f0b002c;
+ public static final int primary_text_default_material_dark = 0x7f0b002d;
+ public static final int primary_text_default_material_light = 0x7f0b002e;
+ public static final int primary_text_disabled_material_dark = 0x7f0b002f;
+ public static final int primary_text_disabled_material_light = 0x7f0b0030;
+ public static final int ripple_material_dark = 0x7f0b0031;
+ public static final int ripple_material_light = 0x7f0b0032;
+ public static final int secondary_text_default_material_dark = 0x7f0b0033;
+ public static final int secondary_text_default_material_light = 0x7f0b0034;
+ public static final int secondary_text_disabled_material_dark = 0x7f0b0035;
+ public static final int secondary_text_disabled_material_light = 0x7f0b0036;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0b0037;
+ public static final int switch_thumb_disabled_material_light = 0x7f0b0038;
+ public static final int switch_thumb_material_dark = 0x7f0b0045;
+ public static final int switch_thumb_material_light = 0x7f0b0046;
+ public static final int switch_thumb_normal_material_dark = 0x7f0b0039;
+ public static final int switch_thumb_normal_material_light = 0x7f0b003a;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f07000b;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_end_material = 0x7f07000c;
+ public static final int abc_action_bar_default_padding_start_material = 0x7f07000d;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070002;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070012;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015;
+ public static final int abc_action_button_min_height_material = 0x7f070016;
+ public static final int abc_action_button_min_width_material = 0x7f070017;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f070018;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f070000;
+ public static final int abc_button_inset_horizontal_material = 0x7f070019;
+ public static final int abc_button_inset_vertical_material = 0x7f07001a;
+ public static final int abc_button_padding_horizontal_material = 0x7f07001b;
+ public static final int abc_button_padding_vertical_material = 0x7f07001c;
+ public static final int abc_config_prefDialogWidth = 0x7f070005;
+ public static final int abc_control_corner_material = 0x7f07001d;
+ public static final int abc_control_inset_material = 0x7f07001e;
+ public static final int abc_control_padding_material = 0x7f07001f;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070020;
+ public static final int abc_dialog_min_width_major = 0x7f070021;
+ public static final int abc_dialog_min_width_minor = 0x7f070022;
+ public static final int abc_dialog_padding_material = 0x7f070023;
+ public static final int abc_dialog_padding_top_material = 0x7f070024;
+ public static final int abc_disabled_alpha_material_dark = 0x7f070025;
+ public static final int abc_disabled_alpha_material_light = 0x7f070026;
+ public static final int abc_dropdownitem_icon_width = 0x7f070027;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070028;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070029;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f07002a;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b;
+ public static final int abc_edit_text_inset_top_material = 0x7f07002c;
+ public static final int abc_floating_window_z = 0x7f07002d;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f07002e;
+ public static final int abc_panel_menu_list_width = 0x7f07002f;
+ public static final int abc_search_view_preferred_width = 0x7f070030;
+ public static final int abc_search_view_text_min_width = 0x7f070006;
+ public static final int abc_switch_padding = 0x7f07000e;
+ public static final int abc_text_size_body_1_material = 0x7f070031;
+ public static final int abc_text_size_body_2_material = 0x7f070032;
+ public static final int abc_text_size_button_material = 0x7f070033;
+ public static final int abc_text_size_caption_material = 0x7f070034;
+ public static final int abc_text_size_display_1_material = 0x7f070035;
+ public static final int abc_text_size_display_2_material = 0x7f070036;
+ public static final int abc_text_size_display_3_material = 0x7f070037;
+ public static final int abc_text_size_display_4_material = 0x7f070038;
+ public static final int abc_text_size_headline_material = 0x7f070039;
+ public static final int abc_text_size_large_material = 0x7f07003a;
+ public static final int abc_text_size_medium_material = 0x7f07003b;
+ public static final int abc_text_size_menu_material = 0x7f07003c;
+ public static final int abc_text_size_small_material = 0x7f07003d;
+ public static final int abc_text_size_subhead_material = 0x7f07003e;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003;
+ public static final int abc_text_size_title_material = 0x7f07003f;
+ public static final int abc_text_size_title_material_toolbar = 0x7f070004;
+ public static final int dialog_fixed_height_major = 0x7f070007;
+ public static final int dialog_fixed_height_minor = 0x7f070008;
+ public static final int dialog_fixed_width_major = 0x7f070009;
+ public static final int dialog_fixed_width_minor = 0x7f07000a;
+ public static final int disabled_alpha_material_dark = 0x7f070040;
+ public static final int disabled_alpha_material_light = 0x7f070041;
+ public static final int highlight_alpha_material_colored = 0x7f070042;
+ public static final int highlight_alpha_material_dark = 0x7f070043;
+ public static final int highlight_alpha_material_light = 0x7f070044;
+ public static final int notification_large_icon_height = 0x7f070046;
+ public static final int notification_large_icon_width = 0x7f070047;
+ public static final int notification_subtext_size = 0x7f070048;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_action_bar_item_background_material = 0x7f020001;
+ public static final int abc_btn_borderless_material = 0x7f020002;
+ public static final int abc_btn_check_material = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
+ public static final int abc_btn_colored_material = 0x7f020006;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020007;
+ public static final int abc_btn_radio_material = 0x7f020008;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
+ public static final int abc_cab_background_internal_bg = 0x7f02000f;
+ public static final int abc_cab_background_top_material = 0x7f020010;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011;
+ public static final int abc_control_background_material = 0x7f020012;
+ public static final int abc_dialog_material_background_dark = 0x7f020013;
+ public static final int abc_dialog_material_background_light = 0x7f020014;
+ public static final int abc_edit_text_material = 0x7f020015;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020017;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
+ public static final int abc_item_background_holo_dark = 0x7f020022;
+ public static final int abc_item_background_holo_light = 0x7f020023;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020024;
+ public static final int abc_list_focused_holo = 0x7f020025;
+ public static final int abc_list_longpressed_holo = 0x7f020026;
+ public static final int abc_list_pressed_holo_dark = 0x7f020027;
+ public static final int abc_list_pressed_holo_light = 0x7f020028;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f02002c;
+ public static final int abc_list_selector_holo_dark = 0x7f02002d;
+ public static final int abc_list_selector_holo_light = 0x7f02002e;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
+ public static final int abc_popup_background_mtrl_mult = 0x7f020030;
+ public static final int abc_ratingbar_full_material = 0x7f020031;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f020032;
+ public static final int abc_spinner_textfield_background_material = 0x7f020033;
+ public static final int abc_switch_thumb_material = 0x7f020034;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020035;
+ public static final int abc_tab_indicator_material = 0x7f020036;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037;
+ public static final int abc_text_cursor_material = 0x7f020038;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
+ public static final int abc_textfield_search_material = 0x7f02003d;
+ public static final int notification_template_icon_bg = 0x7f02003e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0c0057;
+ public static final int action_bar = 0x7f0c0047;
+ public static final int action_bar_activity_content = 0x7f0c0000;
+ public static final int action_bar_container = 0x7f0c0046;
+ public static final int action_bar_root = 0x7f0c0042;
+ public static final int action_bar_spinner = 0x7f0c0001;
+ public static final int action_bar_subtitle = 0x7f0c002b;
+ public static final int action_bar_title = 0x7f0c002a;
+ public static final int action_context_bar = 0x7f0c0048;
+ public static final int action_divider = 0x7f0c005b;
+ public static final int action_menu_divider = 0x7f0c0002;
+ public static final int action_menu_presenter = 0x7f0c0003;
+ public static final int action_mode_bar = 0x7f0c0044;
+ public static final int action_mode_bar_stub = 0x7f0c0043;
+ public static final int action_mode_close_button = 0x7f0c002c;
+ public static final int activity_chooser_view_content = 0x7f0c002d;
+ public static final int alertTitle = 0x7f0c0037;
+ public static final int always = 0x7f0c0024;
+ public static final int beginning = 0x7f0c0021;
+ public static final int buttonPanel = 0x7f0c003d;
+ public static final int cancel_action = 0x7f0c0058;
+ public static final int checkbox = 0x7f0c003f;
+ public static final int chronometer = 0x7f0c005e;
+ public static final int collapseActionView = 0x7f0c0025;
+ public static final int contentPanel = 0x7f0c0038;
+ public static final int custom = 0x7f0c003c;
+ public static final int customPanel = 0x7f0c003b;
+ public static final int decor_content_parent = 0x7f0c0045;
+ public static final int default_activity_button = 0x7f0c0030;
+ public static final int disableHome = 0x7f0c000d;
+ public static final int edit_query = 0x7f0c0049;
+ public static final int end = 0x7f0c0022;
+ public static final int end_padder = 0x7f0c0063;
+ public static final int expand_activities_button = 0x7f0c002e;
+ public static final int expanded_menu = 0x7f0c003e;
+ public static final int home = 0x7f0c0004;
+ public static final int homeAsUp = 0x7f0c000e;
+ public static final int icon = 0x7f0c0032;
+ public static final int ifRoom = 0x7f0c0026;
+ public static final int image = 0x7f0c002f;
+ public static final int info = 0x7f0c0062;
+ public static final int line1 = 0x7f0c005c;
+ public static final int line3 = 0x7f0c0060;
+ public static final int listMode = 0x7f0c000a;
+ public static final int list_item = 0x7f0c0031;
+ public static final int media_actions = 0x7f0c005a;
+ public static final int middle = 0x7f0c0023;
+ public static final int multiply = 0x7f0c0014;
+ public static final int never = 0x7f0c0027;
+ public static final int none = 0x7f0c000f;
+ public static final int normal = 0x7f0c000b;
+ public static final int parentPanel = 0x7f0c0034;
+ public static final int progress_circular = 0x7f0c0006;
+ public static final int progress_horizontal = 0x7f0c0007;
+ public static final int radio = 0x7f0c0041;
+ public static final int screen = 0x7f0c0015;
+ public static final int scrollView = 0x7f0c0039;
+ public static final int search_badge = 0x7f0c004b;
+ public static final int search_bar = 0x7f0c004a;
+ public static final int search_button = 0x7f0c004c;
+ public static final int search_close_btn = 0x7f0c0051;
+ public static final int search_edit_frame = 0x7f0c004d;
+ public static final int search_go_btn = 0x7f0c0053;
+ public static final int search_mag_icon = 0x7f0c004e;
+ public static final int search_plate = 0x7f0c004f;
+ public static final int search_src_text = 0x7f0c0050;
+ public static final int search_voice_btn = 0x7f0c0054;
+ public static final int select_dialog_listview = 0x7f0c0055;
+ public static final int shortcut = 0x7f0c0040;
+ public static final int showCustom = 0x7f0c0010;
+ public static final int showHome = 0x7f0c0011;
+ public static final int showTitle = 0x7f0c0012;
+ public static final int split_action_bar = 0x7f0c0008;
+ public static final int src_atop = 0x7f0c0016;
+ public static final int src_in = 0x7f0c0017;
+ public static final int src_over = 0x7f0c0018;
+ public static final int status_bar_latest_event_content = 0x7f0c0059;
+ public static final int submit_area = 0x7f0c0052;
+ public static final int tabMode = 0x7f0c000c;
+ public static final int text = 0x7f0c0061;
+ public static final int text2 = 0x7f0c005f;
+ public static final int textSpacerNoButtons = 0x7f0c003a;
+ public static final int time = 0x7f0c005d;
+ public static final int title = 0x7f0c0033;
+ public static final int title_template = 0x7f0c0036;
+ public static final int topPanel = 0x7f0c0035;
+ public static final int up = 0x7f0c0009;
+ public static final int useLogo = 0x7f0c0013;
+ public static final int withText = 0x7f0c0028;
+ public static final int wrap_content = 0x7f0c0029;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0a0001;
+ public static final int abc_config_activityShortDur = 0x7f0a0002;
+ public static final int abc_max_action_buttons = 0x7f0a0000;
+ public static final int cancel_button_image_alpha = 0x7f0a0003;
+ public static final int status_bar_notification_info_maxnum = 0x7f0a0004;
+ }
+ 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 notification_media_action = 0x7f030019;
+ public static final int notification_media_cancel_action = 0x7f03001a;
+ public static final int notification_template_big_media = 0x7f03001b;
+ public static final int notification_template_big_media_narrow = 0x7f03001c;
+ public static final int notification_template_lines = 0x7f03001d;
+ public static final int notification_template_media = 0x7f03001e;
+ public static final int notification_template_part_chronometer = 0x7f03001f;
+ public static final int notification_template_part_time = 0x7f030020;
+ public static final int select_dialog_item_material = 0x7f030024;
+ public static final int select_dialog_multichoice_material = 0x7f030025;
+ public static final int select_dialog_singlechoice_material = 0x7f030026;
+ public static final int support_simple_spinner_dropdown_item = 0x7f030027;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f060000;
+ public static final int abc_action_bar_home_description_format = 0x7f060001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002;
+ public static final int abc_action_bar_up_description = 0x7f060003;
+ public static final int abc_action_menu_overflow_description = 0x7f060004;
+ public static final int abc_action_mode_done = 0x7f060005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f060006;
+ public static final int abc_activitychooserview_choose_application = 0x7f060007;
+ public static final int abc_search_hint = 0x7f060008;
+ public static final int abc_searchview_description_clear = 0x7f060009;
+ public static final int abc_searchview_description_query = 0x7f06000a;
+ public static final int abc_searchview_description_search = 0x7f06000b;
+ public static final int abc_searchview_description_submit = 0x7f06000c;
+ public static final int abc_searchview_description_voice = 0x7f06000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f06000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f06000f;
+ public static final int abc_toolbar_collapse_description = 0x7f060010;
+ public static final int status_bar_notification_info_overflow = 0x7f060011;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f08007a;
+ public static final int AlertDialog_AppCompat_Light = 0x7f08007b;
+ public static final int Animation_AppCompat_Dialog = 0x7f08007c;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f08007d;
+ public static final int Base_AlertDialog_AppCompat = 0x7f08007f;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f080081;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083;
+ public static final int Base_TextAppearance_AppCompat = 0x7f08002d;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f080090;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094;
+ public static final int Base_Theme_AppCompat = 0x7f08004e;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f080009;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b;
+ public static final int Base_Theme_AppCompat_Light = 0x7f08004f;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015;
+ public static final int Base_V21_Theme_AppCompat = 0x7f080050;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053;
+ public static final int Base_V22_Theme_AppCompat = 0x7f080074;
+ public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075;
+ public static final int Base_V23_Theme_AppCompat = 0x7f080077;
+ public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078;
+ public static final int Base_V7_Theme_AppCompat = 0x7f080095;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016;
+ public static final int Base_Widget_AppCompat_Button = 0x7f080059;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0;
+ public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f080017;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f080067;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070;
+ public static final int Platform_AppCompat = 0x7f08000f;
+ public static final int Platform_AppCompat_Light = 0x7f080010;
+ public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073;
+ public static final int Platform_V11_AppCompat = 0x7f080011;
+ public static final int Platform_V11_AppCompat_Light = 0x7f080012;
+ public static final int Platform_V14_AppCompat = 0x7f080019;
+ public static final int Platform_V14_AppCompat_Light = 0x7f08001a;
+ public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b;
+ public static final int TextAppearance_AppCompat = 0x7f0800ab;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0800ae;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0800af;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0800b6;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0800be;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0800c1;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0800c5;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf;
+ public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9;
+ public static final int ThemeOverlay_AppCompat = 0x7f0800ed;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1;
+ public static final int Theme_AppCompat = 0x7f0800db;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc;
+ public static final int Theme_AppCompat_Dialog = 0x7f0800dd;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df;
+ public static final int Theme_AppCompat_Light = 0x7f0800e1;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0800f2;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0800f7;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0800fa;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc;
+ public static final int Widget_AppCompat_Button = 0x7f0800fd;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f080103;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100;
+ public static final int Widget_AppCompat_Button_Colored = 0x7f080101;
+ public static final int Widget_AppCompat_Button_Small = 0x7f080102;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109;
+ public static final int Widget_AppCompat_EditText = 0x7f08010a;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121;
+ public static final int Widget_AppCompat_ListView = 0x7f080122;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f080124;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f080125;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f080127;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f080128;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129;
+ public static final int Widget_AppCompat_RatingBar = 0x7f08012a;
+ public static final int Widget_AppCompat_SearchView = 0x7f08012b;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c;
+ public static final int Widget_AppCompat_Spinner = 0x7f08012d;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131;
+ public static final int Widget_AppCompat_Toolbar = 0x7f080132;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133;
+ }
+ 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, 0x7f010097 };
+ 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[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 };
+ public static final int CompoundButton_android_button = 0;
+ public static final int CompoundButton_buttonTint = 1;
+ public static final int CompoundButton_buttonTintMode = 2;
+ public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
+ public static final int DrawerArrowToggle_arrowHeadLength = 4;
+ public static final int DrawerArrowToggle_arrowShaftLength = 5;
+ public static final int DrawerArrowToggle_barLength = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 };
+ 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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ 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, 0x7f01004e };
+ 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, 0x7f01004f };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010050 };
+ 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, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 8;
+ public static final int SearchView_commitIcon = 13;
+ public static final int SearchView_defaultQueryHint = 7;
+ public static final int SearchView_goIcon = 9;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 15;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 11;
+ public static final int SearchView_searchIcon = 10;
+ public static final int SearchView_submitBackground = 16;
+ public static final int SearchView_suggestionRowLayout = 14;
+ public static final int SearchView_voiceIcon = 12;
+ public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
+ public static final int Spinner_android_dropDownWidth = 2;
+ public static final int Spinner_android_popupBackground = 0;
+ public static final int Spinner_android_prompt = 1;
+ public static final int Spinner_popupTheme = 3;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 };
+ 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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 57;
+ public static final int Theme_alertDialogButtonGroupStyle = 91;
+ public static final int Theme_alertDialogCenterButtons = 92;
+ public static final int Theme_alertDialogStyle = 90;
+ public static final int Theme_alertDialogTheme = 93;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 98;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 96;
+ public static final int Theme_buttonBarNeutralButtonStyle = 97;
+ public static final int Theme_buttonBarPositiveButtonStyle = 95;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 99;
+ public static final int Theme_buttonStyleSmall = 100;
+ public static final int Theme_checkboxStyle = 101;
+ public static final int Theme_checkedTextViewStyle = 102;
+ public static final int Theme_colorAccent = 83;
+ public static final int Theme_colorButtonNormal = 87;
+ public static final int Theme_colorControlActivated = 85;
+ public static final int Theme_colorControlHighlight = 86;
+ public static final int Theme_colorControlNormal = 84;
+ public static final int Theme_colorPrimary = 81;
+ public static final int Theme_colorPrimaryDark = 82;
+ public static final int Theme_colorSwitchThumbNormal = 88;
+ public static final int Theme_controlBackground = 89;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 56;
+ public static final int Theme_dividerVertical = 55;
+ public static final int Theme_dropDownListViewStyle = 73;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 63;
+ public static final int Theme_editTextColor = 62;
+ public static final int Theme_editTextStyle = 103;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 80;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 74;
+ public static final int Theme_listPreferredItemHeight = 68;
+ public static final int Theme_listPreferredItemHeightLarge = 70;
+ public static final int Theme_listPreferredItemHeightSmall = 69;
+ public static final int Theme_listPreferredItemPaddingLeft = 71;
+ public static final int Theme_listPreferredItemPaddingRight = 72;
+ public static final int Theme_panelBackground = 77;
+ public static final int Theme_panelMenuListTheme = 79;
+ public static final int Theme_panelMenuListWidth = 78;
+ public static final int Theme_popupMenuStyle = 60;
+ public static final int Theme_popupWindowStyle = 61;
+ public static final int Theme_radioButtonStyle = 104;
+ public static final int Theme_ratingBarStyle = 105;
+ public static final int Theme_searchViewStyle = 67;
+ 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 = 106;
+ public static final int Theme_switchStyle = 107;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 75;
+ public static final int Theme_textAppearanceListItemSmall = 76;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 65;
+ public static final int Theme_textAppearanceSearchResultTitle = 64;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 94;
+ public static final int Theme_textColorSearchUrl = 66;
+ public static final int Theme_toolbarNavigationButtonStyle = 59;
+ public static final int Theme_toolbarStyle = 58;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 19;
+ public static final int Toolbar_collapseIcon = 18;
+ public static final int Toolbar_contentInsetEnd = 6;
+ public static final int Toolbar_contentInsetLeft = 7;
+ public static final int Toolbar_contentInsetRight = 8;
+ public static final int Toolbar_contentInsetStart = 5;
+ public static final int Toolbar_logo = 4;
+ public static final int Toolbar_logoDescription = 22;
+ public static final int Toolbar_maxButtonHeight = 17;
+ public static final int Toolbar_navigationContentDescription = 21;
+ public static final int Toolbar_navigationIcon = 20;
+ public static final int Toolbar_popupTheme = 9;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 11;
+ public static final int Toolbar_subtitleTextColor = 24;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 16;
+ public static final int Toolbar_titleMarginEnd = 14;
+ public static final int Toolbar_titleMarginStart = 13;
+ public static final int Toolbar_titleMarginTop = 15;
+ public static final int Toolbar_titleMargins = 12;
+ public static final int Toolbar_titleTextAppearance = 10;
+ public static final int Toolbar_titleTextColor = 23;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 };
+ public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 };
+ public static final int ViewBackgroundHelper_android_background = 0;
+ public static final int ViewBackgroundHelper_backgroundTint = 1;
+ public static final int ViewBackgroundHelper_backgroundTintMode = 2;
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java
new file mode 100644
index 0000000..f48806e
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java
@@ -0,0 +1,30 @@
+/* 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.recyclerview;
+
+public final class R {
+ public static final class attr {
+ public static final int layoutManager = 0x7f010051;
+ public static final int reverseLayout = 0x7f010053;
+ public static final int spanCount = 0x7f010052;
+ public static final int stackFromEnd = 0x7f010054;
+ }
+ public static final class dimen {
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
+ }
+ public static final class id {
+ public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
+ }
+ public static final class styleable {
+ public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 };
+ public static final int RecyclerView_android_orientation = 0;
+ public static final int RecyclerView_layoutManager = 1;
+ public static final int RecyclerView_reverseLayout = 3;
+ public static final int RecyclerView_spanCount = 2;
+ public static final int RecyclerView_stackFromEnd = 4;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java
new file mode 100644
index 0000000..fb88b73
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java
@@ -0,0 +1,74 @@
+/* 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.facebook.drawee;
+
+public final class R {
+ public static final class attr {
+ public static final int actualImageScaleType = 0x7f01003a;
+ public static final int backgroundImage = 0x7f01003b;
+ public static final int fadeDuration = 0x7f01002f;
+ public static final int failureImage = 0x7f010035;
+ public static final int failureImageScaleType = 0x7f010036;
+ public static final int overlayImage = 0x7f01003c;
+ public static final int placeholderImage = 0x7f010031;
+ public static final int placeholderImageScaleType = 0x7f010032;
+ public static final int pressedStateOverlayImage = 0x7f01003d;
+ public static final int progressBarAutoRotateInterval = 0x7f010039;
+ public static final int progressBarImage = 0x7f010037;
+ public static final int progressBarImageScaleType = 0x7f010038;
+ public static final int retryImage = 0x7f010033;
+ public static final int retryImageScaleType = 0x7f010034;
+ public static final int roundAsCircle = 0x7f01003e;
+ public static final int roundBottomLeft = 0x7f010043;
+ public static final int roundBottomRight = 0x7f010042;
+ public static final int roundTopLeft = 0x7f010040;
+ public static final int roundTopRight = 0x7f010041;
+ public static final int roundWithOverlayColor = 0x7f010044;
+ public static final int roundedCornerRadius = 0x7f01003f;
+ public static final int roundingBorderColor = 0x7f010046;
+ public static final int roundingBorderWidth = 0x7f010045;
+ public static final int viewAspectRatio = 0x7f010030;
+ }
+ public static final class id {
+ public static final int center = 0x7f0c0019;
+ public static final int centerCrop = 0x7f0c001a;
+ public static final int centerInside = 0x7f0c001b;
+ public static final int fitCenter = 0x7f0c001c;
+ public static final int fitEnd = 0x7f0c001d;
+ public static final int fitStart = 0x7f0c001e;
+ public static final int fitXY = 0x7f0c001f;
+ public static final int focusCrop = 0x7f0c0020;
+ public static final int none = 0x7f0c000f;
+ }
+ public static final class styleable {
+ public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ public static final int GenericDraweeView_backgroundImage = 12;
+ public static final int GenericDraweeView_fadeDuration = 0;
+ public static final int GenericDraweeView_failureImage = 6;
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ public static final int GenericDraweeView_overlayImage = 13;
+ public static final int GenericDraweeView_placeholderImage = 2;
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ public static final int GenericDraweeView_progressBarImage = 8;
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ public static final int GenericDraweeView_retryImage = 4;
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ public static final int GenericDraweeView_roundTopRight = 18;
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java
new file mode 100644
index 0000000..1dcf7d4
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java
@@ -0,0 +1,74 @@
+/* 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.facebook.drawee.backends.pipeline;
+
+public final class R {
+ public static final class attr {
+ public static final int actualImageScaleType = 0x7f01003a;
+ public static final int backgroundImage = 0x7f01003b;
+ public static final int fadeDuration = 0x7f01002f;
+ public static final int failureImage = 0x7f010035;
+ public static final int failureImageScaleType = 0x7f010036;
+ public static final int overlayImage = 0x7f01003c;
+ public static final int placeholderImage = 0x7f010031;
+ public static final int placeholderImageScaleType = 0x7f010032;
+ public static final int pressedStateOverlayImage = 0x7f01003d;
+ public static final int progressBarAutoRotateInterval = 0x7f010039;
+ public static final int progressBarImage = 0x7f010037;
+ public static final int progressBarImageScaleType = 0x7f010038;
+ public static final int retryImage = 0x7f010033;
+ public static final int retryImageScaleType = 0x7f010034;
+ public static final int roundAsCircle = 0x7f01003e;
+ public static final int roundBottomLeft = 0x7f010043;
+ public static final int roundBottomRight = 0x7f010042;
+ public static final int roundTopLeft = 0x7f010040;
+ public static final int roundTopRight = 0x7f010041;
+ public static final int roundWithOverlayColor = 0x7f010044;
+ public static final int roundedCornerRadius = 0x7f01003f;
+ public static final int roundingBorderColor = 0x7f010046;
+ public static final int roundingBorderWidth = 0x7f010045;
+ public static final int viewAspectRatio = 0x7f010030;
+ }
+ public static final class id {
+ public static final int center = 0x7f0c0019;
+ public static final int centerCrop = 0x7f0c001a;
+ public static final int centerInside = 0x7f0c001b;
+ public static final int fitCenter = 0x7f0c001c;
+ public static final int fitEnd = 0x7f0c001d;
+ public static final int fitStart = 0x7f0c001e;
+ public static final int fitXY = 0x7f0c001f;
+ public static final int focusCrop = 0x7f0c0020;
+ public static final int none = 0x7f0c000f;
+ }
+ public static final class styleable {
+ public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ public static final int GenericDraweeView_backgroundImage = 12;
+ public static final int GenericDraweeView_fadeDuration = 0;
+ public static final int GenericDraweeView_failureImage = 6;
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ public static final int GenericDraweeView_overlayImage = 13;
+ public static final int GenericDraweeView_placeholderImage = 2;
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ public static final int GenericDraweeView_progressBarImage = 8;
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ public static final int GenericDraweeView_retryImage = 4;
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ public static final int GenericDraweeView_roundTopRight = 18;
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java
new file mode 100644
index 0000000..770f032
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java
@@ -0,0 +1,1333 @@
+/* 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.facebook.react;
+
+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 catalyst_push_up_in = 0x7f04000a;
+ public static final int catalyst_push_up_out = 0x7f04000b;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f01007e;
+ public static final int actionBarItemBackground = 0x7f01007f;
+ public static final int actionBarPopupTheme = 0x7f010078;
+ public static final int actionBarSize = 0x7f01007d;
+ public static final int actionBarSplitStyle = 0x7f01007a;
+ public static final int actionBarStyle = 0x7f010079;
+ public static final int actionBarTabBarStyle = 0x7f010074;
+ public static final int actionBarTabStyle = 0x7f010073;
+ public static final int actionBarTabTextStyle = 0x7f010075;
+ public static final int actionBarTheme = 0x7f01007b;
+ public static final int actionBarWidgetTheme = 0x7f01007c;
+ public static final int actionButtonStyle = 0x7f010098;
+ public static final int actionDropDownStyle = 0x7f010094;
+ public static final int actionLayout = 0x7f01004b;
+ public static final int actionMenuTextAppearance = 0x7f010080;
+ public static final int actionMenuTextColor = 0x7f010081;
+ public static final int actionModeBackground = 0x7f010084;
+ public static final int actionModeCloseButtonStyle = 0x7f010083;
+ public static final int actionModeCloseDrawable = 0x7f010086;
+ public static final int actionModeCopyDrawable = 0x7f010088;
+ public static final int actionModeCutDrawable = 0x7f010087;
+ public static final int actionModeFindDrawable = 0x7f01008c;
+ public static final int actionModePasteDrawable = 0x7f010089;
+ public static final int actionModePopupWindowStyle = 0x7f01008e;
+ public static final int actionModeSelectAllDrawable = 0x7f01008a;
+ public static final int actionModeShareDrawable = 0x7f01008b;
+ public static final int actionModeSplitBackground = 0x7f010085;
+ public static final int actionModeStyle = 0x7f010082;
+ public static final int actionModeWebSearchDrawable = 0x7f01008d;
+ public static final int actionOverflowButtonStyle = 0x7f010076;
+ public static final int actionOverflowMenuStyle = 0x7f010077;
+ public static final int actionProviderClass = 0x7f01004d;
+ public static final int actionViewClass = 0x7f01004c;
+ public static final int activityChooserViewStyle = 0x7f0100a0;
+ public static final int actualImageScaleType = 0x7f01003a;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100c2;
+ public static final int alertDialogCenterButtons = 0x7f0100c3;
+ public static final int alertDialogStyle = 0x7f0100c1;
+ public static final int alertDialogTheme = 0x7f0100c4;
+ public static final int arrowHeadLength = 0x7f01002b;
+ public static final int arrowShaftLength = 0x7f01002c;
+ public static final int autoCompleteTextViewStyle = 0x7f0100c9;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundImage = 0x7f01003b;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100e5;
+ public static final int backgroundTintMode = 0x7f0100e6;
+ public static final int barLength = 0x7f01002d;
+ public static final int borderlessButtonStyle = 0x7f01009d;
+ public static final int buttonBarButtonStyle = 0x7f01009a;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100c7;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100c8;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100c6;
+ public static final int buttonBarStyle = 0x7f010099;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ca;
+ public static final int buttonStyleSmall = 0x7f0100cb;
+ public static final int buttonTint = 0x7f010025;
+ public static final int buttonTintMode = 0x7f010026;
+ public static final int checkboxStyle = 0x7f0100cc;
+ public static final int checkedTextViewStyle = 0x7f0100cd;
+ public static final int closeIcon = 0x7f010059;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100dc;
+ public static final int collapseIcon = 0x7f0100db;
+ public static final int color = 0x7f010027;
+ public static final int colorAccent = 0x7f0100ba;
+ public static final int colorButtonNormal = 0x7f0100be;
+ public static final int colorControlActivated = 0x7f0100bc;
+ public static final int colorControlHighlight = 0x7f0100bd;
+ public static final int colorControlNormal = 0x7f0100bb;
+ public static final int colorPrimary = 0x7f0100b8;
+ public static final int colorPrimaryDark = 0x7f0100b9;
+ public static final int colorSwitchThumbNormal = 0x7f0100bf;
+ public static final int commitIcon = 0x7f01005e;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int controlBackground = 0x7f0100c0;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int defaultQueryHint = 0x7f010058;
+ public static final int dialogPreferredPadding = 0x7f010092;
+ public static final int dialogTheme = 0x7f010091;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f01009f;
+ public static final int dividerPadding = 0x7f010049;
+ public static final int dividerVertical = 0x7f01009e;
+ public static final int drawableSize = 0x7f010029;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f0100b0;
+ public static final int dropdownListPreferredItemHeight = 0x7f010095;
+ public static final int editTextBackground = 0x7f0100a6;
+ public static final int editTextColor = 0x7f0100a5;
+ public static final int editTextStyle = 0x7f0100ce;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int fadeDuration = 0x7f01002f;
+ public static final int failureImage = 0x7f010035;
+ public static final int failureImageScaleType = 0x7f010036;
+ public static final int gapBetweenBars = 0x7f01002a;
+ public static final int goIcon = 0x7f01005a;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f010097;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010056;
+ 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 = 0x7f010055;
+ public static final int layoutManager = 0x7f010051;
+ public static final int listChoiceBackgroundIndicator = 0x7f0100b7;
+ public static final int listDividerAlertDialog = 0x7f010093;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f0100b1;
+ public static final int listPreferredItemHeight = 0x7f0100ab;
+ public static final int listPreferredItemHeightLarge = 0x7f0100ad;
+ public static final int listPreferredItemHeightSmall = 0x7f0100ac;
+ public static final int listPreferredItemPaddingLeft = 0x7f0100ae;
+ public static final int listPreferredItemPaddingRight = 0x7f0100af;
+ public static final int logo = 0x7f01000a;
+ public static final int logoDescription = 0x7f0100df;
+ public static final int maxButtonHeight = 0x7f0100da;
+ public static final int measureWithLargestChild = 0x7f010047;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100de;
+ public static final int navigationIcon = 0x7f0100dd;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f01004f;
+ public static final int overlayImage = 0x7f01003c;
+ public static final int paddingEnd = 0x7f0100e3;
+ public static final int paddingStart = 0x7f0100e2;
+ public static final int panelBackground = 0x7f0100b4;
+ public static final int panelMenuListTheme = 0x7f0100b6;
+ public static final int panelMenuListWidth = 0x7f0100b5;
+ public static final int placeholderImage = 0x7f010031;
+ public static final int placeholderImageScaleType = 0x7f010032;
+ public static final int popupMenuStyle = 0x7f0100a3;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f0100a4;
+ public static final int preserveIconSpacing = 0x7f01004e;
+ public static final int pressedStateOverlayImage = 0x7f01003d;
+ public static final int progressBarAutoRotateInterval = 0x7f010039;
+ public static final int progressBarImage = 0x7f010037;
+ public static final int progressBarImageScaleType = 0x7f010038;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int queryBackground = 0x7f010060;
+ public static final int queryHint = 0x7f010057;
+ public static final int radioButtonStyle = 0x7f0100cf;
+ public static final int ratingBarStyle = 0x7f0100d0;
+ public static final int retryImage = 0x7f010033;
+ public static final int retryImageScaleType = 0x7f010034;
+ public static final int reverseLayout = 0x7f010053;
+ public static final int roundAsCircle = 0x7f01003e;
+ public static final int roundBottomLeft = 0x7f010043;
+ public static final int roundBottomRight = 0x7f010042;
+ public static final int roundTopLeft = 0x7f010040;
+ public static final int roundTopRight = 0x7f010041;
+ public static final int roundWithOverlayColor = 0x7f010044;
+ public static final int roundedCornerRadius = 0x7f01003f;
+ public static final int roundingBorderColor = 0x7f010046;
+ public static final int roundingBorderWidth = 0x7f010045;
+ public static final int searchHintIcon = 0x7f01005c;
+ public static final int searchIcon = 0x7f01005b;
+ public static final int searchViewStyle = 0x7f0100aa;
+ public static final int selectableItemBackground = 0x7f01009b;
+ public static final int selectableItemBackgroundBorderless = 0x7f01009c;
+ public static final int showAsAction = 0x7f01004a;
+ public static final int showDividers = 0x7f010048;
+ public static final int showText = 0x7f010068;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spanCount = 0x7f010052;
+ public static final int spinBars = 0x7f010028;
+ public static final int spinnerDropDownItemStyle = 0x7f010096;
+ public static final int spinnerStyle = 0x7f0100d1;
+ public static final int splitTrack = 0x7f010067;
+ public static final int stackFromEnd = 0x7f010054;
+ public static final int state_above_anchor = 0x7f010050;
+ public static final int submitBackground = 0x7f010061;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100d4;
+ public static final int subtitleTextColor = 0x7f0100e1;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f01005f;
+ public static final int switchMinWidth = 0x7f010065;
+ public static final int switchPadding = 0x7f010066;
+ public static final int switchStyle = 0x7f0100d2;
+ public static final int switchTextAppearance = 0x7f010064;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f01008f;
+ public static final int textAppearanceListItem = 0x7f0100b2;
+ public static final int textAppearanceListItemSmall = 0x7f0100b3;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8;
+ public static final int textAppearanceSearchResultTitle = 0x7f0100a7;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010090;
+ public static final int textColorAlertDialogListItem = 0x7f0100c5;
+ public static final int textColorSearchUrl = 0x7f0100a9;
+ public static final int theme = 0x7f0100e4;
+ public static final int thickness = 0x7f01002e;
+ public static final int thumbTextPadding = 0x7f010063;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100d9;
+ public static final int titleMarginEnd = 0x7f0100d7;
+ public static final int titleMarginStart = 0x7f0100d6;
+ public static final int titleMarginTop = 0x7f0100d8;
+ public static final int titleMargins = 0x7f0100d5;
+ public static final int titleTextAppearance = 0x7f0100d3;
+ public static final int titleTextColor = 0x7f0100e0;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f0100a2;
+ public static final int toolbarStyle = 0x7f0100a1;
+ public static final int track = 0x7f010062;
+ public static final int viewAspectRatio = 0x7f010030;
+ public static final int voiceIcon = 0x7f01005d;
+ public static final int windowActionBar = 0x7f010069;
+ public static final int windowActionBarOverlay = 0x7f01006b;
+ public static final int windowActionModeOverlay = 0x7f01006c;
+ public static final int windowFixedHeightMajor = 0x7f010070;
+ public static final int windowFixedHeightMinor = 0x7f01006e;
+ public static final int windowFixedWidthMajor = 0x7f01006d;
+ public static final int windowFixedWidthMinor = 0x7f01006f;
+ public static final int windowMinWidthMajor = 0x7f010071;
+ public static final int windowMinWidthMinor = 0x7f010072;
+ public static final int windowNoTitle = 0x7f01006a;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f090002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f090004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c;
+ public static final int abc_color_highlight_material = 0x7f0b003d;
+ public static final int abc_input_method_navigation_guard = 0x7f0b0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f;
+ public static final int abc_primary_text_material_dark = 0x7f0b0040;
+ public static final int abc_primary_text_material_light = 0x7f0b0041;
+ public static final int abc_search_url_text = 0x7f0b0042;
+ public static final int abc_search_url_text_normal = 0x7f0b0001;
+ public static final int abc_search_url_text_pressed = 0x7f0b0002;
+ public static final int abc_search_url_text_selected = 0x7f0b0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0b0043;
+ public static final int abc_secondary_text_material_light = 0x7f0b0044;
+ public static final int accent_material_dark = 0x7f0b0004;
+ public static final int accent_material_light = 0x7f0b0005;
+ public static final int background_floating_material_dark = 0x7f0b0006;
+ public static final int background_floating_material_light = 0x7f0b0007;
+ public static final int background_material_dark = 0x7f0b0008;
+ public static final int background_material_light = 0x7f0b0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0b000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f0b000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0b000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f0b000d;
+ public static final int bright_foreground_material_dark = 0x7f0b000e;
+ public static final int bright_foreground_material_light = 0x7f0b000f;
+ public static final int button_material_dark = 0x7f0b0010;
+ public static final int button_material_light = 0x7f0b0011;
+ public static final int catalyst_redbox_background = 0x7f0b0012;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0b0013;
+ public static final int dim_foreground_disabled_material_light = 0x7f0b0014;
+ public static final int dim_foreground_material_dark = 0x7f0b0015;
+ public static final int dim_foreground_material_light = 0x7f0b0016;
+ public static final int foreground_material_dark = 0x7f0b0017;
+ public static final int foreground_material_light = 0x7f0b0018;
+ public static final int highlighted_text_material_dark = 0x7f0b0019;
+ public static final int highlighted_text_material_light = 0x7f0b001a;
+ public static final int hint_foreground_material_dark = 0x7f0b001b;
+ public static final int hint_foreground_material_light = 0x7f0b001c;
+ public static final int material_blue_grey_800 = 0x7f0b001d;
+ public static final int material_blue_grey_900 = 0x7f0b001e;
+ public static final int material_blue_grey_950 = 0x7f0b001f;
+ public static final int material_deep_teal_200 = 0x7f0b0020;
+ public static final int material_deep_teal_500 = 0x7f0b0021;
+ public static final int material_grey_100 = 0x7f0b0022;
+ public static final int material_grey_300 = 0x7f0b0023;
+ public static final int material_grey_50 = 0x7f0b0024;
+ public static final int material_grey_600 = 0x7f0b0025;
+ public static final int material_grey_800 = 0x7f0b0026;
+ public static final int material_grey_850 = 0x7f0b0027;
+ public static final int material_grey_900 = 0x7f0b0028;
+ public static final int primary_dark_material_dark = 0x7f0b0029;
+ public static final int primary_dark_material_light = 0x7f0b002a;
+ public static final int primary_material_dark = 0x7f0b002b;
+ public static final int primary_material_light = 0x7f0b002c;
+ public static final int primary_text_default_material_dark = 0x7f0b002d;
+ public static final int primary_text_default_material_light = 0x7f0b002e;
+ public static final int primary_text_disabled_material_dark = 0x7f0b002f;
+ public static final int primary_text_disabled_material_light = 0x7f0b0030;
+ public static final int ripple_material_dark = 0x7f0b0031;
+ public static final int ripple_material_light = 0x7f0b0032;
+ public static final int secondary_text_default_material_dark = 0x7f0b0033;
+ public static final int secondary_text_default_material_light = 0x7f0b0034;
+ public static final int secondary_text_disabled_material_dark = 0x7f0b0035;
+ public static final int secondary_text_disabled_material_light = 0x7f0b0036;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0b0037;
+ public static final int switch_thumb_disabled_material_light = 0x7f0b0038;
+ public static final int switch_thumb_material_dark = 0x7f0b0045;
+ public static final int switch_thumb_material_light = 0x7f0b0046;
+ public static final int switch_thumb_normal_material_dark = 0x7f0b0039;
+ public static final int switch_thumb_normal_material_light = 0x7f0b003a;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f07000b;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_end_material = 0x7f07000c;
+ public static final int abc_action_bar_default_padding_start_material = 0x7f07000d;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070002;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070012;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015;
+ public static final int abc_action_button_min_height_material = 0x7f070016;
+ public static final int abc_action_button_min_width_material = 0x7f070017;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f070018;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f070000;
+ public static final int abc_button_inset_horizontal_material = 0x7f070019;
+ public static final int abc_button_inset_vertical_material = 0x7f07001a;
+ public static final int abc_button_padding_horizontal_material = 0x7f07001b;
+ public static final int abc_button_padding_vertical_material = 0x7f07001c;
+ public static final int abc_config_prefDialogWidth = 0x7f070005;
+ public static final int abc_control_corner_material = 0x7f07001d;
+ public static final int abc_control_inset_material = 0x7f07001e;
+ public static final int abc_control_padding_material = 0x7f07001f;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070020;
+ public static final int abc_dialog_min_width_major = 0x7f070021;
+ public static final int abc_dialog_min_width_minor = 0x7f070022;
+ public static final int abc_dialog_padding_material = 0x7f070023;
+ public static final int abc_dialog_padding_top_material = 0x7f070024;
+ public static final int abc_disabled_alpha_material_dark = 0x7f070025;
+ public static final int abc_disabled_alpha_material_light = 0x7f070026;
+ public static final int abc_dropdownitem_icon_width = 0x7f070027;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070028;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070029;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f07002a;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b;
+ public static final int abc_edit_text_inset_top_material = 0x7f07002c;
+ public static final int abc_floating_window_z = 0x7f07002d;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f07002e;
+ public static final int abc_panel_menu_list_width = 0x7f07002f;
+ public static final int abc_search_view_preferred_width = 0x7f070030;
+ public static final int abc_search_view_text_min_width = 0x7f070006;
+ public static final int abc_switch_padding = 0x7f07000e;
+ public static final int abc_text_size_body_1_material = 0x7f070031;
+ public static final int abc_text_size_body_2_material = 0x7f070032;
+ public static final int abc_text_size_button_material = 0x7f070033;
+ public static final int abc_text_size_caption_material = 0x7f070034;
+ public static final int abc_text_size_display_1_material = 0x7f070035;
+ public static final int abc_text_size_display_2_material = 0x7f070036;
+ public static final int abc_text_size_display_3_material = 0x7f070037;
+ public static final int abc_text_size_display_4_material = 0x7f070038;
+ public static final int abc_text_size_headline_material = 0x7f070039;
+ public static final int abc_text_size_large_material = 0x7f07003a;
+ public static final int abc_text_size_medium_material = 0x7f07003b;
+ public static final int abc_text_size_menu_material = 0x7f07003c;
+ public static final int abc_text_size_small_material = 0x7f07003d;
+ public static final int abc_text_size_subhead_material = 0x7f07003e;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003;
+ public static final int abc_text_size_title_material = 0x7f07003f;
+ public static final int abc_text_size_title_material_toolbar = 0x7f070004;
+ public static final int dialog_fixed_height_major = 0x7f070007;
+ public static final int dialog_fixed_height_minor = 0x7f070008;
+ public static final int dialog_fixed_width_major = 0x7f070009;
+ public static final int dialog_fixed_width_minor = 0x7f07000a;
+ public static final int disabled_alpha_material_dark = 0x7f070040;
+ public static final int disabled_alpha_material_light = 0x7f070041;
+ public static final int highlight_alpha_material_colored = 0x7f070042;
+ public static final int highlight_alpha_material_dark = 0x7f070043;
+ public static final int highlight_alpha_material_light = 0x7f070044;
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
+ public static final int notification_large_icon_height = 0x7f070046;
+ public static final int notification_large_icon_width = 0x7f070047;
+ public static final int notification_subtext_size = 0x7f070048;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_action_bar_item_background_material = 0x7f020001;
+ public static final int abc_btn_borderless_material = 0x7f020002;
+ public static final int abc_btn_check_material = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
+ public static final int abc_btn_colored_material = 0x7f020006;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020007;
+ public static final int abc_btn_radio_material = 0x7f020008;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
+ public static final int abc_cab_background_internal_bg = 0x7f02000f;
+ public static final int abc_cab_background_top_material = 0x7f020010;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011;
+ public static final int abc_control_background_material = 0x7f020012;
+ public static final int abc_dialog_material_background_dark = 0x7f020013;
+ public static final int abc_dialog_material_background_light = 0x7f020014;
+ public static final int abc_edit_text_material = 0x7f020015;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020017;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
+ public static final int abc_item_background_holo_dark = 0x7f020022;
+ public static final int abc_item_background_holo_light = 0x7f020023;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020024;
+ public static final int abc_list_focused_holo = 0x7f020025;
+ public static final int abc_list_longpressed_holo = 0x7f020026;
+ public static final int abc_list_pressed_holo_dark = 0x7f020027;
+ public static final int abc_list_pressed_holo_light = 0x7f020028;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f02002c;
+ public static final int abc_list_selector_holo_dark = 0x7f02002d;
+ public static final int abc_list_selector_holo_light = 0x7f02002e;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
+ public static final int abc_popup_background_mtrl_mult = 0x7f020030;
+ public static final int abc_ratingbar_full_material = 0x7f020031;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f020032;
+ public static final int abc_spinner_textfield_background_material = 0x7f020033;
+ public static final int abc_switch_thumb_material = 0x7f020034;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020035;
+ public static final int abc_tab_indicator_material = 0x7f020036;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037;
+ public static final int abc_text_cursor_material = 0x7f020038;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
+ public static final int abc_textfield_search_material = 0x7f02003d;
+ public static final int notification_template_icon_bg = 0x7f02003e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0c0057;
+ public static final int action_bar = 0x7f0c0047;
+ public static final int action_bar_activity_content = 0x7f0c0000;
+ public static final int action_bar_container = 0x7f0c0046;
+ public static final int action_bar_root = 0x7f0c0042;
+ public static final int action_bar_spinner = 0x7f0c0001;
+ public static final int action_bar_subtitle = 0x7f0c002b;
+ public static final int action_bar_title = 0x7f0c002a;
+ public static final int action_context_bar = 0x7f0c0048;
+ public static final int action_divider = 0x7f0c005b;
+ public static final int action_menu_divider = 0x7f0c0002;
+ public static final int action_menu_presenter = 0x7f0c0003;
+ public static final int action_mode_bar = 0x7f0c0044;
+ public static final int action_mode_bar_stub = 0x7f0c0043;
+ public static final int action_mode_close_button = 0x7f0c002c;
+ public static final int activity_chooser_view_content = 0x7f0c002d;
+ public static final int alertTitle = 0x7f0c0037;
+ public static final int always = 0x7f0c0024;
+ public static final int beginning = 0x7f0c0021;
+ public static final int buttonPanel = 0x7f0c003d;
+ public static final int cancel_action = 0x7f0c0058;
+ public static final int catalyst_redbox_title = 0x7f0c0066;
+ public static final int center = 0x7f0c0019;
+ public static final int centerCrop = 0x7f0c001a;
+ public static final int centerInside = 0x7f0c001b;
+ public static final int checkbox = 0x7f0c003f;
+ public static final int chronometer = 0x7f0c005e;
+ public static final int collapseActionView = 0x7f0c0025;
+ public static final int contentPanel = 0x7f0c0038;
+ public static final int custom = 0x7f0c003c;
+ public static final int customPanel = 0x7f0c003b;
+ public static final int decor_content_parent = 0x7f0c0045;
+ public static final int default_activity_button = 0x7f0c0030;
+ public static final int disableHome = 0x7f0c000d;
+ public static final int edit_query = 0x7f0c0049;
+ public static final int end = 0x7f0c0022;
+ public static final int end_padder = 0x7f0c0063;
+ public static final int expand_activities_button = 0x7f0c002e;
+ public static final int expanded_menu = 0x7f0c003e;
+ public static final int fitCenter = 0x7f0c001c;
+ public static final int fitEnd = 0x7f0c001d;
+ public static final int fitStart = 0x7f0c001e;
+ public static final int fitXY = 0x7f0c001f;
+ public static final int focusCrop = 0x7f0c0020;
+ public static final int fps_text = 0x7f0c0056;
+ public static final int home = 0x7f0c0004;
+ public static final int homeAsUp = 0x7f0c000e;
+ public static final int icon = 0x7f0c0032;
+ public static final int ifRoom = 0x7f0c0026;
+ public static final int image = 0x7f0c002f;
+ public static final int info = 0x7f0c0062;
+ public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
+ public static final int line1 = 0x7f0c005c;
+ public static final int line3 = 0x7f0c0060;
+ public static final int listMode = 0x7f0c000a;
+ public static final int list_item = 0x7f0c0031;
+ public static final int media_actions = 0x7f0c005a;
+ public static final int middle = 0x7f0c0023;
+ public static final int multiply = 0x7f0c0014;
+ public static final int never = 0x7f0c0027;
+ public static final int none = 0x7f0c000f;
+ public static final int normal = 0x7f0c000b;
+ public static final int parentPanel = 0x7f0c0034;
+ public static final int progress_circular = 0x7f0c0006;
+ public static final int progress_horizontal = 0x7f0c0007;
+ public static final int radio = 0x7f0c0041;
+ public static final int rn_frame_file = 0x7f0c0065;
+ public static final int rn_frame_method = 0x7f0c0064;
+ public static final int rn_redbox_reloadjs = 0x7f0c0068;
+ public static final int rn_redbox_stack = 0x7f0c0067;
+ public static final int screen = 0x7f0c0015;
+ public static final int scrollView = 0x7f0c0039;
+ public static final int search_badge = 0x7f0c004b;
+ public static final int search_bar = 0x7f0c004a;
+ public static final int search_button = 0x7f0c004c;
+ public static final int search_close_btn = 0x7f0c0051;
+ public static final int search_edit_frame = 0x7f0c004d;
+ public static final int search_go_btn = 0x7f0c0053;
+ public static final int search_mag_icon = 0x7f0c004e;
+ public static final int search_plate = 0x7f0c004f;
+ public static final int search_src_text = 0x7f0c0050;
+ public static final int search_voice_btn = 0x7f0c0054;
+ public static final int select_dialog_listview = 0x7f0c0055;
+ public static final int shortcut = 0x7f0c0040;
+ public static final int showCustom = 0x7f0c0010;
+ public static final int showHome = 0x7f0c0011;
+ public static final int showTitle = 0x7f0c0012;
+ public static final int split_action_bar = 0x7f0c0008;
+ public static final int src_atop = 0x7f0c0016;
+ public static final int src_in = 0x7f0c0017;
+ public static final int src_over = 0x7f0c0018;
+ public static final int status_bar_latest_event_content = 0x7f0c0059;
+ public static final int submit_area = 0x7f0c0052;
+ public static final int tabMode = 0x7f0c000c;
+ public static final int text = 0x7f0c0061;
+ public static final int text2 = 0x7f0c005f;
+ public static final int textSpacerNoButtons = 0x7f0c003a;
+ public static final int time = 0x7f0c005d;
+ public static final int title = 0x7f0c0033;
+ public static final int title_template = 0x7f0c0036;
+ public static final int topPanel = 0x7f0c0035;
+ public static final int up = 0x7f0c0009;
+ public static final int useLogo = 0x7f0c0013;
+ public static final int withText = 0x7f0c0028;
+ public static final int wrap_content = 0x7f0c0029;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0a0001;
+ public static final int abc_config_activityShortDur = 0x7f0a0002;
+ public static final int abc_max_action_buttons = 0x7f0a0000;
+ public static final int cancel_button_image_alpha = 0x7f0a0003;
+ public static final int status_bar_notification_info_maxnum = 0x7f0a0004;
+ }
+ 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 fps_view = 0x7f030018;
+ public static final int notification_media_action = 0x7f030019;
+ public static final int notification_media_cancel_action = 0x7f03001a;
+ public static final int notification_template_big_media = 0x7f03001b;
+ public static final int notification_template_big_media_narrow = 0x7f03001c;
+ public static final int notification_template_lines = 0x7f03001d;
+ public static final int notification_template_media = 0x7f03001e;
+ public static final int notification_template_part_chronometer = 0x7f03001f;
+ public static final int notification_template_part_time = 0x7f030020;
+ public static final int redbox_item_frame = 0x7f030021;
+ public static final int redbox_item_title = 0x7f030022;
+ public static final int redbox_view = 0x7f030023;
+ public static final int select_dialog_item_material = 0x7f030024;
+ public static final int select_dialog_multichoice_material = 0x7f030025;
+ public static final int select_dialog_singlechoice_material = 0x7f030026;
+ public static final int support_simple_spinner_dropdown_item = 0x7f030027;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f060000;
+ public static final int abc_action_bar_home_description_format = 0x7f060001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002;
+ public static final int abc_action_bar_up_description = 0x7f060003;
+ public static final int abc_action_menu_overflow_description = 0x7f060004;
+ public static final int abc_action_mode_done = 0x7f060005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f060006;
+ public static final int abc_activitychooserview_choose_application = 0x7f060007;
+ public static final int abc_search_hint = 0x7f060008;
+ public static final int abc_searchview_description_clear = 0x7f060009;
+ public static final int abc_searchview_description_query = 0x7f06000a;
+ public static final int abc_searchview_description_search = 0x7f06000b;
+ public static final int abc_searchview_description_submit = 0x7f06000c;
+ public static final int abc_searchview_description_voice = 0x7f06000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f06000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f06000f;
+ public static final int abc_toolbar_collapse_description = 0x7f060010;
+ public static final int catalyst_debugjs = 0x7f060012;
+ public static final int catalyst_debugjs_off = 0x7f06001a;
+ public static final int catalyst_element_inspector = 0x7f060013;
+ public static final int catalyst_element_inspector_off = 0x7f06001b;
+ public static final int catalyst_hot_module_replacement = 0x7f06001c;
+ public static final int catalyst_hot_module_replacement_off = 0x7f06001d;
+ public static final int catalyst_jsload_error = 0x7f060014;
+ public static final int catalyst_jsload_message = 0x7f060015;
+ public static final int catalyst_jsload_title = 0x7f060016;
+ public static final int catalyst_live_reload = 0x7f06001e;
+ public static final int catalyst_live_reload_off = 0x7f06001f;
+ public static final int catalyst_perf_monitor = 0x7f060020;
+ public static final int catalyst_perf_monitor_off = 0x7f060021;
+ public static final int catalyst_reloadjs = 0x7f060017;
+ public static final int catalyst_remotedbg_error = 0x7f060022;
+ public static final int catalyst_remotedbg_message = 0x7f060023;
+ public static final int catalyst_settings = 0x7f060018;
+ public static final int catalyst_settings_title = 0x7f060019;
+ public static final int catalyst_start_profile = 0x7f060024;
+ public static final int catalyst_stop_profile = 0x7f060025;
+ public static final int status_bar_notification_info_overflow = 0x7f060011;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f08007a;
+ public static final int AlertDialog_AppCompat_Light = 0x7f08007b;
+ public static final int Animation_AppCompat_Dialog = 0x7f08007c;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f08007d;
+ public static final int Animation_Catalyst_RedBox = 0x7f08007e;
+ public static final int Base_AlertDialog_AppCompat = 0x7f08007f;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f080081;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083;
+ public static final int Base_TextAppearance_AppCompat = 0x7f08002d;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f080090;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094;
+ public static final int Base_Theme_AppCompat = 0x7f08004e;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f080009;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b;
+ public static final int Base_Theme_AppCompat_Light = 0x7f08004f;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015;
+ public static final int Base_V21_Theme_AppCompat = 0x7f080050;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053;
+ public static final int Base_V22_Theme_AppCompat = 0x7f080074;
+ public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075;
+ public static final int Base_V23_Theme_AppCompat = 0x7f080077;
+ public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078;
+ public static final int Base_V7_Theme_AppCompat = 0x7f080095;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016;
+ public static final int Base_Widget_AppCompat_Button = 0x7f080059;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0;
+ public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f080017;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f080067;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070;
+ public static final int Platform_AppCompat = 0x7f08000f;
+ public static final int Platform_AppCompat_Light = 0x7f080010;
+ public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073;
+ public static final int Platform_V11_AppCompat = 0x7f080011;
+ public static final int Platform_V11_AppCompat_Light = 0x7f080012;
+ public static final int Platform_V14_AppCompat = 0x7f080019;
+ public static final int Platform_V14_AppCompat_Light = 0x7f08001a;
+ public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b;
+ public static final int TextAppearance_AppCompat = 0x7f0800ab;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0800ae;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0800af;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0800b6;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0800be;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0800c1;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0800c5;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf;
+ public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9;
+ public static final int Theme = 0x7f0800da;
+ public static final int ThemeOverlay_AppCompat = 0x7f0800ed;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1;
+ public static final int Theme_AppCompat = 0x7f0800db;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc;
+ public static final int Theme_AppCompat_Dialog = 0x7f0800dd;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df;
+ public static final int Theme_AppCompat_Light = 0x7f0800e1;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8;
+ public static final int Theme_Catalyst = 0x7f0800e9;
+ public static final int Theme_Catalyst_RedBox = 0x7f0800ea;
+ public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb;
+ public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0800f2;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0800f7;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0800fa;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc;
+ public static final int Widget_AppCompat_Button = 0x7f0800fd;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f080103;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100;
+ public static final int Widget_AppCompat_Button_Colored = 0x7f080101;
+ public static final int Widget_AppCompat_Button_Small = 0x7f080102;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109;
+ public static final int Widget_AppCompat_EditText = 0x7f08010a;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121;
+ public static final int Widget_AppCompat_ListView = 0x7f080122;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f080124;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f080125;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f080127;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f080128;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129;
+ public static final int Widget_AppCompat_RatingBar = 0x7f08012a;
+ public static final int Widget_AppCompat_SearchView = 0x7f08012b;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c;
+ public static final int Widget_AppCompat_Spinner = 0x7f08012d;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131;
+ public static final int Widget_AppCompat_Toolbar = 0x7f080132;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133;
+ }
+ 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, 0x7f010097 };
+ 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[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 };
+ public static final int CompoundButton_android_button = 0;
+ public static final int CompoundButton_buttonTint = 1;
+ public static final int CompoundButton_buttonTintMode = 2;
+ public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
+ public static final int DrawerArrowToggle_arrowHeadLength = 4;
+ public static final int DrawerArrowToggle_arrowShaftLength = 5;
+ public static final int DrawerArrowToggle_barLength = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ public static final int GenericDraweeView_backgroundImage = 12;
+ public static final int GenericDraweeView_fadeDuration = 0;
+ public static final int GenericDraweeView_failureImage = 6;
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ public static final int GenericDraweeView_overlayImage = 13;
+ public static final int GenericDraweeView_placeholderImage = 2;
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ public static final int GenericDraweeView_progressBarImage = 8;
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ public static final int GenericDraweeView_retryImage = 4;
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ public static final int GenericDraweeView_roundTopRight = 18;
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 };
+ 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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ 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, 0x7f01004e };
+ 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, 0x7f01004f };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010050 };
+ 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[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 };
+ public static final int RecyclerView_android_orientation = 0;
+ public static final int RecyclerView_layoutManager = 1;
+ public static final int RecyclerView_reverseLayout = 3;
+ public static final int RecyclerView_spanCount = 2;
+ public static final int RecyclerView_stackFromEnd = 4;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 8;
+ public static final int SearchView_commitIcon = 13;
+ public static final int SearchView_defaultQueryHint = 7;
+ public static final int SearchView_goIcon = 9;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 15;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 11;
+ public static final int SearchView_searchIcon = 10;
+ public static final int SearchView_submitBackground = 16;
+ public static final int SearchView_suggestionRowLayout = 14;
+ public static final int SearchView_voiceIcon = 12;
+ public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
+ public static final int Spinner_android_dropDownWidth = 2;
+ public static final int Spinner_android_popupBackground = 0;
+ public static final int Spinner_android_prompt = 1;
+ public static final int Spinner_popupTheme = 3;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 };
+ 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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 57;
+ public static final int Theme_alertDialogButtonGroupStyle = 91;
+ public static final int Theme_alertDialogCenterButtons = 92;
+ public static final int Theme_alertDialogStyle = 90;
+ public static final int Theme_alertDialogTheme = 93;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 98;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 96;
+ public static final int Theme_buttonBarNeutralButtonStyle = 97;
+ public static final int Theme_buttonBarPositiveButtonStyle = 95;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 99;
+ public static final int Theme_buttonStyleSmall = 100;
+ public static final int Theme_checkboxStyle = 101;
+ public static final int Theme_checkedTextViewStyle = 102;
+ public static final int Theme_colorAccent = 83;
+ public static final int Theme_colorButtonNormal = 87;
+ public static final int Theme_colorControlActivated = 85;
+ public static final int Theme_colorControlHighlight = 86;
+ public static final int Theme_colorControlNormal = 84;
+ public static final int Theme_colorPrimary = 81;
+ public static final int Theme_colorPrimaryDark = 82;
+ public static final int Theme_colorSwitchThumbNormal = 88;
+ public static final int Theme_controlBackground = 89;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 56;
+ public static final int Theme_dividerVertical = 55;
+ public static final int Theme_dropDownListViewStyle = 73;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 63;
+ public static final int Theme_editTextColor = 62;
+ public static final int Theme_editTextStyle = 103;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 80;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 74;
+ public static final int Theme_listPreferredItemHeight = 68;
+ public static final int Theme_listPreferredItemHeightLarge = 70;
+ public static final int Theme_listPreferredItemHeightSmall = 69;
+ public static final int Theme_listPreferredItemPaddingLeft = 71;
+ public static final int Theme_listPreferredItemPaddingRight = 72;
+ public static final int Theme_panelBackground = 77;
+ public static final int Theme_panelMenuListTheme = 79;
+ public static final int Theme_panelMenuListWidth = 78;
+ public static final int Theme_popupMenuStyle = 60;
+ public static final int Theme_popupWindowStyle = 61;
+ public static final int Theme_radioButtonStyle = 104;
+ public static final int Theme_ratingBarStyle = 105;
+ public static final int Theme_searchViewStyle = 67;
+ 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 = 106;
+ public static final int Theme_switchStyle = 107;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 75;
+ public static final int Theme_textAppearanceListItemSmall = 76;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 65;
+ public static final int Theme_textAppearanceSearchResultTitle = 64;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 94;
+ public static final int Theme_textColorSearchUrl = 66;
+ public static final int Theme_toolbarNavigationButtonStyle = 59;
+ public static final int Theme_toolbarStyle = 58;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 19;
+ public static final int Toolbar_collapseIcon = 18;
+ public static final int Toolbar_contentInsetEnd = 6;
+ public static final int Toolbar_contentInsetLeft = 7;
+ public static final int Toolbar_contentInsetRight = 8;
+ public static final int Toolbar_contentInsetStart = 5;
+ public static final int Toolbar_logo = 4;
+ public static final int Toolbar_logoDescription = 22;
+ public static final int Toolbar_maxButtonHeight = 17;
+ public static final int Toolbar_navigationContentDescription = 21;
+ public static final int Toolbar_navigationIcon = 20;
+ public static final int Toolbar_popupTheme = 9;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 11;
+ public static final int Toolbar_subtitleTextColor = 24;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 16;
+ public static final int Toolbar_titleMarginEnd = 14;
+ public static final int Toolbar_titleMarginStart = 13;
+ public static final int Toolbar_titleMarginTop = 15;
+ public static final int Toolbar_titleMargins = 12;
+ public static final int Toolbar_titleTextAppearance = 10;
+ public static final int Toolbar_titleTextColor = 23;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 };
+ public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 };
+ public static final int ViewBackgroundHelper_android_background = 0;
+ public static final int ViewBackgroundHelper_backgroundTint = 1;
+ public static final int ViewBackgroundHelper_backgroundTintMode = 2;
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+ public static final class xml {
+ public static final int preferences = 0x7f050000;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java b/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java
new file mode 100644
index 0000000..41ad738
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java
@@ -0,0 +1,1333 @@
+/* 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.imagepicker;
+
+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 catalyst_push_up_in = 0x7f04000a;
+ public static final int catalyst_push_up_out = 0x7f04000b;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f01007e;
+ public static final int actionBarItemBackground = 0x7f01007f;
+ public static final int actionBarPopupTheme = 0x7f010078;
+ public static final int actionBarSize = 0x7f01007d;
+ public static final int actionBarSplitStyle = 0x7f01007a;
+ public static final int actionBarStyle = 0x7f010079;
+ public static final int actionBarTabBarStyle = 0x7f010074;
+ public static final int actionBarTabStyle = 0x7f010073;
+ public static final int actionBarTabTextStyle = 0x7f010075;
+ public static final int actionBarTheme = 0x7f01007b;
+ public static final int actionBarWidgetTheme = 0x7f01007c;
+ public static final int actionButtonStyle = 0x7f010098;
+ public static final int actionDropDownStyle = 0x7f010094;
+ public static final int actionLayout = 0x7f01004b;
+ public static final int actionMenuTextAppearance = 0x7f010080;
+ public static final int actionMenuTextColor = 0x7f010081;
+ public static final int actionModeBackground = 0x7f010084;
+ public static final int actionModeCloseButtonStyle = 0x7f010083;
+ public static final int actionModeCloseDrawable = 0x7f010086;
+ public static final int actionModeCopyDrawable = 0x7f010088;
+ public static final int actionModeCutDrawable = 0x7f010087;
+ public static final int actionModeFindDrawable = 0x7f01008c;
+ public static final int actionModePasteDrawable = 0x7f010089;
+ public static final int actionModePopupWindowStyle = 0x7f01008e;
+ public static final int actionModeSelectAllDrawable = 0x7f01008a;
+ public static final int actionModeShareDrawable = 0x7f01008b;
+ public static final int actionModeSplitBackground = 0x7f010085;
+ public static final int actionModeStyle = 0x7f010082;
+ public static final int actionModeWebSearchDrawable = 0x7f01008d;
+ public static final int actionOverflowButtonStyle = 0x7f010076;
+ public static final int actionOverflowMenuStyle = 0x7f010077;
+ public static final int actionProviderClass = 0x7f01004d;
+ public static final int actionViewClass = 0x7f01004c;
+ public static final int activityChooserViewStyle = 0x7f0100a0;
+ public static final int actualImageScaleType = 0x7f01003a;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100c2;
+ public static final int alertDialogCenterButtons = 0x7f0100c3;
+ public static final int alertDialogStyle = 0x7f0100c1;
+ public static final int alertDialogTheme = 0x7f0100c4;
+ public static final int arrowHeadLength = 0x7f01002b;
+ public static final int arrowShaftLength = 0x7f01002c;
+ public static final int autoCompleteTextViewStyle = 0x7f0100c9;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundImage = 0x7f01003b;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100e5;
+ public static final int backgroundTintMode = 0x7f0100e6;
+ public static final int barLength = 0x7f01002d;
+ public static final int borderlessButtonStyle = 0x7f01009d;
+ public static final int buttonBarButtonStyle = 0x7f01009a;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100c7;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100c8;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100c6;
+ public static final int buttonBarStyle = 0x7f010099;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ca;
+ public static final int buttonStyleSmall = 0x7f0100cb;
+ public static final int buttonTint = 0x7f010025;
+ public static final int buttonTintMode = 0x7f010026;
+ public static final int checkboxStyle = 0x7f0100cc;
+ public static final int checkedTextViewStyle = 0x7f0100cd;
+ public static final int closeIcon = 0x7f010059;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100dc;
+ public static final int collapseIcon = 0x7f0100db;
+ public static final int color = 0x7f010027;
+ public static final int colorAccent = 0x7f0100ba;
+ public static final int colorButtonNormal = 0x7f0100be;
+ public static final int colorControlActivated = 0x7f0100bc;
+ public static final int colorControlHighlight = 0x7f0100bd;
+ public static final int colorControlNormal = 0x7f0100bb;
+ public static final int colorPrimary = 0x7f0100b8;
+ public static final int colorPrimaryDark = 0x7f0100b9;
+ public static final int colorSwitchThumbNormal = 0x7f0100bf;
+ public static final int commitIcon = 0x7f01005e;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int controlBackground = 0x7f0100c0;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int defaultQueryHint = 0x7f010058;
+ public static final int dialogPreferredPadding = 0x7f010092;
+ public static final int dialogTheme = 0x7f010091;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f01009f;
+ public static final int dividerPadding = 0x7f010049;
+ public static final int dividerVertical = 0x7f01009e;
+ public static final int drawableSize = 0x7f010029;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f0100b0;
+ public static final int dropdownListPreferredItemHeight = 0x7f010095;
+ public static final int editTextBackground = 0x7f0100a6;
+ public static final int editTextColor = 0x7f0100a5;
+ public static final int editTextStyle = 0x7f0100ce;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int fadeDuration = 0x7f01002f;
+ public static final int failureImage = 0x7f010035;
+ public static final int failureImageScaleType = 0x7f010036;
+ public static final int gapBetweenBars = 0x7f01002a;
+ public static final int goIcon = 0x7f01005a;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f010097;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010056;
+ 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 = 0x7f010055;
+ public static final int layoutManager = 0x7f010051;
+ public static final int listChoiceBackgroundIndicator = 0x7f0100b7;
+ public static final int listDividerAlertDialog = 0x7f010093;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f0100b1;
+ public static final int listPreferredItemHeight = 0x7f0100ab;
+ public static final int listPreferredItemHeightLarge = 0x7f0100ad;
+ public static final int listPreferredItemHeightSmall = 0x7f0100ac;
+ public static final int listPreferredItemPaddingLeft = 0x7f0100ae;
+ public static final int listPreferredItemPaddingRight = 0x7f0100af;
+ public static final int logo = 0x7f01000a;
+ public static final int logoDescription = 0x7f0100df;
+ public static final int maxButtonHeight = 0x7f0100da;
+ public static final int measureWithLargestChild = 0x7f010047;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100de;
+ public static final int navigationIcon = 0x7f0100dd;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f01004f;
+ public static final int overlayImage = 0x7f01003c;
+ public static final int paddingEnd = 0x7f0100e3;
+ public static final int paddingStart = 0x7f0100e2;
+ public static final int panelBackground = 0x7f0100b4;
+ public static final int panelMenuListTheme = 0x7f0100b6;
+ public static final int panelMenuListWidth = 0x7f0100b5;
+ public static final int placeholderImage = 0x7f010031;
+ public static final int placeholderImageScaleType = 0x7f010032;
+ public static final int popupMenuStyle = 0x7f0100a3;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f0100a4;
+ public static final int preserveIconSpacing = 0x7f01004e;
+ public static final int pressedStateOverlayImage = 0x7f01003d;
+ public static final int progressBarAutoRotateInterval = 0x7f010039;
+ public static final int progressBarImage = 0x7f010037;
+ public static final int progressBarImageScaleType = 0x7f010038;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int queryBackground = 0x7f010060;
+ public static final int queryHint = 0x7f010057;
+ public static final int radioButtonStyle = 0x7f0100cf;
+ public static final int ratingBarStyle = 0x7f0100d0;
+ public static final int retryImage = 0x7f010033;
+ public static final int retryImageScaleType = 0x7f010034;
+ public static final int reverseLayout = 0x7f010053;
+ public static final int roundAsCircle = 0x7f01003e;
+ public static final int roundBottomLeft = 0x7f010043;
+ public static final int roundBottomRight = 0x7f010042;
+ public static final int roundTopLeft = 0x7f010040;
+ public static final int roundTopRight = 0x7f010041;
+ public static final int roundWithOverlayColor = 0x7f010044;
+ public static final int roundedCornerRadius = 0x7f01003f;
+ public static final int roundingBorderColor = 0x7f010046;
+ public static final int roundingBorderWidth = 0x7f010045;
+ public static final int searchHintIcon = 0x7f01005c;
+ public static final int searchIcon = 0x7f01005b;
+ public static final int searchViewStyle = 0x7f0100aa;
+ public static final int selectableItemBackground = 0x7f01009b;
+ public static final int selectableItemBackgroundBorderless = 0x7f01009c;
+ public static final int showAsAction = 0x7f01004a;
+ public static final int showDividers = 0x7f010048;
+ public static final int showText = 0x7f010068;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spanCount = 0x7f010052;
+ public static final int spinBars = 0x7f010028;
+ public static final int spinnerDropDownItemStyle = 0x7f010096;
+ public static final int spinnerStyle = 0x7f0100d1;
+ public static final int splitTrack = 0x7f010067;
+ public static final int stackFromEnd = 0x7f010054;
+ public static final int state_above_anchor = 0x7f010050;
+ public static final int submitBackground = 0x7f010061;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100d4;
+ public static final int subtitleTextColor = 0x7f0100e1;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f01005f;
+ public static final int switchMinWidth = 0x7f010065;
+ public static final int switchPadding = 0x7f010066;
+ public static final int switchStyle = 0x7f0100d2;
+ public static final int switchTextAppearance = 0x7f010064;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f01008f;
+ public static final int textAppearanceListItem = 0x7f0100b2;
+ public static final int textAppearanceListItemSmall = 0x7f0100b3;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8;
+ public static final int textAppearanceSearchResultTitle = 0x7f0100a7;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010090;
+ public static final int textColorAlertDialogListItem = 0x7f0100c5;
+ public static final int textColorSearchUrl = 0x7f0100a9;
+ public static final int theme = 0x7f0100e4;
+ public static final int thickness = 0x7f01002e;
+ public static final int thumbTextPadding = 0x7f010063;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100d9;
+ public static final int titleMarginEnd = 0x7f0100d7;
+ public static final int titleMarginStart = 0x7f0100d6;
+ public static final int titleMarginTop = 0x7f0100d8;
+ public static final int titleMargins = 0x7f0100d5;
+ public static final int titleTextAppearance = 0x7f0100d3;
+ public static final int titleTextColor = 0x7f0100e0;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f0100a2;
+ public static final int toolbarStyle = 0x7f0100a1;
+ public static final int track = 0x7f010062;
+ public static final int viewAspectRatio = 0x7f010030;
+ public static final int voiceIcon = 0x7f01005d;
+ public static final int windowActionBar = 0x7f010069;
+ public static final int windowActionBarOverlay = 0x7f01006b;
+ public static final int windowActionModeOverlay = 0x7f01006c;
+ public static final int windowFixedHeightMajor = 0x7f010070;
+ public static final int windowFixedHeightMinor = 0x7f01006e;
+ public static final int windowFixedWidthMajor = 0x7f01006d;
+ public static final int windowFixedWidthMinor = 0x7f01006f;
+ public static final int windowMinWidthMajor = 0x7f010071;
+ public static final int windowMinWidthMinor = 0x7f010072;
+ public static final int windowNoTitle = 0x7f01006a;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f090002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f090004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c;
+ public static final int abc_color_highlight_material = 0x7f0b003d;
+ public static final int abc_input_method_navigation_guard = 0x7f0b0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f;
+ public static final int abc_primary_text_material_dark = 0x7f0b0040;
+ public static final int abc_primary_text_material_light = 0x7f0b0041;
+ public static final int abc_search_url_text = 0x7f0b0042;
+ public static final int abc_search_url_text_normal = 0x7f0b0001;
+ public static final int abc_search_url_text_pressed = 0x7f0b0002;
+ public static final int abc_search_url_text_selected = 0x7f0b0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0b0043;
+ public static final int abc_secondary_text_material_light = 0x7f0b0044;
+ public static final int accent_material_dark = 0x7f0b0004;
+ public static final int accent_material_light = 0x7f0b0005;
+ public static final int background_floating_material_dark = 0x7f0b0006;
+ public static final int background_floating_material_light = 0x7f0b0007;
+ public static final int background_material_dark = 0x7f0b0008;
+ public static final int background_material_light = 0x7f0b0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0b000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f0b000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0b000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f0b000d;
+ public static final int bright_foreground_material_dark = 0x7f0b000e;
+ public static final int bright_foreground_material_light = 0x7f0b000f;
+ public static final int button_material_dark = 0x7f0b0010;
+ public static final int button_material_light = 0x7f0b0011;
+ public static final int catalyst_redbox_background = 0x7f0b0012;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0b0013;
+ public static final int dim_foreground_disabled_material_light = 0x7f0b0014;
+ public static final int dim_foreground_material_dark = 0x7f0b0015;
+ public static final int dim_foreground_material_light = 0x7f0b0016;
+ public static final int foreground_material_dark = 0x7f0b0017;
+ public static final int foreground_material_light = 0x7f0b0018;
+ public static final int highlighted_text_material_dark = 0x7f0b0019;
+ public static final int highlighted_text_material_light = 0x7f0b001a;
+ public static final int hint_foreground_material_dark = 0x7f0b001b;
+ public static final int hint_foreground_material_light = 0x7f0b001c;
+ public static final int material_blue_grey_800 = 0x7f0b001d;
+ public static final int material_blue_grey_900 = 0x7f0b001e;
+ public static final int material_blue_grey_950 = 0x7f0b001f;
+ public static final int material_deep_teal_200 = 0x7f0b0020;
+ public static final int material_deep_teal_500 = 0x7f0b0021;
+ public static final int material_grey_100 = 0x7f0b0022;
+ public static final int material_grey_300 = 0x7f0b0023;
+ public static final int material_grey_50 = 0x7f0b0024;
+ public static final int material_grey_600 = 0x7f0b0025;
+ public static final int material_grey_800 = 0x7f0b0026;
+ public static final int material_grey_850 = 0x7f0b0027;
+ public static final int material_grey_900 = 0x7f0b0028;
+ public static final int primary_dark_material_dark = 0x7f0b0029;
+ public static final int primary_dark_material_light = 0x7f0b002a;
+ public static final int primary_material_dark = 0x7f0b002b;
+ public static final int primary_material_light = 0x7f0b002c;
+ public static final int primary_text_default_material_dark = 0x7f0b002d;
+ public static final int primary_text_default_material_light = 0x7f0b002e;
+ public static final int primary_text_disabled_material_dark = 0x7f0b002f;
+ public static final int primary_text_disabled_material_light = 0x7f0b0030;
+ public static final int ripple_material_dark = 0x7f0b0031;
+ public static final int ripple_material_light = 0x7f0b0032;
+ public static final int secondary_text_default_material_dark = 0x7f0b0033;
+ public static final int secondary_text_default_material_light = 0x7f0b0034;
+ public static final int secondary_text_disabled_material_dark = 0x7f0b0035;
+ public static final int secondary_text_disabled_material_light = 0x7f0b0036;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0b0037;
+ public static final int switch_thumb_disabled_material_light = 0x7f0b0038;
+ public static final int switch_thumb_material_dark = 0x7f0b0045;
+ public static final int switch_thumb_material_light = 0x7f0b0046;
+ public static final int switch_thumb_normal_material_dark = 0x7f0b0039;
+ public static final int switch_thumb_normal_material_light = 0x7f0b003a;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f07000b;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_end_material = 0x7f07000c;
+ public static final int abc_action_bar_default_padding_start_material = 0x7f07000d;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070002;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070012;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015;
+ public static final int abc_action_button_min_height_material = 0x7f070016;
+ public static final int abc_action_button_min_width_material = 0x7f070017;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f070018;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f070000;
+ public static final int abc_button_inset_horizontal_material = 0x7f070019;
+ public static final int abc_button_inset_vertical_material = 0x7f07001a;
+ public static final int abc_button_padding_horizontal_material = 0x7f07001b;
+ public static final int abc_button_padding_vertical_material = 0x7f07001c;
+ public static final int abc_config_prefDialogWidth = 0x7f070005;
+ public static final int abc_control_corner_material = 0x7f07001d;
+ public static final int abc_control_inset_material = 0x7f07001e;
+ public static final int abc_control_padding_material = 0x7f07001f;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070020;
+ public static final int abc_dialog_min_width_major = 0x7f070021;
+ public static final int abc_dialog_min_width_minor = 0x7f070022;
+ public static final int abc_dialog_padding_material = 0x7f070023;
+ public static final int abc_dialog_padding_top_material = 0x7f070024;
+ public static final int abc_disabled_alpha_material_dark = 0x7f070025;
+ public static final int abc_disabled_alpha_material_light = 0x7f070026;
+ public static final int abc_dropdownitem_icon_width = 0x7f070027;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070028;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070029;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f07002a;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b;
+ public static final int abc_edit_text_inset_top_material = 0x7f07002c;
+ public static final int abc_floating_window_z = 0x7f07002d;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f07002e;
+ public static final int abc_panel_menu_list_width = 0x7f07002f;
+ public static final int abc_search_view_preferred_width = 0x7f070030;
+ public static final int abc_search_view_text_min_width = 0x7f070006;
+ public static final int abc_switch_padding = 0x7f07000e;
+ public static final int abc_text_size_body_1_material = 0x7f070031;
+ public static final int abc_text_size_body_2_material = 0x7f070032;
+ public static final int abc_text_size_button_material = 0x7f070033;
+ public static final int abc_text_size_caption_material = 0x7f070034;
+ public static final int abc_text_size_display_1_material = 0x7f070035;
+ public static final int abc_text_size_display_2_material = 0x7f070036;
+ public static final int abc_text_size_display_3_material = 0x7f070037;
+ public static final int abc_text_size_display_4_material = 0x7f070038;
+ public static final int abc_text_size_headline_material = 0x7f070039;
+ public static final int abc_text_size_large_material = 0x7f07003a;
+ public static final int abc_text_size_medium_material = 0x7f07003b;
+ public static final int abc_text_size_menu_material = 0x7f07003c;
+ public static final int abc_text_size_small_material = 0x7f07003d;
+ public static final int abc_text_size_subhead_material = 0x7f07003e;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003;
+ public static final int abc_text_size_title_material = 0x7f07003f;
+ public static final int abc_text_size_title_material_toolbar = 0x7f070004;
+ public static final int dialog_fixed_height_major = 0x7f070007;
+ public static final int dialog_fixed_height_minor = 0x7f070008;
+ public static final int dialog_fixed_width_major = 0x7f070009;
+ public static final int dialog_fixed_width_minor = 0x7f07000a;
+ public static final int disabled_alpha_material_dark = 0x7f070040;
+ public static final int disabled_alpha_material_light = 0x7f070041;
+ public static final int highlight_alpha_material_colored = 0x7f070042;
+ public static final int highlight_alpha_material_dark = 0x7f070043;
+ public static final int highlight_alpha_material_light = 0x7f070044;
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
+ public static final int notification_large_icon_height = 0x7f070046;
+ public static final int notification_large_icon_width = 0x7f070047;
+ public static final int notification_subtext_size = 0x7f070048;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_action_bar_item_background_material = 0x7f020001;
+ public static final int abc_btn_borderless_material = 0x7f020002;
+ public static final int abc_btn_check_material = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
+ public static final int abc_btn_colored_material = 0x7f020006;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020007;
+ public static final int abc_btn_radio_material = 0x7f020008;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
+ public static final int abc_cab_background_internal_bg = 0x7f02000f;
+ public static final int abc_cab_background_top_material = 0x7f020010;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011;
+ public static final int abc_control_background_material = 0x7f020012;
+ public static final int abc_dialog_material_background_dark = 0x7f020013;
+ public static final int abc_dialog_material_background_light = 0x7f020014;
+ public static final int abc_edit_text_material = 0x7f020015;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020017;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
+ public static final int abc_item_background_holo_dark = 0x7f020022;
+ public static final int abc_item_background_holo_light = 0x7f020023;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020024;
+ public static final int abc_list_focused_holo = 0x7f020025;
+ public static final int abc_list_longpressed_holo = 0x7f020026;
+ public static final int abc_list_pressed_holo_dark = 0x7f020027;
+ public static final int abc_list_pressed_holo_light = 0x7f020028;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f02002c;
+ public static final int abc_list_selector_holo_dark = 0x7f02002d;
+ public static final int abc_list_selector_holo_light = 0x7f02002e;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
+ public static final int abc_popup_background_mtrl_mult = 0x7f020030;
+ public static final int abc_ratingbar_full_material = 0x7f020031;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f020032;
+ public static final int abc_spinner_textfield_background_material = 0x7f020033;
+ public static final int abc_switch_thumb_material = 0x7f020034;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020035;
+ public static final int abc_tab_indicator_material = 0x7f020036;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037;
+ public static final int abc_text_cursor_material = 0x7f020038;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
+ public static final int abc_textfield_search_material = 0x7f02003d;
+ public static final int notification_template_icon_bg = 0x7f02003e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0c0057;
+ public static final int action_bar = 0x7f0c0047;
+ public static final int action_bar_activity_content = 0x7f0c0000;
+ public static final int action_bar_container = 0x7f0c0046;
+ public static final int action_bar_root = 0x7f0c0042;
+ public static final int action_bar_spinner = 0x7f0c0001;
+ public static final int action_bar_subtitle = 0x7f0c002b;
+ public static final int action_bar_title = 0x7f0c002a;
+ public static final int action_context_bar = 0x7f0c0048;
+ public static final int action_divider = 0x7f0c005b;
+ public static final int action_menu_divider = 0x7f0c0002;
+ public static final int action_menu_presenter = 0x7f0c0003;
+ public static final int action_mode_bar = 0x7f0c0044;
+ public static final int action_mode_bar_stub = 0x7f0c0043;
+ public static final int action_mode_close_button = 0x7f0c002c;
+ public static final int activity_chooser_view_content = 0x7f0c002d;
+ public static final int alertTitle = 0x7f0c0037;
+ public static final int always = 0x7f0c0024;
+ public static final int beginning = 0x7f0c0021;
+ public static final int buttonPanel = 0x7f0c003d;
+ public static final int cancel_action = 0x7f0c0058;
+ public static final int catalyst_redbox_title = 0x7f0c0066;
+ public static final int center = 0x7f0c0019;
+ public static final int centerCrop = 0x7f0c001a;
+ public static final int centerInside = 0x7f0c001b;
+ public static final int checkbox = 0x7f0c003f;
+ public static final int chronometer = 0x7f0c005e;
+ public static final int collapseActionView = 0x7f0c0025;
+ public static final int contentPanel = 0x7f0c0038;
+ public static final int custom = 0x7f0c003c;
+ public static final int customPanel = 0x7f0c003b;
+ public static final int decor_content_parent = 0x7f0c0045;
+ public static final int default_activity_button = 0x7f0c0030;
+ public static final int disableHome = 0x7f0c000d;
+ public static final int edit_query = 0x7f0c0049;
+ public static final int end = 0x7f0c0022;
+ public static final int end_padder = 0x7f0c0063;
+ public static final int expand_activities_button = 0x7f0c002e;
+ public static final int expanded_menu = 0x7f0c003e;
+ public static final int fitCenter = 0x7f0c001c;
+ public static final int fitEnd = 0x7f0c001d;
+ public static final int fitStart = 0x7f0c001e;
+ public static final int fitXY = 0x7f0c001f;
+ public static final int focusCrop = 0x7f0c0020;
+ public static final int fps_text = 0x7f0c0056;
+ public static final int home = 0x7f0c0004;
+ public static final int homeAsUp = 0x7f0c000e;
+ public static final int icon = 0x7f0c0032;
+ public static final int ifRoom = 0x7f0c0026;
+ public static final int image = 0x7f0c002f;
+ public static final int info = 0x7f0c0062;
+ public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
+ public static final int line1 = 0x7f0c005c;
+ public static final int line3 = 0x7f0c0060;
+ public static final int listMode = 0x7f0c000a;
+ public static final int list_item = 0x7f0c0031;
+ public static final int media_actions = 0x7f0c005a;
+ public static final int middle = 0x7f0c0023;
+ public static final int multiply = 0x7f0c0014;
+ public static final int never = 0x7f0c0027;
+ public static final int none = 0x7f0c000f;
+ public static final int normal = 0x7f0c000b;
+ public static final int parentPanel = 0x7f0c0034;
+ public static final int progress_circular = 0x7f0c0006;
+ public static final int progress_horizontal = 0x7f0c0007;
+ public static final int radio = 0x7f0c0041;
+ public static final int rn_frame_file = 0x7f0c0065;
+ public static final int rn_frame_method = 0x7f0c0064;
+ public static final int rn_redbox_reloadjs = 0x7f0c0068;
+ public static final int rn_redbox_stack = 0x7f0c0067;
+ public static final int screen = 0x7f0c0015;
+ public static final int scrollView = 0x7f0c0039;
+ public static final int search_badge = 0x7f0c004b;
+ public static final int search_bar = 0x7f0c004a;
+ public static final int search_button = 0x7f0c004c;
+ public static final int search_close_btn = 0x7f0c0051;
+ public static final int search_edit_frame = 0x7f0c004d;
+ public static final int search_go_btn = 0x7f0c0053;
+ public static final int search_mag_icon = 0x7f0c004e;
+ public static final int search_plate = 0x7f0c004f;
+ public static final int search_src_text = 0x7f0c0050;
+ public static final int search_voice_btn = 0x7f0c0054;
+ public static final int select_dialog_listview = 0x7f0c0055;
+ public static final int shortcut = 0x7f0c0040;
+ public static final int showCustom = 0x7f0c0010;
+ public static final int showHome = 0x7f0c0011;
+ public static final int showTitle = 0x7f0c0012;
+ public static final int split_action_bar = 0x7f0c0008;
+ public static final int src_atop = 0x7f0c0016;
+ public static final int src_in = 0x7f0c0017;
+ public static final int src_over = 0x7f0c0018;
+ public static final int status_bar_latest_event_content = 0x7f0c0059;
+ public static final int submit_area = 0x7f0c0052;
+ public static final int tabMode = 0x7f0c000c;
+ public static final int text = 0x7f0c0061;
+ public static final int text2 = 0x7f0c005f;
+ public static final int textSpacerNoButtons = 0x7f0c003a;
+ public static final int time = 0x7f0c005d;
+ public static final int title = 0x7f0c0033;
+ public static final int title_template = 0x7f0c0036;
+ public static final int topPanel = 0x7f0c0035;
+ public static final int up = 0x7f0c0009;
+ public static final int useLogo = 0x7f0c0013;
+ public static final int withText = 0x7f0c0028;
+ public static final int wrap_content = 0x7f0c0029;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0a0001;
+ public static final int abc_config_activityShortDur = 0x7f0a0002;
+ public static final int abc_max_action_buttons = 0x7f0a0000;
+ public static final int cancel_button_image_alpha = 0x7f0a0003;
+ public static final int status_bar_notification_info_maxnum = 0x7f0a0004;
+ }
+ 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 fps_view = 0x7f030018;
+ public static final int notification_media_action = 0x7f030019;
+ public static final int notification_media_cancel_action = 0x7f03001a;
+ public static final int notification_template_big_media = 0x7f03001b;
+ public static final int notification_template_big_media_narrow = 0x7f03001c;
+ public static final int notification_template_lines = 0x7f03001d;
+ public static final int notification_template_media = 0x7f03001e;
+ public static final int notification_template_part_chronometer = 0x7f03001f;
+ public static final int notification_template_part_time = 0x7f030020;
+ public static final int redbox_item_frame = 0x7f030021;
+ public static final int redbox_item_title = 0x7f030022;
+ public static final int redbox_view = 0x7f030023;
+ public static final int select_dialog_item_material = 0x7f030024;
+ public static final int select_dialog_multichoice_material = 0x7f030025;
+ public static final int select_dialog_singlechoice_material = 0x7f030026;
+ public static final int support_simple_spinner_dropdown_item = 0x7f030027;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f060000;
+ public static final int abc_action_bar_home_description_format = 0x7f060001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002;
+ public static final int abc_action_bar_up_description = 0x7f060003;
+ public static final int abc_action_menu_overflow_description = 0x7f060004;
+ public static final int abc_action_mode_done = 0x7f060005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f060006;
+ public static final int abc_activitychooserview_choose_application = 0x7f060007;
+ public static final int abc_search_hint = 0x7f060008;
+ public static final int abc_searchview_description_clear = 0x7f060009;
+ public static final int abc_searchview_description_query = 0x7f06000a;
+ public static final int abc_searchview_description_search = 0x7f06000b;
+ public static final int abc_searchview_description_submit = 0x7f06000c;
+ public static final int abc_searchview_description_voice = 0x7f06000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f06000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f06000f;
+ public static final int abc_toolbar_collapse_description = 0x7f060010;
+ public static final int catalyst_debugjs = 0x7f060012;
+ public static final int catalyst_debugjs_off = 0x7f06001a;
+ public static final int catalyst_element_inspector = 0x7f060013;
+ public static final int catalyst_element_inspector_off = 0x7f06001b;
+ public static final int catalyst_hot_module_replacement = 0x7f06001c;
+ public static final int catalyst_hot_module_replacement_off = 0x7f06001d;
+ public static final int catalyst_jsload_error = 0x7f060014;
+ public static final int catalyst_jsload_message = 0x7f060015;
+ public static final int catalyst_jsload_title = 0x7f060016;
+ public static final int catalyst_live_reload = 0x7f06001e;
+ public static final int catalyst_live_reload_off = 0x7f06001f;
+ public static final int catalyst_perf_monitor = 0x7f060020;
+ public static final int catalyst_perf_monitor_off = 0x7f060021;
+ public static final int catalyst_reloadjs = 0x7f060017;
+ public static final int catalyst_remotedbg_error = 0x7f060022;
+ public static final int catalyst_remotedbg_message = 0x7f060023;
+ public static final int catalyst_settings = 0x7f060018;
+ public static final int catalyst_settings_title = 0x7f060019;
+ public static final int catalyst_start_profile = 0x7f060024;
+ public static final int catalyst_stop_profile = 0x7f060025;
+ public static final int status_bar_notification_info_overflow = 0x7f060011;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f08007a;
+ public static final int AlertDialog_AppCompat_Light = 0x7f08007b;
+ public static final int Animation_AppCompat_Dialog = 0x7f08007c;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f08007d;
+ public static final int Animation_Catalyst_RedBox = 0x7f08007e;
+ public static final int Base_AlertDialog_AppCompat = 0x7f08007f;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f080081;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083;
+ public static final int Base_TextAppearance_AppCompat = 0x7f08002d;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f080090;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094;
+ public static final int Base_Theme_AppCompat = 0x7f08004e;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f080009;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b;
+ public static final int Base_Theme_AppCompat_Light = 0x7f08004f;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015;
+ public static final int Base_V21_Theme_AppCompat = 0x7f080050;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053;
+ public static final int Base_V22_Theme_AppCompat = 0x7f080074;
+ public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075;
+ public static final int Base_V23_Theme_AppCompat = 0x7f080077;
+ public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078;
+ public static final int Base_V7_Theme_AppCompat = 0x7f080095;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016;
+ public static final int Base_Widget_AppCompat_Button = 0x7f080059;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0;
+ public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f080017;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f080067;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070;
+ public static final int Platform_AppCompat = 0x7f08000f;
+ public static final int Platform_AppCompat_Light = 0x7f080010;
+ public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073;
+ public static final int Platform_V11_AppCompat = 0x7f080011;
+ public static final int Platform_V11_AppCompat_Light = 0x7f080012;
+ public static final int Platform_V14_AppCompat = 0x7f080019;
+ public static final int Platform_V14_AppCompat_Light = 0x7f08001a;
+ public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b;
+ public static final int TextAppearance_AppCompat = 0x7f0800ab;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0800ae;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0800af;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0800b6;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0800be;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0800c1;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0800c5;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf;
+ public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9;
+ public static final int Theme = 0x7f0800da;
+ public static final int ThemeOverlay_AppCompat = 0x7f0800ed;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1;
+ public static final int Theme_AppCompat = 0x7f0800db;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc;
+ public static final int Theme_AppCompat_Dialog = 0x7f0800dd;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df;
+ public static final int Theme_AppCompat_Light = 0x7f0800e1;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8;
+ public static final int Theme_Catalyst = 0x7f0800e9;
+ public static final int Theme_Catalyst_RedBox = 0x7f0800ea;
+ public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb;
+ public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0800f2;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0800f7;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0800fa;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc;
+ public static final int Widget_AppCompat_Button = 0x7f0800fd;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f080103;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100;
+ public static final int Widget_AppCompat_Button_Colored = 0x7f080101;
+ public static final int Widget_AppCompat_Button_Small = 0x7f080102;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109;
+ public static final int Widget_AppCompat_EditText = 0x7f08010a;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121;
+ public static final int Widget_AppCompat_ListView = 0x7f080122;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f080124;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f080125;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f080127;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f080128;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129;
+ public static final int Widget_AppCompat_RatingBar = 0x7f08012a;
+ public static final int Widget_AppCompat_SearchView = 0x7f08012b;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c;
+ public static final int Widget_AppCompat_Spinner = 0x7f08012d;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131;
+ public static final int Widget_AppCompat_Toolbar = 0x7f080132;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133;
+ }
+ 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, 0x7f010097 };
+ 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[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 };
+ public static final int CompoundButton_android_button = 0;
+ public static final int CompoundButton_buttonTint = 1;
+ public static final int CompoundButton_buttonTintMode = 2;
+ public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
+ public static final int DrawerArrowToggle_arrowHeadLength = 4;
+ public static final int DrawerArrowToggle_arrowShaftLength = 5;
+ public static final int DrawerArrowToggle_barLength = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ public static final int GenericDraweeView_backgroundImage = 12;
+ public static final int GenericDraweeView_fadeDuration = 0;
+ public static final int GenericDraweeView_failureImage = 6;
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ public static final int GenericDraweeView_overlayImage = 13;
+ public static final int GenericDraweeView_placeholderImage = 2;
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ public static final int GenericDraweeView_progressBarImage = 8;
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ public static final int GenericDraweeView_retryImage = 4;
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ public static final int GenericDraweeView_roundTopRight = 18;
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 };
+ 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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ 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, 0x7f01004e };
+ 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, 0x7f01004f };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010050 };
+ 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[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 };
+ public static final int RecyclerView_android_orientation = 0;
+ public static final int RecyclerView_layoutManager = 1;
+ public static final int RecyclerView_reverseLayout = 3;
+ public static final int RecyclerView_spanCount = 2;
+ public static final int RecyclerView_stackFromEnd = 4;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 8;
+ public static final int SearchView_commitIcon = 13;
+ public static final int SearchView_defaultQueryHint = 7;
+ public static final int SearchView_goIcon = 9;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 15;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 11;
+ public static final int SearchView_searchIcon = 10;
+ public static final int SearchView_submitBackground = 16;
+ public static final int SearchView_suggestionRowLayout = 14;
+ public static final int SearchView_voiceIcon = 12;
+ public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
+ public static final int Spinner_android_dropDownWidth = 2;
+ public static final int Spinner_android_popupBackground = 0;
+ public static final int Spinner_android_prompt = 1;
+ public static final int Spinner_popupTheme = 3;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 };
+ 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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 57;
+ public static final int Theme_alertDialogButtonGroupStyle = 91;
+ public static final int Theme_alertDialogCenterButtons = 92;
+ public static final int Theme_alertDialogStyle = 90;
+ public static final int Theme_alertDialogTheme = 93;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 98;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 96;
+ public static final int Theme_buttonBarNeutralButtonStyle = 97;
+ public static final int Theme_buttonBarPositiveButtonStyle = 95;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 99;
+ public static final int Theme_buttonStyleSmall = 100;
+ public static final int Theme_checkboxStyle = 101;
+ public static final int Theme_checkedTextViewStyle = 102;
+ public static final int Theme_colorAccent = 83;
+ public static final int Theme_colorButtonNormal = 87;
+ public static final int Theme_colorControlActivated = 85;
+ public static final int Theme_colorControlHighlight = 86;
+ public static final int Theme_colorControlNormal = 84;
+ public static final int Theme_colorPrimary = 81;
+ public static final int Theme_colorPrimaryDark = 82;
+ public static final int Theme_colorSwitchThumbNormal = 88;
+ public static final int Theme_controlBackground = 89;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 56;
+ public static final int Theme_dividerVertical = 55;
+ public static final int Theme_dropDownListViewStyle = 73;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 63;
+ public static final int Theme_editTextColor = 62;
+ public static final int Theme_editTextStyle = 103;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 80;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 74;
+ public static final int Theme_listPreferredItemHeight = 68;
+ public static final int Theme_listPreferredItemHeightLarge = 70;
+ public static final int Theme_listPreferredItemHeightSmall = 69;
+ public static final int Theme_listPreferredItemPaddingLeft = 71;
+ public static final int Theme_listPreferredItemPaddingRight = 72;
+ public static final int Theme_panelBackground = 77;
+ public static final int Theme_panelMenuListTheme = 79;
+ public static final int Theme_panelMenuListWidth = 78;
+ public static final int Theme_popupMenuStyle = 60;
+ public static final int Theme_popupWindowStyle = 61;
+ public static final int Theme_radioButtonStyle = 104;
+ public static final int Theme_ratingBarStyle = 105;
+ public static final int Theme_searchViewStyle = 67;
+ 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 = 106;
+ public static final int Theme_switchStyle = 107;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 75;
+ public static final int Theme_textAppearanceListItemSmall = 76;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 65;
+ public static final int Theme_textAppearanceSearchResultTitle = 64;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 94;
+ public static final int Theme_textColorSearchUrl = 66;
+ public static final int Theme_toolbarNavigationButtonStyle = 59;
+ public static final int Theme_toolbarStyle = 58;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 19;
+ public static final int Toolbar_collapseIcon = 18;
+ public static final int Toolbar_contentInsetEnd = 6;
+ public static final int Toolbar_contentInsetLeft = 7;
+ public static final int Toolbar_contentInsetRight = 8;
+ public static final int Toolbar_contentInsetStart = 5;
+ public static final int Toolbar_logo = 4;
+ public static final int Toolbar_logoDescription = 22;
+ public static final int Toolbar_maxButtonHeight = 17;
+ public static final int Toolbar_navigationContentDescription = 21;
+ public static final int Toolbar_navigationIcon = 20;
+ public static final int Toolbar_popupTheme = 9;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 11;
+ public static final int Toolbar_subtitleTextColor = 24;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 16;
+ public static final int Toolbar_titleMarginEnd = 14;
+ public static final int Toolbar_titleMarginStart = 13;
+ public static final int Toolbar_titleMarginTop = 15;
+ public static final int Toolbar_titleMargins = 12;
+ public static final int Toolbar_titleTextAppearance = 10;
+ public static final int Toolbar_titleTextColor = 23;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 };
+ public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 };
+ public static final int ViewBackgroundHelper_android_background = 0;
+ public static final int ViewBackgroundHelper_backgroundTint = 1;
+ public static final int ViewBackgroundHelper_backgroundTintMode = 2;
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+ public static final class xml {
+ public static final int preferences = 0x7f050000;
+ }
+}
diff --git a/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java b/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java
new file mode 100644
index 0000000..1d5427d
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java
@@ -0,0 +1,6891 @@
+/* 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.imagepicker.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 catalyst_push_up_in=0x7f04000a;
+ public static final int catalyst_push_up_out=0x7f04000b;
+ }
+ 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=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 actionBarItemBackground=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 actionBarPopupTheme=0x7f010078;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=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 actionBarSplitStyle=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 actionBarStyle=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 actionBarTabBarStyle=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 actionBarTabStyle=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 actionBarTabTextStyle=0x7f010075;
+ /**
Must be a reference 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=0x7f01007b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarWidgetTheme=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 actionButtonStyle=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 actionDropDownStyle=0x7f010094;
+ /**
Must be a reference 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=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 actionMenuTextAppearance=0x7f010080;
+ /**
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=0x7f010081;
+ /**
Must be a reference 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=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 actionModeCloseButtonStyle=0x7f010083;
+ /**
Must be a reference 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=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 actionModeCopyDrawable=0x7f010088;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCutDrawable=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 actionModeFindDrawable=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 actionModePasteDrawable=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 actionModePopupWindowStyle=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 actionModeSelectAllDrawable=0x7f01008a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeShareDrawable=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 actionModeSplitBackground=0x7f010085;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeStyle=0x7f010082;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeWebSearchDrawable=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 actionOverflowButtonStyle=0x7f010076;
+ /**
Must be a reference 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=0x7f010077;
+ /**
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=0x7f01004d;
+ /**
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=0x7f01004c;
+ /**
Must be a reference 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=0x7f0100a0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static final int actualImageScaleType=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 alertDialogButtonGroupStyle=0x7f0100c2;
+ /**
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=0x7f0100c3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogStyle=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 alertDialogTheme=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 arrowHeadLength=0x7f01002b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int arrowShaftLength=0x7f01002c;
+ /**
Must be a reference 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=0x7f0100c9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int background=0x7f01000c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int backgroundImage=0x7f01003b;
+ /**
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=0x7f0100e5;
+ /**
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=0x7f0100e6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int barLength=0x7f01002d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int borderlessButtonStyle=0x7f01009d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarButtonStyle=0x7f01009a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNegativeButtonStyle=0x7f0100c7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNeutralButtonStyle=0x7f0100c8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarPositiveButtonStyle=0x7f0100c6;
+ /**
Must be a reference 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=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 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=0x7f0100ca;
+ /**
Must be a reference 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=0x7f0100cb;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int buttonTint=0x7f010025;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ */
+ public static final int buttonTintMode=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 checkboxStyle=0x7f0100cc;
+ /**
Must be a reference 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=0x7f0100cd;
+ /**
Must be a reference 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=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 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=0x7f0100dc;
+ /**
Must be a reference 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=0x7f0100db;
+ /**
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=0x7f010027;
+ /**
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=0x7f0100ba;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorButtonNormal=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 colorControlActivated=0x7f0100bc;
+ /**
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=0x7f0100bd;
+ /**
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=0x7f0100bb;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorPrimary=0x7f0100b8;
+ /**
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=0x7f0100b9;
+ /**
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=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 commitIcon=0x7f01005e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int controlBackground=0x7f0100c0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01000f;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int defaultQueryHint=0x7f010058;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010092;
+ /**
Must be a reference 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=0x7f010091;
+ /**
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=0x7f01009f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010049;
+ /**
Must be a reference 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=0x7f01009e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 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=0x7f0100b0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010095;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextBackground=0x7f0100a6;
+ /**
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=0x7f0100a5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextStyle=0x7f0100ce;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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 an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int fadeDuration=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 failureImage=0x7f010035;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static final int failureImageScaleType=0x7f010036;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 goIcon=0x7f01005a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 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=0x7f010056;
+ /**
Must be a reference 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=0x7f010055;
+ /**
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 layoutManager=0x7f010051;
+ /**
Must be a reference 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=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 listDividerAlertDialog=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 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=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 listPreferredItemHeight=0x7f0100ab;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100ad;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100ac;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100ae;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 logo=0x7f01000a;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int logoDescription=0x7f0100df;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100da;
+ /**
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=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 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=0x7f0100de;
+ /**
Must be a reference 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=0x7f0100dd;
+ /**
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=0x7f01004f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int overlayImage=0x7f01003c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100e3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100e2;
+ /**
Must be a reference 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=0x7f0100b4;
+ /**
Must be a reference 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=0x7f0100b6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 placeholderImage=0x7f010031;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static final int placeholderImageScaleType=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 popupMenuStyle=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 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=0x7f0100a4;
+ /**
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=0x7f01004e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int pressedStateOverlayImage=0x7f01003d;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarAutoRotateInterval=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 progressBarImage=0x7f010037;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static final int progressBarImageScaleType=0x7f010038;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int queryBackground=0x7f010060;
+ /**
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=0x7f010057;
+ /**
Must be a reference 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=0x7f0100cf;
+ /**
Must be a reference 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=0x7f0100d0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int retryImage=0x7f010033;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static final int retryImageScaleType=0x7f010034;
+ /**
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 reverseLayout=0x7f010053;
+ /**
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 roundAsCircle=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 roundBottomLeft=0x7f010043;
+ /**
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 roundBottomRight=0x7f010042;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int roundTopLeft=0x7f010040;
+ /**
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 roundTopRight=0x7f010041;
+ /**
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 roundWithOverlayColor=0x7f010044;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int roundedCornerRadius=0x7f01003f;
+ /**
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 roundingBorderColor=0x7f010046;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int roundingBorderWidth=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 searchHintIcon=0x7f01005c;
+ /**
Must be a reference 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=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 searchViewStyle=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 selectableItemBackground=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 selectableItemBackgroundBorderless=0x7f01009c;
+ /**
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=0x7f01004a;
+ /**
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=0x7f010048;
+ /**
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=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 singleChoiceItemLayout=0x7f010022;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int spanCount=0x7f010052;
+ /**
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=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 spinnerDropDownItemStyle=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 spinnerStyle=0x7f0100d1;
+ /**
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=0x7f010067;
+ /**
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 stackFromEnd=0x7f010054;
+ /**
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=0x7f010050;
+ /**
Must be a reference 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=0x7f010061;
+ /**
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=0x7f0100d4;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int subtitleTextColor=0x7f0100e1;
+ /**
Must be a reference 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=0x7f01005f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010065;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 switchStyle=0x7f0100d2;
+ /**
Must be a reference 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=0x7f010064;
+ /**
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=0x7f01008f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItem=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 textAppearanceListItemSmall=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 textAppearanceSearchResultSubtitle=0x7f0100a8;
+ /**
Must be a reference 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=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 textAppearanceSmallPopupMenu=0x7f010090;
+ /**
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=0x7f0100c5;
+ /**
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=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 theme=0x7f0100e4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01002e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010063;
+ /**
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=0x7f0100d9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100d7;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100d6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100d8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100d5;
+ /**
Must be a reference 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=0x7f0100d3;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleTextColor=0x7f0100e0;
+ /**
Must be a reference 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=0x7f0100a2;
+ /**
Must be a reference 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=0x7f0100a1;
+ /**
Must be a reference 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=0x7f010062;
+ /**
Must be a floating point value, such as "1.2".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int viewAspectRatio=0x7f010030;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int voiceIcon=0x7f01005d;
+ /**
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=0x7f010069;
+ /**
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=0x7f01006b;
+ /**
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=0x7f01006c;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010070;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006e;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006f;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010071;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010072;
+ /**
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=0x7f01006a;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f090002;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f090000;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f090003;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f090004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f090001;
+ public static final int abc_config_closeDialogWhenTouchOutside=0x7f090005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f0b003b;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f0b003c;
+ public static final int abc_color_highlight_material=0x7f0b003d;
+ public static final int abc_input_method_navigation_guard=0x7f0b0000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f0b003e;
+ public static final int abc_primary_text_disable_only_material_light=0x7f0b003f;
+ public static final int abc_primary_text_material_dark=0x7f0b0040;
+ public static final int abc_primary_text_material_light=0x7f0b0041;
+ public static final int abc_search_url_text=0x7f0b0042;
+ public static final int abc_search_url_text_normal=0x7f0b0001;
+ public static final int abc_search_url_text_pressed=0x7f0b0002;
+ public static final int abc_search_url_text_selected=0x7f0b0003;
+ public static final int abc_secondary_text_material_dark=0x7f0b0043;
+ public static final int abc_secondary_text_material_light=0x7f0b0044;
+ public static final int accent_material_dark=0x7f0b0004;
+ public static final int accent_material_light=0x7f0b0005;
+ public static final int background_floating_material_dark=0x7f0b0006;
+ public static final int background_floating_material_light=0x7f0b0007;
+ public static final int background_material_dark=0x7f0b0008;
+ public static final int background_material_light=0x7f0b0009;
+ public static final int bright_foreground_disabled_material_dark=0x7f0b000a;
+ public static final int bright_foreground_disabled_material_light=0x7f0b000b;
+ public static final int bright_foreground_inverse_material_dark=0x7f0b000c;
+ public static final int bright_foreground_inverse_material_light=0x7f0b000d;
+ public static final int bright_foreground_material_dark=0x7f0b000e;
+ public static final int bright_foreground_material_light=0x7f0b000f;
+ public static final int button_material_dark=0x7f0b0010;
+ public static final int button_material_light=0x7f0b0011;
+ public static final int catalyst_redbox_background=0x7f0b0012;
+ public static final int dim_foreground_disabled_material_dark=0x7f0b0013;
+ public static final int dim_foreground_disabled_material_light=0x7f0b0014;
+ public static final int dim_foreground_material_dark=0x7f0b0015;
+ public static final int dim_foreground_material_light=0x7f0b0016;
+ public static final int foreground_material_dark=0x7f0b0017;
+ public static final int foreground_material_light=0x7f0b0018;
+ public static final int highlighted_text_material_dark=0x7f0b0019;
+ public static final int highlighted_text_material_light=0x7f0b001a;
+ public static final int hint_foreground_material_dark=0x7f0b001b;
+ public static final int hint_foreground_material_light=0x7f0b001c;
+ public static final int material_blue_grey_800=0x7f0b001d;
+ public static final int material_blue_grey_900=0x7f0b001e;
+ public static final int material_blue_grey_950=0x7f0b001f;
+ public static final int material_deep_teal_200=0x7f0b0020;
+ public static final int material_deep_teal_500=0x7f0b0021;
+ public static final int material_grey_100=0x7f0b0022;
+ public static final int material_grey_300=0x7f0b0023;
+ public static final int material_grey_50=0x7f0b0024;
+ public static final int material_grey_600=0x7f0b0025;
+ public static final int material_grey_800=0x7f0b0026;
+ public static final int material_grey_850=0x7f0b0027;
+ public static final int material_grey_900=0x7f0b0028;
+ public static final int primary_dark_material_dark=0x7f0b0029;
+ public static final int primary_dark_material_light=0x7f0b002a;
+ public static final int primary_material_dark=0x7f0b002b;
+ public static final int primary_material_light=0x7f0b002c;
+ public static final int primary_text_default_material_dark=0x7f0b002d;
+ public static final int primary_text_default_material_light=0x7f0b002e;
+ public static final int primary_text_disabled_material_dark=0x7f0b002f;
+ public static final int primary_text_disabled_material_light=0x7f0b0030;
+ public static final int ripple_material_dark=0x7f0b0031;
+ public static final int ripple_material_light=0x7f0b0032;
+ public static final int secondary_text_default_material_dark=0x7f0b0033;
+ public static final int secondary_text_default_material_light=0x7f0b0034;
+ public static final int secondary_text_disabled_material_dark=0x7f0b0035;
+ public static final int secondary_text_disabled_material_light=0x7f0b0036;
+ public static final int switch_thumb_disabled_material_dark=0x7f0b0037;
+ public static final int switch_thumb_disabled_material_light=0x7f0b0038;
+ public static final int switch_thumb_material_dark=0x7f0b0045;
+ public static final int switch_thumb_material_light=0x7f0b0046;
+ public static final int switch_thumb_normal_material_dark=0x7f0b0039;
+ public static final int switch_thumb_normal_material_light=0x7f0b003a;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material=0x7f07000b;
+ public static final int abc_action_bar_default_height_material=0x7f070001;
+ public static final int abc_action_bar_default_padding_end_material=0x7f07000c;
+ public static final int abc_action_bar_default_padding_start_material=0x7f07000d;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f07000f;
+ public static final int abc_action_bar_overflow_padding_end_material=0x7f070010;
+ public static final int abc_action_bar_overflow_padding_start_material=0x7f070011;
+ public static final int abc_action_bar_progress_bar_size=0x7f070002;
+ public static final int abc_action_bar_stacked_max_height=0x7f070012;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f070013;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f070014;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f070015;
+ public static final int abc_action_button_min_height_material=0x7f070016;
+ public static final int abc_action_button_min_width_material=0x7f070017;
+ public static final int abc_action_button_min_width_overflow_material=0x7f070018;
+ public static final int abc_alert_dialog_button_bar_height=0x7f070000;
+ public static final int abc_button_inset_horizontal_material=0x7f070019;
+ public static final int abc_button_inset_vertical_material=0x7f07001a;
+ public static final int abc_button_padding_horizontal_material=0x7f07001b;
+ public static final int abc_button_padding_vertical_material=0x7f07001c;
+ public static final int abc_config_prefDialogWidth=0x7f070005;
+ public static final int abc_control_corner_material=0x7f07001d;
+ public static final int abc_control_inset_material=0x7f07001e;
+ public static final int abc_control_padding_material=0x7f07001f;
+ public static final int abc_dialog_list_padding_vertical_material=0x7f070020;
+ public static final int abc_dialog_min_width_major=0x7f070021;
+ public static final int abc_dialog_min_width_minor=0x7f070022;
+ public static final int abc_dialog_padding_material=0x7f070023;
+ public static final int abc_dialog_padding_top_material=0x7f070024;
+ public static final int abc_disabled_alpha_material_dark=0x7f070025;
+ public static final int abc_disabled_alpha_material_light=0x7f070026;
+ public static final int abc_dropdownitem_icon_width=0x7f070027;
+ public static final int abc_dropdownitem_text_padding_left=0x7f070028;
+ public static final int abc_dropdownitem_text_padding_right=0x7f070029;
+ public static final int abc_edit_text_inset_bottom_material=0x7f07002a;
+ public static final int abc_edit_text_inset_horizontal_material=0x7f07002b;
+ public static final int abc_edit_text_inset_top_material=0x7f07002c;
+ public static final int abc_floating_window_z=0x7f07002d;
+ public static final int abc_list_item_padding_horizontal_material=0x7f07002e;
+ public static final int abc_panel_menu_list_width=0x7f07002f;
+ public static final int abc_search_view_preferred_width=0x7f070030;
+ public static final int abc_search_view_text_min_width=0x7f070006;
+ public static final int abc_switch_padding=0x7f07000e;
+ public static final int abc_text_size_body_1_material=0x7f070031;
+ public static final int abc_text_size_body_2_material=0x7f070032;
+ public static final int abc_text_size_button_material=0x7f070033;
+ public static final int abc_text_size_caption_material=0x7f070034;
+ public static final int abc_text_size_display_1_material=0x7f070035;
+ public static final int abc_text_size_display_2_material=0x7f070036;
+ public static final int abc_text_size_display_3_material=0x7f070037;
+ public static final int abc_text_size_display_4_material=0x7f070038;
+ public static final int abc_text_size_headline_material=0x7f070039;
+ public static final int abc_text_size_large_material=0x7f07003a;
+ public static final int abc_text_size_medium_material=0x7f07003b;
+ public static final int abc_text_size_menu_material=0x7f07003c;
+ public static final int abc_text_size_small_material=0x7f07003d;
+ public static final int abc_text_size_subhead_material=0x7f07003e;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f070003;
+ public static final int abc_text_size_title_material=0x7f07003f;
+ public static final int abc_text_size_title_material_toolbar=0x7f070004;
+ public static final int dialog_fixed_height_major=0x7f070007;
+ public static final int dialog_fixed_height_minor=0x7f070008;
+ public static final int dialog_fixed_width_major=0x7f070009;
+ public static final int dialog_fixed_width_minor=0x7f07000a;
+ public static final int disabled_alpha_material_dark=0x7f070040;
+ public static final int disabled_alpha_material_light=0x7f070041;
+ public static final int highlight_alpha_material_colored=0x7f070042;
+ public static final int highlight_alpha_material_dark=0x7f070043;
+ public static final int highlight_alpha_material_light=0x7f070044;
+ public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f070045;
+ public static final int notification_large_icon_height=0x7f070046;
+ public static final int notification_large_icon_width=0x7f070047;
+ public static final int notification_subtext_size=0x7f070048;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_action_bar_item_background_material=0x7f020001;
+ public static final int abc_btn_borderless_material=0x7f020002;
+ public static final int abc_btn_check_material=0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020004;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020005;
+ public static final int abc_btn_colored_material=0x7f020006;
+ public static final int abc_btn_default_mtrl_shape=0x7f020007;
+ public static final int abc_btn_radio_material=0x7f020008;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e;
+ public static final int abc_cab_background_internal_bg=0x7f02000f;
+ public static final int abc_cab_background_top_material=0x7f020010;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f020011;
+ public static final int abc_control_background_material=0x7f020012;
+ public static final int abc_dialog_material_background_dark=0x7f020013;
+ public static final int abc_dialog_material_background_light=0x7f020014;
+ public static final int abc_edit_text_material=0x7f020015;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020017;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f020020;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021;
+ public static final int abc_item_background_holo_dark=0x7f020022;
+ public static final int abc_item_background_holo_light=0x7f020023;
+ public static final int abc_list_divider_mtrl_alpha=0x7f020024;
+ public static final int abc_list_focused_holo=0x7f020025;
+ public static final int abc_list_longpressed_holo=0x7f020026;
+ public static final int abc_list_pressed_holo_dark=0x7f020027;
+ public static final int abc_list_pressed_holo_light=0x7f020028;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020029;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f02002a;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f02002b;
+ public static final int abc_list_selector_disabled_holo_light=0x7f02002c;
+ public static final int abc_list_selector_holo_dark=0x7f02002d;
+ public static final int abc_list_selector_holo_light=0x7f02002e;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f;
+ public static final int abc_popup_background_mtrl_mult=0x7f020030;
+ public static final int abc_ratingbar_full_material=0x7f020031;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f020032;
+ public static final int abc_spinner_textfield_background_material=0x7f020033;
+ public static final int abc_switch_thumb_material=0x7f020034;
+ public static final int abc_switch_track_mtrl_alpha=0x7f020035;
+ public static final int abc_tab_indicator_material=0x7f020036;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020037;
+ public static final int abc_text_cursor_material=0x7f020038;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020039;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f02003a;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02003b;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f02003c;
+ public static final int abc_textfield_search_material=0x7f02003d;
+ public static final int notification_template_icon_bg=0x7f02003e;
+ }
+ public static final class id {
+ public static final int action0=0x7f0c0057;
+ public static final int action_bar=0x7f0c0047;
+ public static final int action_bar_activity_content=0x7f0c0000;
+ public static final int action_bar_container=0x7f0c0046;
+ public static final int action_bar_root=0x7f0c0042;
+ public static final int action_bar_spinner=0x7f0c0001;
+ public static final int action_bar_subtitle=0x7f0c002b;
+ public static final int action_bar_title=0x7f0c002a;
+ public static final int action_context_bar=0x7f0c0048;
+ public static final int action_divider=0x7f0c005b;
+ public static final int action_menu_divider=0x7f0c0002;
+ public static final int action_menu_presenter=0x7f0c0003;
+ public static final int action_mode_bar=0x7f0c0044;
+ public static final int action_mode_bar_stub=0x7f0c0043;
+ public static final int action_mode_close_button=0x7f0c002c;
+ public static final int activity_chooser_view_content=0x7f0c002d;
+ public static final int alertTitle=0x7f0c0037;
+ public static final int always=0x7f0c0024;
+ public static final int beginning=0x7f0c0021;
+ public static final int buttonPanel=0x7f0c003d;
+ public static final int cancel_action=0x7f0c0058;
+ public static final int catalyst_redbox_title=0x7f0c0066;
+ public static final int center=0x7f0c0019;
+ public static final int centerCrop=0x7f0c001a;
+ public static final int centerInside=0x7f0c001b;
+ public static final int checkbox=0x7f0c003f;
+ public static final int chronometer=0x7f0c005e;
+ public static final int collapseActionView=0x7f0c0025;
+ public static final int contentPanel=0x7f0c0038;
+ public static final int custom=0x7f0c003c;
+ public static final int customPanel=0x7f0c003b;
+ public static final int decor_content_parent=0x7f0c0045;
+ public static final int default_activity_button=0x7f0c0030;
+ public static final int disableHome=0x7f0c000d;
+ public static final int edit_query=0x7f0c0049;
+ public static final int end=0x7f0c0022;
+ public static final int end_padder=0x7f0c0063;
+ public static final int expand_activities_button=0x7f0c002e;
+ public static final int expanded_menu=0x7f0c003e;
+ public static final int fitCenter=0x7f0c001c;
+ public static final int fitEnd=0x7f0c001d;
+ public static final int fitStart=0x7f0c001e;
+ public static final int fitXY=0x7f0c001f;
+ public static final int focusCrop=0x7f0c0020;
+ public static final int fps_text=0x7f0c0056;
+ public static final int home=0x7f0c0004;
+ public static final int homeAsUp=0x7f0c000e;
+ public static final int icon=0x7f0c0032;
+ public static final int ifRoom=0x7f0c0026;
+ public static final int image=0x7f0c002f;
+ public static final int info=0x7f0c0062;
+ public static final int item_touch_helper_previous_elevation=0x7f0c0005;
+ public static final int line1=0x7f0c005c;
+ public static final int line3=0x7f0c0060;
+ public static final int listMode=0x7f0c000a;
+ public static final int list_item=0x7f0c0031;
+ public static final int media_actions=0x7f0c005a;
+ public static final int middle=0x7f0c0023;
+ public static final int multiply=0x7f0c0014;
+ public static final int never=0x7f0c0027;
+ public static final int none=0x7f0c000f;
+ public static final int normal=0x7f0c000b;
+ public static final int parentPanel=0x7f0c0034;
+ public static final int progress_circular=0x7f0c0006;
+ public static final int progress_horizontal=0x7f0c0007;
+ public static final int radio=0x7f0c0041;
+ public static final int rn_frame_file=0x7f0c0065;
+ public static final int rn_frame_method=0x7f0c0064;
+ public static final int rn_redbox_reloadjs=0x7f0c0068;
+ public static final int rn_redbox_stack=0x7f0c0067;
+ public static final int screen=0x7f0c0015;
+ public static final int scrollView=0x7f0c0039;
+ public static final int search_badge=0x7f0c004b;
+ public static final int search_bar=0x7f0c004a;
+ public static final int search_button=0x7f0c004c;
+ public static final int search_close_btn=0x7f0c0051;
+ public static final int search_edit_frame=0x7f0c004d;
+ public static final int search_go_btn=0x7f0c0053;
+ public static final int search_mag_icon=0x7f0c004e;
+ public static final int search_plate=0x7f0c004f;
+ public static final int search_src_text=0x7f0c0050;
+ public static final int search_voice_btn=0x7f0c0054;
+ public static final int select_dialog_listview=0x7f0c0055;
+ public static final int shortcut=0x7f0c0040;
+ public static final int showCustom=0x7f0c0010;
+ public static final int showHome=0x7f0c0011;
+ public static final int showTitle=0x7f0c0012;
+ public static final int split_action_bar=0x7f0c0008;
+ public static final int src_atop=0x7f0c0016;
+ public static final int src_in=0x7f0c0017;
+ public static final int src_over=0x7f0c0018;
+ public static final int status_bar_latest_event_content=0x7f0c0059;
+ public static final int submit_area=0x7f0c0052;
+ public static final int tabMode=0x7f0c000c;
+ public static final int text=0x7f0c0061;
+ public static final int text2=0x7f0c005f;
+ public static final int textSpacerNoButtons=0x7f0c003a;
+ public static final int time=0x7f0c005d;
+ public static final int title=0x7f0c0033;
+ public static final int title_template=0x7f0c0036;
+ public static final int topPanel=0x7f0c0035;
+ public static final int up=0x7f0c0009;
+ public static final int useLogo=0x7f0c0013;
+ public static final int withText=0x7f0c0028;
+ public static final int wrap_content=0x7f0c0029;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur=0x7f0a0001;
+ public static final int abc_config_activityShortDur=0x7f0a0002;
+ public static final int abc_max_action_buttons=0x7f0a0000;
+ public static final int cancel_button_image_alpha=0x7f0a0003;
+ public static final int status_bar_notification_info_maxnum=0x7f0a0004;
+ }
+ 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 fps_view=0x7f030018;
+ public static final int notification_media_action=0x7f030019;
+ public static final int notification_media_cancel_action=0x7f03001a;
+ public static final int notification_template_big_media=0x7f03001b;
+ public static final int notification_template_big_media_narrow=0x7f03001c;
+ public static final int notification_template_lines=0x7f03001d;
+ public static final int notification_template_media=0x7f03001e;
+ public static final int notification_template_part_chronometer=0x7f03001f;
+ public static final int notification_template_part_time=0x7f030020;
+ public static final int redbox_item_frame=0x7f030021;
+ public static final int redbox_item_title=0x7f030022;
+ public static final int redbox_view=0x7f030023;
+ public static final int select_dialog_item_material=0x7f030024;
+ public static final int select_dialog_multichoice_material=0x7f030025;
+ public static final int select_dialog_singlechoice_material=0x7f030026;
+ public static final int support_simple_spinner_dropdown_item=0x7f030027;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f060000;
+ public static final int abc_action_bar_home_description_format=0x7f060001;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f060002;
+ public static final int abc_action_bar_up_description=0x7f060003;
+ public static final int abc_action_menu_overflow_description=0x7f060004;
+ public static final int abc_action_mode_done=0x7f060005;
+ public static final int abc_activity_chooser_view_see_all=0x7f060006;
+ public static final int abc_activitychooserview_choose_application=0x7f060007;
+ public static final int abc_search_hint=0x7f060008;
+ public static final int abc_searchview_description_clear=0x7f060009;
+ public static final int abc_searchview_description_query=0x7f06000a;
+ public static final int abc_searchview_description_search=0x7f06000b;
+ public static final int abc_searchview_description_submit=0x7f06000c;
+ public static final int abc_searchview_description_voice=0x7f06000d;
+ public static final int abc_shareactionprovider_share_with=0x7f06000e;
+ public static final int abc_shareactionprovider_share_with_application=0x7f06000f;
+ public static final int abc_toolbar_collapse_description=0x7f060010;
+ public static final int catalyst_debugjs=0x7f060012;
+ public static final int catalyst_debugjs_off=0x7f06001a;
+ public static final int catalyst_element_inspector=0x7f060013;
+ public static final int catalyst_element_inspector_off=0x7f06001b;
+ public static final int catalyst_hot_module_replacement=0x7f06001c;
+ public static final int catalyst_hot_module_replacement_off=0x7f06001d;
+ public static final int catalyst_jsload_error=0x7f060014;
+ public static final int catalyst_jsload_message=0x7f060015;
+ public static final int catalyst_jsload_title=0x7f060016;
+ public static final int catalyst_live_reload=0x7f06001e;
+ public static final int catalyst_live_reload_off=0x7f06001f;
+ public static final int catalyst_perf_monitor=0x7f060020;
+ public static final int catalyst_perf_monitor_off=0x7f060021;
+ public static final int catalyst_reloadjs=0x7f060017;
+ public static final int catalyst_remotedbg_error=0x7f060022;
+ public static final int catalyst_remotedbg_message=0x7f060023;
+ public static final int catalyst_settings=0x7f060018;
+ public static final int catalyst_settings_title=0x7f060019;
+ public static final int catalyst_start_profile=0x7f060024;
+ public static final int catalyst_stop_profile=0x7f060025;
+ public static final int status_bar_notification_info_overflow=0x7f060011;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat=0x7f08007a;
+ public static final int AlertDialog_AppCompat_Light=0x7f08007b;
+ public static final int Animation_AppCompat_Dialog=0x7f08007c;
+ public static final int Animation_AppCompat_DropDownUp=0x7f08007d;
+ public static final int Animation_Catalyst_RedBox=0x7f08007e;
+ public static final int Base_AlertDialog_AppCompat=0x7f08007f;
+ public static final int Base_AlertDialog_AppCompat_Light=0x7f080080;
+ public static final int Base_Animation_AppCompat_Dialog=0x7f080081;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f080082;
+ public static final int Base_DialogWindowTitle_AppCompat=0x7f080083;
+ public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f080084;
+ public static final int Base_TextAppearance_AppCompat=0x7f08002d;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f08002e;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f08002f;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f080018;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f080030;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f080031;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f080032;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f080033;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f080034;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f080035;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f080003;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f080036;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f080039;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f08003a;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f080085;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f08003d;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f08003e;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f08003f;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d;
+ public static final int Base_Theme_AppCompat=0x7f08004e;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f080088;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f080009;
+ public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f080089;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001;
+ public static final int Base_Theme_AppCompat_Light=0x7f08004f;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f08000a;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f080090;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f080092;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f080094;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f08000b;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014;
+ public static final int Base_V12_Widget_AppCompat_EditText=0x7f080015;
+ public static final int Base_V21_Theme_AppCompat=0x7f080050;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f080051;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f080052;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053;
+ public static final int Base_V22_Theme_AppCompat=0x7f080074;
+ public static final int Base_V22_Theme_AppCompat_Light=0x7f080075;
+ public static final int Base_V23_Theme_AppCompat=0x7f080077;
+ public static final int Base_V23_Theme_AppCompat_Light=0x7f080078;
+ public static final int Base_V7_Theme_AppCompat=0x7f080095;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f080096;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f080097;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099;
+ public static final int Base_V7_Widget_AppCompat_EditText=0x7f08009a;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f08009b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f080056;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f08009e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016;
+ public static final int Base_Widget_AppCompat_Button=0x7f080059;
+ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f08005a;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0;
+ public static final int Base_Widget_AppCompat_Button_Colored=0x7f080079;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f08005c;
+ public static final int Base_Widget_AppCompat_ButtonBar=0x7f08005d;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060;
+ public static final int Base_Widget_AppCompat_EditText=0x7f080017;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f080066;
+ public static final int Base_Widget_AppCompat_ListView=0x7f080067;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f080068;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f080069;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f08006a;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0800a7;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f08000d;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f08006c;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0800a8;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f08006d;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0800aa;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070;
+ public static final int Platform_AppCompat=0x7f08000f;
+ public static final int Platform_AppCompat_Light=0x7f080010;
+ public static final int Platform_ThemeOverlay_AppCompat=0x7f080071;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072;
+ public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f080073;
+ public static final int Platform_V11_AppCompat=0x7f080011;
+ public static final int Platform_V11_AppCompat_Light=0x7f080012;
+ public static final int Platform_V14_AppCompat=0x7f080019;
+ public static final int Platform_V14_AppCompat_Light=0x7f08001a;
+ public static final int Platform_Widget_AppCompat_Spinner=0x7f080013;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c;
+ public static final int TextAppearance_AppCompat=0x7f0800ab;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0800ac;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0800ad;
+ public static final int TextAppearance_AppCompat_Button=0x7f0800ae;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0800af;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0800b0;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0800b1;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0800b2;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0800b3;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0800b4;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0800b5;
+ public static final int TextAppearance_AppCompat_Large=0x7f0800b6;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0800bc;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0800be;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0;
+ public static final int TextAppearance_AppCompat_Small=0x7f0800c1;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0800c3;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4;
+ public static final int TextAppearance_AppCompat_Title=0x7f0800c5;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf;
+ public static final int TextAppearance_AppCompat_Widget_Button=0x7f0800d0;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6;
+ public static final int TextAppearance_StatusBar_EventContent=0x7f08001b;
+ public static final int TextAppearance_StatusBar_EventContent_Info=0x7f08001c;
+ public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d;
+ public static final int TextAppearance_StatusBar_EventContent_Time=0x7f08001e;
+ public static final int TextAppearance_StatusBar_EventContent_Title=0x7f08001f;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9;
+ public static final int Theme=0x7f0800da;
+ public static final int Theme_AppCompat=0x7f0800db;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0800dc;
+ public static final int Theme_AppCompat_Dialog=0x7f0800dd;
+ public static final int Theme_AppCompat_Dialog_Alert=0x7f0800de;
+ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0800df;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0800e0;
+ public static final int Theme_AppCompat_Light=0x7f0800e1;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0800e3;
+ public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0800e7;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0800e8;
+ public static final int Theme_Catalyst=0x7f0800e9;
+ public static final int Theme_Catalyst_RedBox=0x7f0800ea;
+ public static final int Theme_ReactNative_AppCompat_Light=0x7f0800eb;
+ public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec;
+ public static final int ThemeOverlay_AppCompat=0x7f0800ed;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0800ef;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0800f1;
+ public static final int Widget_AppCompat_ActionBar=0x7f0800f2;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0800f3;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0800f5;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0800f6;
+ public static final int Widget_AppCompat_ActionButton=0x7f0800f7;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9;
+ public static final int Widget_AppCompat_ActionMode=0x7f0800fa;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0800fb;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc;
+ public static final int Widget_AppCompat_Button=0x7f0800fd;
+ public static final int Widget_AppCompat_Button_Borderless=0x7f0800fe;
+ public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100;
+ public static final int Widget_AppCompat_Button_Colored=0x7f080101;
+ public static final int Widget_AppCompat_Button_Small=0x7f080102;
+ public static final int Widget_AppCompat_ButtonBar=0x7f080103;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f080107;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f080108;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f080109;
+ public static final int Widget_AppCompat_EditText=0x7f08010a;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f08010b;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f080114;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f080118;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f08011d;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f08011f;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f080121;
+ public static final int Widget_AppCompat_ListView=0x7f080122;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f080123;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f080124;
+ public static final int Widget_AppCompat_PopupMenu=0x7f080125;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f080126;
+ public static final int Widget_AppCompat_PopupWindow=0x7f080127;
+ public static final int Widget_AppCompat_ProgressBar=0x7f080128;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129;
+ public static final int Widget_AppCompat_RatingBar=0x7f08012a;
+ public static final int Widget_AppCompat_SearchView=0x7f08012b;
+ public static final int Widget_AppCompat_SearchView_ActionBar=0x7f08012c;
+ public static final int Widget_AppCompat_Spinner=0x7f08012d;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f08012e;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f080130;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f080131;
+ public static final int Widget_AppCompat_Toolbar=0x7f080132;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133;
+ }
+ public static final class xml {
+ public static final int preferences=0x7f050000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:buttonPanelSideLayout
+ */
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listItemLayout
+ */
+ public static final int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listLayout
+ */
+ public static final int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:multiChoiceItemLayout
+ */
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:textAllCaps
+ */
+ public static final int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a CompoundButton.
+
This symbol is the offset where the {@link android.R.attr#button}
+ attribute's value can be found in the {@link #CompoundButton} array.
+ @attr name android:button
+ */
+ public static final int CompoundButton_android_button = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonTint}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:buttonTint
+ */
+ public static final int CompoundButton_buttonTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonTintMode}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker.test:buttonTintMode
+ */
+ public static final int CompoundButton_buttonTintMode = 2;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#arrowHeadLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:arrowHeadLength
+ */
+ public static final int DrawerArrowToggle_arrowHeadLength = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#arrowShaftLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:arrowShaftLength
+ */
+ public static final int DrawerArrowToggle_arrowShaftLength = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#barLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:barLength
+ */
+ public static final int DrawerArrowToggle_barLength = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /** Attributes that can be used with a GenericDraweeView.
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#actualImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker.test:actualImageScaleType
+ */
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:backgroundImage
+ */
+ public static final int GenericDraweeView_backgroundImage = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#fadeDuration}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:fadeDuration
+ */
+ public static final int GenericDraweeView_fadeDuration = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#failureImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:failureImage
+ */
+ public static final int GenericDraweeView_failureImage = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#failureImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker.test:failureImageScaleType
+ */
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#overlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:overlayImage
+ */
+ public static final int GenericDraweeView_overlayImage = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#placeholderImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:placeholderImage
+ */
+ public static final int GenericDraweeView_placeholderImage = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#placeholderImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker.test:placeholderImageScaleType
+ */
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#pressedStateOverlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:pressedStateOverlayImage
+ */
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarAutoRotateInterval}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:progressBarAutoRotateInterval
+ */
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:progressBarImage
+ */
+ public static final int GenericDraweeView_progressBarImage = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker.test:progressBarImageScaleType
+ */
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#retryImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:retryImage
+ */
+ public static final int GenericDraweeView_retryImage = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#retryImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker.test:retryImageScaleType
+ */
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundAsCircle}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundAsCircle
+ */
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundBottomLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundBottomLeft
+ */
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundBottomRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundBottomRight
+ */
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundTopLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundTopLeft
+ */
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundTopRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundTopRight
+ */
+ public static final int GenericDraweeView_roundTopRight = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundWithOverlayColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundWithOverlayColor
+ */
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundedCornerRadius}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundedCornerRadius
+ */
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundingBorderColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundingBorderColor
+ */
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundingBorderWidth}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker.test:roundingBorderWidth
+ */
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#viewAspectRatio}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a floating point value, such as "1.2".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:viewAspectRatio
+ */
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ /** 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.imagepicker.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.imagepicker.test:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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 = {
+ 0x7f010050
+ };
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a RecyclerView.
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #RecyclerView} array.
+ @attr name android:orientation
+ */
+ public static final int RecyclerView_android_orientation = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#layoutManager}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker.test:layoutManager
+ */
+ public static final int RecyclerView_layoutManager = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#reverseLayout}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker.test:reverseLayout
+ */
+ public static final int RecyclerView_reverseLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#spanCount}
+ attribute's value can be found in the {@link #RecyclerView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:spanCount
+ */
+ public static final int RecyclerView_spanCount = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#stackFromEnd}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker.test:stackFromEnd
+ */
+ public static final int RecyclerView_stackFromEnd = 4;
+ /** 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.imagepicker.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.imagepicker.test:closeIcon
+ */
+ public static final int SearchView_closeIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:commitIcon
+ */
+ public static final int SearchView_commitIcon = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#defaultQueryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:defaultQueryHint
+ */
+ public static final int SearchView_defaultQueryHint = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:goIcon
+ */
+ public static final int SearchView_goIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:queryBackground
+ */
+ public static final int SearchView_queryBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:searchHintIcon
+ */
+ public static final int SearchView_searchHintIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:searchIcon
+ */
+ public static final int SearchView_searchIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:submitBackground
+ */
+ public static final int SearchView_submitBackground = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 12;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static final int Spinner_android_dropDownWidth = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static final int Spinner_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:prompt
+ */
+ public static final int Spinner_android_prompt = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:popupTheme
+ */
+ public static final int Spinner_popupTheme = 3;
+ /** 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.imagepicker.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.imagepicker.test:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:alertDialogButtonGroupStyle
+ */
+ public static final int Theme_alertDialogButtonGroupStyle = 91;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:alertDialogCenterButtons
+ */
+ public static final int Theme_alertDialogCenterButtons = 92;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:alertDialogStyle
+ */
+ public static final int Theme_alertDialogStyle = 90;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:alertDialogTheme
+ */
+ public static final int Theme_alertDialogTheme = 93;
+ /**
+
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.imagepicker.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.imagepicker.test:autoCompleteTextViewStyle
+ */
+ public static final int Theme_autoCompleteTextViewStyle = 98;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#borderlessButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:borderlessButtonStyle
+ */
+ public static final int Theme_borderlessButtonStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonBarNegativeButtonStyle
+ */
+ public static final int Theme_buttonBarNegativeButtonStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonBarNeutralButtonStyle
+ */
+ public static final int Theme_buttonBarNeutralButtonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonBarPositiveButtonStyle
+ */
+ public static final int Theme_buttonBarPositiveButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonStyle
+ */
+ public static final int Theme_buttonStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:buttonStyleSmall
+ */
+ public static final int Theme_buttonStyleSmall = 100;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:checkboxStyle
+ */
+ public static final int Theme_checkboxStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:checkedTextViewStyle
+ */
+ public static final int Theme_checkedTextViewStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorAccent
+ */
+ public static final int Theme_colorAccent = 83;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 85;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 86;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 84;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 81;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 82;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 88;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#controlBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:controlBackground
+ */
+ public static final int Theme_controlBackground = 89;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dialogPreferredPadding
+ */
+ public static final int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dialogTheme
+ */
+ public static final int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 56;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 55;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 63;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:editTextColor
+ */
+ public static final int Theme_editTextColor = 62;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:editTextStyle
+ */
+ public static final int Theme_editTextStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 80;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listDividerAlertDialog
+ */
+ public static final int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 74;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 68;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 70;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 69;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 71;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 72;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:panelBackground
+ */
+ public static final int Theme_panelBackground = 77;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 79;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 78;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 61;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:radioButtonStyle
+ */
+ public static final int Theme_radioButtonStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:ratingBarStyle
+ */
+ public static final int Theme_ratingBarStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 67;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 106;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:switchStyle
+ */
+ public static final int Theme_switchStyle = 107;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 75;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 76;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 65;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 64;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textColorAlertDialogListItem
+ */
+ public static final int Theme_textColorAlertDialogListItem = 94;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 66;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowMinWidthMajor
+ */
+ public static final int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:windowMinWidthMinor
+ */
+ public static final int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.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.imagepicker.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.imagepicker.test:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#logo}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker.test:logo
+ */
+ public static final int Toolbar_logo = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#logoDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:logoDescription
+ */
+ public static final int Toolbar_logoDescription = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:subtitleTextColor
+ */
+ public static final int Toolbar_subtitleTextColor = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:titleTextAppearance
+ */
+ public static final int Toolbar_titleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:titleTextColor
+ */
+ public static final int Toolbar_titleTextColor = 23;
+ /** 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.imagepicker.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.imagepicker.test:paddingEnd
+ */
+ public static final int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:paddingStart
+ */
+ public static final int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker.test:theme
+ */
+ public static final int View_theme = 4;
+ /** Attributes that can be used with a ViewBackgroundHelper.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+ @attr name android:background
+ */
+ public static final int ViewBackgroundHelper_android_background = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker.test:backgroundTint
+ */
+ public static final int ViewBackgroundHelper_backgroundTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker.test:backgroundTintMode
+ */
+ public static final int ViewBackgroundHelper_backgroundTintMode = 2;
+ /** 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/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java
new file mode 100644
index 0000000..2a9140d
--- /dev/null
+++ b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java
@@ -0,0 +1,10 @@
+/* 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 org.webkit.android_jsc;
+
+public final class R {
+}
diff --git a/android/build/generated/source/r/debug/com/imagepicker/R.java b/android/build/generated/source/r/debug/com/imagepicker/R.java
new file mode 100644
index 0000000..1fae2b5
--- /dev/null
+++ b/android/build/generated/source/r/debug/com/imagepicker/R.java
@@ -0,0 +1,6891 @@
+/* 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.imagepicker;
+
+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 catalyst_push_up_in=0x7f04000a;
+ public static int catalyst_push_up_out=0x7f04000b;
+ }
+ 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=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 actionBarItemBackground=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 actionBarPopupTheme=0x7f010078;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=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 actionBarSplitStyle=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 actionBarStyle=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 actionBarTabBarStyle=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 actionBarTabStyle=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 actionBarTabTextStyle=0x7f010075;
+ /**
Must be 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=0x7f01007b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarWidgetTheme=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 actionButtonStyle=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 actionDropDownStyle=0x7f010094;
+ /**
Must be 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=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 actionMenuTextAppearance=0x7f010080;
+ /**
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=0x7f010081;
+ /**
Must be 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=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 actionModeCloseButtonStyle=0x7f010083;
+ /**
Must be 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=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 actionModeCopyDrawable=0x7f010088;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCutDrawable=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 actionModeFindDrawable=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 actionModePasteDrawable=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 actionModePopupWindowStyle=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 actionModeSelectAllDrawable=0x7f01008a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeShareDrawable=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 actionModeSplitBackground=0x7f010085;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeStyle=0x7f010082;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeWebSearchDrawable=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 actionOverflowButtonStyle=0x7f010076;
+ /**
Must be 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=0x7f010077;
+ /**
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=0x7f01004d;
+ /**
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=0x7f01004c;
+ /**
Must be 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=0x7f0100a0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int actualImageScaleType=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 alertDialogButtonGroupStyle=0x7f0100c2;
+ /**
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=0x7f0100c3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogStyle=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 alertDialogTheme=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 arrowHeadLength=0x7f01002b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 arrowShaftLength=0x7f01002c;
+ /**
Must be 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=0x7f0100c9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int background=0x7f01000c;
+ /**
Must be 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 backgroundImage=0x7f01003b;
+ /**
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=0x7f0100e5;
+ /**
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=0x7f0100e6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 barLength=0x7f01002d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int borderlessButtonStyle=0x7f01009d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarButtonStyle=0x7f01009a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNegativeButtonStyle=0x7f0100c7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNeutralButtonStyle=0x7f0100c8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarPositiveButtonStyle=0x7f0100c6;
+ /**
Must be 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=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 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=0x7f0100ca;
+ /**
Must be 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=0x7f0100cb;
+ /**
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 buttonTint=0x7f010025;
+ /**
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 buttonTintMode=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 checkboxStyle=0x7f0100cc;
+ /**
Must be 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=0x7f0100cd;
+ /**
Must be 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=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 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=0x7f0100dc;
+ /**
Must be 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=0x7f0100db;
+ /**
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=0x7f010027;
+ /**
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=0x7f0100ba;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorButtonNormal=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 colorControlActivated=0x7f0100bc;
+ /**
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=0x7f0100bd;
+ /**
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=0x7f0100bb;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimary=0x7f0100b8;
+ /**
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=0x7f0100b9;
+ /**
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=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 commitIcon=0x7f01005e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 controlBackground=0x7f0100c0;
+ /**
Must be 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 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 defaultQueryHint=0x7f010058;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010092;
+ /**
Must be 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=0x7f010091;
+ /**
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=0x7f01009f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010049;
+ /**
Must be 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=0x7f01009e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 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=0x7f0100b0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010095;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextBackground=0x7f0100a6;
+ /**
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=0x7f0100a5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextStyle=0x7f0100ce;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 an integer value, such as "100".
+
This may also be a reference to a 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 fadeDuration=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 failureImage=0x7f010035;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int failureImageScaleType=0x7f010036;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 goIcon=0x7f01005a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 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=0x7f010056;
+ /**
Must be 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=0x7f010055;
+ /**
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 layoutManager=0x7f010051;
+ /**
Must be 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=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 listDividerAlertDialog=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 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=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 listPreferredItemHeight=0x7f0100ab;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ad;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ac;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ae;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 logo=0x7f01000a;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int logoDescription=0x7f0100df;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100da;
+ /**
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=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 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=0x7f0100de;
+ /**
Must be 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=0x7f0100dd;
+ /**
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=0x7f01004f;
+ /**
Must be 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 overlayImage=0x7f01003c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100e3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100e2;
+ /**
Must be 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=0x7f0100b4;
+ /**
Must be 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=0x7f0100b6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 placeholderImage=0x7f010031;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int placeholderImageScaleType=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 popupMenuStyle=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 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=0x7f0100a4;
+ /**
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=0x7f01004e;
+ /**
Must be 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 pressedStateOverlayImage=0x7f01003d;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a 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 progressBarAutoRotateInterval=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 progressBarImage=0x7f010037;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int progressBarImageScaleType=0x7f010038;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static 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 queryBackground=0x7f010060;
+ /**
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=0x7f010057;
+ /**
Must be 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=0x7f0100cf;
+ /**
Must be 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=0x7f0100d0;
+ /**
Must be 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 retryImage=0x7f010033;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int retryImageScaleType=0x7f010034;
+ /**
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 reverseLayout=0x7f010053;
+ /**
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 roundAsCircle=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 roundBottomLeft=0x7f010043;
+ /**
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 roundBottomRight=0x7f010042;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int roundTopLeft=0x7f010040;
+ /**
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 roundTopRight=0x7f010041;
+ /**
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 roundWithOverlayColor=0x7f010044;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int roundedCornerRadius=0x7f01003f;
+ /**
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 roundingBorderColor=0x7f010046;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 roundingBorderWidth=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 searchHintIcon=0x7f01005c;
+ /**
Must be 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=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 searchViewStyle=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 selectableItemBackground=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 selectableItemBackgroundBorderless=0x7f01009c;
+ /**
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=0x7f01004a;
+ /**
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=0x7f010048;
+ /**
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=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 singleChoiceItemLayout=0x7f010022;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a 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 spanCount=0x7f010052;
+ /**
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=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 spinnerDropDownItemStyle=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 spinnerStyle=0x7f0100d1;
+ /**
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=0x7f010067;
+ /**
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 stackFromEnd=0x7f010054;
+ /**
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=0x7f010050;
+ /**
Must be 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=0x7f010061;
+ /**
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=0x7f0100d4;
+ /**
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 subtitleTextColor=0x7f0100e1;
+ /**
Must be 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=0x7f01005f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010065;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 switchStyle=0x7f0100d2;
+ /**
Must be 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=0x7f010064;
+ /**
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=0x7f01008f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItem=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 textAppearanceListItemSmall=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 textAppearanceSearchResultSubtitle=0x7f0100a8;
+ /**
Must be 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=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 textAppearanceSmallPopupMenu=0x7f010090;
+ /**
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=0x7f0100c5;
+ /**
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=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 theme=0x7f0100e4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f01002e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010063;
+ /**
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=0x7f0100d9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d7;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d5;
+ /**
Must be 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=0x7f0100d3;
+ /**
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 titleTextColor=0x7f0100e0;
+ /**
Must be 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=0x7f0100a2;
+ /**
Must be 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=0x7f0100a1;
+ /**
Must be 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=0x7f010062;
+ /**
Must be a floating point value, such as "1.2".
+
This may also be a reference to a 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 viewAspectRatio=0x7f010030;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int voiceIcon=0x7f01005d;
+ /**
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=0x7f010069;
+ /**
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=0x7f01006b;
+ /**
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=0x7f01006c;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010070;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006e;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006f;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010071;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010072;
+ /**
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=0x7f01006a;
+ }
+ public static final class bool {
+ public static int abc_action_bar_embed_tabs=0x7f090002;
+ public static int abc_action_bar_embed_tabs_pre_jb=0x7f090000;
+ public static int abc_action_bar_expanded_action_views_exclusive=0x7f090003;
+ public static int abc_config_actionMenuItemAllCaps=0x7f090004;
+ public static int abc_config_allowActionMenuItemTextWithIcon=0x7f090001;
+ public static int abc_config_closeDialogWhenTouchOutside=0x7f090005;
+ public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006;
+ }
+ public static final class color {
+ public static int abc_background_cache_hint_selector_material_dark=0x7f0b003b;
+ public static int abc_background_cache_hint_selector_material_light=0x7f0b003c;
+ public static int abc_color_highlight_material=0x7f0b003d;
+ public static int abc_input_method_navigation_guard=0x7f0b0000;
+ public static int abc_primary_text_disable_only_material_dark=0x7f0b003e;
+ public static int abc_primary_text_disable_only_material_light=0x7f0b003f;
+ public static int abc_primary_text_material_dark=0x7f0b0040;
+ public static int abc_primary_text_material_light=0x7f0b0041;
+ public static int abc_search_url_text=0x7f0b0042;
+ public static int abc_search_url_text_normal=0x7f0b0001;
+ public static int abc_search_url_text_pressed=0x7f0b0002;
+ public static int abc_search_url_text_selected=0x7f0b0003;
+ public static int abc_secondary_text_material_dark=0x7f0b0043;
+ public static int abc_secondary_text_material_light=0x7f0b0044;
+ public static int accent_material_dark=0x7f0b0004;
+ public static int accent_material_light=0x7f0b0005;
+ public static int background_floating_material_dark=0x7f0b0006;
+ public static int background_floating_material_light=0x7f0b0007;
+ public static int background_material_dark=0x7f0b0008;
+ public static int background_material_light=0x7f0b0009;
+ public static int bright_foreground_disabled_material_dark=0x7f0b000a;
+ public static int bright_foreground_disabled_material_light=0x7f0b000b;
+ public static int bright_foreground_inverse_material_dark=0x7f0b000c;
+ public static int bright_foreground_inverse_material_light=0x7f0b000d;
+ public static int bright_foreground_material_dark=0x7f0b000e;
+ public static int bright_foreground_material_light=0x7f0b000f;
+ public static int button_material_dark=0x7f0b0010;
+ public static int button_material_light=0x7f0b0011;
+ public static int catalyst_redbox_background=0x7f0b0012;
+ public static int dim_foreground_disabled_material_dark=0x7f0b0013;
+ public static int dim_foreground_disabled_material_light=0x7f0b0014;
+ public static int dim_foreground_material_dark=0x7f0b0015;
+ public static int dim_foreground_material_light=0x7f0b0016;
+ public static int foreground_material_dark=0x7f0b0017;
+ public static int foreground_material_light=0x7f0b0018;
+ public static int highlighted_text_material_dark=0x7f0b0019;
+ public static int highlighted_text_material_light=0x7f0b001a;
+ public static int hint_foreground_material_dark=0x7f0b001b;
+ public static int hint_foreground_material_light=0x7f0b001c;
+ public static int material_blue_grey_800=0x7f0b001d;
+ public static int material_blue_grey_900=0x7f0b001e;
+ public static int material_blue_grey_950=0x7f0b001f;
+ public static int material_deep_teal_200=0x7f0b0020;
+ public static int material_deep_teal_500=0x7f0b0021;
+ public static int material_grey_100=0x7f0b0022;
+ public static int material_grey_300=0x7f0b0023;
+ public static int material_grey_50=0x7f0b0024;
+ public static int material_grey_600=0x7f0b0025;
+ public static int material_grey_800=0x7f0b0026;
+ public static int material_grey_850=0x7f0b0027;
+ public static int material_grey_900=0x7f0b0028;
+ public static int primary_dark_material_dark=0x7f0b0029;
+ public static int primary_dark_material_light=0x7f0b002a;
+ public static int primary_material_dark=0x7f0b002b;
+ public static int primary_material_light=0x7f0b002c;
+ public static int primary_text_default_material_dark=0x7f0b002d;
+ public static int primary_text_default_material_light=0x7f0b002e;
+ public static int primary_text_disabled_material_dark=0x7f0b002f;
+ public static int primary_text_disabled_material_light=0x7f0b0030;
+ public static int ripple_material_dark=0x7f0b0031;
+ public static int ripple_material_light=0x7f0b0032;
+ public static int secondary_text_default_material_dark=0x7f0b0033;
+ public static int secondary_text_default_material_light=0x7f0b0034;
+ public static int secondary_text_disabled_material_dark=0x7f0b0035;
+ public static int secondary_text_disabled_material_light=0x7f0b0036;
+ public static int switch_thumb_disabled_material_dark=0x7f0b0037;
+ public static int switch_thumb_disabled_material_light=0x7f0b0038;
+ public static int switch_thumb_material_dark=0x7f0b0045;
+ public static int switch_thumb_material_light=0x7f0b0046;
+ public static int switch_thumb_normal_material_dark=0x7f0b0039;
+ public static int switch_thumb_normal_material_light=0x7f0b003a;
+ }
+ public static final class dimen {
+ public static int abc_action_bar_content_inset_material=0x7f07000b;
+ public static int abc_action_bar_default_height_material=0x7f070001;
+ public static int abc_action_bar_default_padding_end_material=0x7f07000c;
+ public static int abc_action_bar_default_padding_start_material=0x7f07000d;
+ public static int abc_action_bar_icon_vertical_padding_material=0x7f07000f;
+ public static int abc_action_bar_overflow_padding_end_material=0x7f070010;
+ public static int abc_action_bar_overflow_padding_start_material=0x7f070011;
+ public static int abc_action_bar_progress_bar_size=0x7f070002;
+ public static int abc_action_bar_stacked_max_height=0x7f070012;
+ public static int abc_action_bar_stacked_tab_max_width=0x7f070013;
+ public static int abc_action_bar_subtitle_bottom_margin_material=0x7f070014;
+ public static int abc_action_bar_subtitle_top_margin_material=0x7f070015;
+ public static int abc_action_button_min_height_material=0x7f070016;
+ public static int abc_action_button_min_width_material=0x7f070017;
+ public static int abc_action_button_min_width_overflow_material=0x7f070018;
+ public static int abc_alert_dialog_button_bar_height=0x7f070000;
+ public static int abc_button_inset_horizontal_material=0x7f070019;
+ public static int abc_button_inset_vertical_material=0x7f07001a;
+ public static int abc_button_padding_horizontal_material=0x7f07001b;
+ public static int abc_button_padding_vertical_material=0x7f07001c;
+ public static int abc_config_prefDialogWidth=0x7f070005;
+ public static int abc_control_corner_material=0x7f07001d;
+ public static int abc_control_inset_material=0x7f07001e;
+ public static int abc_control_padding_material=0x7f07001f;
+ public static int abc_dialog_list_padding_vertical_material=0x7f070020;
+ public static int abc_dialog_min_width_major=0x7f070021;
+ public static int abc_dialog_min_width_minor=0x7f070022;
+ public static int abc_dialog_padding_material=0x7f070023;
+ public static int abc_dialog_padding_top_material=0x7f070024;
+ public static int abc_disabled_alpha_material_dark=0x7f070025;
+ public static int abc_disabled_alpha_material_light=0x7f070026;
+ public static int abc_dropdownitem_icon_width=0x7f070027;
+ public static int abc_dropdownitem_text_padding_left=0x7f070028;
+ public static int abc_dropdownitem_text_padding_right=0x7f070029;
+ public static int abc_edit_text_inset_bottom_material=0x7f07002a;
+ public static int abc_edit_text_inset_horizontal_material=0x7f07002b;
+ public static int abc_edit_text_inset_top_material=0x7f07002c;
+ public static int abc_floating_window_z=0x7f07002d;
+ public static int abc_list_item_padding_horizontal_material=0x7f07002e;
+ public static int abc_panel_menu_list_width=0x7f07002f;
+ public static int abc_search_view_preferred_width=0x7f070030;
+ public static int abc_search_view_text_min_width=0x7f070006;
+ public static int abc_switch_padding=0x7f07000e;
+ public static int abc_text_size_body_1_material=0x7f070031;
+ public static int abc_text_size_body_2_material=0x7f070032;
+ public static int abc_text_size_button_material=0x7f070033;
+ public static int abc_text_size_caption_material=0x7f070034;
+ public static int abc_text_size_display_1_material=0x7f070035;
+ public static int abc_text_size_display_2_material=0x7f070036;
+ public static int abc_text_size_display_3_material=0x7f070037;
+ public static int abc_text_size_display_4_material=0x7f070038;
+ public static int abc_text_size_headline_material=0x7f070039;
+ public static int abc_text_size_large_material=0x7f07003a;
+ public static int abc_text_size_medium_material=0x7f07003b;
+ public static int abc_text_size_menu_material=0x7f07003c;
+ public static int abc_text_size_small_material=0x7f07003d;
+ public static int abc_text_size_subhead_material=0x7f07003e;
+ public static int abc_text_size_subtitle_material_toolbar=0x7f070003;
+ public static int abc_text_size_title_material=0x7f07003f;
+ public static int abc_text_size_title_material_toolbar=0x7f070004;
+ public static int dialog_fixed_height_major=0x7f070007;
+ public static int dialog_fixed_height_minor=0x7f070008;
+ public static int dialog_fixed_width_major=0x7f070009;
+ public static int dialog_fixed_width_minor=0x7f07000a;
+ public static int disabled_alpha_material_dark=0x7f070040;
+ public static int disabled_alpha_material_light=0x7f070041;
+ public static int highlight_alpha_material_colored=0x7f070042;
+ public static int highlight_alpha_material_dark=0x7f070043;
+ public static int highlight_alpha_material_light=0x7f070044;
+ public static int item_touch_helper_max_drag_scroll_per_frame=0x7f070045;
+ public static int notification_large_icon_height=0x7f070046;
+ public static int notification_large_icon_width=0x7f070047;
+ public static int notification_subtext_size=0x7f070048;
+ }
+ public static final class drawable {
+ public static int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static int abc_action_bar_item_background_material=0x7f020001;
+ public static int abc_btn_borderless_material=0x7f020002;
+ public static int abc_btn_check_material=0x7f020003;
+ public static int abc_btn_check_to_on_mtrl_000=0x7f020004;
+ public static int abc_btn_check_to_on_mtrl_015=0x7f020005;
+ public static int abc_btn_colored_material=0x7f020006;
+ public static int abc_btn_default_mtrl_shape=0x7f020007;
+ public static int abc_btn_radio_material=0x7f020008;
+ public static int abc_btn_radio_to_on_mtrl_000=0x7f020009;
+ public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a;
+ public static int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b;
+ public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c;
+ public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000d;
+ public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000e;
+ public static int abc_cab_background_internal_bg=0x7f02000f;
+ public static int abc_cab_background_top_material=0x7f020010;
+ public static int abc_cab_background_top_mtrl_alpha=0x7f020011;
+ public static int abc_control_background_material=0x7f020012;
+ public static int abc_dialog_material_background_dark=0x7f020013;
+ public static int abc_dialog_material_background_light=0x7f020014;
+ public static int abc_edit_text_material=0x7f020015;
+ public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020016;
+ public static int abc_ic_clear_mtrl_alpha=0x7f020017;
+ public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020018;
+ public static int abc_ic_go_search_api_mtrl_alpha=0x7f020019;
+ public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a;
+ public static int abc_ic_menu_cut_mtrl_alpha=0x7f02001b;
+ public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c;
+ public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d;
+ public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e;
+ public static int abc_ic_menu_share_mtrl_alpha=0x7f02001f;
+ public static int abc_ic_search_api_mtrl_alpha=0x7f020020;
+ public static int abc_ic_voice_search_api_mtrl_alpha=0x7f020021;
+ public static int abc_item_background_holo_dark=0x7f020022;
+ public static int abc_item_background_holo_light=0x7f020023;
+ public static int abc_list_divider_mtrl_alpha=0x7f020024;
+ public static int abc_list_focused_holo=0x7f020025;
+ public static int abc_list_longpressed_holo=0x7f020026;
+ public static int abc_list_pressed_holo_dark=0x7f020027;
+ public static int abc_list_pressed_holo_light=0x7f020028;
+ public static int abc_list_selector_background_transition_holo_dark=0x7f020029;
+ public static int abc_list_selector_background_transition_holo_light=0x7f02002a;
+ public static int abc_list_selector_disabled_holo_dark=0x7f02002b;
+ public static int abc_list_selector_disabled_holo_light=0x7f02002c;
+ public static int abc_list_selector_holo_dark=0x7f02002d;
+ public static int abc_list_selector_holo_light=0x7f02002e;
+ public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f;
+ public static int abc_popup_background_mtrl_mult=0x7f020030;
+ public static int abc_ratingbar_full_material=0x7f020031;
+ public static int abc_spinner_mtrl_am_alpha=0x7f020032;
+ public static int abc_spinner_textfield_background_material=0x7f020033;
+ public static int abc_switch_thumb_material=0x7f020034;
+ public static int abc_switch_track_mtrl_alpha=0x7f020035;
+ public static int abc_tab_indicator_material=0x7f020036;
+ public static int abc_tab_indicator_mtrl_alpha=0x7f020037;
+ public static int abc_text_cursor_material=0x7f020038;
+ public static int abc_textfield_activated_mtrl_alpha=0x7f020039;
+ public static int abc_textfield_default_mtrl_alpha=0x7f02003a;
+ public static int abc_textfield_search_activated_mtrl_alpha=0x7f02003b;
+ public static int abc_textfield_search_default_mtrl_alpha=0x7f02003c;
+ public static int abc_textfield_search_material=0x7f02003d;
+ public static int notification_template_icon_bg=0x7f02003e;
+ }
+ public static final class id {
+ public static int action0=0x7f0c0057;
+ public static int action_bar=0x7f0c0047;
+ public static int action_bar_activity_content=0x7f0c0000;
+ public static int action_bar_container=0x7f0c0046;
+ public static int action_bar_root=0x7f0c0042;
+ public static int action_bar_spinner=0x7f0c0001;
+ public static int action_bar_subtitle=0x7f0c002b;
+ public static int action_bar_title=0x7f0c002a;
+ public static int action_context_bar=0x7f0c0048;
+ public static int action_divider=0x7f0c005b;
+ public static int action_menu_divider=0x7f0c0002;
+ public static int action_menu_presenter=0x7f0c0003;
+ public static int action_mode_bar=0x7f0c0044;
+ public static int action_mode_bar_stub=0x7f0c0043;
+ public static int action_mode_close_button=0x7f0c002c;
+ public static int activity_chooser_view_content=0x7f0c002d;
+ public static int alertTitle=0x7f0c0037;
+ public static int always=0x7f0c0024;
+ public static int beginning=0x7f0c0021;
+ public static int buttonPanel=0x7f0c003d;
+ public static int cancel_action=0x7f0c0058;
+ public static int catalyst_redbox_title=0x7f0c0066;
+ public static int center=0x7f0c0019;
+ public static int centerCrop=0x7f0c001a;
+ public static int centerInside=0x7f0c001b;
+ public static int checkbox=0x7f0c003f;
+ public static int chronometer=0x7f0c005e;
+ public static int collapseActionView=0x7f0c0025;
+ public static int contentPanel=0x7f0c0038;
+ public static int custom=0x7f0c003c;
+ public static int customPanel=0x7f0c003b;
+ public static int decor_content_parent=0x7f0c0045;
+ public static int default_activity_button=0x7f0c0030;
+ public static int disableHome=0x7f0c000d;
+ public static int edit_query=0x7f0c0049;
+ public static int end=0x7f0c0022;
+ public static int end_padder=0x7f0c0063;
+ public static int expand_activities_button=0x7f0c002e;
+ public static int expanded_menu=0x7f0c003e;
+ public static int fitCenter=0x7f0c001c;
+ public static int fitEnd=0x7f0c001d;
+ public static int fitStart=0x7f0c001e;
+ public static int fitXY=0x7f0c001f;
+ public static int focusCrop=0x7f0c0020;
+ public static int fps_text=0x7f0c0056;
+ public static int home=0x7f0c0004;
+ public static int homeAsUp=0x7f0c000e;
+ public static int icon=0x7f0c0032;
+ public static int ifRoom=0x7f0c0026;
+ public static int image=0x7f0c002f;
+ public static int info=0x7f0c0062;
+ public static int item_touch_helper_previous_elevation=0x7f0c0005;
+ public static int line1=0x7f0c005c;
+ public static int line3=0x7f0c0060;
+ public static int listMode=0x7f0c000a;
+ public static int list_item=0x7f0c0031;
+ public static int media_actions=0x7f0c005a;
+ public static int middle=0x7f0c0023;
+ public static int multiply=0x7f0c0014;
+ public static int never=0x7f0c0027;
+ public static int none=0x7f0c000f;
+ public static int normal=0x7f0c000b;
+ public static int parentPanel=0x7f0c0034;
+ public static int progress_circular=0x7f0c0006;
+ public static int progress_horizontal=0x7f0c0007;
+ public static int radio=0x7f0c0041;
+ public static int rn_frame_file=0x7f0c0065;
+ public static int rn_frame_method=0x7f0c0064;
+ public static int rn_redbox_reloadjs=0x7f0c0068;
+ public static int rn_redbox_stack=0x7f0c0067;
+ public static int screen=0x7f0c0015;
+ public static int scrollView=0x7f0c0039;
+ public static int search_badge=0x7f0c004b;
+ public static int search_bar=0x7f0c004a;
+ public static int search_button=0x7f0c004c;
+ public static int search_close_btn=0x7f0c0051;
+ public static int search_edit_frame=0x7f0c004d;
+ public static int search_go_btn=0x7f0c0053;
+ public static int search_mag_icon=0x7f0c004e;
+ public static int search_plate=0x7f0c004f;
+ public static int search_src_text=0x7f0c0050;
+ public static int search_voice_btn=0x7f0c0054;
+ public static int select_dialog_listview=0x7f0c0055;
+ public static int shortcut=0x7f0c0040;
+ public static int showCustom=0x7f0c0010;
+ public static int showHome=0x7f0c0011;
+ public static int showTitle=0x7f0c0012;
+ public static int split_action_bar=0x7f0c0008;
+ public static int src_atop=0x7f0c0016;
+ public static int src_in=0x7f0c0017;
+ public static int src_over=0x7f0c0018;
+ public static int status_bar_latest_event_content=0x7f0c0059;
+ public static int submit_area=0x7f0c0052;
+ public static int tabMode=0x7f0c000c;
+ public static int text=0x7f0c0061;
+ public static int text2=0x7f0c005f;
+ public static int textSpacerNoButtons=0x7f0c003a;
+ public static int time=0x7f0c005d;
+ public static int title=0x7f0c0033;
+ public static int title_template=0x7f0c0036;
+ public static int topPanel=0x7f0c0035;
+ public static int up=0x7f0c0009;
+ public static int useLogo=0x7f0c0013;
+ public static int withText=0x7f0c0028;
+ public static int wrap_content=0x7f0c0029;
+ }
+ public static final class integer {
+ public static int abc_config_activityDefaultDur=0x7f0a0001;
+ public static int abc_config_activityShortDur=0x7f0a0002;
+ public static int abc_max_action_buttons=0x7f0a0000;
+ public static int cancel_button_image_alpha=0x7f0a0003;
+ public static int status_bar_notification_info_maxnum=0x7f0a0004;
+ }
+ 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 fps_view=0x7f030018;
+ public static int notification_media_action=0x7f030019;
+ public static int notification_media_cancel_action=0x7f03001a;
+ public static int notification_template_big_media=0x7f03001b;
+ public static int notification_template_big_media_narrow=0x7f03001c;
+ public static int notification_template_lines=0x7f03001d;
+ public static int notification_template_media=0x7f03001e;
+ public static int notification_template_part_chronometer=0x7f03001f;
+ public static int notification_template_part_time=0x7f030020;
+ public static int redbox_item_frame=0x7f030021;
+ public static int redbox_item_title=0x7f030022;
+ public static int redbox_view=0x7f030023;
+ public static int select_dialog_item_material=0x7f030024;
+ public static int select_dialog_multichoice_material=0x7f030025;
+ public static int select_dialog_singlechoice_material=0x7f030026;
+ public static int support_simple_spinner_dropdown_item=0x7f030027;
+ }
+ public static final class string {
+ public static int abc_action_bar_home_description=0x7f060000;
+ public static int abc_action_bar_home_description_format=0x7f060001;
+ public static int abc_action_bar_home_subtitle_description_format=0x7f060002;
+ public static int abc_action_bar_up_description=0x7f060003;
+ public static int abc_action_menu_overflow_description=0x7f060004;
+ public static int abc_action_mode_done=0x7f060005;
+ public static int abc_activity_chooser_view_see_all=0x7f060006;
+ public static int abc_activitychooserview_choose_application=0x7f060007;
+ public static int abc_search_hint=0x7f060008;
+ public static int abc_searchview_description_clear=0x7f060009;
+ public static int abc_searchview_description_query=0x7f06000a;
+ public static int abc_searchview_description_search=0x7f06000b;
+ public static int abc_searchview_description_submit=0x7f06000c;
+ public static int abc_searchview_description_voice=0x7f06000d;
+ public static int abc_shareactionprovider_share_with=0x7f06000e;
+ public static int abc_shareactionprovider_share_with_application=0x7f06000f;
+ public static int abc_toolbar_collapse_description=0x7f060010;
+ public static int catalyst_debugjs=0x7f060012;
+ public static int catalyst_debugjs_off=0x7f06001a;
+ public static int catalyst_element_inspector=0x7f060013;
+ public static int catalyst_element_inspector_off=0x7f06001b;
+ public static int catalyst_hot_module_replacement=0x7f06001c;
+ public static int catalyst_hot_module_replacement_off=0x7f06001d;
+ public static int catalyst_jsload_error=0x7f060014;
+ public static int catalyst_jsload_message=0x7f060015;
+ public static int catalyst_jsload_title=0x7f060016;
+ public static int catalyst_live_reload=0x7f06001e;
+ public static int catalyst_live_reload_off=0x7f06001f;
+ public static int catalyst_perf_monitor=0x7f060020;
+ public static int catalyst_perf_monitor_off=0x7f060021;
+ public static int catalyst_reloadjs=0x7f060017;
+ public static int catalyst_remotedbg_error=0x7f060022;
+ public static int catalyst_remotedbg_message=0x7f060023;
+ public static int catalyst_settings=0x7f060018;
+ public static int catalyst_settings_title=0x7f060019;
+ public static int catalyst_start_profile=0x7f060024;
+ public static int catalyst_stop_profile=0x7f060025;
+ public static int status_bar_notification_info_overflow=0x7f060011;
+ }
+ public static final class style {
+ public static int AlertDialog_AppCompat=0x7f08007a;
+ public static int AlertDialog_AppCompat_Light=0x7f08007b;
+ public static int Animation_AppCompat_Dialog=0x7f08007c;
+ public static int Animation_AppCompat_DropDownUp=0x7f08007d;
+ public static int Animation_Catalyst_RedBox=0x7f08007e;
+ public static int Base_AlertDialog_AppCompat=0x7f08007f;
+ public static int Base_AlertDialog_AppCompat_Light=0x7f080080;
+ public static int Base_Animation_AppCompat_Dialog=0x7f080081;
+ public static int Base_Animation_AppCompat_DropDownUp=0x7f080082;
+ public static int Base_DialogWindowTitle_AppCompat=0x7f080083;
+ public static int Base_DialogWindowTitleBackground_AppCompat=0x7f080084;
+ public static int Base_TextAppearance_AppCompat=0x7f08002d;
+ public static int Base_TextAppearance_AppCompat_Body1=0x7f08002e;
+ public static int Base_TextAppearance_AppCompat_Body2=0x7f08002f;
+ public static int Base_TextAppearance_AppCompat_Button=0x7f080018;
+ public static int Base_TextAppearance_AppCompat_Caption=0x7f080030;
+ public static int Base_TextAppearance_AppCompat_Display1=0x7f080031;
+ public static int Base_TextAppearance_AppCompat_Display2=0x7f080032;
+ public static int Base_TextAppearance_AppCompat_Display3=0x7f080033;
+ public static int Base_TextAppearance_AppCompat_Display4=0x7f080034;
+ public static int Base_TextAppearance_AppCompat_Headline=0x7f080035;
+ public static int Base_TextAppearance_AppCompat_Inverse=0x7f080003;
+ public static int Base_TextAppearance_AppCompat_Large=0x7f080036;
+ public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038;
+ public static int Base_TextAppearance_AppCompat_Medium=0x7f080039;
+ public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005;
+ public static int Base_TextAppearance_AppCompat_Menu=0x7f08003a;
+ public static int Base_TextAppearance_AppCompat_SearchResult=0x7f080085;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c;
+ public static int Base_TextAppearance_AppCompat_Small=0x7f08003d;
+ public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006;
+ public static int Base_TextAppearance_AppCompat_Subhead=0x7f08003e;
+ public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007;
+ public static int Base_TextAppearance_AppCompat_Title=0x7f08003f;
+ public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046;
+ public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047;
+ public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076;
+ public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049;
+ public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a;
+ public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b;
+ public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d;
+ public static int Base_Theme_AppCompat=0x7f08004e;
+ public static int Base_Theme_AppCompat_CompactMenu=0x7f080088;
+ public static int Base_Theme_AppCompat_Dialog=0x7f080009;
+ public static int Base_Theme_AppCompat_Dialog_Alert=0x7f080089;
+ public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a;
+ public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b;
+ public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001;
+ public static int Base_Theme_AppCompat_Light=0x7f08004f;
+ public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c;
+ public static int Base_Theme_AppCompat_Light_Dialog=0x7f08000a;
+ public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d;
+ public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e;
+ public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f;
+ public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002;
+ public static int Base_ThemeOverlay_AppCompat=0x7f080090;
+ public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091;
+ public static int Base_ThemeOverlay_AppCompat_Dark=0x7f080092;
+ public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093;
+ public static int Base_ThemeOverlay_AppCompat_Light=0x7f080094;
+ public static int Base_V11_Theme_AppCompat_Dialog=0x7f08000b;
+ public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c;
+ public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014;
+ public static int Base_V12_Widget_AppCompat_EditText=0x7f080015;
+ public static int Base_V21_Theme_AppCompat=0x7f080050;
+ public static int Base_V21_Theme_AppCompat_Dialog=0x7f080051;
+ public static int Base_V21_Theme_AppCompat_Light=0x7f080052;
+ public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053;
+ public static int Base_V22_Theme_AppCompat=0x7f080074;
+ public static int Base_V22_Theme_AppCompat_Light=0x7f080075;
+ public static int Base_V23_Theme_AppCompat=0x7f080077;
+ public static int Base_V23_Theme_AppCompat_Light=0x7f080078;
+ public static int Base_V7_Theme_AppCompat=0x7f080095;
+ public static int Base_V7_Theme_AppCompat_Dialog=0x7f080096;
+ public static int Base_V7_Theme_AppCompat_Light=0x7f080097;
+ public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098;
+ public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099;
+ public static int Base_V7_Widget_AppCompat_EditText=0x7f08009a;
+ public static int Base_Widget_AppCompat_ActionBar=0x7f08009b;
+ public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c;
+ public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d;
+ public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054;
+ public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055;
+ public static int Base_Widget_AppCompat_ActionButton=0x7f080056;
+ public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057;
+ public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058;
+ public static int Base_Widget_AppCompat_ActionMode=0x7f08009e;
+ public static int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f;
+ public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016;
+ public static int Base_Widget_AppCompat_Button=0x7f080059;
+ public static int Base_Widget_AppCompat_Button_Borderless=0x7f08005a;
+ public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b;
+ public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0;
+ public static int Base_Widget_AppCompat_Button_Colored=0x7f080079;
+ public static int Base_Widget_AppCompat_Button_Small=0x7f08005c;
+ public static int Base_Widget_AppCompat_ButtonBar=0x7f08005d;
+ public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1;
+ public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e;
+ public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f;
+ public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3;
+ public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060;
+ public static int Base_Widget_AppCompat_EditText=0x7f080017;
+ public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4;
+ public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063;
+ public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064;
+ public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065;
+ public static int Base_Widget_AppCompat_ListPopupWindow=0x7f080066;
+ public static int Base_Widget_AppCompat_ListView=0x7f080067;
+ public static int Base_Widget_AppCompat_ListView_DropDown=0x7f080068;
+ public static int Base_Widget_AppCompat_ListView_Menu=0x7f080069;
+ public static int Base_Widget_AppCompat_PopupMenu=0x7f08006a;
+ public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b;
+ public static int Base_Widget_AppCompat_PopupWindow=0x7f0800a7;
+ public static int Base_Widget_AppCompat_ProgressBar=0x7f08000d;
+ public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e;
+ public static int Base_Widget_AppCompat_RatingBar=0x7f08006c;
+ public static int Base_Widget_AppCompat_SearchView=0x7f0800a8;
+ public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9;
+ public static int Base_Widget_AppCompat_Spinner=0x7f08006d;
+ public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e;
+ public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f;
+ public static int Base_Widget_AppCompat_Toolbar=0x7f0800aa;
+ public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070;
+ public static int Platform_AppCompat=0x7f08000f;
+ public static int Platform_AppCompat_Light=0x7f080010;
+ public static int Platform_ThemeOverlay_AppCompat=0x7f080071;
+ public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072;
+ public static int Platform_ThemeOverlay_AppCompat_Light=0x7f080073;
+ public static int Platform_V11_AppCompat=0x7f080011;
+ public static int Platform_V11_AppCompat_Light=0x7f080012;
+ public static int Platform_V14_AppCompat=0x7f080019;
+ public static int Platform_V14_AppCompat_Light=0x7f08001a;
+ public static int Platform_Widget_AppCompat_Spinner=0x7f080013;
+ public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020;
+ public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021;
+ public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022;
+ public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b;
+ public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c;
+ public static int TextAppearance_AppCompat=0x7f0800ab;
+ public static int TextAppearance_AppCompat_Body1=0x7f0800ac;
+ public static int TextAppearance_AppCompat_Body2=0x7f0800ad;
+ public static int TextAppearance_AppCompat_Button=0x7f0800ae;
+ public static int TextAppearance_AppCompat_Caption=0x7f0800af;
+ public static int TextAppearance_AppCompat_Display1=0x7f0800b0;
+ public static int TextAppearance_AppCompat_Display2=0x7f0800b1;
+ public static int TextAppearance_AppCompat_Display3=0x7f0800b2;
+ public static int TextAppearance_AppCompat_Display4=0x7f0800b3;
+ public static int TextAppearance_AppCompat_Headline=0x7f0800b4;
+ public static int TextAppearance_AppCompat_Inverse=0x7f0800b5;
+ public static int TextAppearance_AppCompat_Large=0x7f0800b6;
+ public static int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb;
+ public static int TextAppearance_AppCompat_Medium=0x7f0800bc;
+ public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd;
+ public static int TextAppearance_AppCompat_Menu=0x7f0800be;
+ public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf;
+ public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0;
+ public static int TextAppearance_AppCompat_Small=0x7f0800c1;
+ public static int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2;
+ public static int TextAppearance_AppCompat_Subhead=0x7f0800c3;
+ public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4;
+ public static int TextAppearance_AppCompat_Title=0x7f0800c5;
+ public static int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf;
+ public static int TextAppearance_AppCompat_Widget_Button=0x7f0800d0;
+ public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1;
+ public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4;
+ public static int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5;
+ public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6;
+ public static int TextAppearance_StatusBar_EventContent=0x7f08001b;
+ public static int TextAppearance_StatusBar_EventContent_Info=0x7f08001c;
+ public static int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d;
+ public static int TextAppearance_StatusBar_EventContent_Time=0x7f08001e;
+ public static int TextAppearance_StatusBar_EventContent_Title=0x7f08001f;
+ public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9;
+ public static int Theme=0x7f0800da;
+ public static int Theme_AppCompat=0x7f0800db;
+ public static int Theme_AppCompat_CompactMenu=0x7f0800dc;
+ public static int Theme_AppCompat_Dialog=0x7f0800dd;
+ public static int Theme_AppCompat_Dialog_Alert=0x7f0800de;
+ public static int Theme_AppCompat_Dialog_MinWidth=0x7f0800df;
+ public static int Theme_AppCompat_DialogWhenLarge=0x7f0800e0;
+ public static int Theme_AppCompat_Light=0x7f0800e1;
+ public static int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2;
+ public static int Theme_AppCompat_Light_Dialog=0x7f0800e3;
+ public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4;
+ public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5;
+ public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6;
+ public static int Theme_AppCompat_Light_NoActionBar=0x7f0800e7;
+ public static int Theme_AppCompat_NoActionBar=0x7f0800e8;
+ public static int Theme_Catalyst=0x7f0800e9;
+ public static int Theme_Catalyst_RedBox=0x7f0800ea;
+ public static int Theme_ReactNative_AppCompat_Light=0x7f0800eb;
+ public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec;
+ public static int ThemeOverlay_AppCompat=0x7f0800ed;
+ public static int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee;
+ public static int ThemeOverlay_AppCompat_Dark=0x7f0800ef;
+ public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0;
+ public static int ThemeOverlay_AppCompat_Light=0x7f0800f1;
+ public static int Widget_AppCompat_ActionBar=0x7f0800f2;
+ public static int Widget_AppCompat_ActionBar_Solid=0x7f0800f3;
+ public static int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4;
+ public static int Widget_AppCompat_ActionBar_TabText=0x7f0800f5;
+ public static int Widget_AppCompat_ActionBar_TabView=0x7f0800f6;
+ public static int Widget_AppCompat_ActionButton=0x7f0800f7;
+ public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8;
+ public static int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9;
+ public static int Widget_AppCompat_ActionMode=0x7f0800fa;
+ public static int Widget_AppCompat_ActivityChooserView=0x7f0800fb;
+ public static int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc;
+ public static int Widget_AppCompat_Button=0x7f0800fd;
+ public static int Widget_AppCompat_Button_Borderless=0x7f0800fe;
+ public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff;
+ public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100;
+ public static int Widget_AppCompat_Button_Colored=0x7f080101;
+ public static int Widget_AppCompat_Button_Small=0x7f080102;
+ public static int Widget_AppCompat_ButtonBar=0x7f080103;
+ public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104;
+ public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105;
+ public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106;
+ public static int Widget_AppCompat_CompoundButton_Switch=0x7f080107;
+ public static int Widget_AppCompat_DrawerArrowToggle=0x7f080108;
+ public static int Widget_AppCompat_DropDownItem_Spinner=0x7f080109;
+ public static int Widget_AppCompat_EditText=0x7f08010a;
+ public static int Widget_AppCompat_Light_ActionBar=0x7f08010b;
+ public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c;
+ public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f;
+ public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110;
+ public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111;
+ public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112;
+ public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113;
+ public static int Widget_AppCompat_Light_ActionButton=0x7f080114;
+ public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115;
+ public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116;
+ public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117;
+ public static int Widget_AppCompat_Light_ActivityChooserView=0x7f080118;
+ public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119;
+ public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a;
+ public static int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b;
+ public static int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c;
+ public static int Widget_AppCompat_Light_PopupMenu=0x7f08011d;
+ public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e;
+ public static int Widget_AppCompat_Light_SearchView=0x7f08011f;
+ public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120;
+ public static int Widget_AppCompat_ListPopupWindow=0x7f080121;
+ public static int Widget_AppCompat_ListView=0x7f080122;
+ public static int Widget_AppCompat_ListView_DropDown=0x7f080123;
+ public static int Widget_AppCompat_ListView_Menu=0x7f080124;
+ public static int Widget_AppCompat_PopupMenu=0x7f080125;
+ public static int Widget_AppCompat_PopupMenu_Overflow=0x7f080126;
+ public static int Widget_AppCompat_PopupWindow=0x7f080127;
+ public static int Widget_AppCompat_ProgressBar=0x7f080128;
+ public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129;
+ public static int Widget_AppCompat_RatingBar=0x7f08012a;
+ public static int Widget_AppCompat_SearchView=0x7f08012b;
+ public static int Widget_AppCompat_SearchView_ActionBar=0x7f08012c;
+ public static int Widget_AppCompat_Spinner=0x7f08012d;
+ public static int Widget_AppCompat_Spinner_DropDown=0x7f08012e;
+ public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f;
+ public static int Widget_AppCompat_Spinner_Underlined=0x7f080130;
+ public static int Widget_AppCompat_TextView_SpinnerItem=0x7f080131;
+ public static int Widget_AppCompat_Toolbar=0x7f080132;
+ public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133;
+ }
+ public static final class xml {
+ public static int preferences=0x7f050000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:background
+ */
+ public static int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundSplit
+ */
+ public static int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundStacked
+ */
+ public static int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetEnd
+ */
+ public static int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetLeft
+ */
+ public static int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetRight
+ */
+ public static int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetStart
+ */
+ public static int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:customNavigationLayout
+ */
+ public static int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:displayOptions
+ */
+ public static int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:divider
+ */
+ public static int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:elevation
+ */
+ public static int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:height
+ */
+ public static int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:hideOnContentScroll
+ */
+ public static int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeAsUpIndicator
+ */
+ public static int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeLayout
+ */
+ public static int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:icon
+ */
+ public static int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:indeterminateProgressStyle
+ */
+ public static int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:itemPadding
+ */
+ public static int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:logo
+ */
+ public static int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationMode
+ */
+ public static int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupTheme
+ */
+ public static int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:progressBarPadding
+ */
+ public static int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:progressBarStyle
+ */
+ public static int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitle
+ */
+ public static int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextStyle
+ */
+ public static int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:title
+ */
+ public static int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:background
+ */
+ public static int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundSplit
+ */
+ public static int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:closeItemLayout
+ */
+ public static int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:height
+ */
+ public static int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextStyle
+ */
+ public static int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleTextStyle
+ */
+ public static int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:expandActivityOverflowButtonDrawable
+ */
+ public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:buttonPanelSideLayout
+ */
+ public static int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listItemLayout
+ */
+ public static int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listLayout
+ */
+ public static int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:multiChoiceItemLayout
+ */
+ public static int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:textAllCaps
+ */
+ public static int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a CompoundButton.
+
This symbol is the offset where the {@link android.R.attr#button}
+ attribute's value can be found in the {@link #CompoundButton} array.
+ @attr name android:button
+ */
+ public static int CompoundButton_android_button = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTint}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:buttonTint
+ */
+ public static int CompoundButton_buttonTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTintMode}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker:buttonTintMode
+ */
+ public static int CompoundButton_buttonTintMode = 2;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.imagepicker.R.attr#arrowHeadLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:arrowHeadLength
+ */
+ public static int DrawerArrowToggle_arrowHeadLength = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#arrowShaftLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:arrowShaftLength
+ */
+ public static int DrawerArrowToggle_arrowShaftLength = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#barLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:barLength
+ */
+ public static int DrawerArrowToggle_barLength = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:color
+ */
+ public static int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:drawableSize
+ */
+ public static int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:gapBetweenBars
+ */
+ public static int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinBars
+ */
+ public static int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:thickness
+ */
+ public static int DrawerArrowToggle_thickness = 7;
+ /** Attributes that can be used with a GenericDraweeView.
+
This symbol is the offset where the {@link com.imagepicker.R.attr#actualImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:actualImageScaleType
+ */
+ public static int GenericDraweeView_actualImageScaleType = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:backgroundImage
+ */
+ public static int GenericDraweeView_backgroundImage = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#fadeDuration}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:fadeDuration
+ */
+ public static int GenericDraweeView_fadeDuration = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#failureImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:failureImage
+ */
+ public static int GenericDraweeView_failureImage = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#failureImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:failureImageScaleType
+ */
+ public static int GenericDraweeView_failureImageScaleType = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#overlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:overlayImage
+ */
+ public static int GenericDraweeView_overlayImage = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:placeholderImage
+ */
+ public static int GenericDraweeView_placeholderImage = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:placeholderImageScaleType
+ */
+ public static int GenericDraweeView_placeholderImageScaleType = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#pressedStateOverlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:pressedStateOverlayImage
+ */
+ public static int GenericDraweeView_pressedStateOverlayImage = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarAutoRotateInterval}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:progressBarAutoRotateInterval
+ */
+ public static int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:progressBarImage
+ */
+ public static int GenericDraweeView_progressBarImage = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:progressBarImageScaleType
+ */
+ public static int GenericDraweeView_progressBarImageScaleType = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#retryImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:retryImage
+ */
+ public static int GenericDraweeView_retryImage = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#retryImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:retryImageScaleType
+ */
+ public static int GenericDraweeView_retryImageScaleType = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundAsCircle}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundAsCircle
+ */
+ public static int GenericDraweeView_roundAsCircle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundBottomLeft
+ */
+ public static int GenericDraweeView_roundBottomLeft = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundBottomRight
+ */
+ public static int GenericDraweeView_roundBottomRight = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundTopLeft
+ */
+ public static int GenericDraweeView_roundTopLeft = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundTopRight
+ */
+ public static int GenericDraweeView_roundTopRight = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundWithOverlayColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundWithOverlayColor
+ */
+ public static int GenericDraweeView_roundWithOverlayColor = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundedCornerRadius}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundedCornerRadius
+ */
+ public static int GenericDraweeView_roundedCornerRadius = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundingBorderColor
+ */
+ public static int GenericDraweeView_roundingBorderColor = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderWidth}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundingBorderWidth
+ */
+ public static int GenericDraweeView_roundingBorderWidth = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#viewAspectRatio}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a floating point value, such as "1.2".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:viewAspectRatio
+ */
+ public static int GenericDraweeView_viewAspectRatio = 1;
+ /** 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.imagepicker.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.imagepicker:divider
+ */
+ public static int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerPadding
+ */
+ public static int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:measureWithLargestChild
+ */
+ public static int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:actionLayout
+ */
+ public static int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionProviderClass
+ */
+ public static int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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 = {
+ 0x7f010050
+ };
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:state_above_anchor
+ */
+ public static int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a RecyclerView.
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #RecyclerView} array.
+ @attr name android:orientation
+ */
+ public static int RecyclerView_android_orientation = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#layoutManager}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:layoutManager
+ */
+ public static int RecyclerView_layoutManager = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#reverseLayout}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:reverseLayout
+ */
+ public static int RecyclerView_reverseLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#spanCount}
+ attribute's value can be found in the {@link #RecyclerView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:spanCount
+ */
+ public static int RecyclerView_spanCount = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#stackFromEnd}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:stackFromEnd
+ */
+ public static int RecyclerView_stackFromEnd = 4;
+ /** 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.imagepicker.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.imagepicker:closeIcon
+ */
+ public static int SearchView_closeIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:commitIcon
+ */
+ public static int SearchView_commitIcon = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#defaultQueryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:defaultQueryHint
+ */
+ public static int SearchView_defaultQueryHint = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:goIcon
+ */
+ public static int SearchView_goIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:iconifiedByDefault
+ */
+ public static int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:layout
+ */
+ public static int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:queryBackground
+ */
+ public static int SearchView_queryBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:queryHint
+ */
+ public static int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchHintIcon
+ */
+ public static int SearchView_searchHintIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchIcon
+ */
+ public static int SearchView_searchIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:submitBackground
+ */
+ public static int SearchView_submitBackground = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:suggestionRowLayout
+ */
+ public static int SearchView_suggestionRowLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:voiceIcon
+ */
+ public static int SearchView_voiceIcon = 12;
+ /** Attributes that can be used with a Spinner.
+
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 = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static int Spinner_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:prompt
+ */
+ public static int Spinner_android_prompt = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:popupTheme
+ */
+ public static int Spinner_popupTheme = 3;
+ /** 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.imagepicker.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.imagepicker:showText
+ */
+ public static int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:splitTrack
+ */
+ public static int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchMinWidth
+ */
+ public static int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchPadding
+ */
+ public static int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchTextAppearance
+ */
+ public static int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:thumbTextPadding
+ */
+ public static int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:textAllCaps
+ */
+ public static int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarDivider
+ */
+ public static int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarItemBackground
+ */
+ public static int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarPopupTheme
+ */
+ public static int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarSize
+ */
+ public static int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarSplitStyle
+ */
+ public static int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarStyle
+ */
+ public static int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabBarStyle
+ */
+ public static int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabStyle
+ */
+ public static int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabTextStyle
+ */
+ public static int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTheme
+ */
+ public static int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarWidgetTheme
+ */
+ public static int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionButtonStyle
+ */
+ public static int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionDropDownStyle
+ */
+ public static int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionMenuTextAppearance
+ */
+ public static int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionMenuTextColor
+ */
+ public static int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeBackground
+ */
+ public static int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCloseButtonStyle
+ */
+ public static int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCloseDrawable
+ */
+ public static int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCopyDrawable
+ */
+ public static int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCutDrawable
+ */
+ public static int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeFindDrawable
+ */
+ public static int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModePasteDrawable
+ */
+ public static int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModePopupWindowStyle
+ */
+ public static int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeSelectAllDrawable
+ */
+ public static int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeShareDrawable
+ */
+ public static int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeSplitBackground
+ */
+ public static int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeStyle
+ */
+ public static int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeWebSearchDrawable
+ */
+ public static int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionOverflowButtonStyle
+ */
+ public static int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionOverflowMenuStyle
+ */
+ public static int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:activityChooserViewStyle
+ */
+ public static int Theme_activityChooserViewStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogButtonGroupStyle
+ */
+ public static int Theme_alertDialogButtonGroupStyle = 91;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogCenterButtons
+ */
+ public static int Theme_alertDialogCenterButtons = 92;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogStyle
+ */
+ public static int Theme_alertDialogStyle = 90;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogTheme
+ */
+ public static int Theme_alertDialogTheme = 93;
+ /**
+
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.imagepicker.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.imagepicker:autoCompleteTextViewStyle
+ */
+ public static int Theme_autoCompleteTextViewStyle = 98;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#borderlessButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:borderlessButtonStyle
+ */
+ public static int Theme_borderlessButtonStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarButtonStyle
+ */
+ public static int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarNegativeButtonStyle
+ */
+ public static int Theme_buttonBarNegativeButtonStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarNeutralButtonStyle
+ */
+ public static int Theme_buttonBarNeutralButtonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarPositiveButtonStyle
+ */
+ public static int Theme_buttonBarPositiveButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarStyle
+ */
+ public static int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonStyle
+ */
+ public static int Theme_buttonStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonStyleSmall
+ */
+ public static int Theme_buttonStyleSmall = 100;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:checkboxStyle
+ */
+ public static int Theme_checkboxStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:checkedTextViewStyle
+ */
+ public static int Theme_checkedTextViewStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorAccent
+ */
+ public static int Theme_colorAccent = 83;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorButtonNormal
+ */
+ public static int Theme_colorButtonNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlActivated
+ */
+ public static int Theme_colorControlActivated = 85;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlHighlight
+ */
+ public static int Theme_colorControlHighlight = 86;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlNormal
+ */
+ public static int Theme_colorControlNormal = 84;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorPrimary
+ */
+ public static int Theme_colorPrimary = 81;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorPrimaryDark
+ */
+ public static int Theme_colorPrimaryDark = 82;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorSwitchThumbNormal
+ */
+ public static int Theme_colorSwitchThumbNormal = 88;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#controlBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:controlBackground
+ */
+ public static int Theme_controlBackground = 89;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dialogPreferredPadding
+ */
+ public static int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dialogTheme
+ */
+ public static int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerHorizontal
+ */
+ public static int Theme_dividerHorizontal = 56;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerVertical
+ */
+ public static int Theme_dividerVertical = 55;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dropDownListViewStyle
+ */
+ public static int Theme_dropDownListViewStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dropdownListPreferredItemHeight
+ */
+ public static int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextBackground
+ */
+ public static int Theme_editTextBackground = 63;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextColor
+ */
+ public static int Theme_editTextColor = 62;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextStyle
+ */
+ public static int Theme_editTextStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeAsUpIndicator
+ */
+ public static int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listChoiceBackgroundIndicator
+ */
+ public static int Theme_listChoiceBackgroundIndicator = 80;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listDividerAlertDialog
+ */
+ public static int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPopupWindowStyle
+ */
+ public static int Theme_listPopupWindowStyle = 74;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeight
+ */
+ public static int Theme_listPreferredItemHeight = 68;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeightLarge
+ */
+ public static int Theme_listPreferredItemHeightLarge = 70;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeightSmall
+ */
+ public static int Theme_listPreferredItemHeightSmall = 69;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemPaddingLeft
+ */
+ public static int Theme_listPreferredItemPaddingLeft = 71;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemPaddingRight
+ */
+ public static int Theme_listPreferredItemPaddingRight = 72;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelBackground
+ */
+ public static int Theme_panelBackground = 77;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelMenuListTheme
+ */
+ public static int Theme_panelMenuListTheme = 79;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelMenuListWidth
+ */
+ public static int Theme_panelMenuListWidth = 78;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupMenuStyle
+ */
+ public static int Theme_popupMenuStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupWindowStyle
+ */
+ public static int Theme_popupWindowStyle = 61;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:radioButtonStyle
+ */
+ public static int Theme_radioButtonStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:ratingBarStyle
+ */
+ public static int Theme_ratingBarStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchViewStyle
+ */
+ public static int Theme_searchViewStyle = 67;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:selectableItemBackground
+ */
+ public static int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:selectableItemBackgroundBorderless
+ */
+ public static int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinnerDropDownItemStyle
+ */
+ public static int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinnerStyle
+ */
+ public static int Theme_spinnerStyle = 106;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchStyle
+ */
+ public static int Theme_switchStyle = 107;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceLargePopupMenu
+ */
+ public static int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceListItem
+ */
+ public static int Theme_textAppearanceListItem = 75;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceListItemSmall
+ */
+ public static int Theme_textAppearanceListItemSmall = 76;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSearchResultSubtitle
+ */
+ public static int Theme_textAppearanceSearchResultSubtitle = 65;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSearchResultTitle
+ */
+ public static int Theme_textAppearanceSearchResultTitle = 64;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSmallPopupMenu
+ */
+ public static int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textColorAlertDialogListItem
+ */
+ public static int Theme_textColorAlertDialogListItem = 94;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textColorSearchUrl
+ */
+ public static int Theme_textColorSearchUrl = 66;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:toolbarNavigationButtonStyle
+ */
+ public static int Theme_toolbarNavigationButtonStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:toolbarStyle
+ */
+ public static int Theme_toolbarStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionBar
+ */
+ public static int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionBarOverlay
+ */
+ public static int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionModeOverlay
+ */
+ public static int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedHeightMajor
+ */
+ public static int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedHeightMinor
+ */
+ public static int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedWidthMajor
+ */
+ public static int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedWidthMinor
+ */
+ public static int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowMinWidthMajor
+ */
+ public static int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowMinWidthMinor
+ */
+ public static int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:collapseContentDescription
+ */
+ public static int Toolbar_collapseContentDescription = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:collapseIcon
+ */
+ public static int Toolbar_collapseIcon = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetEnd
+ */
+ public static int Toolbar_contentInsetEnd = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetLeft
+ */
+ public static int Toolbar_contentInsetLeft = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetRight
+ */
+ public static int Toolbar_contentInsetRight = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetStart
+ */
+ public static int Toolbar_contentInsetStart = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#logo}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:logo
+ */
+ public static int Toolbar_logo = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#logoDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:logoDescription
+ */
+ public static int Toolbar_logoDescription = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:maxButtonHeight
+ */
+ public static int Toolbar_maxButtonHeight = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationContentDescription
+ */
+ public static int Toolbar_navigationContentDescription = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationIcon
+ */
+ public static int Toolbar_navigationIcon = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupTheme
+ */
+ public static int Toolbar_popupTheme = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitle
+ */
+ public static int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextAppearance
+ */
+ public static int Toolbar_subtitleTextAppearance = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:subtitleTextColor
+ */
+ public static int Toolbar_subtitleTextColor = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:title
+ */
+ public static int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginBottom
+ */
+ public static int Toolbar_titleMarginBottom = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginEnd
+ */
+ public static int Toolbar_titleMarginEnd = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginStart
+ */
+ public static int Toolbar_titleMarginStart = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginTop
+ */
+ public static int Toolbar_titleMarginTop = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMargins
+ */
+ public static int Toolbar_titleMargins = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleTextAppearance
+ */
+ public static int Toolbar_titleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:titleTextColor
+ */
+ public static int Toolbar_titleTextColor = 23;
+ /** 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.imagepicker.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.imagepicker:paddingEnd
+ */
+ public static int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:paddingStart
+ */
+ public static int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:theme
+ */
+ public static int View_theme = 4;
+ /** Attributes that can be used with a ViewBackgroundHelper.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+ @attr name android:background
+ */
+ public static int ViewBackgroundHelper_android_background = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:backgroundTint
+ */
+ public static int ViewBackgroundHelper_backgroundTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker:backgroundTintMode
+ */
+ public static int ViewBackgroundHelper_backgroundTintMode = 2;
+ /** 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/android/build/generated/source/r/release/com/imagepicker/R.java b/android/build/generated/source/r/release/com/imagepicker/R.java
new file mode 100644
index 0000000..1fae2b5
--- /dev/null
+++ b/android/build/generated/source/r/release/com/imagepicker/R.java
@@ -0,0 +1,6891 @@
+/* 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.imagepicker;
+
+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 catalyst_push_up_in=0x7f04000a;
+ public static int catalyst_push_up_out=0x7f04000b;
+ }
+ 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=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 actionBarItemBackground=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 actionBarPopupTheme=0x7f010078;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=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 actionBarSplitStyle=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 actionBarStyle=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 actionBarTabBarStyle=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 actionBarTabStyle=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 actionBarTabTextStyle=0x7f010075;
+ /**
Must be 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=0x7f01007b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarWidgetTheme=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 actionButtonStyle=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 actionDropDownStyle=0x7f010094;
+ /**
Must be 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=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 actionMenuTextAppearance=0x7f010080;
+ /**
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=0x7f010081;
+ /**
Must be 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=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 actionModeCloseButtonStyle=0x7f010083;
+ /**
Must be 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=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 actionModeCopyDrawable=0x7f010088;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCutDrawable=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 actionModeFindDrawable=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 actionModePasteDrawable=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 actionModePopupWindowStyle=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 actionModeSelectAllDrawable=0x7f01008a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeShareDrawable=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 actionModeSplitBackground=0x7f010085;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeStyle=0x7f010082;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeWebSearchDrawable=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 actionOverflowButtonStyle=0x7f010076;
+ /**
Must be 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=0x7f010077;
+ /**
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=0x7f01004d;
+ /**
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=0x7f01004c;
+ /**
Must be 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=0x7f0100a0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int actualImageScaleType=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 alertDialogButtonGroupStyle=0x7f0100c2;
+ /**
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=0x7f0100c3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogStyle=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 alertDialogTheme=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 arrowHeadLength=0x7f01002b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 arrowShaftLength=0x7f01002c;
+ /**
Must be 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=0x7f0100c9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int background=0x7f01000c;
+ /**
Must be 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 backgroundImage=0x7f01003b;
+ /**
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=0x7f0100e5;
+ /**
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=0x7f0100e6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 barLength=0x7f01002d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int borderlessButtonStyle=0x7f01009d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarButtonStyle=0x7f01009a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNegativeButtonStyle=0x7f0100c7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNeutralButtonStyle=0x7f0100c8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarPositiveButtonStyle=0x7f0100c6;
+ /**
Must be 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=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 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=0x7f0100ca;
+ /**
Must be 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=0x7f0100cb;
+ /**
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 buttonTint=0x7f010025;
+ /**
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 buttonTintMode=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 checkboxStyle=0x7f0100cc;
+ /**
Must be 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=0x7f0100cd;
+ /**
Must be 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=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 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=0x7f0100dc;
+ /**
Must be 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=0x7f0100db;
+ /**
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=0x7f010027;
+ /**
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=0x7f0100ba;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorButtonNormal=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 colorControlActivated=0x7f0100bc;
+ /**
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=0x7f0100bd;
+ /**
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=0x7f0100bb;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimary=0x7f0100b8;
+ /**
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=0x7f0100b9;
+ /**
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=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 commitIcon=0x7f01005e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 controlBackground=0x7f0100c0;
+ /**
Must be 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 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 defaultQueryHint=0x7f010058;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010092;
+ /**
Must be 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=0x7f010091;
+ /**
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=0x7f01009f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010049;
+ /**
Must be 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=0x7f01009e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 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=0x7f0100b0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010095;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextBackground=0x7f0100a6;
+ /**
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=0x7f0100a5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextStyle=0x7f0100ce;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 an integer value, such as "100".
+
This may also be a reference to a 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 fadeDuration=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 failureImage=0x7f010035;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int failureImageScaleType=0x7f010036;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 goIcon=0x7f01005a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 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=0x7f010056;
+ /**
Must be 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=0x7f010055;
+ /**
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 layoutManager=0x7f010051;
+ /**
Must be 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=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 listDividerAlertDialog=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 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=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 listPreferredItemHeight=0x7f0100ab;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ad;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ac;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100ae;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 logo=0x7f01000a;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int logoDescription=0x7f0100df;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100da;
+ /**
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=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 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=0x7f0100de;
+ /**
Must be 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=0x7f0100dd;
+ /**
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=0x7f01004f;
+ /**
Must be 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 overlayImage=0x7f01003c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100e3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100e2;
+ /**
Must be 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=0x7f0100b4;
+ /**
Must be 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=0x7f0100b6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 placeholderImage=0x7f010031;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int placeholderImageScaleType=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 popupMenuStyle=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 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=0x7f0100a4;
+ /**
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=0x7f01004e;
+ /**
Must be 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 pressedStateOverlayImage=0x7f01003d;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a 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 progressBarAutoRotateInterval=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 progressBarImage=0x7f010037;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int progressBarImageScaleType=0x7f010038;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static 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 queryBackground=0x7f010060;
+ /**
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=0x7f010057;
+ /**
Must be 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=0x7f0100cf;
+ /**
Must be 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=0x7f0100d0;
+ /**
Must be 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 retryImage=0x7f010033;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ */
+ public static int retryImageScaleType=0x7f010034;
+ /**
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 reverseLayout=0x7f010053;
+ /**
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 roundAsCircle=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 roundBottomLeft=0x7f010043;
+ /**
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 roundBottomRight=0x7f010042;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int roundTopLeft=0x7f010040;
+ /**
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 roundTopRight=0x7f010041;
+ /**
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 roundWithOverlayColor=0x7f010044;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int roundedCornerRadius=0x7f01003f;
+ /**
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 roundingBorderColor=0x7f010046;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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 roundingBorderWidth=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 searchHintIcon=0x7f01005c;
+ /**
Must be 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=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 searchViewStyle=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 selectableItemBackground=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 selectableItemBackgroundBorderless=0x7f01009c;
+ /**
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=0x7f01004a;
+ /**
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=0x7f010048;
+ /**
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=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 singleChoiceItemLayout=0x7f010022;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a 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 spanCount=0x7f010052;
+ /**
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=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 spinnerDropDownItemStyle=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 spinnerStyle=0x7f0100d1;
+ /**
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=0x7f010067;
+ /**
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 stackFromEnd=0x7f010054;
+ /**
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=0x7f010050;
+ /**
Must be 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=0x7f010061;
+ /**
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=0x7f0100d4;
+ /**
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 subtitleTextColor=0x7f0100e1;
+ /**
Must be 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=0x7f01005f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010065;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=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 switchStyle=0x7f0100d2;
+ /**
Must be 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=0x7f010064;
+ /**
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=0x7f01008f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItem=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 textAppearanceListItemSmall=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 textAppearanceSearchResultSubtitle=0x7f0100a8;
+ /**
Must be 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=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 textAppearanceSmallPopupMenu=0x7f010090;
+ /**
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=0x7f0100c5;
+ /**
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=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 theme=0x7f0100e4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f01002e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f010063;
+ /**
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=0x7f0100d9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d7;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a 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=0x7f0100d5;
+ /**
Must be 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=0x7f0100d3;
+ /**
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 titleTextColor=0x7f0100e0;
+ /**
Must be 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=0x7f0100a2;
+ /**
Must be 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=0x7f0100a1;
+ /**
Must be 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=0x7f010062;
+ /**
Must be a floating point value, such as "1.2".
+
This may also be a reference to a 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 viewAspectRatio=0x7f010030;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int voiceIcon=0x7f01005d;
+ /**
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=0x7f010069;
+ /**
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=0x7f01006b;
+ /**
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=0x7f01006c;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010070;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006e;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01006f;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010071;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010072;
+ /**
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=0x7f01006a;
+ }
+ public static final class bool {
+ public static int abc_action_bar_embed_tabs=0x7f090002;
+ public static int abc_action_bar_embed_tabs_pre_jb=0x7f090000;
+ public static int abc_action_bar_expanded_action_views_exclusive=0x7f090003;
+ public static int abc_config_actionMenuItemAllCaps=0x7f090004;
+ public static int abc_config_allowActionMenuItemTextWithIcon=0x7f090001;
+ public static int abc_config_closeDialogWhenTouchOutside=0x7f090005;
+ public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006;
+ }
+ public static final class color {
+ public static int abc_background_cache_hint_selector_material_dark=0x7f0b003b;
+ public static int abc_background_cache_hint_selector_material_light=0x7f0b003c;
+ public static int abc_color_highlight_material=0x7f0b003d;
+ public static int abc_input_method_navigation_guard=0x7f0b0000;
+ public static int abc_primary_text_disable_only_material_dark=0x7f0b003e;
+ public static int abc_primary_text_disable_only_material_light=0x7f0b003f;
+ public static int abc_primary_text_material_dark=0x7f0b0040;
+ public static int abc_primary_text_material_light=0x7f0b0041;
+ public static int abc_search_url_text=0x7f0b0042;
+ public static int abc_search_url_text_normal=0x7f0b0001;
+ public static int abc_search_url_text_pressed=0x7f0b0002;
+ public static int abc_search_url_text_selected=0x7f0b0003;
+ public static int abc_secondary_text_material_dark=0x7f0b0043;
+ public static int abc_secondary_text_material_light=0x7f0b0044;
+ public static int accent_material_dark=0x7f0b0004;
+ public static int accent_material_light=0x7f0b0005;
+ public static int background_floating_material_dark=0x7f0b0006;
+ public static int background_floating_material_light=0x7f0b0007;
+ public static int background_material_dark=0x7f0b0008;
+ public static int background_material_light=0x7f0b0009;
+ public static int bright_foreground_disabled_material_dark=0x7f0b000a;
+ public static int bright_foreground_disabled_material_light=0x7f0b000b;
+ public static int bright_foreground_inverse_material_dark=0x7f0b000c;
+ public static int bright_foreground_inverse_material_light=0x7f0b000d;
+ public static int bright_foreground_material_dark=0x7f0b000e;
+ public static int bright_foreground_material_light=0x7f0b000f;
+ public static int button_material_dark=0x7f0b0010;
+ public static int button_material_light=0x7f0b0011;
+ public static int catalyst_redbox_background=0x7f0b0012;
+ public static int dim_foreground_disabled_material_dark=0x7f0b0013;
+ public static int dim_foreground_disabled_material_light=0x7f0b0014;
+ public static int dim_foreground_material_dark=0x7f0b0015;
+ public static int dim_foreground_material_light=0x7f0b0016;
+ public static int foreground_material_dark=0x7f0b0017;
+ public static int foreground_material_light=0x7f0b0018;
+ public static int highlighted_text_material_dark=0x7f0b0019;
+ public static int highlighted_text_material_light=0x7f0b001a;
+ public static int hint_foreground_material_dark=0x7f0b001b;
+ public static int hint_foreground_material_light=0x7f0b001c;
+ public static int material_blue_grey_800=0x7f0b001d;
+ public static int material_blue_grey_900=0x7f0b001e;
+ public static int material_blue_grey_950=0x7f0b001f;
+ public static int material_deep_teal_200=0x7f0b0020;
+ public static int material_deep_teal_500=0x7f0b0021;
+ public static int material_grey_100=0x7f0b0022;
+ public static int material_grey_300=0x7f0b0023;
+ public static int material_grey_50=0x7f0b0024;
+ public static int material_grey_600=0x7f0b0025;
+ public static int material_grey_800=0x7f0b0026;
+ public static int material_grey_850=0x7f0b0027;
+ public static int material_grey_900=0x7f0b0028;
+ public static int primary_dark_material_dark=0x7f0b0029;
+ public static int primary_dark_material_light=0x7f0b002a;
+ public static int primary_material_dark=0x7f0b002b;
+ public static int primary_material_light=0x7f0b002c;
+ public static int primary_text_default_material_dark=0x7f0b002d;
+ public static int primary_text_default_material_light=0x7f0b002e;
+ public static int primary_text_disabled_material_dark=0x7f0b002f;
+ public static int primary_text_disabled_material_light=0x7f0b0030;
+ public static int ripple_material_dark=0x7f0b0031;
+ public static int ripple_material_light=0x7f0b0032;
+ public static int secondary_text_default_material_dark=0x7f0b0033;
+ public static int secondary_text_default_material_light=0x7f0b0034;
+ public static int secondary_text_disabled_material_dark=0x7f0b0035;
+ public static int secondary_text_disabled_material_light=0x7f0b0036;
+ public static int switch_thumb_disabled_material_dark=0x7f0b0037;
+ public static int switch_thumb_disabled_material_light=0x7f0b0038;
+ public static int switch_thumb_material_dark=0x7f0b0045;
+ public static int switch_thumb_material_light=0x7f0b0046;
+ public static int switch_thumb_normal_material_dark=0x7f0b0039;
+ public static int switch_thumb_normal_material_light=0x7f0b003a;
+ }
+ public static final class dimen {
+ public static int abc_action_bar_content_inset_material=0x7f07000b;
+ public static int abc_action_bar_default_height_material=0x7f070001;
+ public static int abc_action_bar_default_padding_end_material=0x7f07000c;
+ public static int abc_action_bar_default_padding_start_material=0x7f07000d;
+ public static int abc_action_bar_icon_vertical_padding_material=0x7f07000f;
+ public static int abc_action_bar_overflow_padding_end_material=0x7f070010;
+ public static int abc_action_bar_overflow_padding_start_material=0x7f070011;
+ public static int abc_action_bar_progress_bar_size=0x7f070002;
+ public static int abc_action_bar_stacked_max_height=0x7f070012;
+ public static int abc_action_bar_stacked_tab_max_width=0x7f070013;
+ public static int abc_action_bar_subtitle_bottom_margin_material=0x7f070014;
+ public static int abc_action_bar_subtitle_top_margin_material=0x7f070015;
+ public static int abc_action_button_min_height_material=0x7f070016;
+ public static int abc_action_button_min_width_material=0x7f070017;
+ public static int abc_action_button_min_width_overflow_material=0x7f070018;
+ public static int abc_alert_dialog_button_bar_height=0x7f070000;
+ public static int abc_button_inset_horizontal_material=0x7f070019;
+ public static int abc_button_inset_vertical_material=0x7f07001a;
+ public static int abc_button_padding_horizontal_material=0x7f07001b;
+ public static int abc_button_padding_vertical_material=0x7f07001c;
+ public static int abc_config_prefDialogWidth=0x7f070005;
+ public static int abc_control_corner_material=0x7f07001d;
+ public static int abc_control_inset_material=0x7f07001e;
+ public static int abc_control_padding_material=0x7f07001f;
+ public static int abc_dialog_list_padding_vertical_material=0x7f070020;
+ public static int abc_dialog_min_width_major=0x7f070021;
+ public static int abc_dialog_min_width_minor=0x7f070022;
+ public static int abc_dialog_padding_material=0x7f070023;
+ public static int abc_dialog_padding_top_material=0x7f070024;
+ public static int abc_disabled_alpha_material_dark=0x7f070025;
+ public static int abc_disabled_alpha_material_light=0x7f070026;
+ public static int abc_dropdownitem_icon_width=0x7f070027;
+ public static int abc_dropdownitem_text_padding_left=0x7f070028;
+ public static int abc_dropdownitem_text_padding_right=0x7f070029;
+ public static int abc_edit_text_inset_bottom_material=0x7f07002a;
+ public static int abc_edit_text_inset_horizontal_material=0x7f07002b;
+ public static int abc_edit_text_inset_top_material=0x7f07002c;
+ public static int abc_floating_window_z=0x7f07002d;
+ public static int abc_list_item_padding_horizontal_material=0x7f07002e;
+ public static int abc_panel_menu_list_width=0x7f07002f;
+ public static int abc_search_view_preferred_width=0x7f070030;
+ public static int abc_search_view_text_min_width=0x7f070006;
+ public static int abc_switch_padding=0x7f07000e;
+ public static int abc_text_size_body_1_material=0x7f070031;
+ public static int abc_text_size_body_2_material=0x7f070032;
+ public static int abc_text_size_button_material=0x7f070033;
+ public static int abc_text_size_caption_material=0x7f070034;
+ public static int abc_text_size_display_1_material=0x7f070035;
+ public static int abc_text_size_display_2_material=0x7f070036;
+ public static int abc_text_size_display_3_material=0x7f070037;
+ public static int abc_text_size_display_4_material=0x7f070038;
+ public static int abc_text_size_headline_material=0x7f070039;
+ public static int abc_text_size_large_material=0x7f07003a;
+ public static int abc_text_size_medium_material=0x7f07003b;
+ public static int abc_text_size_menu_material=0x7f07003c;
+ public static int abc_text_size_small_material=0x7f07003d;
+ public static int abc_text_size_subhead_material=0x7f07003e;
+ public static int abc_text_size_subtitle_material_toolbar=0x7f070003;
+ public static int abc_text_size_title_material=0x7f07003f;
+ public static int abc_text_size_title_material_toolbar=0x7f070004;
+ public static int dialog_fixed_height_major=0x7f070007;
+ public static int dialog_fixed_height_minor=0x7f070008;
+ public static int dialog_fixed_width_major=0x7f070009;
+ public static int dialog_fixed_width_minor=0x7f07000a;
+ public static int disabled_alpha_material_dark=0x7f070040;
+ public static int disabled_alpha_material_light=0x7f070041;
+ public static int highlight_alpha_material_colored=0x7f070042;
+ public static int highlight_alpha_material_dark=0x7f070043;
+ public static int highlight_alpha_material_light=0x7f070044;
+ public static int item_touch_helper_max_drag_scroll_per_frame=0x7f070045;
+ public static int notification_large_icon_height=0x7f070046;
+ public static int notification_large_icon_width=0x7f070047;
+ public static int notification_subtext_size=0x7f070048;
+ }
+ public static final class drawable {
+ public static int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static int abc_action_bar_item_background_material=0x7f020001;
+ public static int abc_btn_borderless_material=0x7f020002;
+ public static int abc_btn_check_material=0x7f020003;
+ public static int abc_btn_check_to_on_mtrl_000=0x7f020004;
+ public static int abc_btn_check_to_on_mtrl_015=0x7f020005;
+ public static int abc_btn_colored_material=0x7f020006;
+ public static int abc_btn_default_mtrl_shape=0x7f020007;
+ public static int abc_btn_radio_material=0x7f020008;
+ public static int abc_btn_radio_to_on_mtrl_000=0x7f020009;
+ public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a;
+ public static int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b;
+ public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c;
+ public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000d;
+ public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000e;
+ public static int abc_cab_background_internal_bg=0x7f02000f;
+ public static int abc_cab_background_top_material=0x7f020010;
+ public static int abc_cab_background_top_mtrl_alpha=0x7f020011;
+ public static int abc_control_background_material=0x7f020012;
+ public static int abc_dialog_material_background_dark=0x7f020013;
+ public static int abc_dialog_material_background_light=0x7f020014;
+ public static int abc_edit_text_material=0x7f020015;
+ public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020016;
+ public static int abc_ic_clear_mtrl_alpha=0x7f020017;
+ public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020018;
+ public static int abc_ic_go_search_api_mtrl_alpha=0x7f020019;
+ public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a;
+ public static int abc_ic_menu_cut_mtrl_alpha=0x7f02001b;
+ public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c;
+ public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d;
+ public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e;
+ public static int abc_ic_menu_share_mtrl_alpha=0x7f02001f;
+ public static int abc_ic_search_api_mtrl_alpha=0x7f020020;
+ public static int abc_ic_voice_search_api_mtrl_alpha=0x7f020021;
+ public static int abc_item_background_holo_dark=0x7f020022;
+ public static int abc_item_background_holo_light=0x7f020023;
+ public static int abc_list_divider_mtrl_alpha=0x7f020024;
+ public static int abc_list_focused_holo=0x7f020025;
+ public static int abc_list_longpressed_holo=0x7f020026;
+ public static int abc_list_pressed_holo_dark=0x7f020027;
+ public static int abc_list_pressed_holo_light=0x7f020028;
+ public static int abc_list_selector_background_transition_holo_dark=0x7f020029;
+ public static int abc_list_selector_background_transition_holo_light=0x7f02002a;
+ public static int abc_list_selector_disabled_holo_dark=0x7f02002b;
+ public static int abc_list_selector_disabled_holo_light=0x7f02002c;
+ public static int abc_list_selector_holo_dark=0x7f02002d;
+ public static int abc_list_selector_holo_light=0x7f02002e;
+ public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f;
+ public static int abc_popup_background_mtrl_mult=0x7f020030;
+ public static int abc_ratingbar_full_material=0x7f020031;
+ public static int abc_spinner_mtrl_am_alpha=0x7f020032;
+ public static int abc_spinner_textfield_background_material=0x7f020033;
+ public static int abc_switch_thumb_material=0x7f020034;
+ public static int abc_switch_track_mtrl_alpha=0x7f020035;
+ public static int abc_tab_indicator_material=0x7f020036;
+ public static int abc_tab_indicator_mtrl_alpha=0x7f020037;
+ public static int abc_text_cursor_material=0x7f020038;
+ public static int abc_textfield_activated_mtrl_alpha=0x7f020039;
+ public static int abc_textfield_default_mtrl_alpha=0x7f02003a;
+ public static int abc_textfield_search_activated_mtrl_alpha=0x7f02003b;
+ public static int abc_textfield_search_default_mtrl_alpha=0x7f02003c;
+ public static int abc_textfield_search_material=0x7f02003d;
+ public static int notification_template_icon_bg=0x7f02003e;
+ }
+ public static final class id {
+ public static int action0=0x7f0c0057;
+ public static int action_bar=0x7f0c0047;
+ public static int action_bar_activity_content=0x7f0c0000;
+ public static int action_bar_container=0x7f0c0046;
+ public static int action_bar_root=0x7f0c0042;
+ public static int action_bar_spinner=0x7f0c0001;
+ public static int action_bar_subtitle=0x7f0c002b;
+ public static int action_bar_title=0x7f0c002a;
+ public static int action_context_bar=0x7f0c0048;
+ public static int action_divider=0x7f0c005b;
+ public static int action_menu_divider=0x7f0c0002;
+ public static int action_menu_presenter=0x7f0c0003;
+ public static int action_mode_bar=0x7f0c0044;
+ public static int action_mode_bar_stub=0x7f0c0043;
+ public static int action_mode_close_button=0x7f0c002c;
+ public static int activity_chooser_view_content=0x7f0c002d;
+ public static int alertTitle=0x7f0c0037;
+ public static int always=0x7f0c0024;
+ public static int beginning=0x7f0c0021;
+ public static int buttonPanel=0x7f0c003d;
+ public static int cancel_action=0x7f0c0058;
+ public static int catalyst_redbox_title=0x7f0c0066;
+ public static int center=0x7f0c0019;
+ public static int centerCrop=0x7f0c001a;
+ public static int centerInside=0x7f0c001b;
+ public static int checkbox=0x7f0c003f;
+ public static int chronometer=0x7f0c005e;
+ public static int collapseActionView=0x7f0c0025;
+ public static int contentPanel=0x7f0c0038;
+ public static int custom=0x7f0c003c;
+ public static int customPanel=0x7f0c003b;
+ public static int decor_content_parent=0x7f0c0045;
+ public static int default_activity_button=0x7f0c0030;
+ public static int disableHome=0x7f0c000d;
+ public static int edit_query=0x7f0c0049;
+ public static int end=0x7f0c0022;
+ public static int end_padder=0x7f0c0063;
+ public static int expand_activities_button=0x7f0c002e;
+ public static int expanded_menu=0x7f0c003e;
+ public static int fitCenter=0x7f0c001c;
+ public static int fitEnd=0x7f0c001d;
+ public static int fitStart=0x7f0c001e;
+ public static int fitXY=0x7f0c001f;
+ public static int focusCrop=0x7f0c0020;
+ public static int fps_text=0x7f0c0056;
+ public static int home=0x7f0c0004;
+ public static int homeAsUp=0x7f0c000e;
+ public static int icon=0x7f0c0032;
+ public static int ifRoom=0x7f0c0026;
+ public static int image=0x7f0c002f;
+ public static int info=0x7f0c0062;
+ public static int item_touch_helper_previous_elevation=0x7f0c0005;
+ public static int line1=0x7f0c005c;
+ public static int line3=0x7f0c0060;
+ public static int listMode=0x7f0c000a;
+ public static int list_item=0x7f0c0031;
+ public static int media_actions=0x7f0c005a;
+ public static int middle=0x7f0c0023;
+ public static int multiply=0x7f0c0014;
+ public static int never=0x7f0c0027;
+ public static int none=0x7f0c000f;
+ public static int normal=0x7f0c000b;
+ public static int parentPanel=0x7f0c0034;
+ public static int progress_circular=0x7f0c0006;
+ public static int progress_horizontal=0x7f0c0007;
+ public static int radio=0x7f0c0041;
+ public static int rn_frame_file=0x7f0c0065;
+ public static int rn_frame_method=0x7f0c0064;
+ public static int rn_redbox_reloadjs=0x7f0c0068;
+ public static int rn_redbox_stack=0x7f0c0067;
+ public static int screen=0x7f0c0015;
+ public static int scrollView=0x7f0c0039;
+ public static int search_badge=0x7f0c004b;
+ public static int search_bar=0x7f0c004a;
+ public static int search_button=0x7f0c004c;
+ public static int search_close_btn=0x7f0c0051;
+ public static int search_edit_frame=0x7f0c004d;
+ public static int search_go_btn=0x7f0c0053;
+ public static int search_mag_icon=0x7f0c004e;
+ public static int search_plate=0x7f0c004f;
+ public static int search_src_text=0x7f0c0050;
+ public static int search_voice_btn=0x7f0c0054;
+ public static int select_dialog_listview=0x7f0c0055;
+ public static int shortcut=0x7f0c0040;
+ public static int showCustom=0x7f0c0010;
+ public static int showHome=0x7f0c0011;
+ public static int showTitle=0x7f0c0012;
+ public static int split_action_bar=0x7f0c0008;
+ public static int src_atop=0x7f0c0016;
+ public static int src_in=0x7f0c0017;
+ public static int src_over=0x7f0c0018;
+ public static int status_bar_latest_event_content=0x7f0c0059;
+ public static int submit_area=0x7f0c0052;
+ public static int tabMode=0x7f0c000c;
+ public static int text=0x7f0c0061;
+ public static int text2=0x7f0c005f;
+ public static int textSpacerNoButtons=0x7f0c003a;
+ public static int time=0x7f0c005d;
+ public static int title=0x7f0c0033;
+ public static int title_template=0x7f0c0036;
+ public static int topPanel=0x7f0c0035;
+ public static int up=0x7f0c0009;
+ public static int useLogo=0x7f0c0013;
+ public static int withText=0x7f0c0028;
+ public static int wrap_content=0x7f0c0029;
+ }
+ public static final class integer {
+ public static int abc_config_activityDefaultDur=0x7f0a0001;
+ public static int abc_config_activityShortDur=0x7f0a0002;
+ public static int abc_max_action_buttons=0x7f0a0000;
+ public static int cancel_button_image_alpha=0x7f0a0003;
+ public static int status_bar_notification_info_maxnum=0x7f0a0004;
+ }
+ 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 fps_view=0x7f030018;
+ public static int notification_media_action=0x7f030019;
+ public static int notification_media_cancel_action=0x7f03001a;
+ public static int notification_template_big_media=0x7f03001b;
+ public static int notification_template_big_media_narrow=0x7f03001c;
+ public static int notification_template_lines=0x7f03001d;
+ public static int notification_template_media=0x7f03001e;
+ public static int notification_template_part_chronometer=0x7f03001f;
+ public static int notification_template_part_time=0x7f030020;
+ public static int redbox_item_frame=0x7f030021;
+ public static int redbox_item_title=0x7f030022;
+ public static int redbox_view=0x7f030023;
+ public static int select_dialog_item_material=0x7f030024;
+ public static int select_dialog_multichoice_material=0x7f030025;
+ public static int select_dialog_singlechoice_material=0x7f030026;
+ public static int support_simple_spinner_dropdown_item=0x7f030027;
+ }
+ public static final class string {
+ public static int abc_action_bar_home_description=0x7f060000;
+ public static int abc_action_bar_home_description_format=0x7f060001;
+ public static int abc_action_bar_home_subtitle_description_format=0x7f060002;
+ public static int abc_action_bar_up_description=0x7f060003;
+ public static int abc_action_menu_overflow_description=0x7f060004;
+ public static int abc_action_mode_done=0x7f060005;
+ public static int abc_activity_chooser_view_see_all=0x7f060006;
+ public static int abc_activitychooserview_choose_application=0x7f060007;
+ public static int abc_search_hint=0x7f060008;
+ public static int abc_searchview_description_clear=0x7f060009;
+ public static int abc_searchview_description_query=0x7f06000a;
+ public static int abc_searchview_description_search=0x7f06000b;
+ public static int abc_searchview_description_submit=0x7f06000c;
+ public static int abc_searchview_description_voice=0x7f06000d;
+ public static int abc_shareactionprovider_share_with=0x7f06000e;
+ public static int abc_shareactionprovider_share_with_application=0x7f06000f;
+ public static int abc_toolbar_collapse_description=0x7f060010;
+ public static int catalyst_debugjs=0x7f060012;
+ public static int catalyst_debugjs_off=0x7f06001a;
+ public static int catalyst_element_inspector=0x7f060013;
+ public static int catalyst_element_inspector_off=0x7f06001b;
+ public static int catalyst_hot_module_replacement=0x7f06001c;
+ public static int catalyst_hot_module_replacement_off=0x7f06001d;
+ public static int catalyst_jsload_error=0x7f060014;
+ public static int catalyst_jsload_message=0x7f060015;
+ public static int catalyst_jsload_title=0x7f060016;
+ public static int catalyst_live_reload=0x7f06001e;
+ public static int catalyst_live_reload_off=0x7f06001f;
+ public static int catalyst_perf_monitor=0x7f060020;
+ public static int catalyst_perf_monitor_off=0x7f060021;
+ public static int catalyst_reloadjs=0x7f060017;
+ public static int catalyst_remotedbg_error=0x7f060022;
+ public static int catalyst_remotedbg_message=0x7f060023;
+ public static int catalyst_settings=0x7f060018;
+ public static int catalyst_settings_title=0x7f060019;
+ public static int catalyst_start_profile=0x7f060024;
+ public static int catalyst_stop_profile=0x7f060025;
+ public static int status_bar_notification_info_overflow=0x7f060011;
+ }
+ public static final class style {
+ public static int AlertDialog_AppCompat=0x7f08007a;
+ public static int AlertDialog_AppCompat_Light=0x7f08007b;
+ public static int Animation_AppCompat_Dialog=0x7f08007c;
+ public static int Animation_AppCompat_DropDownUp=0x7f08007d;
+ public static int Animation_Catalyst_RedBox=0x7f08007e;
+ public static int Base_AlertDialog_AppCompat=0x7f08007f;
+ public static int Base_AlertDialog_AppCompat_Light=0x7f080080;
+ public static int Base_Animation_AppCompat_Dialog=0x7f080081;
+ public static int Base_Animation_AppCompat_DropDownUp=0x7f080082;
+ public static int Base_DialogWindowTitle_AppCompat=0x7f080083;
+ public static int Base_DialogWindowTitleBackground_AppCompat=0x7f080084;
+ public static int Base_TextAppearance_AppCompat=0x7f08002d;
+ public static int Base_TextAppearance_AppCompat_Body1=0x7f08002e;
+ public static int Base_TextAppearance_AppCompat_Body2=0x7f08002f;
+ public static int Base_TextAppearance_AppCompat_Button=0x7f080018;
+ public static int Base_TextAppearance_AppCompat_Caption=0x7f080030;
+ public static int Base_TextAppearance_AppCompat_Display1=0x7f080031;
+ public static int Base_TextAppearance_AppCompat_Display2=0x7f080032;
+ public static int Base_TextAppearance_AppCompat_Display3=0x7f080033;
+ public static int Base_TextAppearance_AppCompat_Display4=0x7f080034;
+ public static int Base_TextAppearance_AppCompat_Headline=0x7f080035;
+ public static int Base_TextAppearance_AppCompat_Inverse=0x7f080003;
+ public static int Base_TextAppearance_AppCompat_Large=0x7f080036;
+ public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038;
+ public static int Base_TextAppearance_AppCompat_Medium=0x7f080039;
+ public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005;
+ public static int Base_TextAppearance_AppCompat_Menu=0x7f08003a;
+ public static int Base_TextAppearance_AppCompat_SearchResult=0x7f080085;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c;
+ public static int Base_TextAppearance_AppCompat_Small=0x7f08003d;
+ public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006;
+ public static int Base_TextAppearance_AppCompat_Subhead=0x7f08003e;
+ public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007;
+ public static int Base_TextAppearance_AppCompat_Title=0x7f08003f;
+ public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046;
+ public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047;
+ public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076;
+ public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049;
+ public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a;
+ public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b;
+ public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d;
+ public static int Base_Theme_AppCompat=0x7f08004e;
+ public static int Base_Theme_AppCompat_CompactMenu=0x7f080088;
+ public static int Base_Theme_AppCompat_Dialog=0x7f080009;
+ public static int Base_Theme_AppCompat_Dialog_Alert=0x7f080089;
+ public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a;
+ public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b;
+ public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001;
+ public static int Base_Theme_AppCompat_Light=0x7f08004f;
+ public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c;
+ public static int Base_Theme_AppCompat_Light_Dialog=0x7f08000a;
+ public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d;
+ public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e;
+ public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f;
+ public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002;
+ public static int Base_ThemeOverlay_AppCompat=0x7f080090;
+ public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091;
+ public static int Base_ThemeOverlay_AppCompat_Dark=0x7f080092;
+ public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093;
+ public static int Base_ThemeOverlay_AppCompat_Light=0x7f080094;
+ public static int Base_V11_Theme_AppCompat_Dialog=0x7f08000b;
+ public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c;
+ public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014;
+ public static int Base_V12_Widget_AppCompat_EditText=0x7f080015;
+ public static int Base_V21_Theme_AppCompat=0x7f080050;
+ public static int Base_V21_Theme_AppCompat_Dialog=0x7f080051;
+ public static int Base_V21_Theme_AppCompat_Light=0x7f080052;
+ public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053;
+ public static int Base_V22_Theme_AppCompat=0x7f080074;
+ public static int Base_V22_Theme_AppCompat_Light=0x7f080075;
+ public static int Base_V23_Theme_AppCompat=0x7f080077;
+ public static int Base_V23_Theme_AppCompat_Light=0x7f080078;
+ public static int Base_V7_Theme_AppCompat=0x7f080095;
+ public static int Base_V7_Theme_AppCompat_Dialog=0x7f080096;
+ public static int Base_V7_Theme_AppCompat_Light=0x7f080097;
+ public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098;
+ public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099;
+ public static int Base_V7_Widget_AppCompat_EditText=0x7f08009a;
+ public static int Base_Widget_AppCompat_ActionBar=0x7f08009b;
+ public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c;
+ public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d;
+ public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054;
+ public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055;
+ public static int Base_Widget_AppCompat_ActionButton=0x7f080056;
+ public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057;
+ public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058;
+ public static int Base_Widget_AppCompat_ActionMode=0x7f08009e;
+ public static int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f;
+ public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016;
+ public static int Base_Widget_AppCompat_Button=0x7f080059;
+ public static int Base_Widget_AppCompat_Button_Borderless=0x7f08005a;
+ public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b;
+ public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0;
+ public static int Base_Widget_AppCompat_Button_Colored=0x7f080079;
+ public static int Base_Widget_AppCompat_Button_Small=0x7f08005c;
+ public static int Base_Widget_AppCompat_ButtonBar=0x7f08005d;
+ public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1;
+ public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e;
+ public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f;
+ public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3;
+ public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060;
+ public static int Base_Widget_AppCompat_EditText=0x7f080017;
+ public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4;
+ public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063;
+ public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064;
+ public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065;
+ public static int Base_Widget_AppCompat_ListPopupWindow=0x7f080066;
+ public static int Base_Widget_AppCompat_ListView=0x7f080067;
+ public static int Base_Widget_AppCompat_ListView_DropDown=0x7f080068;
+ public static int Base_Widget_AppCompat_ListView_Menu=0x7f080069;
+ public static int Base_Widget_AppCompat_PopupMenu=0x7f08006a;
+ public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b;
+ public static int Base_Widget_AppCompat_PopupWindow=0x7f0800a7;
+ public static int Base_Widget_AppCompat_ProgressBar=0x7f08000d;
+ public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e;
+ public static int Base_Widget_AppCompat_RatingBar=0x7f08006c;
+ public static int Base_Widget_AppCompat_SearchView=0x7f0800a8;
+ public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9;
+ public static int Base_Widget_AppCompat_Spinner=0x7f08006d;
+ public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e;
+ public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f;
+ public static int Base_Widget_AppCompat_Toolbar=0x7f0800aa;
+ public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070;
+ public static int Platform_AppCompat=0x7f08000f;
+ public static int Platform_AppCompat_Light=0x7f080010;
+ public static int Platform_ThemeOverlay_AppCompat=0x7f080071;
+ public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072;
+ public static int Platform_ThemeOverlay_AppCompat_Light=0x7f080073;
+ public static int Platform_V11_AppCompat=0x7f080011;
+ public static int Platform_V11_AppCompat_Light=0x7f080012;
+ public static int Platform_V14_AppCompat=0x7f080019;
+ public static int Platform_V14_AppCompat_Light=0x7f08001a;
+ public static int Platform_Widget_AppCompat_Spinner=0x7f080013;
+ public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020;
+ public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021;
+ public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022;
+ public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b;
+ public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c;
+ public static int TextAppearance_AppCompat=0x7f0800ab;
+ public static int TextAppearance_AppCompat_Body1=0x7f0800ac;
+ public static int TextAppearance_AppCompat_Body2=0x7f0800ad;
+ public static int TextAppearance_AppCompat_Button=0x7f0800ae;
+ public static int TextAppearance_AppCompat_Caption=0x7f0800af;
+ public static int TextAppearance_AppCompat_Display1=0x7f0800b0;
+ public static int TextAppearance_AppCompat_Display2=0x7f0800b1;
+ public static int TextAppearance_AppCompat_Display3=0x7f0800b2;
+ public static int TextAppearance_AppCompat_Display4=0x7f0800b3;
+ public static int TextAppearance_AppCompat_Headline=0x7f0800b4;
+ public static int TextAppearance_AppCompat_Inverse=0x7f0800b5;
+ public static int TextAppearance_AppCompat_Large=0x7f0800b6;
+ public static int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb;
+ public static int TextAppearance_AppCompat_Medium=0x7f0800bc;
+ public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd;
+ public static int TextAppearance_AppCompat_Menu=0x7f0800be;
+ public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf;
+ public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0;
+ public static int TextAppearance_AppCompat_Small=0x7f0800c1;
+ public static int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2;
+ public static int TextAppearance_AppCompat_Subhead=0x7f0800c3;
+ public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4;
+ public static int TextAppearance_AppCompat_Title=0x7f0800c5;
+ public static int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf;
+ public static int TextAppearance_AppCompat_Widget_Button=0x7f0800d0;
+ public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1;
+ public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4;
+ public static int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5;
+ public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6;
+ public static int TextAppearance_StatusBar_EventContent=0x7f08001b;
+ public static int TextAppearance_StatusBar_EventContent_Info=0x7f08001c;
+ public static int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d;
+ public static int TextAppearance_StatusBar_EventContent_Time=0x7f08001e;
+ public static int TextAppearance_StatusBar_EventContent_Title=0x7f08001f;
+ public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9;
+ public static int Theme=0x7f0800da;
+ public static int Theme_AppCompat=0x7f0800db;
+ public static int Theme_AppCompat_CompactMenu=0x7f0800dc;
+ public static int Theme_AppCompat_Dialog=0x7f0800dd;
+ public static int Theme_AppCompat_Dialog_Alert=0x7f0800de;
+ public static int Theme_AppCompat_Dialog_MinWidth=0x7f0800df;
+ public static int Theme_AppCompat_DialogWhenLarge=0x7f0800e0;
+ public static int Theme_AppCompat_Light=0x7f0800e1;
+ public static int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2;
+ public static int Theme_AppCompat_Light_Dialog=0x7f0800e3;
+ public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4;
+ public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5;
+ public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6;
+ public static int Theme_AppCompat_Light_NoActionBar=0x7f0800e7;
+ public static int Theme_AppCompat_NoActionBar=0x7f0800e8;
+ public static int Theme_Catalyst=0x7f0800e9;
+ public static int Theme_Catalyst_RedBox=0x7f0800ea;
+ public static int Theme_ReactNative_AppCompat_Light=0x7f0800eb;
+ public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec;
+ public static int ThemeOverlay_AppCompat=0x7f0800ed;
+ public static int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee;
+ public static int ThemeOverlay_AppCompat_Dark=0x7f0800ef;
+ public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0;
+ public static int ThemeOverlay_AppCompat_Light=0x7f0800f1;
+ public static int Widget_AppCompat_ActionBar=0x7f0800f2;
+ public static int Widget_AppCompat_ActionBar_Solid=0x7f0800f3;
+ public static int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4;
+ public static int Widget_AppCompat_ActionBar_TabText=0x7f0800f5;
+ public static int Widget_AppCompat_ActionBar_TabView=0x7f0800f6;
+ public static int Widget_AppCompat_ActionButton=0x7f0800f7;
+ public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8;
+ public static int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9;
+ public static int Widget_AppCompat_ActionMode=0x7f0800fa;
+ public static int Widget_AppCompat_ActivityChooserView=0x7f0800fb;
+ public static int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc;
+ public static int Widget_AppCompat_Button=0x7f0800fd;
+ public static int Widget_AppCompat_Button_Borderless=0x7f0800fe;
+ public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff;
+ public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100;
+ public static int Widget_AppCompat_Button_Colored=0x7f080101;
+ public static int Widget_AppCompat_Button_Small=0x7f080102;
+ public static int Widget_AppCompat_ButtonBar=0x7f080103;
+ public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104;
+ public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105;
+ public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106;
+ public static int Widget_AppCompat_CompoundButton_Switch=0x7f080107;
+ public static int Widget_AppCompat_DrawerArrowToggle=0x7f080108;
+ public static int Widget_AppCompat_DropDownItem_Spinner=0x7f080109;
+ public static int Widget_AppCompat_EditText=0x7f08010a;
+ public static int Widget_AppCompat_Light_ActionBar=0x7f08010b;
+ public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c;
+ public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f;
+ public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110;
+ public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111;
+ public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112;
+ public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113;
+ public static int Widget_AppCompat_Light_ActionButton=0x7f080114;
+ public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115;
+ public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116;
+ public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117;
+ public static int Widget_AppCompat_Light_ActivityChooserView=0x7f080118;
+ public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119;
+ public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a;
+ public static int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b;
+ public static int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c;
+ public static int Widget_AppCompat_Light_PopupMenu=0x7f08011d;
+ public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e;
+ public static int Widget_AppCompat_Light_SearchView=0x7f08011f;
+ public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120;
+ public static int Widget_AppCompat_ListPopupWindow=0x7f080121;
+ public static int Widget_AppCompat_ListView=0x7f080122;
+ public static int Widget_AppCompat_ListView_DropDown=0x7f080123;
+ public static int Widget_AppCompat_ListView_Menu=0x7f080124;
+ public static int Widget_AppCompat_PopupMenu=0x7f080125;
+ public static int Widget_AppCompat_PopupMenu_Overflow=0x7f080126;
+ public static int Widget_AppCompat_PopupWindow=0x7f080127;
+ public static int Widget_AppCompat_ProgressBar=0x7f080128;
+ public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129;
+ public static int Widget_AppCompat_RatingBar=0x7f08012a;
+ public static int Widget_AppCompat_SearchView=0x7f08012b;
+ public static int Widget_AppCompat_SearchView_ActionBar=0x7f08012c;
+ public static int Widget_AppCompat_Spinner=0x7f08012d;
+ public static int Widget_AppCompat_Spinner_DropDown=0x7f08012e;
+ public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f;
+ public static int Widget_AppCompat_Spinner_Underlined=0x7f080130;
+ public static int Widget_AppCompat_TextView_SpinnerItem=0x7f080131;
+ public static int Widget_AppCompat_Toolbar=0x7f080132;
+ public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133;
+ }
+ public static final class xml {
+ public static int preferences=0x7f050000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:background
+ */
+ public static int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundSplit
+ */
+ public static int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundStacked
+ */
+ public static int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetEnd
+ */
+ public static int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetLeft
+ */
+ public static int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetRight
+ */
+ public static int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetStart
+ */
+ public static int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:customNavigationLayout
+ */
+ public static int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:displayOptions
+ */
+ public static int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:divider
+ */
+ public static int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:elevation
+ */
+ public static int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:height
+ */
+ public static int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:hideOnContentScroll
+ */
+ public static int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeAsUpIndicator
+ */
+ public static int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeLayout
+ */
+ public static int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:icon
+ */
+ public static int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:indeterminateProgressStyle
+ */
+ public static int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:itemPadding
+ */
+ public static int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:logo
+ */
+ public static int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationMode
+ */
+ public static int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupTheme
+ */
+ public static int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:progressBarPadding
+ */
+ public static int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:progressBarStyle
+ */
+ public static int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitle
+ */
+ public static int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextStyle
+ */
+ public static int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:title
+ */
+ public static int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:background
+ */
+ public static int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:backgroundSplit
+ */
+ public static int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:closeItemLayout
+ */
+ public static int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:height
+ */
+ public static int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextStyle
+ */
+ public static int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleTextStyle
+ */
+ public static int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:expandActivityOverflowButtonDrawable
+ */
+ public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:buttonPanelSideLayout
+ */
+ public static int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listItemLayout
+ */
+ public static int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listLayout
+ */
+ public static int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:multiChoiceItemLayout
+ */
+ public static int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:textAllCaps
+ */
+ public static int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a CompoundButton.
+
This symbol is the offset where the {@link android.R.attr#button}
+ attribute's value can be found in the {@link #CompoundButton} array.
+ @attr name android:button
+ */
+ public static int CompoundButton_android_button = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTint}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:buttonTint
+ */
+ public static int CompoundButton_buttonTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTintMode}
+ attribute's value can be found in the {@link #CompoundButton} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker:buttonTintMode
+ */
+ public static int CompoundButton_buttonTintMode = 2;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.imagepicker.R.attr#arrowHeadLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:arrowHeadLength
+ */
+ public static int DrawerArrowToggle_arrowHeadLength = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#arrowShaftLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:arrowShaftLength
+ */
+ public static int DrawerArrowToggle_arrowShaftLength = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#barLength}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:barLength
+ */
+ public static int DrawerArrowToggle_barLength = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:color
+ */
+ public static int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:drawableSize
+ */
+ public static int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:gapBetweenBars
+ */
+ public static int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinBars
+ */
+ public static int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:thickness
+ */
+ public static int DrawerArrowToggle_thickness = 7;
+ /** Attributes that can be used with a GenericDraweeView.
+
This symbol is the offset where the {@link com.imagepicker.R.attr#actualImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:actualImageScaleType
+ */
+ public static int GenericDraweeView_actualImageScaleType = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:backgroundImage
+ */
+ public static int GenericDraweeView_backgroundImage = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#fadeDuration}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:fadeDuration
+ */
+ public static int GenericDraweeView_fadeDuration = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#failureImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:failureImage
+ */
+ public static int GenericDraweeView_failureImage = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#failureImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:failureImageScaleType
+ */
+ public static int GenericDraweeView_failureImageScaleType = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#overlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:overlayImage
+ */
+ public static int GenericDraweeView_overlayImage = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:placeholderImage
+ */
+ public static int GenericDraweeView_placeholderImage = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:placeholderImageScaleType
+ */
+ public static int GenericDraweeView_placeholderImageScaleType = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#pressedStateOverlayImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:pressedStateOverlayImage
+ */
+ public static int GenericDraweeView_pressedStateOverlayImage = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarAutoRotateInterval}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:progressBarAutoRotateInterval
+ */
+ public static int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:progressBarImage
+ */
+ public static int GenericDraweeView_progressBarImage = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:progressBarImageScaleType
+ */
+ public static int GenericDraweeView_progressBarImageScaleType = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#retryImage}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:retryImage
+ */
+ public static int GenericDraweeView_retryImage = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#retryImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
-1
+
fitXY
0
+
fitStart
1
+
fitCenter
2
+
fitEnd
3
+
center
4
+
centerInside
5
+
centerCrop
6
+
focusCrop
7
+
+ @attr name com.imagepicker:retryImageScaleType
+ */
+ public static int GenericDraweeView_retryImageScaleType = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundAsCircle}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundAsCircle
+ */
+ public static int GenericDraweeView_roundAsCircle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundBottomLeft
+ */
+ public static int GenericDraweeView_roundBottomLeft = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundBottomRight
+ */
+ public static int GenericDraweeView_roundBottomRight = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopLeft}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundTopLeft
+ */
+ public static int GenericDraweeView_roundTopLeft = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopRight}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundTopRight
+ */
+ public static int GenericDraweeView_roundTopRight = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundWithOverlayColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundWithOverlayColor
+ */
+ public static int GenericDraweeView_roundWithOverlayColor = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundedCornerRadius}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundedCornerRadius
+ */
+ public static int GenericDraweeView_roundedCornerRadius = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderColor}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundingBorderColor
+ */
+ public static int GenericDraweeView_roundingBorderColor = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderWidth}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.imagepicker:roundingBorderWidth
+ */
+ public static int GenericDraweeView_roundingBorderWidth = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#viewAspectRatio}
+ attribute's value can be found in the {@link #GenericDraweeView} array.
+
+
+
Must be a floating point value, such as "1.2".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:viewAspectRatio
+ */
+ public static int GenericDraweeView_viewAspectRatio = 1;
+ /** 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.imagepicker.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.imagepicker:divider
+ */
+ public static int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerPadding
+ */
+ public static int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:measureWithLargestChild
+ */
+ public static int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:actionLayout
+ */
+ public static int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionProviderClass
+ */
+ public static int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker: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 = {
+ 0x7f010050
+ };
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:state_above_anchor
+ */
+ public static int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a RecyclerView.
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #RecyclerView} array.
+ @attr name android:orientation
+ */
+ public static int RecyclerView_android_orientation = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#layoutManager}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:layoutManager
+ */
+ public static int RecyclerView_layoutManager = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#reverseLayout}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:reverseLayout
+ */
+ public static int RecyclerView_reverseLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#spanCount}
+ attribute's value can be found in the {@link #RecyclerView} array.
+
+
+
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:spanCount
+ */
+ public static int RecyclerView_spanCount = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#stackFromEnd}
+ attribute's value can be found in the {@link #RecyclerView} 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.imagepicker:stackFromEnd
+ */
+ public static int RecyclerView_stackFromEnd = 4;
+ /** 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.imagepicker.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.imagepicker:closeIcon
+ */
+ public static int SearchView_closeIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:commitIcon
+ */
+ public static int SearchView_commitIcon = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#defaultQueryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:defaultQueryHint
+ */
+ public static int SearchView_defaultQueryHint = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:goIcon
+ */
+ public static int SearchView_goIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:iconifiedByDefault
+ */
+ public static int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:layout
+ */
+ public static int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:queryBackground
+ */
+ public static int SearchView_queryBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:queryHint
+ */
+ public static int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchHintIcon
+ */
+ public static int SearchView_searchHintIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchIcon
+ */
+ public static int SearchView_searchIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:submitBackground
+ */
+ public static int SearchView_submitBackground = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:suggestionRowLayout
+ */
+ public static int SearchView_suggestionRowLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:voiceIcon
+ */
+ public static int SearchView_voiceIcon = 12;
+ /** Attributes that can be used with a Spinner.
+
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 = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static int Spinner_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:prompt
+ */
+ public static int Spinner_android_prompt = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:popupTheme
+ */
+ public static int Spinner_popupTheme = 3;
+ /** 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.imagepicker.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.imagepicker:showText
+ */
+ public static int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:splitTrack
+ */
+ public static int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchMinWidth
+ */
+ public static int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchPadding
+ */
+ public static int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchTextAppearance
+ */
+ public static int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:thumbTextPadding
+ */
+ public static int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:textAllCaps
+ */
+ public static int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarDivider
+ */
+ public static int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarItemBackground
+ */
+ public static int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarPopupTheme
+ */
+ public static int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarSize
+ */
+ public static int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarSplitStyle
+ */
+ public static int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarStyle
+ */
+ public static int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabBarStyle
+ */
+ public static int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabStyle
+ */
+ public static int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTabTextStyle
+ */
+ public static int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarTheme
+ */
+ public static int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionBarWidgetTheme
+ */
+ public static int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionButtonStyle
+ */
+ public static int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionDropDownStyle
+ */
+ public static int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionMenuTextAppearance
+ */
+ public static int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionMenuTextColor
+ */
+ public static int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeBackground
+ */
+ public static int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCloseButtonStyle
+ */
+ public static int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCloseDrawable
+ */
+ public static int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCopyDrawable
+ */
+ public static int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeCutDrawable
+ */
+ public static int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeFindDrawable
+ */
+ public static int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModePasteDrawable
+ */
+ public static int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModePopupWindowStyle
+ */
+ public static int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeSelectAllDrawable
+ */
+ public static int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeShareDrawable
+ */
+ public static int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeSplitBackground
+ */
+ public static int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeStyle
+ */
+ public static int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionModeWebSearchDrawable
+ */
+ public static int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionOverflowButtonStyle
+ */
+ public static int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:actionOverflowMenuStyle
+ */
+ public static int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:activityChooserViewStyle
+ */
+ public static int Theme_activityChooserViewStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogButtonGroupStyle
+ */
+ public static int Theme_alertDialogButtonGroupStyle = 91;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogCenterButtons
+ */
+ public static int Theme_alertDialogCenterButtons = 92;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogStyle
+ */
+ public static int Theme_alertDialogStyle = 90;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:alertDialogTheme
+ */
+ public static int Theme_alertDialogTheme = 93;
+ /**
+
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.imagepicker.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.imagepicker:autoCompleteTextViewStyle
+ */
+ public static int Theme_autoCompleteTextViewStyle = 98;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#borderlessButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:borderlessButtonStyle
+ */
+ public static int Theme_borderlessButtonStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarButtonStyle
+ */
+ public static int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarNegativeButtonStyle
+ */
+ public static int Theme_buttonBarNegativeButtonStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarNeutralButtonStyle
+ */
+ public static int Theme_buttonBarNeutralButtonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarPositiveButtonStyle
+ */
+ public static int Theme_buttonBarPositiveButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonBarStyle
+ */
+ public static int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonStyle
+ */
+ public static int Theme_buttonStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:buttonStyleSmall
+ */
+ public static int Theme_buttonStyleSmall = 100;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:checkboxStyle
+ */
+ public static int Theme_checkboxStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:checkedTextViewStyle
+ */
+ public static int Theme_checkedTextViewStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorAccent
+ */
+ public static int Theme_colorAccent = 83;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorButtonNormal
+ */
+ public static int Theme_colorButtonNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlActivated
+ */
+ public static int Theme_colorControlActivated = 85;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlHighlight
+ */
+ public static int Theme_colorControlHighlight = 86;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorControlNormal
+ */
+ public static int Theme_colorControlNormal = 84;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorPrimary
+ */
+ public static int Theme_colorPrimary = 81;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorPrimaryDark
+ */
+ public static int Theme_colorPrimaryDark = 82;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:colorSwitchThumbNormal
+ */
+ public static int Theme_colorSwitchThumbNormal = 88;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#controlBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:controlBackground
+ */
+ public static int Theme_controlBackground = 89;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dialogPreferredPadding
+ */
+ public static int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dialogTheme
+ */
+ public static int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerHorizontal
+ */
+ public static int Theme_dividerHorizontal = 56;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dividerVertical
+ */
+ public static int Theme_dividerVertical = 55;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dropDownListViewStyle
+ */
+ public static int Theme_dropDownListViewStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:dropdownListPreferredItemHeight
+ */
+ public static int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextBackground
+ */
+ public static int Theme_editTextBackground = 63;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextColor
+ */
+ public static int Theme_editTextColor = 62;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:editTextStyle
+ */
+ public static int Theme_editTextStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:homeAsUpIndicator
+ */
+ public static int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listChoiceBackgroundIndicator
+ */
+ public static int Theme_listChoiceBackgroundIndicator = 80;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listDividerAlertDialog
+ */
+ public static int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPopupWindowStyle
+ */
+ public static int Theme_listPopupWindowStyle = 74;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeight
+ */
+ public static int Theme_listPreferredItemHeight = 68;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeightLarge
+ */
+ public static int Theme_listPreferredItemHeightLarge = 70;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemHeightSmall
+ */
+ public static int Theme_listPreferredItemHeightSmall = 69;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemPaddingLeft
+ */
+ public static int Theme_listPreferredItemPaddingLeft = 71;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:listPreferredItemPaddingRight
+ */
+ public static int Theme_listPreferredItemPaddingRight = 72;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelBackground
+ */
+ public static int Theme_panelBackground = 77;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelMenuListTheme
+ */
+ public static int Theme_panelMenuListTheme = 79;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:panelMenuListWidth
+ */
+ public static int Theme_panelMenuListWidth = 78;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupMenuStyle
+ */
+ public static int Theme_popupMenuStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupWindowStyle
+ */
+ public static int Theme_popupWindowStyle = 61;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:radioButtonStyle
+ */
+ public static int Theme_radioButtonStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:ratingBarStyle
+ */
+ public static int Theme_ratingBarStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:searchViewStyle
+ */
+ public static int Theme_searchViewStyle = 67;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:selectableItemBackground
+ */
+ public static int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:selectableItemBackgroundBorderless
+ */
+ public static int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinnerDropDownItemStyle
+ */
+ public static int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:spinnerStyle
+ */
+ public static int Theme_spinnerStyle = 106;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:switchStyle
+ */
+ public static int Theme_switchStyle = 107;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceLargePopupMenu
+ */
+ public static int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceListItem
+ */
+ public static int Theme_textAppearanceListItem = 75;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceListItemSmall
+ */
+ public static int Theme_textAppearanceListItemSmall = 76;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSearchResultSubtitle
+ */
+ public static int Theme_textAppearanceSearchResultSubtitle = 65;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSearchResultTitle
+ */
+ public static int Theme_textAppearanceSearchResultTitle = 64;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textAppearanceSmallPopupMenu
+ */
+ public static int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textColorAlertDialogListItem
+ */
+ public static int Theme_textColorAlertDialogListItem = 94;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:textColorSearchUrl
+ */
+ public static int Theme_textColorSearchUrl = 66;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:toolbarNavigationButtonStyle
+ */
+ public static int Theme_toolbarNavigationButtonStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:toolbarStyle
+ */
+ public static int Theme_toolbarStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionBar
+ */
+ public static int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionBarOverlay
+ */
+ public static int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowActionModeOverlay
+ */
+ public static int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedHeightMajor
+ */
+ public static int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedHeightMinor
+ */
+ public static int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedWidthMajor
+ */
+ public static int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowFixedWidthMinor
+ */
+ public static int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowMinWidthMajor
+ */
+ public static int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:windowMinWidthMinor
+ */
+ public static int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker: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.imagepicker.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.imagepicker:collapseContentDescription
+ */
+ public static int Toolbar_collapseContentDescription = 19;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:collapseIcon
+ */
+ public static int Toolbar_collapseIcon = 18;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetEnd
+ */
+ public static int Toolbar_contentInsetEnd = 6;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetLeft
+ */
+ public static int Toolbar_contentInsetLeft = 7;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetRight
+ */
+ public static int Toolbar_contentInsetRight = 8;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:contentInsetStart
+ */
+ public static int Toolbar_contentInsetStart = 5;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#logo}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.imagepicker:logo
+ */
+ public static int Toolbar_logo = 4;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#logoDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:logoDescription
+ */
+ public static int Toolbar_logoDescription = 22;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:maxButtonHeight
+ */
+ public static int Toolbar_maxButtonHeight = 17;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationContentDescription
+ */
+ public static int Toolbar_navigationContentDescription = 21;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:navigationIcon
+ */
+ public static int Toolbar_navigationIcon = 20;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:popupTheme
+ */
+ public static int Toolbar_popupTheme = 9;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitle
+ */
+ public static int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:subtitleTextAppearance
+ */
+ public static int Toolbar_subtitleTextAppearance = 11;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:subtitleTextColor
+ */
+ public static int Toolbar_subtitleTextColor = 24;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:title
+ */
+ public static int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginBottom
+ */
+ public static int Toolbar_titleMarginBottom = 16;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginEnd
+ */
+ public static int Toolbar_titleMarginEnd = 14;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginStart
+ */
+ public static int Toolbar_titleMarginStart = 13;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMarginTop
+ */
+ public static int Toolbar_titleMarginTop = 15;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleMargins
+ */
+ public static int Toolbar_titleMargins = 12;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:titleTextAppearance
+ */
+ public static int Toolbar_titleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextColor}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:titleTextColor
+ */
+ public static int Toolbar_titleTextColor = 23;
+ /** 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.imagepicker.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.imagepicker:paddingEnd
+ */
+ public static int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:paddingStart
+ */
+ public static int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.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.imagepicker:theme
+ */
+ public static int View_theme = 4;
+ /** Attributes that can be used with a ViewBackgroundHelper.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+ @attr name android:background
+ */
+ public static int ViewBackgroundHelper_android_background = 0;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.imagepicker:backgroundTint
+ */
+ public static int ViewBackgroundHelper_backgroundTint = 1;
+ /**
+
This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #ViewBackgroundHelper} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.imagepicker:backgroundTintMode
+ */
+ public static int ViewBackgroundHelper_backgroundTintMode = 2;
+ /** 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/android/build/intermediates/bundles/debug/AndroidManifest.xml b/android/build/intermediates/bundles/debug/AndroidManifest.xml
new file mode 100644
index 0000000..226ba7f
--- /dev/null
+++ b/android/build/intermediates/bundles/debug/AndroidManifest.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ // min sdk version not sure if it's actually useful
+ // required permission not sure if it's actually useful
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/bundles/debug/R.txt b/android/build/intermediates/bundles/debug/R.txt
new file mode 100644
index 0000000..82fc244
--- /dev/null
+++ b/android/build/intermediates/bundles/debug/R.txt
@@ -0,0 +1,1297 @@
+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 catalyst_push_up_in 0x7f04000a
+int anim catalyst_push_up_out 0x7f04000b
+int attr actionBarDivider 0x7f01007e
+int attr actionBarItemBackground 0x7f01007f
+int attr actionBarPopupTheme 0x7f010078
+int attr actionBarSize 0x7f01007d
+int attr actionBarSplitStyle 0x7f01007a
+int attr actionBarStyle 0x7f010079
+int attr actionBarTabBarStyle 0x7f010074
+int attr actionBarTabStyle 0x7f010073
+int attr actionBarTabTextStyle 0x7f010075
+int attr actionBarTheme 0x7f01007b
+int attr actionBarWidgetTheme 0x7f01007c
+int attr actionButtonStyle 0x7f010098
+int attr actionDropDownStyle 0x7f010094
+int attr actionLayout 0x7f01004b
+int attr actionMenuTextAppearance 0x7f010080
+int attr actionMenuTextColor 0x7f010081
+int attr actionModeBackground 0x7f010084
+int attr actionModeCloseButtonStyle 0x7f010083
+int attr actionModeCloseDrawable 0x7f010086
+int attr actionModeCopyDrawable 0x7f010088
+int attr actionModeCutDrawable 0x7f010087
+int attr actionModeFindDrawable 0x7f01008c
+int attr actionModePasteDrawable 0x7f010089
+int attr actionModePopupWindowStyle 0x7f01008e
+int attr actionModeSelectAllDrawable 0x7f01008a
+int attr actionModeShareDrawable 0x7f01008b
+int attr actionModeSplitBackground 0x7f010085
+int attr actionModeStyle 0x7f010082
+int attr actionModeWebSearchDrawable 0x7f01008d
+int attr actionOverflowButtonStyle 0x7f010076
+int attr actionOverflowMenuStyle 0x7f010077
+int attr actionProviderClass 0x7f01004d
+int attr actionViewClass 0x7f01004c
+int attr activityChooserViewStyle 0x7f0100a0
+int attr actualImageScaleType 0x7f01003a
+int attr alertDialogButtonGroupStyle 0x7f0100c2
+int attr alertDialogCenterButtons 0x7f0100c3
+int attr alertDialogStyle 0x7f0100c1
+int attr alertDialogTheme 0x7f0100c4
+int attr arrowHeadLength 0x7f01002b
+int attr arrowShaftLength 0x7f01002c
+int attr autoCompleteTextViewStyle 0x7f0100c9
+int attr background 0x7f01000c
+int attr backgroundImage 0x7f01003b
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100e5
+int attr backgroundTintMode 0x7f0100e6
+int attr barLength 0x7f01002d
+int attr borderlessButtonStyle 0x7f01009d
+int attr buttonBarButtonStyle 0x7f01009a
+int attr buttonBarNegativeButtonStyle 0x7f0100c7
+int attr buttonBarNeutralButtonStyle 0x7f0100c8
+int attr buttonBarPositiveButtonStyle 0x7f0100c6
+int attr buttonBarStyle 0x7f010099
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ca
+int attr buttonStyleSmall 0x7f0100cb
+int attr buttonTint 0x7f010025
+int attr buttonTintMode 0x7f010026
+int attr checkboxStyle 0x7f0100cc
+int attr checkedTextViewStyle 0x7f0100cd
+int attr closeIcon 0x7f010059
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100dc
+int attr collapseIcon 0x7f0100db
+int attr color 0x7f010027
+int attr colorAccent 0x7f0100ba
+int attr colorButtonNormal 0x7f0100be
+int attr colorControlActivated 0x7f0100bc
+int attr colorControlHighlight 0x7f0100bd
+int attr colorControlNormal 0x7f0100bb
+int attr colorPrimary 0x7f0100b8
+int attr colorPrimaryDark 0x7f0100b9
+int attr colorSwitchThumbNormal 0x7f0100bf
+int attr commitIcon 0x7f01005e
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr controlBackground 0x7f0100c0
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010058
+int attr dialogPreferredPadding 0x7f010092
+int attr dialogTheme 0x7f010091
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f01009f
+int attr dividerPadding 0x7f010049
+int attr dividerVertical 0x7f01009e
+int attr drawableSize 0x7f010029
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b0
+int attr dropdownListPreferredItemHeight 0x7f010095
+int attr editTextBackground 0x7f0100a6
+int attr editTextColor 0x7f0100a5
+int attr editTextStyle 0x7f0100ce
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr fadeDuration 0x7f01002f
+int attr failureImage 0x7f010035
+int attr failureImageScaleType 0x7f010036
+int attr gapBetweenBars 0x7f01002a
+int attr goIcon 0x7f01005a
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010097
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010056
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010055
+int attr layoutManager 0x7f010051
+int attr listChoiceBackgroundIndicator 0x7f0100b7
+int attr listDividerAlertDialog 0x7f010093
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100b1
+int attr listPreferredItemHeight 0x7f0100ab
+int attr listPreferredItemHeightLarge 0x7f0100ad
+int attr listPreferredItemHeightSmall 0x7f0100ac
+int attr listPreferredItemPaddingLeft 0x7f0100ae
+int attr listPreferredItemPaddingRight 0x7f0100af
+int attr logo 0x7f01000a
+int attr logoDescription 0x7f0100df
+int attr maxButtonHeight 0x7f0100da
+int attr measureWithLargestChild 0x7f010047
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100de
+int attr navigationIcon 0x7f0100dd
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f01004f
+int attr overlayImage 0x7f01003c
+int attr paddingEnd 0x7f0100e3
+int attr paddingStart 0x7f0100e2
+int attr panelBackground 0x7f0100b4
+int attr panelMenuListTheme 0x7f0100b6
+int attr panelMenuListWidth 0x7f0100b5
+int attr placeholderImage 0x7f010031
+int attr placeholderImageScaleType 0x7f010032
+int attr popupMenuStyle 0x7f0100a3
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100a4
+int attr preserveIconSpacing 0x7f01004e
+int attr pressedStateOverlayImage 0x7f01003d
+int attr progressBarAutoRotateInterval 0x7f010039
+int attr progressBarImage 0x7f010037
+int attr progressBarImageScaleType 0x7f010038
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f010060
+int attr queryHint 0x7f010057
+int attr radioButtonStyle 0x7f0100cf
+int attr ratingBarStyle 0x7f0100d0
+int attr retryImage 0x7f010033
+int attr retryImageScaleType 0x7f010034
+int attr reverseLayout 0x7f010053
+int attr roundAsCircle 0x7f01003e
+int attr roundBottomLeft 0x7f010043
+int attr roundBottomRight 0x7f010042
+int attr roundTopLeft 0x7f010040
+int attr roundTopRight 0x7f010041
+int attr roundWithOverlayColor 0x7f010044
+int attr roundedCornerRadius 0x7f01003f
+int attr roundingBorderColor 0x7f010046
+int attr roundingBorderWidth 0x7f010045
+int attr searchHintIcon 0x7f01005c
+int attr searchIcon 0x7f01005b
+int attr searchViewStyle 0x7f0100aa
+int attr selectableItemBackground 0x7f01009b
+int attr selectableItemBackgroundBorderless 0x7f01009c
+int attr showAsAction 0x7f01004a
+int attr showDividers 0x7f010048
+int attr showText 0x7f010068
+int attr singleChoiceItemLayout 0x7f010022
+int attr spanCount 0x7f010052
+int attr spinBars 0x7f010028
+int attr spinnerDropDownItemStyle 0x7f010096
+int attr spinnerStyle 0x7f0100d1
+int attr splitTrack 0x7f010067
+int attr stackFromEnd 0x7f010054
+int attr state_above_anchor 0x7f010050
+int attr submitBackground 0x7f010061
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100d4
+int attr subtitleTextColor 0x7f0100e1
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01005f
+int attr switchMinWidth 0x7f010065
+int attr switchPadding 0x7f010066
+int attr switchStyle 0x7f0100d2
+int attr switchTextAppearance 0x7f010064
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f01008f
+int attr textAppearanceListItem 0x7f0100b2
+int attr textAppearanceListItemSmall 0x7f0100b3
+int attr textAppearanceSearchResultSubtitle 0x7f0100a8
+int attr textAppearanceSearchResultTitle 0x7f0100a7
+int attr textAppearanceSmallPopupMenu 0x7f010090
+int attr textColorAlertDialogListItem 0x7f0100c5
+int attr textColorSearchUrl 0x7f0100a9
+int attr theme 0x7f0100e4
+int attr thickness 0x7f01002e
+int attr thumbTextPadding 0x7f010063
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100d9
+int attr titleMarginEnd 0x7f0100d7
+int attr titleMarginStart 0x7f0100d6
+int attr titleMarginTop 0x7f0100d8
+int attr titleMargins 0x7f0100d5
+int attr titleTextAppearance 0x7f0100d3
+int attr titleTextColor 0x7f0100e0
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f0100a2
+int attr toolbarStyle 0x7f0100a1
+int attr track 0x7f010062
+int attr viewAspectRatio 0x7f010030
+int attr voiceIcon 0x7f01005d
+int attr windowActionBar 0x7f010069
+int attr windowActionBarOverlay 0x7f01006b
+int attr windowActionModeOverlay 0x7f01006c
+int attr windowFixedHeightMajor 0x7f010070
+int attr windowFixedHeightMinor 0x7f01006e
+int attr windowFixedWidthMajor 0x7f01006d
+int attr windowFixedWidthMinor 0x7f01006f
+int attr windowMinWidthMajor 0x7f010071
+int attr windowMinWidthMinor 0x7f010072
+int attr windowNoTitle 0x7f01006a
+int bool abc_action_bar_embed_tabs 0x7f090002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003
+int bool abc_config_actionMenuItemAllCaps 0x7f090004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f090005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006
+int color abc_background_cache_hint_selector_material_dark 0x7f0b003b
+int color abc_background_cache_hint_selector_material_light 0x7f0b003c
+int color abc_color_highlight_material 0x7f0b003d
+int color abc_input_method_navigation_guard 0x7f0b0000
+int color abc_primary_text_disable_only_material_dark 0x7f0b003e
+int color abc_primary_text_disable_only_material_light 0x7f0b003f
+int color abc_primary_text_material_dark 0x7f0b0040
+int color abc_primary_text_material_light 0x7f0b0041
+int color abc_search_url_text 0x7f0b0042
+int color abc_search_url_text_normal 0x7f0b0001
+int color abc_search_url_text_pressed 0x7f0b0002
+int color abc_search_url_text_selected 0x7f0b0003
+int color abc_secondary_text_material_dark 0x7f0b0043
+int color abc_secondary_text_material_light 0x7f0b0044
+int color accent_material_dark 0x7f0b0004
+int color accent_material_light 0x7f0b0005
+int color background_floating_material_dark 0x7f0b0006
+int color background_floating_material_light 0x7f0b0007
+int color background_material_dark 0x7f0b0008
+int color background_material_light 0x7f0b0009
+int color bright_foreground_disabled_material_dark 0x7f0b000a
+int color bright_foreground_disabled_material_light 0x7f0b000b
+int color bright_foreground_inverse_material_dark 0x7f0b000c
+int color bright_foreground_inverse_material_light 0x7f0b000d
+int color bright_foreground_material_dark 0x7f0b000e
+int color bright_foreground_material_light 0x7f0b000f
+int color button_material_dark 0x7f0b0010
+int color button_material_light 0x7f0b0011
+int color catalyst_redbox_background 0x7f0b0012
+int color dim_foreground_disabled_material_dark 0x7f0b0013
+int color dim_foreground_disabled_material_light 0x7f0b0014
+int color dim_foreground_material_dark 0x7f0b0015
+int color dim_foreground_material_light 0x7f0b0016
+int color foreground_material_dark 0x7f0b0017
+int color foreground_material_light 0x7f0b0018
+int color highlighted_text_material_dark 0x7f0b0019
+int color highlighted_text_material_light 0x7f0b001a
+int color hint_foreground_material_dark 0x7f0b001b
+int color hint_foreground_material_light 0x7f0b001c
+int color material_blue_grey_800 0x7f0b001d
+int color material_blue_grey_900 0x7f0b001e
+int color material_blue_grey_950 0x7f0b001f
+int color material_deep_teal_200 0x7f0b0020
+int color material_deep_teal_500 0x7f0b0021
+int color material_grey_100 0x7f0b0022
+int color material_grey_300 0x7f0b0023
+int color material_grey_50 0x7f0b0024
+int color material_grey_600 0x7f0b0025
+int color material_grey_800 0x7f0b0026
+int color material_grey_850 0x7f0b0027
+int color material_grey_900 0x7f0b0028
+int color primary_dark_material_dark 0x7f0b0029
+int color primary_dark_material_light 0x7f0b002a
+int color primary_material_dark 0x7f0b002b
+int color primary_material_light 0x7f0b002c
+int color primary_text_default_material_dark 0x7f0b002d
+int color primary_text_default_material_light 0x7f0b002e
+int color primary_text_disabled_material_dark 0x7f0b002f
+int color primary_text_disabled_material_light 0x7f0b0030
+int color ripple_material_dark 0x7f0b0031
+int color ripple_material_light 0x7f0b0032
+int color secondary_text_default_material_dark 0x7f0b0033
+int color secondary_text_default_material_light 0x7f0b0034
+int color secondary_text_disabled_material_dark 0x7f0b0035
+int color secondary_text_disabled_material_light 0x7f0b0036
+int color switch_thumb_disabled_material_dark 0x7f0b0037
+int color switch_thumb_disabled_material_light 0x7f0b0038
+int color switch_thumb_material_dark 0x7f0b0045
+int color switch_thumb_material_light 0x7f0b0046
+int color switch_thumb_normal_material_dark 0x7f0b0039
+int color switch_thumb_normal_material_light 0x7f0b003a
+int dimen abc_action_bar_content_inset_material 0x7f07000b
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_end_material 0x7f07000c
+int dimen abc_action_bar_default_padding_start_material 0x7f07000d
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070010
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070011
+int dimen abc_action_bar_progress_bar_size 0x7f070002
+int dimen abc_action_bar_stacked_max_height 0x7f070012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015
+int dimen abc_action_button_min_height_material 0x7f070016
+int dimen abc_action_button_min_width_material 0x7f070017
+int dimen abc_action_button_min_width_overflow_material 0x7f070018
+int dimen abc_alert_dialog_button_bar_height 0x7f070000
+int dimen abc_button_inset_horizontal_material 0x7f070019
+int dimen abc_button_inset_vertical_material 0x7f07001a
+int dimen abc_button_padding_horizontal_material 0x7f07001b
+int dimen abc_button_padding_vertical_material 0x7f07001c
+int dimen abc_config_prefDialogWidth 0x7f070005
+int dimen abc_control_corner_material 0x7f07001d
+int dimen abc_control_inset_material 0x7f07001e
+int dimen abc_control_padding_material 0x7f07001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f070020
+int dimen abc_dialog_min_width_major 0x7f070021
+int dimen abc_dialog_min_width_minor 0x7f070022
+int dimen abc_dialog_padding_material 0x7f070023
+int dimen abc_dialog_padding_top_material 0x7f070024
+int dimen abc_disabled_alpha_material_dark 0x7f070025
+int dimen abc_disabled_alpha_material_light 0x7f070026
+int dimen abc_dropdownitem_icon_width 0x7f070027
+int dimen abc_dropdownitem_text_padding_left 0x7f070028
+int dimen abc_dropdownitem_text_padding_right 0x7f070029
+int dimen abc_edit_text_inset_bottom_material 0x7f07002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002b
+int dimen abc_edit_text_inset_top_material 0x7f07002c
+int dimen abc_floating_window_z 0x7f07002d
+int dimen abc_list_item_padding_horizontal_material 0x7f07002e
+int dimen abc_panel_menu_list_width 0x7f07002f
+int dimen abc_search_view_preferred_width 0x7f070030
+int dimen abc_search_view_text_min_width 0x7f070006
+int dimen abc_switch_padding 0x7f07000e
+int dimen abc_text_size_body_1_material 0x7f070031
+int dimen abc_text_size_body_2_material 0x7f070032
+int dimen abc_text_size_button_material 0x7f070033
+int dimen abc_text_size_caption_material 0x7f070034
+int dimen abc_text_size_display_1_material 0x7f070035
+int dimen abc_text_size_display_2_material 0x7f070036
+int dimen abc_text_size_display_3_material 0x7f070037
+int dimen abc_text_size_display_4_material 0x7f070038
+int dimen abc_text_size_headline_material 0x7f070039
+int dimen abc_text_size_large_material 0x7f07003a
+int dimen abc_text_size_medium_material 0x7f07003b
+int dimen abc_text_size_menu_material 0x7f07003c
+int dimen abc_text_size_small_material 0x7f07003d
+int dimen abc_text_size_subhead_material 0x7f07003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
+int dimen abc_text_size_title_material 0x7f07003f
+int dimen abc_text_size_title_material_toolbar 0x7f070004
+int dimen dialog_fixed_height_major 0x7f070007
+int dimen dialog_fixed_height_minor 0x7f070008
+int dimen dialog_fixed_width_major 0x7f070009
+int dimen dialog_fixed_width_minor 0x7f07000a
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int dimen highlight_alpha_material_colored 0x7f070042
+int dimen highlight_alpha_material_dark 0x7f070043
+int dimen highlight_alpha_material_light 0x7f070044
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045
+int dimen notification_large_icon_height 0x7f070046
+int dimen notification_large_icon_width 0x7f070047
+int dimen notification_subtext_size 0x7f070048
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_spinner_mtrl_am_alpha 0x7f020032
+int drawable abc_spinner_textfield_background_material 0x7f020033
+int drawable abc_switch_thumb_material 0x7f020034
+int drawable abc_switch_track_mtrl_alpha 0x7f020035
+int drawable abc_tab_indicator_material 0x7f020036
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020037
+int drawable abc_text_cursor_material 0x7f020038
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020039
+int drawable abc_textfield_default_mtrl_alpha 0x7f02003a
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c
+int drawable abc_textfield_search_material 0x7f02003d
+int drawable notification_template_icon_bg 0x7f02003e
+int id action0 0x7f0c0057
+int id action_bar 0x7f0c0047
+int id action_bar_activity_content 0x7f0c0000
+int id action_bar_container 0x7f0c0046
+int id action_bar_root 0x7f0c0042
+int id action_bar_spinner 0x7f0c0001
+int id action_bar_subtitle 0x7f0c002b
+int id action_bar_title 0x7f0c002a
+int id action_context_bar 0x7f0c0048
+int id action_divider 0x7f0c005b
+int id action_menu_divider 0x7f0c0002
+int id action_menu_presenter 0x7f0c0003
+int id action_mode_bar 0x7f0c0044
+int id action_mode_bar_stub 0x7f0c0043
+int id action_mode_close_button 0x7f0c002c
+int id activity_chooser_view_content 0x7f0c002d
+int id alertTitle 0x7f0c0037
+int id always 0x7f0c0024
+int id beginning 0x7f0c0021
+int id buttonPanel 0x7f0c003d
+int id cancel_action 0x7f0c0058
+int id catalyst_redbox_title 0x7f0c0066
+int id center 0x7f0c0019
+int id centerCrop 0x7f0c001a
+int id centerInside 0x7f0c001b
+int id checkbox 0x7f0c003f
+int id chronometer 0x7f0c005e
+int id collapseActionView 0x7f0c0025
+int id contentPanel 0x7f0c0038
+int id custom 0x7f0c003c
+int id customPanel 0x7f0c003b
+int id decor_content_parent 0x7f0c0045
+int id default_activity_button 0x7f0c0030
+int id disableHome 0x7f0c000d
+int id edit_query 0x7f0c0049
+int id end 0x7f0c0022
+int id end_padder 0x7f0c0063
+int id expand_activities_button 0x7f0c002e
+int id expanded_menu 0x7f0c003e
+int id fitCenter 0x7f0c001c
+int id fitEnd 0x7f0c001d
+int id fitStart 0x7f0c001e
+int id fitXY 0x7f0c001f
+int id focusCrop 0x7f0c0020
+int id fps_text 0x7f0c0056
+int id home 0x7f0c0004
+int id homeAsUp 0x7f0c000e
+int id icon 0x7f0c0032
+int id ifRoom 0x7f0c0026
+int id image 0x7f0c002f
+int id info 0x7f0c0062
+int id item_touch_helper_previous_elevation 0x7f0c0005
+int id line1 0x7f0c005c
+int id line3 0x7f0c0060
+int id listMode 0x7f0c000a
+int id list_item 0x7f0c0031
+int id media_actions 0x7f0c005a
+int id middle 0x7f0c0023
+int id multiply 0x7f0c0014
+int id never 0x7f0c0027
+int id none 0x7f0c000f
+int id normal 0x7f0c000b
+int id parentPanel 0x7f0c0034
+int id progress_circular 0x7f0c0006
+int id progress_horizontal 0x7f0c0007
+int id radio 0x7f0c0041
+int id rn_frame_file 0x7f0c0065
+int id rn_frame_method 0x7f0c0064
+int id rn_redbox_reloadjs 0x7f0c0068
+int id rn_redbox_stack 0x7f0c0067
+int id screen 0x7f0c0015
+int id scrollView 0x7f0c0039
+int id search_badge 0x7f0c004b
+int id search_bar 0x7f0c004a
+int id search_button 0x7f0c004c
+int id search_close_btn 0x7f0c0051
+int id search_edit_frame 0x7f0c004d
+int id search_go_btn 0x7f0c0053
+int id search_mag_icon 0x7f0c004e
+int id search_plate 0x7f0c004f
+int id search_src_text 0x7f0c0050
+int id search_voice_btn 0x7f0c0054
+int id select_dialog_listview 0x7f0c0055
+int id shortcut 0x7f0c0040
+int id showCustom 0x7f0c0010
+int id showHome 0x7f0c0011
+int id showTitle 0x7f0c0012
+int id split_action_bar 0x7f0c0008
+int id src_atop 0x7f0c0016
+int id src_in 0x7f0c0017
+int id src_over 0x7f0c0018
+int id status_bar_latest_event_content 0x7f0c0059
+int id submit_area 0x7f0c0052
+int id tabMode 0x7f0c000c
+int id text 0x7f0c0061
+int id text2 0x7f0c005f
+int id textSpacerNoButtons 0x7f0c003a
+int id time 0x7f0c005d
+int id title 0x7f0c0033
+int id title_template 0x7f0c0036
+int id topPanel 0x7f0c0035
+int id up 0x7f0c0009
+int id useLogo 0x7f0c0013
+int id withText 0x7f0c0028
+int id wrap_content 0x7f0c0029
+int integer abc_config_activityDefaultDur 0x7f0a0001
+int integer abc_config_activityShortDur 0x7f0a0002
+int integer abc_max_action_buttons 0x7f0a0000
+int integer cancel_button_image_alpha 0x7f0a0003
+int integer status_bar_notification_info_maxnum 0x7f0a0004
+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 fps_view 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout redbox_item_frame 0x7f030021
+int layout redbox_item_title 0x7f030022
+int layout redbox_view 0x7f030023
+int layout select_dialog_item_material 0x7f030024
+int layout select_dialog_multichoice_material 0x7f030025
+int layout select_dialog_singlechoice_material 0x7f030026
+int layout support_simple_spinner_dropdown_item 0x7f030027
+int string abc_action_bar_home_description 0x7f060000
+int string abc_action_bar_home_description_format 0x7f060001
+int string abc_action_bar_home_subtitle_description_format 0x7f060002
+int string abc_action_bar_up_description 0x7f060003
+int string abc_action_menu_overflow_description 0x7f060004
+int string abc_action_mode_done 0x7f060005
+int string abc_activity_chooser_view_see_all 0x7f060006
+int string abc_activitychooserview_choose_application 0x7f060007
+int string abc_search_hint 0x7f060008
+int string abc_searchview_description_clear 0x7f060009
+int string abc_searchview_description_query 0x7f06000a
+int string abc_searchview_description_search 0x7f06000b
+int string abc_searchview_description_submit 0x7f06000c
+int string abc_searchview_description_voice 0x7f06000d
+int string abc_shareactionprovider_share_with 0x7f06000e
+int string abc_shareactionprovider_share_with_application 0x7f06000f
+int string abc_toolbar_collapse_description 0x7f060010
+int string catalyst_debugjs 0x7f060012
+int string catalyst_debugjs_off 0x7f06001a
+int string catalyst_element_inspector 0x7f060013
+int string catalyst_element_inspector_off 0x7f06001b
+int string catalyst_hot_module_replacement 0x7f06001c
+int string catalyst_hot_module_replacement_off 0x7f06001d
+int string catalyst_jsload_error 0x7f060014
+int string catalyst_jsload_message 0x7f060015
+int string catalyst_jsload_title 0x7f060016
+int string catalyst_live_reload 0x7f06001e
+int string catalyst_live_reload_off 0x7f06001f
+int string catalyst_perf_monitor 0x7f060020
+int string catalyst_perf_monitor_off 0x7f060021
+int string catalyst_reloadjs 0x7f060017
+int string catalyst_remotedbg_error 0x7f060022
+int string catalyst_remotedbg_message 0x7f060023
+int string catalyst_settings 0x7f060018
+int string catalyst_settings_title 0x7f060019
+int string catalyst_start_profile 0x7f060024
+int string catalyst_stop_profile 0x7f060025
+int string status_bar_notification_info_overflow 0x7f060011
+int style AlertDialog_AppCompat 0x7f08007a
+int style AlertDialog_AppCompat_Light 0x7f08007b
+int style Animation_AppCompat_Dialog 0x7f08007c
+int style Animation_AppCompat_DropDownUp 0x7f08007d
+int style Animation_Catalyst_RedBox 0x7f08007e
+int style Base_AlertDialog_AppCompat 0x7f08007f
+int style Base_AlertDialog_AppCompat_Light 0x7f080080
+int style Base_Animation_AppCompat_Dialog 0x7f080081
+int style Base_Animation_AppCompat_DropDownUp 0x7f080082
+int style Base_DialogWindowTitle_AppCompat 0x7f080083
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084
+int style Base_TextAppearance_AppCompat 0x7f08002d
+int style Base_TextAppearance_AppCompat_Body1 0x7f08002e
+int style Base_TextAppearance_AppCompat_Body2 0x7f08002f
+int style Base_TextAppearance_AppCompat_Button 0x7f080018
+int style Base_TextAppearance_AppCompat_Caption 0x7f080030
+int style Base_TextAppearance_AppCompat_Display1 0x7f080031
+int style Base_TextAppearance_AppCompat_Display2 0x7f080032
+int style Base_TextAppearance_AppCompat_Display3 0x7f080033
+int style Base_TextAppearance_AppCompat_Display4 0x7f080034
+int style Base_TextAppearance_AppCompat_Headline 0x7f080035
+int style Base_TextAppearance_AppCompat_Inverse 0x7f080003
+int style Base_TextAppearance_AppCompat_Large 0x7f080036
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038
+int style Base_TextAppearance_AppCompat_Medium 0x7f080039
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005
+int style Base_TextAppearance_AppCompat_Menu 0x7f08003a
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c
+int style Base_TextAppearance_AppCompat_Small 0x7f08003d
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007
+int style Base_TextAppearance_AppCompat_Title 0x7f08003f
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d
+int style Base_Theme_AppCompat 0x7f08004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f080088
+int style Base_Theme_AppCompat_Dialog 0x7f080009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001
+int style Base_Theme_AppCompat_Light 0x7f08004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002
+int style Base_ThemeOverlay_AppCompat 0x7f080090
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093
+int style Base_ThemeOverlay_AppCompat_Light 0x7f080094
+int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014
+int style Base_V12_Widget_AppCompat_EditText 0x7f080015
+int style Base_V21_Theme_AppCompat 0x7f080050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f080051
+int style Base_V21_Theme_AppCompat_Light 0x7f080052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053
+int style Base_V22_Theme_AppCompat 0x7f080074
+int style Base_V22_Theme_AppCompat_Light 0x7f080075
+int style Base_V23_Theme_AppCompat 0x7f080077
+int style Base_V23_Theme_AppCompat_Light 0x7f080078
+int style Base_V7_Theme_AppCompat 0x7f080095
+int style Base_V7_Theme_AppCompat_Dialog 0x7f080096
+int style Base_V7_Theme_AppCompat_Light 0x7f080097
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099
+int style Base_V7_Widget_AppCompat_EditText 0x7f08009a
+int style Base_Widget_AppCompat_ActionBar 0x7f08009b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055
+int style Base_Widget_AppCompat_ActionButton 0x7f080056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058
+int style Base_Widget_AppCompat_ActionMode 0x7f08009e
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016
+int style Base_Widget_AppCompat_Button 0x7f080059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0
+int style Base_Widget_AppCompat_Button_Colored 0x7f080079
+int style Base_Widget_AppCompat_Button_Small 0x7f08005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f08005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060
+int style Base_Widget_AppCompat_EditText 0x7f080017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066
+int style Base_Widget_AppCompat_ListView 0x7f080067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f080069
+int style Base_Widget_AppCompat_PopupMenu 0x7f08006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7
+int style Base_Widget_AppCompat_ProgressBar 0x7f08000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e
+int style Base_Widget_AppCompat_RatingBar 0x7f08006c
+int style Base_Widget_AppCompat_SearchView 0x7f0800a8
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9
+int style Base_Widget_AppCompat_Spinner 0x7f08006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0800aa
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070
+int style Platform_AppCompat 0x7f08000f
+int style Platform_AppCompat_Light 0x7f080010
+int style Platform_ThemeOverlay_AppCompat 0x7f080071
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073
+int style Platform_V11_AppCompat 0x7f080011
+int style Platform_V11_AppCompat_Light 0x7f080012
+int style Platform_V14_AppCompat 0x7f080019
+int style Platform_V14_AppCompat_Light 0x7f08001a
+int style Platform_Widget_AppCompat_Spinner 0x7f080013
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c
+int style TextAppearance_AppCompat 0x7f0800ab
+int style TextAppearance_AppCompat_Body1 0x7f0800ac
+int style TextAppearance_AppCompat_Body2 0x7f0800ad
+int style TextAppearance_AppCompat_Button 0x7f0800ae
+int style TextAppearance_AppCompat_Caption 0x7f0800af
+int style TextAppearance_AppCompat_Display1 0x7f0800b0
+int style TextAppearance_AppCompat_Display2 0x7f0800b1
+int style TextAppearance_AppCompat_Display3 0x7f0800b2
+int style TextAppearance_AppCompat_Display4 0x7f0800b3
+int style TextAppearance_AppCompat_Headline 0x7f0800b4
+int style TextAppearance_AppCompat_Inverse 0x7f0800b5
+int style TextAppearance_AppCompat_Large 0x7f0800b6
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb
+int style TextAppearance_AppCompat_Medium 0x7f0800bc
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd
+int style TextAppearance_AppCompat_Menu 0x7f0800be
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0
+int style TextAppearance_AppCompat_Small 0x7f0800c1
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2
+int style TextAppearance_AppCompat_Subhead 0x7f0800c3
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4
+int style TextAppearance_AppCompat_Title 0x7f0800c5
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf
+int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6
+int style TextAppearance_StatusBar_EventContent 0x7f08001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9
+int style Theme 0x7f0800da
+int style Theme_AppCompat 0x7f0800db
+int style Theme_AppCompat_CompactMenu 0x7f0800dc
+int style Theme_AppCompat_Dialog 0x7f0800dd
+int style Theme_AppCompat_Dialog_Alert 0x7f0800de
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df
+int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0
+int style Theme_AppCompat_Light 0x7f0800e1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2
+int style Theme_AppCompat_Light_Dialog 0x7f0800e3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7
+int style Theme_AppCompat_NoActionBar 0x7f0800e8
+int style Theme_Catalyst 0x7f0800e9
+int style Theme_Catalyst_RedBox 0x7f0800ea
+int style Theme_ReactNative_AppCompat_Light 0x7f0800eb
+int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec
+int style ThemeOverlay_AppCompat 0x7f0800ed
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee
+int style ThemeOverlay_AppCompat_Dark 0x7f0800ef
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0
+int style ThemeOverlay_AppCompat_Light 0x7f0800f1
+int style Widget_AppCompat_ActionBar 0x7f0800f2
+int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4
+int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5
+int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6
+int style Widget_AppCompat_ActionButton 0x7f0800f7
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9
+int style Widget_AppCompat_ActionMode 0x7f0800fa
+int style Widget_AppCompat_ActivityChooserView 0x7f0800fb
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc
+int style Widget_AppCompat_Button 0x7f0800fd
+int style Widget_AppCompat_Button_Borderless 0x7f0800fe
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100
+int style Widget_AppCompat_Button_Colored 0x7f080101
+int style Widget_AppCompat_Button_Small 0x7f080102
+int style Widget_AppCompat_ButtonBar 0x7f080103
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106
+int style Widget_AppCompat_CompoundButton_Switch 0x7f080107
+int style Widget_AppCompat_DrawerArrowToggle 0x7f080108
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109
+int style Widget_AppCompat_EditText 0x7f08010a
+int style Widget_AppCompat_Light_ActionBar 0x7f08010b
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113
+int style Widget_AppCompat_Light_ActionButton 0x7f080114
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c
+int style Widget_AppCompat_Light_PopupMenu 0x7f08011d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e
+int style Widget_AppCompat_Light_SearchView 0x7f08011f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120
+int style Widget_AppCompat_ListPopupWindow 0x7f080121
+int style Widget_AppCompat_ListView 0x7f080122
+int style Widget_AppCompat_ListView_DropDown 0x7f080123
+int style Widget_AppCompat_ListView_Menu 0x7f080124
+int style Widget_AppCompat_PopupMenu 0x7f080125
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126
+int style Widget_AppCompat_PopupWindow 0x7f080127
+int style Widget_AppCompat_ProgressBar 0x7f080128
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129
+int style Widget_AppCompat_RatingBar 0x7f08012a
+int style Widget_AppCompat_SearchView 0x7f08012b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c
+int style Widget_AppCompat_Spinner 0x7f08012d
+int style Widget_AppCompat_Spinner_DropDown 0x7f08012e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f
+int style Widget_AppCompat_Spinner_Underlined 0x7f080130
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131
+int style Widget_AppCompat_Toolbar 0x7f080132
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133
+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, 0x7f010097 }
+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 CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }
+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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+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, 0x7f01004e }
+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, 0x7f01004f }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010050 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }
+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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 91
+int styleable Theme_alertDialogCenterButtons 92
+int styleable Theme_alertDialogStyle 90
+int styleable Theme_alertDialogTheme 93
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 98
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 96
+int styleable Theme_buttonBarNeutralButtonStyle 97
+int styleable Theme_buttonBarPositiveButtonStyle 95
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 99
+int styleable Theme_buttonStyleSmall 100
+int styleable Theme_checkboxStyle 101
+int styleable Theme_checkedTextViewStyle 102
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_controlBackground 89
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 103
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 104
+int styleable Theme_ratingBarStyle 105
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 106
+int styleable Theme_switchStyle 107
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 94
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
+int xml preferences 0x7f050000
diff --git a/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml b/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..226ba7f
--- /dev/null
+++ b/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ // min sdk version not sure if it's actually useful
+ // required permission not sure if it's actually useful
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/bundles/debug/classes.jar b/android/build/intermediates/bundles/debug/classes.jar
new file mode 100644
index 0000000..b3d02f4
Binary files /dev/null and b/android/build/intermediates/bundles/debug/classes.jar differ
diff --git a/android/build/intermediates/bundles/release/AndroidManifest.xml b/android/build/intermediates/bundles/release/AndroidManifest.xml
new file mode 100644
index 0000000..226ba7f
--- /dev/null
+++ b/android/build/intermediates/bundles/release/AndroidManifest.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ // min sdk version not sure if it's actually useful
+ // required permission not sure if it's actually useful
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/bundles/release/R.txt b/android/build/intermediates/bundles/release/R.txt
new file mode 100644
index 0000000..82fc244
--- /dev/null
+++ b/android/build/intermediates/bundles/release/R.txt
@@ -0,0 +1,1297 @@
+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 catalyst_push_up_in 0x7f04000a
+int anim catalyst_push_up_out 0x7f04000b
+int attr actionBarDivider 0x7f01007e
+int attr actionBarItemBackground 0x7f01007f
+int attr actionBarPopupTheme 0x7f010078
+int attr actionBarSize 0x7f01007d
+int attr actionBarSplitStyle 0x7f01007a
+int attr actionBarStyle 0x7f010079
+int attr actionBarTabBarStyle 0x7f010074
+int attr actionBarTabStyle 0x7f010073
+int attr actionBarTabTextStyle 0x7f010075
+int attr actionBarTheme 0x7f01007b
+int attr actionBarWidgetTheme 0x7f01007c
+int attr actionButtonStyle 0x7f010098
+int attr actionDropDownStyle 0x7f010094
+int attr actionLayout 0x7f01004b
+int attr actionMenuTextAppearance 0x7f010080
+int attr actionMenuTextColor 0x7f010081
+int attr actionModeBackground 0x7f010084
+int attr actionModeCloseButtonStyle 0x7f010083
+int attr actionModeCloseDrawable 0x7f010086
+int attr actionModeCopyDrawable 0x7f010088
+int attr actionModeCutDrawable 0x7f010087
+int attr actionModeFindDrawable 0x7f01008c
+int attr actionModePasteDrawable 0x7f010089
+int attr actionModePopupWindowStyle 0x7f01008e
+int attr actionModeSelectAllDrawable 0x7f01008a
+int attr actionModeShareDrawable 0x7f01008b
+int attr actionModeSplitBackground 0x7f010085
+int attr actionModeStyle 0x7f010082
+int attr actionModeWebSearchDrawable 0x7f01008d
+int attr actionOverflowButtonStyle 0x7f010076
+int attr actionOverflowMenuStyle 0x7f010077
+int attr actionProviderClass 0x7f01004d
+int attr actionViewClass 0x7f01004c
+int attr activityChooserViewStyle 0x7f0100a0
+int attr actualImageScaleType 0x7f01003a
+int attr alertDialogButtonGroupStyle 0x7f0100c2
+int attr alertDialogCenterButtons 0x7f0100c3
+int attr alertDialogStyle 0x7f0100c1
+int attr alertDialogTheme 0x7f0100c4
+int attr arrowHeadLength 0x7f01002b
+int attr arrowShaftLength 0x7f01002c
+int attr autoCompleteTextViewStyle 0x7f0100c9
+int attr background 0x7f01000c
+int attr backgroundImage 0x7f01003b
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100e5
+int attr backgroundTintMode 0x7f0100e6
+int attr barLength 0x7f01002d
+int attr borderlessButtonStyle 0x7f01009d
+int attr buttonBarButtonStyle 0x7f01009a
+int attr buttonBarNegativeButtonStyle 0x7f0100c7
+int attr buttonBarNeutralButtonStyle 0x7f0100c8
+int attr buttonBarPositiveButtonStyle 0x7f0100c6
+int attr buttonBarStyle 0x7f010099
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ca
+int attr buttonStyleSmall 0x7f0100cb
+int attr buttonTint 0x7f010025
+int attr buttonTintMode 0x7f010026
+int attr checkboxStyle 0x7f0100cc
+int attr checkedTextViewStyle 0x7f0100cd
+int attr closeIcon 0x7f010059
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100dc
+int attr collapseIcon 0x7f0100db
+int attr color 0x7f010027
+int attr colorAccent 0x7f0100ba
+int attr colorButtonNormal 0x7f0100be
+int attr colorControlActivated 0x7f0100bc
+int attr colorControlHighlight 0x7f0100bd
+int attr colorControlNormal 0x7f0100bb
+int attr colorPrimary 0x7f0100b8
+int attr colorPrimaryDark 0x7f0100b9
+int attr colorSwitchThumbNormal 0x7f0100bf
+int attr commitIcon 0x7f01005e
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr controlBackground 0x7f0100c0
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010058
+int attr dialogPreferredPadding 0x7f010092
+int attr dialogTheme 0x7f010091
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f01009f
+int attr dividerPadding 0x7f010049
+int attr dividerVertical 0x7f01009e
+int attr drawableSize 0x7f010029
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b0
+int attr dropdownListPreferredItemHeight 0x7f010095
+int attr editTextBackground 0x7f0100a6
+int attr editTextColor 0x7f0100a5
+int attr editTextStyle 0x7f0100ce
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr fadeDuration 0x7f01002f
+int attr failureImage 0x7f010035
+int attr failureImageScaleType 0x7f010036
+int attr gapBetweenBars 0x7f01002a
+int attr goIcon 0x7f01005a
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010097
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010056
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010055
+int attr layoutManager 0x7f010051
+int attr listChoiceBackgroundIndicator 0x7f0100b7
+int attr listDividerAlertDialog 0x7f010093
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100b1
+int attr listPreferredItemHeight 0x7f0100ab
+int attr listPreferredItemHeightLarge 0x7f0100ad
+int attr listPreferredItemHeightSmall 0x7f0100ac
+int attr listPreferredItemPaddingLeft 0x7f0100ae
+int attr listPreferredItemPaddingRight 0x7f0100af
+int attr logo 0x7f01000a
+int attr logoDescription 0x7f0100df
+int attr maxButtonHeight 0x7f0100da
+int attr measureWithLargestChild 0x7f010047
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100de
+int attr navigationIcon 0x7f0100dd
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f01004f
+int attr overlayImage 0x7f01003c
+int attr paddingEnd 0x7f0100e3
+int attr paddingStart 0x7f0100e2
+int attr panelBackground 0x7f0100b4
+int attr panelMenuListTheme 0x7f0100b6
+int attr panelMenuListWidth 0x7f0100b5
+int attr placeholderImage 0x7f010031
+int attr placeholderImageScaleType 0x7f010032
+int attr popupMenuStyle 0x7f0100a3
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100a4
+int attr preserveIconSpacing 0x7f01004e
+int attr pressedStateOverlayImage 0x7f01003d
+int attr progressBarAutoRotateInterval 0x7f010039
+int attr progressBarImage 0x7f010037
+int attr progressBarImageScaleType 0x7f010038
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f010060
+int attr queryHint 0x7f010057
+int attr radioButtonStyle 0x7f0100cf
+int attr ratingBarStyle 0x7f0100d0
+int attr retryImage 0x7f010033
+int attr retryImageScaleType 0x7f010034
+int attr reverseLayout 0x7f010053
+int attr roundAsCircle 0x7f01003e
+int attr roundBottomLeft 0x7f010043
+int attr roundBottomRight 0x7f010042
+int attr roundTopLeft 0x7f010040
+int attr roundTopRight 0x7f010041
+int attr roundWithOverlayColor 0x7f010044
+int attr roundedCornerRadius 0x7f01003f
+int attr roundingBorderColor 0x7f010046
+int attr roundingBorderWidth 0x7f010045
+int attr searchHintIcon 0x7f01005c
+int attr searchIcon 0x7f01005b
+int attr searchViewStyle 0x7f0100aa
+int attr selectableItemBackground 0x7f01009b
+int attr selectableItemBackgroundBorderless 0x7f01009c
+int attr showAsAction 0x7f01004a
+int attr showDividers 0x7f010048
+int attr showText 0x7f010068
+int attr singleChoiceItemLayout 0x7f010022
+int attr spanCount 0x7f010052
+int attr spinBars 0x7f010028
+int attr spinnerDropDownItemStyle 0x7f010096
+int attr spinnerStyle 0x7f0100d1
+int attr splitTrack 0x7f010067
+int attr stackFromEnd 0x7f010054
+int attr state_above_anchor 0x7f010050
+int attr submitBackground 0x7f010061
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100d4
+int attr subtitleTextColor 0x7f0100e1
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01005f
+int attr switchMinWidth 0x7f010065
+int attr switchPadding 0x7f010066
+int attr switchStyle 0x7f0100d2
+int attr switchTextAppearance 0x7f010064
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f01008f
+int attr textAppearanceListItem 0x7f0100b2
+int attr textAppearanceListItemSmall 0x7f0100b3
+int attr textAppearanceSearchResultSubtitle 0x7f0100a8
+int attr textAppearanceSearchResultTitle 0x7f0100a7
+int attr textAppearanceSmallPopupMenu 0x7f010090
+int attr textColorAlertDialogListItem 0x7f0100c5
+int attr textColorSearchUrl 0x7f0100a9
+int attr theme 0x7f0100e4
+int attr thickness 0x7f01002e
+int attr thumbTextPadding 0x7f010063
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100d9
+int attr titleMarginEnd 0x7f0100d7
+int attr titleMarginStart 0x7f0100d6
+int attr titleMarginTop 0x7f0100d8
+int attr titleMargins 0x7f0100d5
+int attr titleTextAppearance 0x7f0100d3
+int attr titleTextColor 0x7f0100e0
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f0100a2
+int attr toolbarStyle 0x7f0100a1
+int attr track 0x7f010062
+int attr viewAspectRatio 0x7f010030
+int attr voiceIcon 0x7f01005d
+int attr windowActionBar 0x7f010069
+int attr windowActionBarOverlay 0x7f01006b
+int attr windowActionModeOverlay 0x7f01006c
+int attr windowFixedHeightMajor 0x7f010070
+int attr windowFixedHeightMinor 0x7f01006e
+int attr windowFixedWidthMajor 0x7f01006d
+int attr windowFixedWidthMinor 0x7f01006f
+int attr windowMinWidthMajor 0x7f010071
+int attr windowMinWidthMinor 0x7f010072
+int attr windowNoTitle 0x7f01006a
+int bool abc_action_bar_embed_tabs 0x7f090002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003
+int bool abc_config_actionMenuItemAllCaps 0x7f090004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f090005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006
+int color abc_background_cache_hint_selector_material_dark 0x7f0b003b
+int color abc_background_cache_hint_selector_material_light 0x7f0b003c
+int color abc_color_highlight_material 0x7f0b003d
+int color abc_input_method_navigation_guard 0x7f0b0000
+int color abc_primary_text_disable_only_material_dark 0x7f0b003e
+int color abc_primary_text_disable_only_material_light 0x7f0b003f
+int color abc_primary_text_material_dark 0x7f0b0040
+int color abc_primary_text_material_light 0x7f0b0041
+int color abc_search_url_text 0x7f0b0042
+int color abc_search_url_text_normal 0x7f0b0001
+int color abc_search_url_text_pressed 0x7f0b0002
+int color abc_search_url_text_selected 0x7f0b0003
+int color abc_secondary_text_material_dark 0x7f0b0043
+int color abc_secondary_text_material_light 0x7f0b0044
+int color accent_material_dark 0x7f0b0004
+int color accent_material_light 0x7f0b0005
+int color background_floating_material_dark 0x7f0b0006
+int color background_floating_material_light 0x7f0b0007
+int color background_material_dark 0x7f0b0008
+int color background_material_light 0x7f0b0009
+int color bright_foreground_disabled_material_dark 0x7f0b000a
+int color bright_foreground_disabled_material_light 0x7f0b000b
+int color bright_foreground_inverse_material_dark 0x7f0b000c
+int color bright_foreground_inverse_material_light 0x7f0b000d
+int color bright_foreground_material_dark 0x7f0b000e
+int color bright_foreground_material_light 0x7f0b000f
+int color button_material_dark 0x7f0b0010
+int color button_material_light 0x7f0b0011
+int color catalyst_redbox_background 0x7f0b0012
+int color dim_foreground_disabled_material_dark 0x7f0b0013
+int color dim_foreground_disabled_material_light 0x7f0b0014
+int color dim_foreground_material_dark 0x7f0b0015
+int color dim_foreground_material_light 0x7f0b0016
+int color foreground_material_dark 0x7f0b0017
+int color foreground_material_light 0x7f0b0018
+int color highlighted_text_material_dark 0x7f0b0019
+int color highlighted_text_material_light 0x7f0b001a
+int color hint_foreground_material_dark 0x7f0b001b
+int color hint_foreground_material_light 0x7f0b001c
+int color material_blue_grey_800 0x7f0b001d
+int color material_blue_grey_900 0x7f0b001e
+int color material_blue_grey_950 0x7f0b001f
+int color material_deep_teal_200 0x7f0b0020
+int color material_deep_teal_500 0x7f0b0021
+int color material_grey_100 0x7f0b0022
+int color material_grey_300 0x7f0b0023
+int color material_grey_50 0x7f0b0024
+int color material_grey_600 0x7f0b0025
+int color material_grey_800 0x7f0b0026
+int color material_grey_850 0x7f0b0027
+int color material_grey_900 0x7f0b0028
+int color primary_dark_material_dark 0x7f0b0029
+int color primary_dark_material_light 0x7f0b002a
+int color primary_material_dark 0x7f0b002b
+int color primary_material_light 0x7f0b002c
+int color primary_text_default_material_dark 0x7f0b002d
+int color primary_text_default_material_light 0x7f0b002e
+int color primary_text_disabled_material_dark 0x7f0b002f
+int color primary_text_disabled_material_light 0x7f0b0030
+int color ripple_material_dark 0x7f0b0031
+int color ripple_material_light 0x7f0b0032
+int color secondary_text_default_material_dark 0x7f0b0033
+int color secondary_text_default_material_light 0x7f0b0034
+int color secondary_text_disabled_material_dark 0x7f0b0035
+int color secondary_text_disabled_material_light 0x7f0b0036
+int color switch_thumb_disabled_material_dark 0x7f0b0037
+int color switch_thumb_disabled_material_light 0x7f0b0038
+int color switch_thumb_material_dark 0x7f0b0045
+int color switch_thumb_material_light 0x7f0b0046
+int color switch_thumb_normal_material_dark 0x7f0b0039
+int color switch_thumb_normal_material_light 0x7f0b003a
+int dimen abc_action_bar_content_inset_material 0x7f07000b
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_end_material 0x7f07000c
+int dimen abc_action_bar_default_padding_start_material 0x7f07000d
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070010
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070011
+int dimen abc_action_bar_progress_bar_size 0x7f070002
+int dimen abc_action_bar_stacked_max_height 0x7f070012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015
+int dimen abc_action_button_min_height_material 0x7f070016
+int dimen abc_action_button_min_width_material 0x7f070017
+int dimen abc_action_button_min_width_overflow_material 0x7f070018
+int dimen abc_alert_dialog_button_bar_height 0x7f070000
+int dimen abc_button_inset_horizontal_material 0x7f070019
+int dimen abc_button_inset_vertical_material 0x7f07001a
+int dimen abc_button_padding_horizontal_material 0x7f07001b
+int dimen abc_button_padding_vertical_material 0x7f07001c
+int dimen abc_config_prefDialogWidth 0x7f070005
+int dimen abc_control_corner_material 0x7f07001d
+int dimen abc_control_inset_material 0x7f07001e
+int dimen abc_control_padding_material 0x7f07001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f070020
+int dimen abc_dialog_min_width_major 0x7f070021
+int dimen abc_dialog_min_width_minor 0x7f070022
+int dimen abc_dialog_padding_material 0x7f070023
+int dimen abc_dialog_padding_top_material 0x7f070024
+int dimen abc_disabled_alpha_material_dark 0x7f070025
+int dimen abc_disabled_alpha_material_light 0x7f070026
+int dimen abc_dropdownitem_icon_width 0x7f070027
+int dimen abc_dropdownitem_text_padding_left 0x7f070028
+int dimen abc_dropdownitem_text_padding_right 0x7f070029
+int dimen abc_edit_text_inset_bottom_material 0x7f07002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002b
+int dimen abc_edit_text_inset_top_material 0x7f07002c
+int dimen abc_floating_window_z 0x7f07002d
+int dimen abc_list_item_padding_horizontal_material 0x7f07002e
+int dimen abc_panel_menu_list_width 0x7f07002f
+int dimen abc_search_view_preferred_width 0x7f070030
+int dimen abc_search_view_text_min_width 0x7f070006
+int dimen abc_switch_padding 0x7f07000e
+int dimen abc_text_size_body_1_material 0x7f070031
+int dimen abc_text_size_body_2_material 0x7f070032
+int dimen abc_text_size_button_material 0x7f070033
+int dimen abc_text_size_caption_material 0x7f070034
+int dimen abc_text_size_display_1_material 0x7f070035
+int dimen abc_text_size_display_2_material 0x7f070036
+int dimen abc_text_size_display_3_material 0x7f070037
+int dimen abc_text_size_display_4_material 0x7f070038
+int dimen abc_text_size_headline_material 0x7f070039
+int dimen abc_text_size_large_material 0x7f07003a
+int dimen abc_text_size_medium_material 0x7f07003b
+int dimen abc_text_size_menu_material 0x7f07003c
+int dimen abc_text_size_small_material 0x7f07003d
+int dimen abc_text_size_subhead_material 0x7f07003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
+int dimen abc_text_size_title_material 0x7f07003f
+int dimen abc_text_size_title_material_toolbar 0x7f070004
+int dimen dialog_fixed_height_major 0x7f070007
+int dimen dialog_fixed_height_minor 0x7f070008
+int dimen dialog_fixed_width_major 0x7f070009
+int dimen dialog_fixed_width_minor 0x7f07000a
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int dimen highlight_alpha_material_colored 0x7f070042
+int dimen highlight_alpha_material_dark 0x7f070043
+int dimen highlight_alpha_material_light 0x7f070044
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045
+int dimen notification_large_icon_height 0x7f070046
+int dimen notification_large_icon_width 0x7f070047
+int dimen notification_subtext_size 0x7f070048
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_spinner_mtrl_am_alpha 0x7f020032
+int drawable abc_spinner_textfield_background_material 0x7f020033
+int drawable abc_switch_thumb_material 0x7f020034
+int drawable abc_switch_track_mtrl_alpha 0x7f020035
+int drawable abc_tab_indicator_material 0x7f020036
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020037
+int drawable abc_text_cursor_material 0x7f020038
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020039
+int drawable abc_textfield_default_mtrl_alpha 0x7f02003a
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c
+int drawable abc_textfield_search_material 0x7f02003d
+int drawable notification_template_icon_bg 0x7f02003e
+int id action0 0x7f0c0057
+int id action_bar 0x7f0c0047
+int id action_bar_activity_content 0x7f0c0000
+int id action_bar_container 0x7f0c0046
+int id action_bar_root 0x7f0c0042
+int id action_bar_spinner 0x7f0c0001
+int id action_bar_subtitle 0x7f0c002b
+int id action_bar_title 0x7f0c002a
+int id action_context_bar 0x7f0c0048
+int id action_divider 0x7f0c005b
+int id action_menu_divider 0x7f0c0002
+int id action_menu_presenter 0x7f0c0003
+int id action_mode_bar 0x7f0c0044
+int id action_mode_bar_stub 0x7f0c0043
+int id action_mode_close_button 0x7f0c002c
+int id activity_chooser_view_content 0x7f0c002d
+int id alertTitle 0x7f0c0037
+int id always 0x7f0c0024
+int id beginning 0x7f0c0021
+int id buttonPanel 0x7f0c003d
+int id cancel_action 0x7f0c0058
+int id catalyst_redbox_title 0x7f0c0066
+int id center 0x7f0c0019
+int id centerCrop 0x7f0c001a
+int id centerInside 0x7f0c001b
+int id checkbox 0x7f0c003f
+int id chronometer 0x7f0c005e
+int id collapseActionView 0x7f0c0025
+int id contentPanel 0x7f0c0038
+int id custom 0x7f0c003c
+int id customPanel 0x7f0c003b
+int id decor_content_parent 0x7f0c0045
+int id default_activity_button 0x7f0c0030
+int id disableHome 0x7f0c000d
+int id edit_query 0x7f0c0049
+int id end 0x7f0c0022
+int id end_padder 0x7f0c0063
+int id expand_activities_button 0x7f0c002e
+int id expanded_menu 0x7f0c003e
+int id fitCenter 0x7f0c001c
+int id fitEnd 0x7f0c001d
+int id fitStart 0x7f0c001e
+int id fitXY 0x7f0c001f
+int id focusCrop 0x7f0c0020
+int id fps_text 0x7f0c0056
+int id home 0x7f0c0004
+int id homeAsUp 0x7f0c000e
+int id icon 0x7f0c0032
+int id ifRoom 0x7f0c0026
+int id image 0x7f0c002f
+int id info 0x7f0c0062
+int id item_touch_helper_previous_elevation 0x7f0c0005
+int id line1 0x7f0c005c
+int id line3 0x7f0c0060
+int id listMode 0x7f0c000a
+int id list_item 0x7f0c0031
+int id media_actions 0x7f0c005a
+int id middle 0x7f0c0023
+int id multiply 0x7f0c0014
+int id never 0x7f0c0027
+int id none 0x7f0c000f
+int id normal 0x7f0c000b
+int id parentPanel 0x7f0c0034
+int id progress_circular 0x7f0c0006
+int id progress_horizontal 0x7f0c0007
+int id radio 0x7f0c0041
+int id rn_frame_file 0x7f0c0065
+int id rn_frame_method 0x7f0c0064
+int id rn_redbox_reloadjs 0x7f0c0068
+int id rn_redbox_stack 0x7f0c0067
+int id screen 0x7f0c0015
+int id scrollView 0x7f0c0039
+int id search_badge 0x7f0c004b
+int id search_bar 0x7f0c004a
+int id search_button 0x7f0c004c
+int id search_close_btn 0x7f0c0051
+int id search_edit_frame 0x7f0c004d
+int id search_go_btn 0x7f0c0053
+int id search_mag_icon 0x7f0c004e
+int id search_plate 0x7f0c004f
+int id search_src_text 0x7f0c0050
+int id search_voice_btn 0x7f0c0054
+int id select_dialog_listview 0x7f0c0055
+int id shortcut 0x7f0c0040
+int id showCustom 0x7f0c0010
+int id showHome 0x7f0c0011
+int id showTitle 0x7f0c0012
+int id split_action_bar 0x7f0c0008
+int id src_atop 0x7f0c0016
+int id src_in 0x7f0c0017
+int id src_over 0x7f0c0018
+int id status_bar_latest_event_content 0x7f0c0059
+int id submit_area 0x7f0c0052
+int id tabMode 0x7f0c000c
+int id text 0x7f0c0061
+int id text2 0x7f0c005f
+int id textSpacerNoButtons 0x7f0c003a
+int id time 0x7f0c005d
+int id title 0x7f0c0033
+int id title_template 0x7f0c0036
+int id topPanel 0x7f0c0035
+int id up 0x7f0c0009
+int id useLogo 0x7f0c0013
+int id withText 0x7f0c0028
+int id wrap_content 0x7f0c0029
+int integer abc_config_activityDefaultDur 0x7f0a0001
+int integer abc_config_activityShortDur 0x7f0a0002
+int integer abc_max_action_buttons 0x7f0a0000
+int integer cancel_button_image_alpha 0x7f0a0003
+int integer status_bar_notification_info_maxnum 0x7f0a0004
+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 fps_view 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout redbox_item_frame 0x7f030021
+int layout redbox_item_title 0x7f030022
+int layout redbox_view 0x7f030023
+int layout select_dialog_item_material 0x7f030024
+int layout select_dialog_multichoice_material 0x7f030025
+int layout select_dialog_singlechoice_material 0x7f030026
+int layout support_simple_spinner_dropdown_item 0x7f030027
+int string abc_action_bar_home_description 0x7f060000
+int string abc_action_bar_home_description_format 0x7f060001
+int string abc_action_bar_home_subtitle_description_format 0x7f060002
+int string abc_action_bar_up_description 0x7f060003
+int string abc_action_menu_overflow_description 0x7f060004
+int string abc_action_mode_done 0x7f060005
+int string abc_activity_chooser_view_see_all 0x7f060006
+int string abc_activitychooserview_choose_application 0x7f060007
+int string abc_search_hint 0x7f060008
+int string abc_searchview_description_clear 0x7f060009
+int string abc_searchview_description_query 0x7f06000a
+int string abc_searchview_description_search 0x7f06000b
+int string abc_searchview_description_submit 0x7f06000c
+int string abc_searchview_description_voice 0x7f06000d
+int string abc_shareactionprovider_share_with 0x7f06000e
+int string abc_shareactionprovider_share_with_application 0x7f06000f
+int string abc_toolbar_collapse_description 0x7f060010
+int string catalyst_debugjs 0x7f060012
+int string catalyst_debugjs_off 0x7f06001a
+int string catalyst_element_inspector 0x7f060013
+int string catalyst_element_inspector_off 0x7f06001b
+int string catalyst_hot_module_replacement 0x7f06001c
+int string catalyst_hot_module_replacement_off 0x7f06001d
+int string catalyst_jsload_error 0x7f060014
+int string catalyst_jsload_message 0x7f060015
+int string catalyst_jsload_title 0x7f060016
+int string catalyst_live_reload 0x7f06001e
+int string catalyst_live_reload_off 0x7f06001f
+int string catalyst_perf_monitor 0x7f060020
+int string catalyst_perf_monitor_off 0x7f060021
+int string catalyst_reloadjs 0x7f060017
+int string catalyst_remotedbg_error 0x7f060022
+int string catalyst_remotedbg_message 0x7f060023
+int string catalyst_settings 0x7f060018
+int string catalyst_settings_title 0x7f060019
+int string catalyst_start_profile 0x7f060024
+int string catalyst_stop_profile 0x7f060025
+int string status_bar_notification_info_overflow 0x7f060011
+int style AlertDialog_AppCompat 0x7f08007a
+int style AlertDialog_AppCompat_Light 0x7f08007b
+int style Animation_AppCompat_Dialog 0x7f08007c
+int style Animation_AppCompat_DropDownUp 0x7f08007d
+int style Animation_Catalyst_RedBox 0x7f08007e
+int style Base_AlertDialog_AppCompat 0x7f08007f
+int style Base_AlertDialog_AppCompat_Light 0x7f080080
+int style Base_Animation_AppCompat_Dialog 0x7f080081
+int style Base_Animation_AppCompat_DropDownUp 0x7f080082
+int style Base_DialogWindowTitle_AppCompat 0x7f080083
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084
+int style Base_TextAppearance_AppCompat 0x7f08002d
+int style Base_TextAppearance_AppCompat_Body1 0x7f08002e
+int style Base_TextAppearance_AppCompat_Body2 0x7f08002f
+int style Base_TextAppearance_AppCompat_Button 0x7f080018
+int style Base_TextAppearance_AppCompat_Caption 0x7f080030
+int style Base_TextAppearance_AppCompat_Display1 0x7f080031
+int style Base_TextAppearance_AppCompat_Display2 0x7f080032
+int style Base_TextAppearance_AppCompat_Display3 0x7f080033
+int style Base_TextAppearance_AppCompat_Display4 0x7f080034
+int style Base_TextAppearance_AppCompat_Headline 0x7f080035
+int style Base_TextAppearance_AppCompat_Inverse 0x7f080003
+int style Base_TextAppearance_AppCompat_Large 0x7f080036
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038
+int style Base_TextAppearance_AppCompat_Medium 0x7f080039
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005
+int style Base_TextAppearance_AppCompat_Menu 0x7f08003a
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c
+int style Base_TextAppearance_AppCompat_Small 0x7f08003d
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007
+int style Base_TextAppearance_AppCompat_Title 0x7f08003f
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d
+int style Base_Theme_AppCompat 0x7f08004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f080088
+int style Base_Theme_AppCompat_Dialog 0x7f080009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001
+int style Base_Theme_AppCompat_Light 0x7f08004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002
+int style Base_ThemeOverlay_AppCompat 0x7f080090
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093
+int style Base_ThemeOverlay_AppCompat_Light 0x7f080094
+int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014
+int style Base_V12_Widget_AppCompat_EditText 0x7f080015
+int style Base_V21_Theme_AppCompat 0x7f080050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f080051
+int style Base_V21_Theme_AppCompat_Light 0x7f080052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053
+int style Base_V22_Theme_AppCompat 0x7f080074
+int style Base_V22_Theme_AppCompat_Light 0x7f080075
+int style Base_V23_Theme_AppCompat 0x7f080077
+int style Base_V23_Theme_AppCompat_Light 0x7f080078
+int style Base_V7_Theme_AppCompat 0x7f080095
+int style Base_V7_Theme_AppCompat_Dialog 0x7f080096
+int style Base_V7_Theme_AppCompat_Light 0x7f080097
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099
+int style Base_V7_Widget_AppCompat_EditText 0x7f08009a
+int style Base_Widget_AppCompat_ActionBar 0x7f08009b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055
+int style Base_Widget_AppCompat_ActionButton 0x7f080056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058
+int style Base_Widget_AppCompat_ActionMode 0x7f08009e
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016
+int style Base_Widget_AppCompat_Button 0x7f080059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0
+int style Base_Widget_AppCompat_Button_Colored 0x7f080079
+int style Base_Widget_AppCompat_Button_Small 0x7f08005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f08005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060
+int style Base_Widget_AppCompat_EditText 0x7f080017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066
+int style Base_Widget_AppCompat_ListView 0x7f080067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f080069
+int style Base_Widget_AppCompat_PopupMenu 0x7f08006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7
+int style Base_Widget_AppCompat_ProgressBar 0x7f08000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e
+int style Base_Widget_AppCompat_RatingBar 0x7f08006c
+int style Base_Widget_AppCompat_SearchView 0x7f0800a8
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9
+int style Base_Widget_AppCompat_Spinner 0x7f08006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0800aa
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070
+int style Platform_AppCompat 0x7f08000f
+int style Platform_AppCompat_Light 0x7f080010
+int style Platform_ThemeOverlay_AppCompat 0x7f080071
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073
+int style Platform_V11_AppCompat 0x7f080011
+int style Platform_V11_AppCompat_Light 0x7f080012
+int style Platform_V14_AppCompat 0x7f080019
+int style Platform_V14_AppCompat_Light 0x7f08001a
+int style Platform_Widget_AppCompat_Spinner 0x7f080013
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c
+int style TextAppearance_AppCompat 0x7f0800ab
+int style TextAppearance_AppCompat_Body1 0x7f0800ac
+int style TextAppearance_AppCompat_Body2 0x7f0800ad
+int style TextAppearance_AppCompat_Button 0x7f0800ae
+int style TextAppearance_AppCompat_Caption 0x7f0800af
+int style TextAppearance_AppCompat_Display1 0x7f0800b0
+int style TextAppearance_AppCompat_Display2 0x7f0800b1
+int style TextAppearance_AppCompat_Display3 0x7f0800b2
+int style TextAppearance_AppCompat_Display4 0x7f0800b3
+int style TextAppearance_AppCompat_Headline 0x7f0800b4
+int style TextAppearance_AppCompat_Inverse 0x7f0800b5
+int style TextAppearance_AppCompat_Large 0x7f0800b6
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb
+int style TextAppearance_AppCompat_Medium 0x7f0800bc
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd
+int style TextAppearance_AppCompat_Menu 0x7f0800be
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0
+int style TextAppearance_AppCompat_Small 0x7f0800c1
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2
+int style TextAppearance_AppCompat_Subhead 0x7f0800c3
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4
+int style TextAppearance_AppCompat_Title 0x7f0800c5
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf
+int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6
+int style TextAppearance_StatusBar_EventContent 0x7f08001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9
+int style Theme 0x7f0800da
+int style Theme_AppCompat 0x7f0800db
+int style Theme_AppCompat_CompactMenu 0x7f0800dc
+int style Theme_AppCompat_Dialog 0x7f0800dd
+int style Theme_AppCompat_Dialog_Alert 0x7f0800de
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df
+int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0
+int style Theme_AppCompat_Light 0x7f0800e1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2
+int style Theme_AppCompat_Light_Dialog 0x7f0800e3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7
+int style Theme_AppCompat_NoActionBar 0x7f0800e8
+int style Theme_Catalyst 0x7f0800e9
+int style Theme_Catalyst_RedBox 0x7f0800ea
+int style Theme_ReactNative_AppCompat_Light 0x7f0800eb
+int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec
+int style ThemeOverlay_AppCompat 0x7f0800ed
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee
+int style ThemeOverlay_AppCompat_Dark 0x7f0800ef
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0
+int style ThemeOverlay_AppCompat_Light 0x7f0800f1
+int style Widget_AppCompat_ActionBar 0x7f0800f2
+int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4
+int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5
+int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6
+int style Widget_AppCompat_ActionButton 0x7f0800f7
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9
+int style Widget_AppCompat_ActionMode 0x7f0800fa
+int style Widget_AppCompat_ActivityChooserView 0x7f0800fb
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc
+int style Widget_AppCompat_Button 0x7f0800fd
+int style Widget_AppCompat_Button_Borderless 0x7f0800fe
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100
+int style Widget_AppCompat_Button_Colored 0x7f080101
+int style Widget_AppCompat_Button_Small 0x7f080102
+int style Widget_AppCompat_ButtonBar 0x7f080103
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106
+int style Widget_AppCompat_CompoundButton_Switch 0x7f080107
+int style Widget_AppCompat_DrawerArrowToggle 0x7f080108
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109
+int style Widget_AppCompat_EditText 0x7f08010a
+int style Widget_AppCompat_Light_ActionBar 0x7f08010b
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113
+int style Widget_AppCompat_Light_ActionButton 0x7f080114
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c
+int style Widget_AppCompat_Light_PopupMenu 0x7f08011d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e
+int style Widget_AppCompat_Light_SearchView 0x7f08011f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120
+int style Widget_AppCompat_ListPopupWindow 0x7f080121
+int style Widget_AppCompat_ListView 0x7f080122
+int style Widget_AppCompat_ListView_DropDown 0x7f080123
+int style Widget_AppCompat_ListView_Menu 0x7f080124
+int style Widget_AppCompat_PopupMenu 0x7f080125
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126
+int style Widget_AppCompat_PopupWindow 0x7f080127
+int style Widget_AppCompat_ProgressBar 0x7f080128
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129
+int style Widget_AppCompat_RatingBar 0x7f08012a
+int style Widget_AppCompat_SearchView 0x7f08012b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c
+int style Widget_AppCompat_Spinner 0x7f08012d
+int style Widget_AppCompat_Spinner_DropDown 0x7f08012e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f
+int style Widget_AppCompat_Spinner_Underlined 0x7f080130
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131
+int style Widget_AppCompat_Toolbar 0x7f080132
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133
+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, 0x7f010097 }
+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 CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }
+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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+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, 0x7f01004e }
+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, 0x7f01004f }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010050 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }
+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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 91
+int styleable Theme_alertDialogCenterButtons 92
+int styleable Theme_alertDialogStyle 90
+int styleable Theme_alertDialogTheme 93
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 98
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 96
+int styleable Theme_buttonBarNeutralButtonStyle 97
+int styleable Theme_buttonBarPositiveButtonStyle 95
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 99
+int styleable Theme_buttonStyleSmall 100
+int styleable Theme_checkboxStyle 101
+int styleable Theme_checkedTextViewStyle 102
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_controlBackground 89
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 103
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 104
+int styleable Theme_ratingBarStyle 105
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 106
+int styleable Theme_switchStyle 107
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 94
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
+int xml preferences 0x7f050000
diff --git a/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml b/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..226ba7f
--- /dev/null
+++ b/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ // min sdk version not sure if it's actually useful
+ // required permission not sure if it's actually useful
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/bundles/release/classes.jar b/android/build/intermediates/bundles/release/classes.jar
new file mode 100644
index 0000000..8e6beee
Binary files /dev/null and b/android/build/intermediates/bundles/release/classes.jar differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class b/android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class
new file mode 100644
index 0000000..999d032
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$1.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$1.class
new file mode 100644
index 0000000..94b97fa
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$1.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$2.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$2.class
new file mode 100644
index 0000000..0f67dde
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$2.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class
new file mode 100644
index 0000000..91b5200
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class
new file mode 100644
index 0000000..27d6fb3
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$anim.class b/android/build/intermediates/classes/debug/com/imagepicker/R$anim.class
new file mode 100644
index 0000000..edc5728
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$anim.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$attr.class b/android/build/intermediates/classes/debug/com/imagepicker/R$attr.class
new file mode 100644
index 0000000..3c9981a
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$attr.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$bool.class b/android/build/intermediates/classes/debug/com/imagepicker/R$bool.class
new file mode 100644
index 0000000..39dae50
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$bool.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$color.class b/android/build/intermediates/classes/debug/com/imagepicker/R$color.class
new file mode 100644
index 0000000..95ae8da
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$color.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class b/android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class
new file mode 100644
index 0000000..d7fb66c
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$drawable.class b/android/build/intermediates/classes/debug/com/imagepicker/R$drawable.class
new file mode 100644
index 0000000..3095c1f
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$drawable.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$id.class b/android/build/intermediates/classes/debug/com/imagepicker/R$id.class
new file mode 100644
index 0000000..adf4c2c
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$id.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$integer.class b/android/build/intermediates/classes/debug/com/imagepicker/R$integer.class
new file mode 100644
index 0000000..b5a352a
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$integer.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$layout.class b/android/build/intermediates/classes/debug/com/imagepicker/R$layout.class
new file mode 100644
index 0000000..f1d73c0
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$layout.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$string.class b/android/build/intermediates/classes/debug/com/imagepicker/R$string.class
new file mode 100644
index 0000000..bdd98a2
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$string.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$style.class b/android/build/intermediates/classes/debug/com/imagepicker/R$style.class
new file mode 100644
index 0000000..64a0da1
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$style.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class b/android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class
new file mode 100644
index 0000000..93a9fcd
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$xml.class b/android/build/intermediates/classes/debug/com/imagepicker/R$xml.class
new file mode 100644
index 0000000..9996abd
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R$xml.class differ
diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R.class b/android/build/intermediates/classes/debug/com/imagepicker/R.class
new file mode 100644
index 0000000..2c8db1c
Binary files /dev/null and b/android/build/intermediates/classes/debug/com/imagepicker/R.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class b/android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class
new file mode 100644
index 0000000..ed054e3
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class
new file mode 100644
index 0000000..94b97fa
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$2.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$2.class
new file mode 100644
index 0000000..0f67dde
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$2.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class
new file mode 100644
index 0000000..91b5200
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class
new file mode 100644
index 0000000..27d6fb3
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$anim.class b/android/build/intermediates/classes/release/com/imagepicker/R$anim.class
new file mode 100644
index 0000000..edc5728
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$anim.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$attr.class b/android/build/intermediates/classes/release/com/imagepicker/R$attr.class
new file mode 100644
index 0000000..3c9981a
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$attr.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$bool.class b/android/build/intermediates/classes/release/com/imagepicker/R$bool.class
new file mode 100644
index 0000000..39dae50
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$bool.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$color.class b/android/build/intermediates/classes/release/com/imagepicker/R$color.class
new file mode 100644
index 0000000..95ae8da
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$color.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$dimen.class b/android/build/intermediates/classes/release/com/imagepicker/R$dimen.class
new file mode 100644
index 0000000..d7fb66c
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$dimen.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$drawable.class b/android/build/intermediates/classes/release/com/imagepicker/R$drawable.class
new file mode 100644
index 0000000..3095c1f
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$drawable.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$id.class b/android/build/intermediates/classes/release/com/imagepicker/R$id.class
new file mode 100644
index 0000000..adf4c2c
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$id.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$integer.class b/android/build/intermediates/classes/release/com/imagepicker/R$integer.class
new file mode 100644
index 0000000..b5a352a
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$integer.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$layout.class b/android/build/intermediates/classes/release/com/imagepicker/R$layout.class
new file mode 100644
index 0000000..f1d73c0
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$layout.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$string.class b/android/build/intermediates/classes/release/com/imagepicker/R$string.class
new file mode 100644
index 0000000..bdd98a2
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$string.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$style.class b/android/build/intermediates/classes/release/com/imagepicker/R$style.class
new file mode 100644
index 0000000..64a0da1
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$style.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$styleable.class b/android/build/intermediates/classes/release/com/imagepicker/R$styleable.class
new file mode 100644
index 0000000..93a9fcd
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$styleable.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$xml.class b/android/build/intermediates/classes/release/com/imagepicker/R$xml.class
new file mode 100644
index 0000000..9996abd
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R$xml.class differ
diff --git a/android/build/intermediates/classes/release/com/imagepicker/R.class b/android/build/intermediates/classes/release/com/imagepicker/R.class
new file mode 100644
index 0000000..2c8db1c
Binary files /dev/null and b/android/build/intermediates/classes/release/com/imagepicker/R.class differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt
new file mode 100644
index 0000000..e9dd43d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt
@@ -0,0 +1,1188 @@
+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 0x7f010062
+int attr actionBarItemBackground 0x7f010063
+int attr actionBarPopupTheme 0x7f01005c
+int attr actionBarSize 0x7f010061
+int attr actionBarSplitStyle 0x7f01005e
+int attr actionBarStyle 0x7f01005d
+int attr actionBarTabBarStyle 0x7f010058
+int attr actionBarTabStyle 0x7f010057
+int attr actionBarTabTextStyle 0x7f010059
+int attr actionBarTheme 0x7f01005f
+int attr actionBarWidgetTheme 0x7f010060
+int attr actionButtonStyle 0x7f01007c
+int attr actionDropDownStyle 0x7f010078
+int attr actionLayout 0x7f010033
+int attr actionMenuTextAppearance 0x7f010064
+int attr actionMenuTextColor 0x7f010065
+int attr actionModeBackground 0x7f010068
+int attr actionModeCloseButtonStyle 0x7f010067
+int attr actionModeCloseDrawable 0x7f01006a
+int attr actionModeCopyDrawable 0x7f01006c
+int attr actionModeCutDrawable 0x7f01006b
+int attr actionModeFindDrawable 0x7f010070
+int attr actionModePasteDrawable 0x7f01006d
+int attr actionModePopupWindowStyle 0x7f010072
+int attr actionModeSelectAllDrawable 0x7f01006e
+int attr actionModeShareDrawable 0x7f01006f
+int attr actionModeSplitBackground 0x7f010069
+int attr actionModeStyle 0x7f010066
+int attr actionModeWebSearchDrawable 0x7f010071
+int attr actionOverflowButtonStyle 0x7f01005a
+int attr actionOverflowMenuStyle 0x7f01005b
+int attr actionProviderClass 0x7f010035
+int attr actionViewClass 0x7f010034
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a6
+int attr alertDialogCenterButtons 0x7f0100a7
+int attr alertDialogStyle 0x7f0100a5
+int attr alertDialogTheme 0x7f0100a8
+int attr arrowHeadLength 0x7f01002b
+int attr arrowShaftLength 0x7f01002c
+int attr autoCompleteTextViewStyle 0x7f0100ad
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c9
+int attr backgroundTintMode 0x7f0100ca
+int attr barLength 0x7f01002d
+int attr borderlessButtonStyle 0x7f010081
+int attr buttonBarButtonStyle 0x7f01007e
+int attr buttonBarNegativeButtonStyle 0x7f0100ab
+int attr buttonBarNeutralButtonStyle 0x7f0100ac
+int attr buttonBarPositiveButtonStyle 0x7f0100aa
+int attr buttonBarStyle 0x7f01007d
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ae
+int attr buttonStyleSmall 0x7f0100af
+int attr buttonTint 0x7f010025
+int attr buttonTintMode 0x7f010026
+int attr checkboxStyle 0x7f0100b0
+int attr checkedTextViewStyle 0x7f0100b1
+int attr closeIcon 0x7f01003d
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100c0
+int attr collapseIcon 0x7f0100bf
+int attr color 0x7f010027
+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 0x7f010042
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr controlBackground 0x7f0100a4
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f01003c
+int attr dialogPreferredPadding 0x7f010076
+int attr dialogTheme 0x7f010075
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f010031
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010029
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f010079
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b2
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f01002a
+int attr goIcon 0x7f01003e
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007b
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f01003a
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010039
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010077
+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 logoDescription 0x7f0100c3
+int attr maxButtonHeight 0x7f0100be
+int attr measureWithLargestChild 0x7f01002f
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c2
+int attr navigationIcon 0x7f0100c1
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010037
+int attr paddingEnd 0x7f0100c7
+int attr paddingStart 0x7f0100c6
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010036
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f010044
+int attr queryHint 0x7f01003b
+int attr radioButtonStyle 0x7f0100b3
+int attr ratingBarStyle 0x7f0100b4
+int attr searchHintIcon 0x7f010040
+int attr searchIcon 0x7f01003f
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f01007f
+int attr selectableItemBackgroundBorderless 0x7f010080
+int attr showAsAction 0x7f010032
+int attr showDividers 0x7f010030
+int attr showText 0x7f01004c
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010028
+int attr spinnerDropDownItemStyle 0x7f01007a
+int attr spinnerStyle 0x7f0100b5
+int attr splitTrack 0x7f01004b
+int attr state_above_anchor 0x7f010038
+int attr submitBackground 0x7f010045
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b8
+int attr subtitleTextColor 0x7f0100c5
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010043
+int attr switchMinWidth 0x7f010049
+int attr switchPadding 0x7f01004a
+int attr switchStyle 0x7f0100b6
+int attr switchTextAppearance 0x7f010048
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010073
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010074
+int attr textColorAlertDialogListItem 0x7f0100a9
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c8
+int attr thickness 0x7f01002e
+int attr thumbTextPadding 0x7f010047
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bd
+int attr titleMarginEnd 0x7f0100bb
+int attr titleMarginStart 0x7f0100ba
+int attr titleMarginTop 0x7f0100bc
+int attr titleMargins 0x7f0100b9
+int attr titleTextAppearance 0x7f0100b7
+int attr titleTextColor 0x7f0100c4
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr track 0x7f010046
+int attr voiceIcon 0x7f010041
+int attr windowActionBar 0x7f01004d
+int attr windowActionBarOverlay 0x7f01004f
+int attr windowActionModeOverlay 0x7f010050
+int attr windowFixedHeightMajor 0x7f010054
+int attr windowFixedHeightMinor 0x7f010052
+int attr windowFixedWidthMajor 0x7f010051
+int attr windowFixedWidthMinor 0x7f010053
+int attr windowMinWidthMajor 0x7f010055
+int attr windowMinWidthMinor 0x7f010056
+int attr windowNoTitle 0x7f01004e
+int bool abc_action_bar_embed_tabs 0x7f080002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003
+int bool abc_config_actionMenuItemAllCaps 0x7f080004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f080005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006
+int color abc_background_cache_hint_selector_material_dark 0x7f0a003a
+int color abc_background_cache_hint_selector_material_light 0x7f0a003b
+int color abc_color_highlight_material 0x7f0a003c
+int color abc_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a003d
+int color abc_primary_text_disable_only_material_light 0x7f0a003e
+int color abc_primary_text_material_dark 0x7f0a003f
+int color abc_primary_text_material_light 0x7f0a0040
+int color abc_search_url_text 0x7f0a0041
+int color abc_search_url_text_normal 0x7f0a0001
+int color abc_search_url_text_pressed 0x7f0a0002
+int color abc_search_url_text_selected 0x7f0a0003
+int color abc_secondary_text_material_dark 0x7f0a0042
+int color abc_secondary_text_material_light 0x7f0a0043
+int color accent_material_dark 0x7f0a0004
+int color accent_material_light 0x7f0a0005
+int color background_floating_material_dark 0x7f0a0006
+int color background_floating_material_light 0x7f0a0007
+int color background_material_dark 0x7f0a0008
+int color background_material_light 0x7f0a0009
+int color bright_foreground_disabled_material_dark 0x7f0a000a
+int color bright_foreground_disabled_material_light 0x7f0a000b
+int color bright_foreground_inverse_material_dark 0x7f0a000c
+int color bright_foreground_inverse_material_light 0x7f0a000d
+int color bright_foreground_material_dark 0x7f0a000e
+int color bright_foreground_material_light 0x7f0a000f
+int color button_material_dark 0x7f0a0010
+int color button_material_light 0x7f0a0011
+int color dim_foreground_disabled_material_dark 0x7f0a0012
+int color dim_foreground_disabled_material_light 0x7f0a0013
+int color dim_foreground_material_dark 0x7f0a0014
+int color dim_foreground_material_light 0x7f0a0015
+int color foreground_material_dark 0x7f0a0016
+int color foreground_material_light 0x7f0a0017
+int color highlighted_text_material_dark 0x7f0a0018
+int color highlighted_text_material_light 0x7f0a0019
+int color hint_foreground_material_dark 0x7f0a001a
+int color hint_foreground_material_light 0x7f0a001b
+int color material_blue_grey_800 0x7f0a001c
+int color material_blue_grey_900 0x7f0a001d
+int color material_blue_grey_950 0x7f0a001e
+int color material_deep_teal_200 0x7f0a001f
+int color material_deep_teal_500 0x7f0a0020
+int color material_grey_100 0x7f0a0021
+int color material_grey_300 0x7f0a0022
+int color material_grey_50 0x7f0a0023
+int color material_grey_600 0x7f0a0024
+int color material_grey_800 0x7f0a0025
+int color material_grey_850 0x7f0a0026
+int color material_grey_900 0x7f0a0027
+int color primary_dark_material_dark 0x7f0a0028
+int color primary_dark_material_light 0x7f0a0029
+int color primary_material_dark 0x7f0a002a
+int color primary_material_light 0x7f0a002b
+int color primary_text_default_material_dark 0x7f0a002c
+int color primary_text_default_material_light 0x7f0a002d
+int color primary_text_disabled_material_dark 0x7f0a002e
+int color primary_text_disabled_material_light 0x7f0a002f
+int color ripple_material_dark 0x7f0a0030
+int color ripple_material_light 0x7f0a0031
+int color secondary_text_default_material_dark 0x7f0a0032
+int color secondary_text_default_material_light 0x7f0a0033
+int color secondary_text_disabled_material_dark 0x7f0a0034
+int color secondary_text_disabled_material_light 0x7f0a0035
+int color switch_thumb_disabled_material_dark 0x7f0a0036
+int color switch_thumb_disabled_material_light 0x7f0a0037
+int color switch_thumb_material_dark 0x7f0a0044
+int color switch_thumb_material_light 0x7f0a0045
+int color switch_thumb_normal_material_dark 0x7f0a0038
+int color switch_thumb_normal_material_light 0x7f0a0039
+int dimen abc_action_bar_content_inset_material 0x7f06000b
+int dimen abc_action_bar_default_height_material 0x7f060001
+int dimen abc_action_bar_default_padding_end_material 0x7f06000c
+int dimen abc_action_bar_default_padding_start_material 0x7f06000d
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f06000f
+int dimen abc_action_bar_overflow_padding_end_material 0x7f060010
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060011
+int dimen abc_action_bar_progress_bar_size 0x7f060002
+int dimen abc_action_bar_stacked_max_height 0x7f060012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f060013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015
+int dimen abc_action_button_min_height_material 0x7f060016
+int dimen abc_action_button_min_width_material 0x7f060017
+int dimen abc_action_button_min_width_overflow_material 0x7f060018
+int dimen abc_alert_dialog_button_bar_height 0x7f060000
+int dimen abc_button_inset_horizontal_material 0x7f060019
+int dimen abc_button_inset_vertical_material 0x7f06001a
+int dimen abc_button_padding_horizontal_material 0x7f06001b
+int dimen abc_button_padding_vertical_material 0x7f06001c
+int dimen abc_config_prefDialogWidth 0x7f060005
+int dimen abc_control_corner_material 0x7f06001d
+int dimen abc_control_inset_material 0x7f06001e
+int dimen abc_control_padding_material 0x7f06001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f060020
+int dimen abc_dialog_min_width_major 0x7f060021
+int dimen abc_dialog_min_width_minor 0x7f060022
+int dimen abc_dialog_padding_material 0x7f060023
+int dimen abc_dialog_padding_top_material 0x7f060024
+int dimen abc_disabled_alpha_material_dark 0x7f060025
+int dimen abc_disabled_alpha_material_light 0x7f060026
+int dimen abc_dropdownitem_icon_width 0x7f060027
+int dimen abc_dropdownitem_text_padding_left 0x7f060028
+int dimen abc_dropdownitem_text_padding_right 0x7f060029
+int dimen abc_edit_text_inset_bottom_material 0x7f06002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f06002b
+int dimen abc_edit_text_inset_top_material 0x7f06002c
+int dimen abc_floating_window_z 0x7f06002d
+int dimen abc_list_item_padding_horizontal_material 0x7f06002e
+int dimen abc_panel_menu_list_width 0x7f06002f
+int dimen abc_search_view_preferred_width 0x7f060030
+int dimen abc_search_view_text_min_width 0x7f060006
+int dimen abc_switch_padding 0x7f06000e
+int dimen abc_text_size_body_1_material 0x7f060031
+int dimen abc_text_size_body_2_material 0x7f060032
+int dimen abc_text_size_button_material 0x7f060033
+int dimen abc_text_size_caption_material 0x7f060034
+int dimen abc_text_size_display_1_material 0x7f060035
+int dimen abc_text_size_display_2_material 0x7f060036
+int dimen abc_text_size_display_3_material 0x7f060037
+int dimen abc_text_size_display_4_material 0x7f060038
+int dimen abc_text_size_headline_material 0x7f060039
+int dimen abc_text_size_large_material 0x7f06003a
+int dimen abc_text_size_medium_material 0x7f06003b
+int dimen abc_text_size_menu_material 0x7f06003c
+int dimen abc_text_size_small_material 0x7f06003d
+int dimen abc_text_size_subhead_material 0x7f06003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060003
+int dimen abc_text_size_title_material 0x7f06003f
+int dimen abc_text_size_title_material_toolbar 0x7f060004
+int dimen dialog_fixed_height_major 0x7f060007
+int dimen dialog_fixed_height_minor 0x7f060008
+int dimen dialog_fixed_width_major 0x7f060009
+int dimen dialog_fixed_width_minor 0x7f06000a
+int dimen disabled_alpha_material_dark 0x7f060040
+int dimen disabled_alpha_material_light 0x7f060041
+int dimen highlight_alpha_material_colored 0x7f060042
+int dimen highlight_alpha_material_dark 0x7f060043
+int dimen highlight_alpha_material_light 0x7f060044
+int dimen notification_large_icon_height 0x7f060045
+int dimen notification_large_icon_width 0x7f060046
+int dimen notification_subtext_size 0x7f060047
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_spinner_mtrl_am_alpha 0x7f020032
+int drawable abc_spinner_textfield_background_material 0x7f020033
+int drawable abc_switch_thumb_material 0x7f020034
+int drawable abc_switch_track_mtrl_alpha 0x7f020035
+int drawable abc_tab_indicator_material 0x7f020036
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020037
+int drawable abc_text_cursor_material 0x7f020038
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020039
+int drawable abc_textfield_default_mtrl_alpha 0x7f02003a
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c
+int drawable abc_textfield_search_material 0x7f02003d
+int drawable notification_template_icon_bg 0x7f02003e
+int id action0 0x7f0b004d
+int id action_bar 0x7f0b003e
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b003d
+int id action_bar_root 0x7f0b0039
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b0022
+int id action_bar_title 0x7f0b0021
+int id action_context_bar 0x7f0b003f
+int id action_divider 0x7f0b0051
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b003b
+int id action_mode_bar_stub 0x7f0b003a
+int id action_mode_close_button 0x7f0b0023
+int id activity_chooser_view_content 0x7f0b0024
+int id alertTitle 0x7f0b002e
+int id always 0x7f0b001b
+int id beginning 0x7f0b0018
+int id buttonPanel 0x7f0b0034
+int id cancel_action 0x7f0b004e
+int id checkbox 0x7f0b0036
+int id chronometer 0x7f0b0054
+int id collapseActionView 0x7f0b001c
+int id contentPanel 0x7f0b002f
+int id custom 0x7f0b0033
+int id customPanel 0x7f0b0032
+int id decor_content_parent 0x7f0b003c
+int id default_activity_button 0x7f0b0027
+int id disableHome 0x7f0b000c
+int id edit_query 0x7f0b0040
+int id end 0x7f0b0019
+int id end_padder 0x7f0b0059
+int id expand_activities_button 0x7f0b0025
+int id expanded_menu 0x7f0b0035
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b000d
+int id icon 0x7f0b0029
+int id ifRoom 0x7f0b001d
+int id image 0x7f0b0026
+int id info 0x7f0b0058
+int id line1 0x7f0b0052
+int id line3 0x7f0b0056
+int id listMode 0x7f0b0009
+int id list_item 0x7f0b0028
+int id media_actions 0x7f0b0050
+int id middle 0x7f0b001a
+int id multiply 0x7f0b0013
+int id never 0x7f0b001e
+int id none 0x7f0b000e
+int id normal 0x7f0b000a
+int id parentPanel 0x7f0b002b
+int id progress_circular 0x7f0b0005
+int id progress_horizontal 0x7f0b0006
+int id radio 0x7f0b0038
+int id screen 0x7f0b0014
+int id scrollView 0x7f0b0030
+int id search_badge 0x7f0b0042
+int id search_bar 0x7f0b0041
+int id search_button 0x7f0b0043
+int id search_close_btn 0x7f0b0048
+int id search_edit_frame 0x7f0b0044
+int id search_go_btn 0x7f0b004a
+int id search_mag_icon 0x7f0b0045
+int id search_plate 0x7f0b0046
+int id search_src_text 0x7f0b0047
+int id search_voice_btn 0x7f0b004b
+int id select_dialog_listview 0x7f0b004c
+int id shortcut 0x7f0b0037
+int id showCustom 0x7f0b000f
+int id showHome 0x7f0b0010
+int id showTitle 0x7f0b0011
+int id split_action_bar 0x7f0b0007
+int id src_atop 0x7f0b0015
+int id src_in 0x7f0b0016
+int id src_over 0x7f0b0017
+int id status_bar_latest_event_content 0x7f0b004f
+int id submit_area 0x7f0b0049
+int id tabMode 0x7f0b000b
+int id text 0x7f0b0057
+int id text2 0x7f0b0055
+int id textSpacerNoButtons 0x7f0b0031
+int id time 0x7f0b0053
+int id title 0x7f0b002a
+int id title_template 0x7f0b002d
+int id topPanel 0x7f0b002c
+int id up 0x7f0b0008
+int id useLogo 0x7f0b0012
+int id withText 0x7f0b001f
+int id wrap_content 0x7f0b0020
+int integer abc_config_activityDefaultDur 0x7f090001
+int integer abc_config_activityShortDur 0x7f090002
+int integer abc_max_action_buttons 0x7f090000
+int integer cancel_button_image_alpha 0x7f090003
+int integer status_bar_notification_info_maxnum 0x7f090004
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_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 notification_media_action 0x7f030018
+int layout notification_media_cancel_action 0x7f030019
+int layout notification_template_big_media 0x7f03001a
+int layout notification_template_big_media_narrow 0x7f03001b
+int layout notification_template_lines 0x7f03001c
+int layout notification_template_media 0x7f03001d
+int layout notification_template_part_chronometer 0x7f03001e
+int layout notification_template_part_time 0x7f03001f
+int layout select_dialog_item_material 0x7f030020
+int layout select_dialog_multichoice_material 0x7f030021
+int layout select_dialog_singlechoice_material 0x7f030022
+int layout support_simple_spinner_dropdown_item 0x7f030023
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f050001
+int string abc_action_bar_home_subtitle_description_format 0x7f050002
+int string abc_action_bar_up_description 0x7f050003
+int string abc_action_menu_overflow_description 0x7f050004
+int string abc_action_mode_done 0x7f050005
+int string abc_activity_chooser_view_see_all 0x7f050006
+int string abc_activitychooserview_choose_application 0x7f050007
+int string abc_search_hint 0x7f050008
+int string abc_searchview_description_clear 0x7f050009
+int string abc_searchview_description_query 0x7f05000a
+int string abc_searchview_description_search 0x7f05000b
+int string abc_searchview_description_submit 0x7f05000c
+int string abc_searchview_description_voice 0x7f05000d
+int string abc_shareactionprovider_share_with 0x7f05000e
+int string abc_shareactionprovider_share_with_application 0x7f05000f
+int string abc_toolbar_collapse_description 0x7f050010
+int string status_bar_notification_info_overflow 0x7f050011
+int style AlertDialog_AppCompat 0x7f07007a
+int style AlertDialog_AppCompat_Light 0x7f07007b
+int style Animation_AppCompat_Dialog 0x7f07007c
+int style Animation_AppCompat_DropDownUp 0x7f07007d
+int style Base_AlertDialog_AppCompat 0x7f07007e
+int style Base_AlertDialog_AppCompat_Light 0x7f07007f
+int style Base_Animation_AppCompat_Dialog 0x7f070080
+int style Base_Animation_AppCompat_DropDownUp 0x7f070081
+int style Base_DialogWindowTitle_AppCompat 0x7f070082
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f070083
+int style Base_TextAppearance_AppCompat 0x7f07002d
+int style Base_TextAppearance_AppCompat_Body1 0x7f07002e
+int style Base_TextAppearance_AppCompat_Body2 0x7f07002f
+int style Base_TextAppearance_AppCompat_Button 0x7f070018
+int style Base_TextAppearance_AppCompat_Caption 0x7f070030
+int style Base_TextAppearance_AppCompat_Display1 0x7f070031
+int style Base_TextAppearance_AppCompat_Display2 0x7f070032
+int style Base_TextAppearance_AppCompat_Display3 0x7f070033
+int style Base_TextAppearance_AppCompat_Display4 0x7f070034
+int style Base_TextAppearance_AppCompat_Headline 0x7f070035
+int style Base_TextAppearance_AppCompat_Inverse 0x7f070003
+int style Base_TextAppearance_AppCompat_Large 0x7f070036
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070037
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070038
+int style Base_TextAppearance_AppCompat_Medium 0x7f070039
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005
+int style Base_TextAppearance_AppCompat_Menu 0x7f07003a
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f070084
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003b
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003c
+int style Base_TextAppearance_AppCompat_Small 0x7f07003d
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f07003e
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007
+int style Base_TextAppearance_AppCompat_Title 0x7f07003f
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070040
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070044
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070046
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f070047
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f070076
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f070085
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070086
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d
+int style Base_Theme_AppCompat 0x7f07004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f070087
+int style Base_Theme_AppCompat_Dialog 0x7f070009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f070088
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070089
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f07008a
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001
+int style Base_Theme_AppCompat_Light 0x7f07004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f07008b
+int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f07008c
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f07008d
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f07008e
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002
+int style Base_ThemeOverlay_AppCompat 0x7f07008f
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070090
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f070091
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f070092
+int style Base_ThemeOverlay_AppCompat_Light 0x7f070093
+int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014
+int style Base_V12_Widget_AppCompat_EditText 0x7f070015
+int style Base_V21_Theme_AppCompat 0x7f070050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f070051
+int style Base_V21_Theme_AppCompat_Light 0x7f070052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053
+int style Base_V22_Theme_AppCompat 0x7f070074
+int style Base_V22_Theme_AppCompat_Light 0x7f070075
+int style Base_V23_Theme_AppCompat 0x7f070077
+int style Base_V23_Theme_AppCompat_Light 0x7f070078
+int style Base_V7_Theme_AppCompat 0x7f070094
+int style Base_V7_Theme_AppCompat_Dialog 0x7f070095
+int style Base_V7_Theme_AppCompat_Light 0x7f070096
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070097
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070098
+int style Base_V7_Widget_AppCompat_EditText 0x7f070099
+int style Base_Widget_AppCompat_ActionBar 0x7f07009a
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f07009b
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f07009c
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055
+int style Base_Widget_AppCompat_ActionButton 0x7f070056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058
+int style Base_Widget_AppCompat_ActionMode 0x7f07009d
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f07009e
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016
+int style Base_Widget_AppCompat_Button 0x7f070059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f07009f
+int style Base_Widget_AppCompat_Button_Colored 0x7f070079
+int style Base_Widget_AppCompat_Button_Small 0x7f07005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f07005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700a0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0700a1
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0700a2
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060
+int style Base_Widget_AppCompat_EditText 0x7f070017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0700a3
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0700a4
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700a5
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066
+int style Base_Widget_AppCompat_ListView 0x7f070067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f070069
+int style Base_Widget_AppCompat_PopupMenu 0x7f07006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f0700a6
+int style Base_Widget_AppCompat_ProgressBar 0x7f07000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e
+int style Base_Widget_AppCompat_RatingBar 0x7f07006c
+int style Base_Widget_AppCompat_SearchView 0x7f0700a7
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a8
+int style Base_Widget_AppCompat_Spinner 0x7f07006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0700a9
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070
+int style Platform_AppCompat 0x7f07000f
+int style Platform_AppCompat_Light 0x7f070010
+int style Platform_ThemeOverlay_AppCompat 0x7f070071
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f070073
+int style Platform_V11_AppCompat 0x7f070011
+int style Platform_V11_AppCompat_Light 0x7f070012
+int style Platform_V14_AppCompat 0x7f070019
+int style Platform_V14_AppCompat_Light 0x7f07001a
+int style Platform_Widget_AppCompat_Spinner 0x7f070013
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c
+int style TextAppearance_AppCompat 0x7f0700aa
+int style TextAppearance_AppCompat_Body1 0x7f0700ab
+int style TextAppearance_AppCompat_Body2 0x7f0700ac
+int style TextAppearance_AppCompat_Button 0x7f0700ad
+int style TextAppearance_AppCompat_Caption 0x7f0700ae
+int style TextAppearance_AppCompat_Display1 0x7f0700af
+int style TextAppearance_AppCompat_Display2 0x7f0700b0
+int style TextAppearance_AppCompat_Display3 0x7f0700b1
+int style TextAppearance_AppCompat_Display4 0x7f0700b2
+int style TextAppearance_AppCompat_Headline 0x7f0700b3
+int style TextAppearance_AppCompat_Inverse 0x7f0700b4
+int style TextAppearance_AppCompat_Large 0x7f0700b5
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b6
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b7
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b8
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b9
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700ba
+int style TextAppearance_AppCompat_Medium 0x7f0700bb
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700bc
+int style TextAppearance_AppCompat_Menu 0x7f0700bd
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700be
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700bf
+int style TextAppearance_AppCompat_Small 0x7f0700c0
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0700c1
+int style TextAppearance_AppCompat_Subhead 0x7f0700c2
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700c3
+int style TextAppearance_AppCompat_Title 0x7f0700c4
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c5
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700ca
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700cd
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700ce
+int style TextAppearance_AppCompat_Widget_Button 0x7f0700cf
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0700d0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700d1
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700d2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700d3
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0700d4
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700d5
+int style TextAppearance_StatusBar_EventContent 0x7f07001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d6
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d7
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d8
+int style Theme_AppCompat 0x7f0700d9
+int style Theme_AppCompat_CompactMenu 0x7f0700da
+int style Theme_AppCompat_Dialog 0x7f0700db
+int style Theme_AppCompat_Dialog_Alert 0x7f0700dc
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0700dd
+int style Theme_AppCompat_DialogWhenLarge 0x7f0700de
+int style Theme_AppCompat_Light 0x7f0700df
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0700e0
+int style Theme_AppCompat_Light_Dialog 0x7f0700e1
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700e2
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e3
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e4
+int style Theme_AppCompat_Light_NoActionBar 0x7f0700e5
+int style Theme_AppCompat_NoActionBar 0x7f0700e6
+int style ThemeOverlay_AppCompat 0x7f0700e7
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e8
+int style ThemeOverlay_AppCompat_Dark 0x7f0700e9
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700ea
+int style ThemeOverlay_AppCompat_Light 0x7f0700eb
+int style Widget_AppCompat_ActionBar 0x7f0700ec
+int style Widget_AppCompat_ActionBar_Solid 0x7f0700ed
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0700ee
+int style Widget_AppCompat_ActionBar_TabText 0x7f0700ef
+int style Widget_AppCompat_ActionBar_TabView 0x7f0700f0
+int style Widget_AppCompat_ActionButton 0x7f0700f1
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700f2
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f3
+int style Widget_AppCompat_ActionMode 0x7f0700f4
+int style Widget_AppCompat_ActivityChooserView 0x7f0700f5
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f6
+int style Widget_AppCompat_Button 0x7f0700f7
+int style Widget_AppCompat_Button_Borderless 0x7f0700f8
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f9
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700fa
+int style Widget_AppCompat_Button_Colored 0x7f0700fb
+int style Widget_AppCompat_Button_Small 0x7f0700fc
+int style Widget_AppCompat_ButtonBar 0x7f0700fd
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fe
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700ff
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f070100
+int style Widget_AppCompat_CompoundButton_Switch 0x7f070101
+int style Widget_AppCompat_DrawerArrowToggle 0x7f070102
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f070103
+int style Widget_AppCompat_EditText 0x7f070104
+int style Widget_AppCompat_Light_ActionBar 0x7f070105
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070106
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070107
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070108
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070109
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f07010a
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f07010b
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f07010c
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f07010d
+int style Widget_AppCompat_Light_ActionButton 0x7f07010e
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010f
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070110
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070111
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f070112
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070113
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070114
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f070115
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f070116
+int style Widget_AppCompat_Light_PopupMenu 0x7f070117
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070118
+int style Widget_AppCompat_Light_SearchView 0x7f070119
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f07011a
+int style Widget_AppCompat_ListPopupWindow 0x7f07011b
+int style Widget_AppCompat_ListView 0x7f07011c
+int style Widget_AppCompat_ListView_DropDown 0x7f07011d
+int style Widget_AppCompat_ListView_Menu 0x7f07011e
+int style Widget_AppCompat_PopupMenu 0x7f07011f
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f070120
+int style Widget_AppCompat_PopupWindow 0x7f070121
+int style Widget_AppCompat_ProgressBar 0x7f070122
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070123
+int style Widget_AppCompat_RatingBar 0x7f070124
+int style Widget_AppCompat_SearchView 0x7f070125
+int style Widget_AppCompat_SearchView_ActionBar 0x7f070126
+int style Widget_AppCompat_Spinner 0x7f070127
+int style Widget_AppCompat_Spinner_DropDown 0x7f070128
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070129
+int style Widget_AppCompat_Spinner_Underlined 0x7f07012a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f07012b
+int style Widget_AppCompat_Toolbar 0x7f07012c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f07012d
+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, 0x7f01007b }
+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 CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002f, 0x7f010030, 0x7f010031 }
+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, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035 }
+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, 0x7f010036 }
+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, 0x7f010037 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010038 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c }
+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, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 91
+int styleable Theme_alertDialogCenterButtons 92
+int styleable Theme_alertDialogStyle 90
+int styleable Theme_alertDialogTheme 93
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 98
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 96
+int styleable Theme_buttonBarNeutralButtonStyle 97
+int styleable Theme_buttonBarPositiveButtonStyle 95
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 99
+int styleable Theme_buttonStyleSmall 100
+int styleable Theme_checkboxStyle 101
+int styleable Theme_checkedTextViewStyle 102
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_controlBackground 89
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 103
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 104
+int styleable Theme_ratingBarStyle 105
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 106
+int styleable Theme_switchStyle 107
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 94
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100c9, 0x7f0100ca }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip
new file mode 100644
index 0000000..0f94f5d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar
new file mode 100644
index 0000000..fe72b5c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt
new file mode 100644
index 0000000..dde7ec5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt
@@ -0,0 +1,307 @@
+style TextAppearance.AppCompat
+style TextAppearance.AppCompat.Body1
+style TextAppearance.AppCompat.Body2
+style TextAppearance.AppCompat.Button
+style TextAppearance.AppCompat.Caption
+style TextAppearance.AppCompat.Display1
+style TextAppearance.AppCompat.Display2
+style TextAppearance.AppCompat.Display3
+style TextAppearance.AppCompat.Display4
+style TextAppearance.AppCompat.Headline
+style TextAppearance.AppCompat.Inverse
+style TextAppearance.AppCompat.Large
+style TextAppearance.AppCompat.Large.Inverse
+style TextAppearance.AppCompat.Light.SearchResult.Subtitle
+style TextAppearance.AppCompat.Light.SearchResult.Title
+style TextAppearance.AppCompat.Light.Widget.PopupMenu.Large
+style TextAppearance.AppCompat.Light.Widget.PopupMenu.Small
+style TextAppearance.AppCompat.Medium
+style TextAppearance.AppCompat.Medium.Inverse
+style TextAppearance.AppCompat.Menu
+style TextAppearance.AppCompat.SearchResult.Subtitle
+style TextAppearance.AppCompat.SearchResult.Title
+style TextAppearance.AppCompat.Small
+style TextAppearance.AppCompat.Small.Inverse
+style TextAppearance.AppCompat.Subhead
+style TextAppearance.AppCompat.Subhead.Inverse
+style TextAppearance.AppCompat.Title
+style TextAppearance.AppCompat.Title.Inverse
+style TextAppearance.AppCompat.Widget.ActionBar.Menu
+style TextAppearance.AppCompat.Widget.ActionBar.Subtitle
+style TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse
+style TextAppearance.AppCompat.Widget.ActionBar.Title
+style TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse
+style TextAppearance.AppCompat.Widget.ActionMode.Subtitle
+style TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse
+style TextAppearance.AppCompat.Widget.ActionMode.Title
+style TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse
+style TextAppearance.AppCompat.Widget.Button
+style TextAppearance.AppCompat.Widget.Button.Inverse
+style TextAppearance.AppCompat.Widget.DropDownItem
+style TextAppearance.AppCompat.Widget.PopupMenu.Large
+style TextAppearance.AppCompat.Widget.PopupMenu.Small
+style TextAppearance.AppCompat.Widget.Switch
+style TextAppearance.AppCompat.Widget.TextView.SpinnerItem
+style Theme.AppCompat
+style Theme.AppCompat.Dialog
+style Theme.AppCompat.Dialog.Alert
+style Theme.AppCompat.Dialog.MinWidth
+style Theme.AppCompat.DialogWhenLarge
+style Theme.AppCompat.Light
+style Theme.AppCompat.Light.DarkActionBar
+style Theme.AppCompat.Light.Dialog
+style Theme.AppCompat.Light.Dialog.Alert
+style Theme.AppCompat.Light.Dialog.MinWidth
+style Theme.AppCompat.Light.DialogWhenLarge
+style Theme.AppCompat.Light.NoActionBar
+style Theme.AppCompat.NoActionBar
+style ThemeOverlay.AppCompat
+style ThemeOverlay.AppCompat.ActionBar
+style ThemeOverlay.AppCompat.Dark
+style ThemeOverlay.AppCompat.Dark.ActionBar
+style ThemeOverlay.AppCompat.Light
+style Widget.AppCompat.ActionBar
+style Widget.AppCompat.ActionBar.Solid
+style Widget.AppCompat.ActionBar.TabBar
+style Widget.AppCompat.ActionBar.TabText
+style Widget.AppCompat.ActionBar.TabView
+style Widget.AppCompat.ActionButton
+style Widget.AppCompat.ActionButton.CloseMode
+style Widget.AppCompat.ActionButton.Overflow
+style Widget.AppCompat.ActionMode
+style Widget.AppCompat.AutoCompleteTextView
+style Widget.AppCompat.Button
+style Widget.AppCompat.Button.Borderless
+style Widget.AppCompat.Button.Borderless.Colored
+style Widget.AppCompat.Button.ButtonBar.AlertDialog
+style Widget.AppCompat.Button.Colored
+style Widget.AppCompat.Button.Small
+style Widget.AppCompat.ButtonBar
+style Widget.AppCompat.ButtonBar.AlertDialog
+style Widget.AppCompat.CompoundButton.CheckBox
+style Widget.AppCompat.CompoundButton.RadioButton
+style Widget.AppCompat.CompoundButton.Switch
+style Widget.AppCompat.DrawerArrowToggle
+style Widget.AppCompat.DropDownItem.Spinner
+style Widget.AppCompat.EditText
+style Widget.AppCompat.Light.ActionBar
+style Widget.AppCompat.Light.ActionBar.Solid
+style Widget.AppCompat.Light.ActionBar.Solid.Inverse
+style Widget.AppCompat.Light.ActionBar.TabBar
+style Widget.AppCompat.Light.ActionBar.TabBar.Inverse
+style Widget.AppCompat.Light.ActionBar.TabText
+style Widget.AppCompat.Light.ActionBar.TabText.Inverse
+style Widget.AppCompat.Light.ActionBar.TabView
+style Widget.AppCompat.Light.ActionBar.TabView.Inverse
+style Widget.AppCompat.Light.ActionButton
+style Widget.AppCompat.Light.ActionButton.CloseMode
+style Widget.AppCompat.Light.ActionButton.Overflow
+style Widget.AppCompat.Light.ActionMode.Inverse
+style Widget.AppCompat.Light.AutoCompleteTextView
+style Widget.AppCompat.Light.DropDownItem.Spinner
+style Widget.AppCompat.Light.ListPopupWindow
+style Widget.AppCompat.Light.ListView.DropDown
+style Widget.AppCompat.Light.PopupMenu
+style Widget.AppCompat.Light.PopupMenu.Overflow
+style Widget.AppCompat.Light.SearchView
+style Widget.AppCompat.Light.Spinner.DropDown.ActionBar
+style Widget.AppCompat.ListPopupWindow
+style Widget.AppCompat.ListView
+style Widget.AppCompat.ListView.DropDown
+style Widget.AppCompat.ListView.Menu
+style Widget.AppCompat.PopupMenu
+style Widget.AppCompat.PopupMenu.Overflow
+style Widget.AppCompat.PopupWindow
+style Widget.AppCompat.ProgressBar
+style Widget.AppCompat.ProgressBar.Horizontal
+style Widget.AppCompat.RatingBar
+style Widget.AppCompat.SearchView
+style Widget.AppCompat.SearchView.ActionBar
+style Widget.AppCompat.Spinner
+style Widget.AppCompat.Spinner.DropDown
+style Widget.AppCompat.Spinner.DropDown.ActionBar
+style Widget.AppCompat.Spinner.Underlined
+style Widget.AppCompat.TextView.SpinnerItem
+style Widget.AppCompat.Toolbar
+style Widget.AppCompat.Toolbar.Button.Navigation
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionViewClass
+attr alertDialogStyle
+attr alertDialogTheme
+attr arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr background
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr barLength
+attr borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr checkboxStyle
+attr checkedTextViewStyle
+attr closeIcon
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr color
+attr colorAccent
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorPrimary
+attr colorPrimaryDark
+attr colorSwitchThumbNormal
+attr commitIcon
+attr contentInsetEnd
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr customNavigationLayout
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr drawableSize
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr gapBetweenBars
+attr goIcon
+attr height
+attr hideOnContentScroll
+attr homeAsUpIndicator
+attr homeLayout
+attr icon
+attr iconifiedByDefault
+attr indeterminateProgressStyle
+attr isLightTheme
+attr itemPadding
+attr layout
+attr listChoiceBackgroundIndicator
+attr listDividerAlertDialog
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr logo
+attr logoDescription
+attr measureWithLargestChild
+attr middleBarArrowSize
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr overlapAnchor
+attr paddingEnd
+attr paddingStart
+attr panelBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr ratingBarStyle
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+layout support_simple_spinner_dropdown_item
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr textAllCaps
+attr textAppearanceLargePopupMenu
+attr textAppearanceListItem
+attr textAppearanceListItemSmall
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textColorAlertDialogListItem
+attr theme
+attr thickness
+attr thumbTextPadding
+attr title
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr track
+attr voiceIcon
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowNoTitle
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml
new file mode 100644
index 0000000..0b1d093
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml
new file mode 100644
index 0000000..85b1da0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..1e9b12d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..420c20f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..708aac6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..09f5cf3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..648b22e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..dab0606
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..beae155
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..f721cd1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..b95cde6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.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/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..d7c4b28
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.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/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..5527943
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..e58e6d0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..bab927f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..d340ea5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..954b58a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..2462f7e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..204d0be
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml
new file mode 100644
index 0000000..e222ae3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..2b9f784
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..d4bab1f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..f7eb354
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..2ab38db
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..88f1767
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..d5e1a00
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2cf413c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..d890a62
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..0620439
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fe0ec49
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..40d02ee
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..63435d7
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..425066d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..a854864
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..726b1dc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..09d1022
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..f026a41
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..c8b9f68
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..f7f306d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..6fd5bfe
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..99e68cc
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..58a33fc
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..79bff6a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..c61fa11
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..82557e0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..f479f89
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..406d4c4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..2f6f990
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..44e7b0e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..4b77a00
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..f57d90a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..abfc114
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..bc7298c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..cb40ddc
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..75d91a4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..9db88d5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..3d19c60
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..1e9c549
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..39e07b3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..efb827c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..222452a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..6f432b6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..f31c18b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..c2578b6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..6bb35fb
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..6217fc6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..3529867
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..8dab475
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..5173363
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..60c6a63
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..02e428a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..80f7c97
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..7bc5467
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..456c20c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..371d2df
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..ad96f01
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..73e5488
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..3eb8cd6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..cd334b1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..8d456e2
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..d692b19
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..212bbb4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..1aa46e6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..9f4a3d2
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..e73fae9
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..6d24056
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..0af6aca
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml
new file mode 100644
index 0000000..8241bda
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..fc12dab
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..e9254d7
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..e8cd8e3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml
new file mode 100644
index 0000000..9514bd8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml
new file mode 100644
index 0000000..ff66430
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..c908ea8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..7940789
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..69dc43e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..790fe7b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..7b2e195
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..e7759e6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml
new file mode 100644
index 0000000..5c4ef21
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml
new file mode 100644
index 0000000..f2714ff
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..cc49dd5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..77f6958
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..015b2ef
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..4d793ac
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..5fd6ffe
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..35721b9
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml
new file mode 100644
index 0000000..339c6ba
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml
new file mode 100644
index 0000000..900e2a7
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml
new file mode 100644
index 0000000..242a6ae
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..81d4dd1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..d13b5be
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..1cf86f5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..30b3fe1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml
new file mode 100644
index 0000000..4ad0d36
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..153c01b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..e4a3dc4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..605f7eb
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..021af40
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..34fe500
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..485a029
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..d73ad53
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..bf7e07c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..e6e77fb
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..39b081a
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..4e0ed98
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..d3b21cd
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..9c05bc1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..6dde690
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml
new file mode 100644
index 0000000..e801740
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..6c3d5d1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml
new file mode 100644
index 0000000..4a4e23f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..3bf31e8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..c6d4bec
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..31bca23
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..63ca876
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..430bc85
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..1e758d8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..afe75f4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..2b45eee
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml
new file mode 100644
index 0000000..2c34fad
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml
new file mode 100644
index 0000000..3a6be7d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ true
+
+
+ true
+ 440dp
+
+
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..f9e37f5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..c3a3c70
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..43ed71d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..476b6a5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..e48ba9d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..3c28ca0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..50e8b01
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..51b288c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..7fdc0b6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..f8f40bd
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..6fb0cc3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..7a25b25
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..889b418
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..c0001ea
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml
new file mode 100644
index 0000000..55f9e39
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..c985fa6
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..f03fced
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..9e50909
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+ "˃999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..d711929
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..293b1ee
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..6c25c44
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..3b53fae
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..bb83770
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..b5fd2bf
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..202891b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..2cfd758
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..543291c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..630be97
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..0526526
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml
new file mode 100644
index 0000000..607e5ac
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..6b63603
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..1f47483
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..3d1f962
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..4227e97
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..8624071
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml
new file mode 100644
index 0000000..e96fc19
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml
new file mode 100644
index 0000000..2b88c07
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml
new file mode 100644
index 0000000..005b903
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml
new file mode 100644
index 0000000..9b88aec
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml
new file mode 100644
index 0000000..25a7e7d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..df2a33d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml
new file mode 100644
index 0000000..671027f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
new file mode 100644
index 0000000..4ea0cec
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..1e223a3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..89c59b1
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..43dd2fa
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..afb11e7
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..9cc816f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..1782c24
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..c63bb08
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..bbaa7f0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ false
+
+
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..d5b0203
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..1045a24
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+ "999 +"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..d4d06ca
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..41c1d9e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml
new file mode 100644
index 0000000..a2b5128
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml
@@ -0,0 +1,1534 @@
+
+
+
+
+
+
+
+
+
+
+ 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
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #42ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ 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
+ 0.26
+ 0.20
+ 0.12
+
+
+ 64dp
+ 64dp
+ 12dp
+
+
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+
+
+ 2
+
+
+ 127
+ 999
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/AndroidManifest.xml
new file mode 100644
index 0000000..f191b9b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/R.txt
new file mode 100644
index 0000000..2879374
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/R.txt
@@ -0,0 +1,12 @@
+int attr layoutManager 0x7f010000
+int attr reverseLayout 0x7f010002
+int attr spanCount 0x7f010001
+int attr stackFromEnd 0x7f010003
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f020000
+int id item_touch_helper_previous_elevation 0x7f030000
+int[] styleable RecyclerView { 0x010100c4, 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
diff --git a/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f191b9b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/aapt/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars/classes.jar
new file mode 100644
index 0000000..34d7571
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml
new file mode 100644
index 0000000..69f252f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+ 20dp
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.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/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/RatingCompat.aidl b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.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/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.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/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.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/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.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/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/annotations.zip b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/annotations.zip
new file mode 100644
index 0000000..383de08
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/annotations.zip differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/classes.jar
new file mode 100644
index 0000000..311d048
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/libs/internal_impl-23.0.1.jar b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/libs/internal_impl-23.0.1.jar
new file mode 100644
index 0000000..98af5bd
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/libs/internal_impl-23.0.1.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/AndroidManifest.xml
new file mode 100644
index 0000000..e7d3ca4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/R.txt b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/R.txt
new file mode 100644
index 0000000..dbad92e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/R.txt
@@ -0,0 +1,58 @@
+int attr actualImageScaleType 0x7f01000b
+int attr backgroundImage 0x7f01000c
+int attr fadeDuration 0x7f010000
+int attr failureImage 0x7f010006
+int attr failureImageScaleType 0x7f010007
+int attr overlayImage 0x7f01000d
+int attr placeholderImage 0x7f010002
+int attr placeholderImageScaleType 0x7f010003
+int attr pressedStateOverlayImage 0x7f01000e
+int attr progressBarAutoRotateInterval 0x7f01000a
+int attr progressBarImage 0x7f010008
+int attr progressBarImageScaleType 0x7f010009
+int attr retryImage 0x7f010004
+int attr retryImageScaleType 0x7f010005
+int attr roundAsCircle 0x7f01000f
+int attr roundBottomLeft 0x7f010014
+int attr roundBottomRight 0x7f010013
+int attr roundTopLeft 0x7f010011
+int attr roundTopRight 0x7f010012
+int attr roundWithOverlayColor 0x7f010015
+int attr roundedCornerRadius 0x7f010010
+int attr roundingBorderColor 0x7f010017
+int attr roundingBorderWidth 0x7f010016
+int attr viewAspectRatio 0x7f010001
+int id center 0x7f020000
+int id centerCrop 0x7f020001
+int id centerInside 0x7f020002
+int id fitCenter 0x7f020003
+int id fitEnd 0x7f020004
+int id fitStart 0x7f020005
+int id fitXY 0x7f020006
+int id focusCrop 0x7f020007
+int id none 0x7f020008
+int[] styleable GenericDraweeView { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..e7d3ca4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/jars/classes.jar
new file mode 100644
index 0000000..0a98552
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/res/values/values.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/res/values/values.xml
new file mode 100644
index 0000000..c839e39
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/AndroidManifest.xml
new file mode 100644
index 0000000..495ffaa
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..495ffaa
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/jars/classes.jar
new file mode 100644
index 0000000..08d51cf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/AndroidManifest.xml
new file mode 100644
index 0000000..ad7610f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/R.txt b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/R.txt
new file mode 100644
index 0000000..dbad92e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/R.txt
@@ -0,0 +1,58 @@
+int attr actualImageScaleType 0x7f01000b
+int attr backgroundImage 0x7f01000c
+int attr fadeDuration 0x7f010000
+int attr failureImage 0x7f010006
+int attr failureImageScaleType 0x7f010007
+int attr overlayImage 0x7f01000d
+int attr placeholderImage 0x7f010002
+int attr placeholderImageScaleType 0x7f010003
+int attr pressedStateOverlayImage 0x7f01000e
+int attr progressBarAutoRotateInterval 0x7f01000a
+int attr progressBarImage 0x7f010008
+int attr progressBarImageScaleType 0x7f010009
+int attr retryImage 0x7f010004
+int attr retryImageScaleType 0x7f010005
+int attr roundAsCircle 0x7f01000f
+int attr roundBottomLeft 0x7f010014
+int attr roundBottomRight 0x7f010013
+int attr roundTopLeft 0x7f010011
+int attr roundTopRight 0x7f010012
+int attr roundWithOverlayColor 0x7f010015
+int attr roundedCornerRadius 0x7f010010
+int attr roundingBorderColor 0x7f010017
+int attr roundingBorderWidth 0x7f010016
+int attr viewAspectRatio 0x7f010001
+int id center 0x7f020000
+int id centerCrop 0x7f020001
+int id centerInside 0x7f020002
+int id fitCenter 0x7f020003
+int id fitEnd 0x7f020004
+int id fitStart 0x7f020005
+int id fitXY 0x7f020006
+int id focusCrop 0x7f020007
+int id none 0x7f020008
+int[] styleable GenericDraweeView { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..ad7610f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/jars/classes.jar
new file mode 100644
index 0000000..d8e2e00
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/AndroidManifest.xml
new file mode 100644
index 0000000..9c3600d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..9c3600d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/jars/classes.jar
new file mode 100644
index 0000000..5774e07
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/AndroidManifest.xml
new file mode 100644
index 0000000..69e2e08
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..69e2e08
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jars/classes.jar
new file mode 100644
index 0000000..a309892
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libbitmaps.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libbitmaps.so
new file mode 100755
index 0000000..e987356
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libbitmaps.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libgifimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libgifimage.so
new file mode 100755
index 0000000..1c9ded0
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libgifimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libimagepipeline.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libimagepipeline.so
new file mode 100755
index 0000000..46de743
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libimagepipeline.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libmemchunk.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libmemchunk.so
new file mode 100755
index 0000000..f466db3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libmemchunk.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebp.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebp.so
new file mode 100755
index 0000000..e114096
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebp.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebpimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebpimage.so
new file mode 100755
index 0000000..0701cc4
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebpimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libbitmaps.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libbitmaps.so
new file mode 100755
index 0000000..852788f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libbitmaps.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libgifimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libgifimage.so
new file mode 100755
index 0000000..9e0aa8c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libgifimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libimagepipeline.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libimagepipeline.so
new file mode 100755
index 0000000..663f5b5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libimagepipeline.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libmemchunk.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libmemchunk.so
new file mode 100755
index 0000000..efa0b5c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libmemchunk.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebp.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebp.so
new file mode 100755
index 0000000..e94ae07
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebp.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebpimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebpimage.so
new file mode 100755
index 0000000..b86f9b9
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebpimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libbitmaps.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libbitmaps.so
new file mode 100755
index 0000000..0db7f3e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libbitmaps.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libgifimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libgifimage.so
new file mode 100755
index 0000000..fdf619b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libgifimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libimagepipeline.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libimagepipeline.so
new file mode 100755
index 0000000..6214b39
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libimagepipeline.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libmemchunk.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libmemchunk.so
new file mode 100755
index 0000000..f58b67b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libmemchunk.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebp.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebp.so
new file mode 100755
index 0000000..dd95b83
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebp.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebpimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebpimage.so
new file mode 100755
index 0000000..465a3c3
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebpimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libbitmaps.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libbitmaps.so
new file mode 100755
index 0000000..d5a6d7b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libbitmaps.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libgifimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libgifimage.so
new file mode 100755
index 0000000..18184cf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libgifimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libimagepipeline.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libimagepipeline.so
new file mode 100755
index 0000000..06c789a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libimagepipeline.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libmemchunk.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libmemchunk.so
new file mode 100755
index 0000000..6739192
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libmemchunk.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebp.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebp.so
new file mode 100755
index 0000000..d45ba73
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebp.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebpimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebpimage.so
new file mode 100755
index 0000000..f88dafb
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebpimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libbitmaps.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libbitmaps.so
new file mode 100755
index 0000000..8bb7bfe
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libbitmaps.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libgifimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libgifimage.so
new file mode 100755
index 0000000..056b950
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libgifimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libimagepipeline.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libimagepipeline.so
new file mode 100755
index 0000000..de25af5
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libimagepipeline.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libmemchunk.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libmemchunk.so
new file mode 100755
index 0000000..6d3f35d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libmemchunk.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebp.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebp.so
new file mode 100755
index 0000000..3c6ea5c
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebp.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebpimage.so b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebpimage.so
new file mode 100755
index 0000000..7725697
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebpimage.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/AndroidManifest.xml
new file mode 100644
index 0000000..1fd1275
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/AndroidManifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/R.txt b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/R.txt
new file mode 100644
index 0000000..82fc244
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/R.txt
@@ -0,0 +1,1297 @@
+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 catalyst_push_up_in 0x7f04000a
+int anim catalyst_push_up_out 0x7f04000b
+int attr actionBarDivider 0x7f01007e
+int attr actionBarItemBackground 0x7f01007f
+int attr actionBarPopupTheme 0x7f010078
+int attr actionBarSize 0x7f01007d
+int attr actionBarSplitStyle 0x7f01007a
+int attr actionBarStyle 0x7f010079
+int attr actionBarTabBarStyle 0x7f010074
+int attr actionBarTabStyle 0x7f010073
+int attr actionBarTabTextStyle 0x7f010075
+int attr actionBarTheme 0x7f01007b
+int attr actionBarWidgetTheme 0x7f01007c
+int attr actionButtonStyle 0x7f010098
+int attr actionDropDownStyle 0x7f010094
+int attr actionLayout 0x7f01004b
+int attr actionMenuTextAppearance 0x7f010080
+int attr actionMenuTextColor 0x7f010081
+int attr actionModeBackground 0x7f010084
+int attr actionModeCloseButtonStyle 0x7f010083
+int attr actionModeCloseDrawable 0x7f010086
+int attr actionModeCopyDrawable 0x7f010088
+int attr actionModeCutDrawable 0x7f010087
+int attr actionModeFindDrawable 0x7f01008c
+int attr actionModePasteDrawable 0x7f010089
+int attr actionModePopupWindowStyle 0x7f01008e
+int attr actionModeSelectAllDrawable 0x7f01008a
+int attr actionModeShareDrawable 0x7f01008b
+int attr actionModeSplitBackground 0x7f010085
+int attr actionModeStyle 0x7f010082
+int attr actionModeWebSearchDrawable 0x7f01008d
+int attr actionOverflowButtonStyle 0x7f010076
+int attr actionOverflowMenuStyle 0x7f010077
+int attr actionProviderClass 0x7f01004d
+int attr actionViewClass 0x7f01004c
+int attr activityChooserViewStyle 0x7f0100a0
+int attr actualImageScaleType 0x7f01003a
+int attr alertDialogButtonGroupStyle 0x7f0100c2
+int attr alertDialogCenterButtons 0x7f0100c3
+int attr alertDialogStyle 0x7f0100c1
+int attr alertDialogTheme 0x7f0100c4
+int attr arrowHeadLength 0x7f01002b
+int attr arrowShaftLength 0x7f01002c
+int attr autoCompleteTextViewStyle 0x7f0100c9
+int attr background 0x7f01000c
+int attr backgroundImage 0x7f01003b
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100e5
+int attr backgroundTintMode 0x7f0100e6
+int attr barLength 0x7f01002d
+int attr borderlessButtonStyle 0x7f01009d
+int attr buttonBarButtonStyle 0x7f01009a
+int attr buttonBarNegativeButtonStyle 0x7f0100c7
+int attr buttonBarNeutralButtonStyle 0x7f0100c8
+int attr buttonBarPositiveButtonStyle 0x7f0100c6
+int attr buttonBarStyle 0x7f010099
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ca
+int attr buttonStyleSmall 0x7f0100cb
+int attr buttonTint 0x7f010025
+int attr buttonTintMode 0x7f010026
+int attr checkboxStyle 0x7f0100cc
+int attr checkedTextViewStyle 0x7f0100cd
+int attr closeIcon 0x7f010059
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100dc
+int attr collapseIcon 0x7f0100db
+int attr color 0x7f010027
+int attr colorAccent 0x7f0100ba
+int attr colorButtonNormal 0x7f0100be
+int attr colorControlActivated 0x7f0100bc
+int attr colorControlHighlight 0x7f0100bd
+int attr colorControlNormal 0x7f0100bb
+int attr colorPrimary 0x7f0100b8
+int attr colorPrimaryDark 0x7f0100b9
+int attr colorSwitchThumbNormal 0x7f0100bf
+int attr commitIcon 0x7f01005e
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr controlBackground 0x7f0100c0
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010058
+int attr dialogPreferredPadding 0x7f010092
+int attr dialogTheme 0x7f010091
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f01009f
+int attr dividerPadding 0x7f010049
+int attr dividerVertical 0x7f01009e
+int attr drawableSize 0x7f010029
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b0
+int attr dropdownListPreferredItemHeight 0x7f010095
+int attr editTextBackground 0x7f0100a6
+int attr editTextColor 0x7f0100a5
+int attr editTextStyle 0x7f0100ce
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr fadeDuration 0x7f01002f
+int attr failureImage 0x7f010035
+int attr failureImageScaleType 0x7f010036
+int attr gapBetweenBars 0x7f01002a
+int attr goIcon 0x7f01005a
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010097
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010056
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010055
+int attr layoutManager 0x7f010051
+int attr listChoiceBackgroundIndicator 0x7f0100b7
+int attr listDividerAlertDialog 0x7f010093
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100b1
+int attr listPreferredItemHeight 0x7f0100ab
+int attr listPreferredItemHeightLarge 0x7f0100ad
+int attr listPreferredItemHeightSmall 0x7f0100ac
+int attr listPreferredItemPaddingLeft 0x7f0100ae
+int attr listPreferredItemPaddingRight 0x7f0100af
+int attr logo 0x7f01000a
+int attr logoDescription 0x7f0100df
+int attr maxButtonHeight 0x7f0100da
+int attr measureWithLargestChild 0x7f010047
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100de
+int attr navigationIcon 0x7f0100dd
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f01004f
+int attr overlayImage 0x7f01003c
+int attr paddingEnd 0x7f0100e3
+int attr paddingStart 0x7f0100e2
+int attr panelBackground 0x7f0100b4
+int attr panelMenuListTheme 0x7f0100b6
+int attr panelMenuListWidth 0x7f0100b5
+int attr placeholderImage 0x7f010031
+int attr placeholderImageScaleType 0x7f010032
+int attr popupMenuStyle 0x7f0100a3
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100a4
+int attr preserveIconSpacing 0x7f01004e
+int attr pressedStateOverlayImage 0x7f01003d
+int attr progressBarAutoRotateInterval 0x7f010039
+int attr progressBarImage 0x7f010037
+int attr progressBarImageScaleType 0x7f010038
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f010060
+int attr queryHint 0x7f010057
+int attr radioButtonStyle 0x7f0100cf
+int attr ratingBarStyle 0x7f0100d0
+int attr retryImage 0x7f010033
+int attr retryImageScaleType 0x7f010034
+int attr reverseLayout 0x7f010053
+int attr roundAsCircle 0x7f01003e
+int attr roundBottomLeft 0x7f010043
+int attr roundBottomRight 0x7f010042
+int attr roundTopLeft 0x7f010040
+int attr roundTopRight 0x7f010041
+int attr roundWithOverlayColor 0x7f010044
+int attr roundedCornerRadius 0x7f01003f
+int attr roundingBorderColor 0x7f010046
+int attr roundingBorderWidth 0x7f010045
+int attr searchHintIcon 0x7f01005c
+int attr searchIcon 0x7f01005b
+int attr searchViewStyle 0x7f0100aa
+int attr selectableItemBackground 0x7f01009b
+int attr selectableItemBackgroundBorderless 0x7f01009c
+int attr showAsAction 0x7f01004a
+int attr showDividers 0x7f010048
+int attr showText 0x7f010068
+int attr singleChoiceItemLayout 0x7f010022
+int attr spanCount 0x7f010052
+int attr spinBars 0x7f010028
+int attr spinnerDropDownItemStyle 0x7f010096
+int attr spinnerStyle 0x7f0100d1
+int attr splitTrack 0x7f010067
+int attr stackFromEnd 0x7f010054
+int attr state_above_anchor 0x7f010050
+int attr submitBackground 0x7f010061
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100d4
+int attr subtitleTextColor 0x7f0100e1
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01005f
+int attr switchMinWidth 0x7f010065
+int attr switchPadding 0x7f010066
+int attr switchStyle 0x7f0100d2
+int attr switchTextAppearance 0x7f010064
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f01008f
+int attr textAppearanceListItem 0x7f0100b2
+int attr textAppearanceListItemSmall 0x7f0100b3
+int attr textAppearanceSearchResultSubtitle 0x7f0100a8
+int attr textAppearanceSearchResultTitle 0x7f0100a7
+int attr textAppearanceSmallPopupMenu 0x7f010090
+int attr textColorAlertDialogListItem 0x7f0100c5
+int attr textColorSearchUrl 0x7f0100a9
+int attr theme 0x7f0100e4
+int attr thickness 0x7f01002e
+int attr thumbTextPadding 0x7f010063
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100d9
+int attr titleMarginEnd 0x7f0100d7
+int attr titleMarginStart 0x7f0100d6
+int attr titleMarginTop 0x7f0100d8
+int attr titleMargins 0x7f0100d5
+int attr titleTextAppearance 0x7f0100d3
+int attr titleTextColor 0x7f0100e0
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f0100a2
+int attr toolbarStyle 0x7f0100a1
+int attr track 0x7f010062
+int attr viewAspectRatio 0x7f010030
+int attr voiceIcon 0x7f01005d
+int attr windowActionBar 0x7f010069
+int attr windowActionBarOverlay 0x7f01006b
+int attr windowActionModeOverlay 0x7f01006c
+int attr windowFixedHeightMajor 0x7f010070
+int attr windowFixedHeightMinor 0x7f01006e
+int attr windowFixedWidthMajor 0x7f01006d
+int attr windowFixedWidthMinor 0x7f01006f
+int attr windowMinWidthMajor 0x7f010071
+int attr windowMinWidthMinor 0x7f010072
+int attr windowNoTitle 0x7f01006a
+int bool abc_action_bar_embed_tabs 0x7f090002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003
+int bool abc_config_actionMenuItemAllCaps 0x7f090004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f090005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006
+int color abc_background_cache_hint_selector_material_dark 0x7f0b003b
+int color abc_background_cache_hint_selector_material_light 0x7f0b003c
+int color abc_color_highlight_material 0x7f0b003d
+int color abc_input_method_navigation_guard 0x7f0b0000
+int color abc_primary_text_disable_only_material_dark 0x7f0b003e
+int color abc_primary_text_disable_only_material_light 0x7f0b003f
+int color abc_primary_text_material_dark 0x7f0b0040
+int color abc_primary_text_material_light 0x7f0b0041
+int color abc_search_url_text 0x7f0b0042
+int color abc_search_url_text_normal 0x7f0b0001
+int color abc_search_url_text_pressed 0x7f0b0002
+int color abc_search_url_text_selected 0x7f0b0003
+int color abc_secondary_text_material_dark 0x7f0b0043
+int color abc_secondary_text_material_light 0x7f0b0044
+int color accent_material_dark 0x7f0b0004
+int color accent_material_light 0x7f0b0005
+int color background_floating_material_dark 0x7f0b0006
+int color background_floating_material_light 0x7f0b0007
+int color background_material_dark 0x7f0b0008
+int color background_material_light 0x7f0b0009
+int color bright_foreground_disabled_material_dark 0x7f0b000a
+int color bright_foreground_disabled_material_light 0x7f0b000b
+int color bright_foreground_inverse_material_dark 0x7f0b000c
+int color bright_foreground_inverse_material_light 0x7f0b000d
+int color bright_foreground_material_dark 0x7f0b000e
+int color bright_foreground_material_light 0x7f0b000f
+int color button_material_dark 0x7f0b0010
+int color button_material_light 0x7f0b0011
+int color catalyst_redbox_background 0x7f0b0012
+int color dim_foreground_disabled_material_dark 0x7f0b0013
+int color dim_foreground_disabled_material_light 0x7f0b0014
+int color dim_foreground_material_dark 0x7f0b0015
+int color dim_foreground_material_light 0x7f0b0016
+int color foreground_material_dark 0x7f0b0017
+int color foreground_material_light 0x7f0b0018
+int color highlighted_text_material_dark 0x7f0b0019
+int color highlighted_text_material_light 0x7f0b001a
+int color hint_foreground_material_dark 0x7f0b001b
+int color hint_foreground_material_light 0x7f0b001c
+int color material_blue_grey_800 0x7f0b001d
+int color material_blue_grey_900 0x7f0b001e
+int color material_blue_grey_950 0x7f0b001f
+int color material_deep_teal_200 0x7f0b0020
+int color material_deep_teal_500 0x7f0b0021
+int color material_grey_100 0x7f0b0022
+int color material_grey_300 0x7f0b0023
+int color material_grey_50 0x7f0b0024
+int color material_grey_600 0x7f0b0025
+int color material_grey_800 0x7f0b0026
+int color material_grey_850 0x7f0b0027
+int color material_grey_900 0x7f0b0028
+int color primary_dark_material_dark 0x7f0b0029
+int color primary_dark_material_light 0x7f0b002a
+int color primary_material_dark 0x7f0b002b
+int color primary_material_light 0x7f0b002c
+int color primary_text_default_material_dark 0x7f0b002d
+int color primary_text_default_material_light 0x7f0b002e
+int color primary_text_disabled_material_dark 0x7f0b002f
+int color primary_text_disabled_material_light 0x7f0b0030
+int color ripple_material_dark 0x7f0b0031
+int color ripple_material_light 0x7f0b0032
+int color secondary_text_default_material_dark 0x7f0b0033
+int color secondary_text_default_material_light 0x7f0b0034
+int color secondary_text_disabled_material_dark 0x7f0b0035
+int color secondary_text_disabled_material_light 0x7f0b0036
+int color switch_thumb_disabled_material_dark 0x7f0b0037
+int color switch_thumb_disabled_material_light 0x7f0b0038
+int color switch_thumb_material_dark 0x7f0b0045
+int color switch_thumb_material_light 0x7f0b0046
+int color switch_thumb_normal_material_dark 0x7f0b0039
+int color switch_thumb_normal_material_light 0x7f0b003a
+int dimen abc_action_bar_content_inset_material 0x7f07000b
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_end_material 0x7f07000c
+int dimen abc_action_bar_default_padding_start_material 0x7f07000d
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070010
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070011
+int dimen abc_action_bar_progress_bar_size 0x7f070002
+int dimen abc_action_bar_stacked_max_height 0x7f070012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015
+int dimen abc_action_button_min_height_material 0x7f070016
+int dimen abc_action_button_min_width_material 0x7f070017
+int dimen abc_action_button_min_width_overflow_material 0x7f070018
+int dimen abc_alert_dialog_button_bar_height 0x7f070000
+int dimen abc_button_inset_horizontal_material 0x7f070019
+int dimen abc_button_inset_vertical_material 0x7f07001a
+int dimen abc_button_padding_horizontal_material 0x7f07001b
+int dimen abc_button_padding_vertical_material 0x7f07001c
+int dimen abc_config_prefDialogWidth 0x7f070005
+int dimen abc_control_corner_material 0x7f07001d
+int dimen abc_control_inset_material 0x7f07001e
+int dimen abc_control_padding_material 0x7f07001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f070020
+int dimen abc_dialog_min_width_major 0x7f070021
+int dimen abc_dialog_min_width_minor 0x7f070022
+int dimen abc_dialog_padding_material 0x7f070023
+int dimen abc_dialog_padding_top_material 0x7f070024
+int dimen abc_disabled_alpha_material_dark 0x7f070025
+int dimen abc_disabled_alpha_material_light 0x7f070026
+int dimen abc_dropdownitem_icon_width 0x7f070027
+int dimen abc_dropdownitem_text_padding_left 0x7f070028
+int dimen abc_dropdownitem_text_padding_right 0x7f070029
+int dimen abc_edit_text_inset_bottom_material 0x7f07002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002b
+int dimen abc_edit_text_inset_top_material 0x7f07002c
+int dimen abc_floating_window_z 0x7f07002d
+int dimen abc_list_item_padding_horizontal_material 0x7f07002e
+int dimen abc_panel_menu_list_width 0x7f07002f
+int dimen abc_search_view_preferred_width 0x7f070030
+int dimen abc_search_view_text_min_width 0x7f070006
+int dimen abc_switch_padding 0x7f07000e
+int dimen abc_text_size_body_1_material 0x7f070031
+int dimen abc_text_size_body_2_material 0x7f070032
+int dimen abc_text_size_button_material 0x7f070033
+int dimen abc_text_size_caption_material 0x7f070034
+int dimen abc_text_size_display_1_material 0x7f070035
+int dimen abc_text_size_display_2_material 0x7f070036
+int dimen abc_text_size_display_3_material 0x7f070037
+int dimen abc_text_size_display_4_material 0x7f070038
+int dimen abc_text_size_headline_material 0x7f070039
+int dimen abc_text_size_large_material 0x7f07003a
+int dimen abc_text_size_medium_material 0x7f07003b
+int dimen abc_text_size_menu_material 0x7f07003c
+int dimen abc_text_size_small_material 0x7f07003d
+int dimen abc_text_size_subhead_material 0x7f07003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
+int dimen abc_text_size_title_material 0x7f07003f
+int dimen abc_text_size_title_material_toolbar 0x7f070004
+int dimen dialog_fixed_height_major 0x7f070007
+int dimen dialog_fixed_height_minor 0x7f070008
+int dimen dialog_fixed_width_major 0x7f070009
+int dimen dialog_fixed_width_minor 0x7f07000a
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int dimen highlight_alpha_material_colored 0x7f070042
+int dimen highlight_alpha_material_dark 0x7f070043
+int dimen highlight_alpha_material_light 0x7f070044
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045
+int dimen notification_large_icon_height 0x7f070046
+int dimen notification_large_icon_width 0x7f070047
+int dimen notification_subtext_size 0x7f070048
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_spinner_mtrl_am_alpha 0x7f020032
+int drawable abc_spinner_textfield_background_material 0x7f020033
+int drawable abc_switch_thumb_material 0x7f020034
+int drawable abc_switch_track_mtrl_alpha 0x7f020035
+int drawable abc_tab_indicator_material 0x7f020036
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020037
+int drawable abc_text_cursor_material 0x7f020038
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020039
+int drawable abc_textfield_default_mtrl_alpha 0x7f02003a
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c
+int drawable abc_textfield_search_material 0x7f02003d
+int drawable notification_template_icon_bg 0x7f02003e
+int id action0 0x7f0c0057
+int id action_bar 0x7f0c0047
+int id action_bar_activity_content 0x7f0c0000
+int id action_bar_container 0x7f0c0046
+int id action_bar_root 0x7f0c0042
+int id action_bar_spinner 0x7f0c0001
+int id action_bar_subtitle 0x7f0c002b
+int id action_bar_title 0x7f0c002a
+int id action_context_bar 0x7f0c0048
+int id action_divider 0x7f0c005b
+int id action_menu_divider 0x7f0c0002
+int id action_menu_presenter 0x7f0c0003
+int id action_mode_bar 0x7f0c0044
+int id action_mode_bar_stub 0x7f0c0043
+int id action_mode_close_button 0x7f0c002c
+int id activity_chooser_view_content 0x7f0c002d
+int id alertTitle 0x7f0c0037
+int id always 0x7f0c0024
+int id beginning 0x7f0c0021
+int id buttonPanel 0x7f0c003d
+int id cancel_action 0x7f0c0058
+int id catalyst_redbox_title 0x7f0c0066
+int id center 0x7f0c0019
+int id centerCrop 0x7f0c001a
+int id centerInside 0x7f0c001b
+int id checkbox 0x7f0c003f
+int id chronometer 0x7f0c005e
+int id collapseActionView 0x7f0c0025
+int id contentPanel 0x7f0c0038
+int id custom 0x7f0c003c
+int id customPanel 0x7f0c003b
+int id decor_content_parent 0x7f0c0045
+int id default_activity_button 0x7f0c0030
+int id disableHome 0x7f0c000d
+int id edit_query 0x7f0c0049
+int id end 0x7f0c0022
+int id end_padder 0x7f0c0063
+int id expand_activities_button 0x7f0c002e
+int id expanded_menu 0x7f0c003e
+int id fitCenter 0x7f0c001c
+int id fitEnd 0x7f0c001d
+int id fitStart 0x7f0c001e
+int id fitXY 0x7f0c001f
+int id focusCrop 0x7f0c0020
+int id fps_text 0x7f0c0056
+int id home 0x7f0c0004
+int id homeAsUp 0x7f0c000e
+int id icon 0x7f0c0032
+int id ifRoom 0x7f0c0026
+int id image 0x7f0c002f
+int id info 0x7f0c0062
+int id item_touch_helper_previous_elevation 0x7f0c0005
+int id line1 0x7f0c005c
+int id line3 0x7f0c0060
+int id listMode 0x7f0c000a
+int id list_item 0x7f0c0031
+int id media_actions 0x7f0c005a
+int id middle 0x7f0c0023
+int id multiply 0x7f0c0014
+int id never 0x7f0c0027
+int id none 0x7f0c000f
+int id normal 0x7f0c000b
+int id parentPanel 0x7f0c0034
+int id progress_circular 0x7f0c0006
+int id progress_horizontal 0x7f0c0007
+int id radio 0x7f0c0041
+int id rn_frame_file 0x7f0c0065
+int id rn_frame_method 0x7f0c0064
+int id rn_redbox_reloadjs 0x7f0c0068
+int id rn_redbox_stack 0x7f0c0067
+int id screen 0x7f0c0015
+int id scrollView 0x7f0c0039
+int id search_badge 0x7f0c004b
+int id search_bar 0x7f0c004a
+int id search_button 0x7f0c004c
+int id search_close_btn 0x7f0c0051
+int id search_edit_frame 0x7f0c004d
+int id search_go_btn 0x7f0c0053
+int id search_mag_icon 0x7f0c004e
+int id search_plate 0x7f0c004f
+int id search_src_text 0x7f0c0050
+int id search_voice_btn 0x7f0c0054
+int id select_dialog_listview 0x7f0c0055
+int id shortcut 0x7f0c0040
+int id showCustom 0x7f0c0010
+int id showHome 0x7f0c0011
+int id showTitle 0x7f0c0012
+int id split_action_bar 0x7f0c0008
+int id src_atop 0x7f0c0016
+int id src_in 0x7f0c0017
+int id src_over 0x7f0c0018
+int id status_bar_latest_event_content 0x7f0c0059
+int id submit_area 0x7f0c0052
+int id tabMode 0x7f0c000c
+int id text 0x7f0c0061
+int id text2 0x7f0c005f
+int id textSpacerNoButtons 0x7f0c003a
+int id time 0x7f0c005d
+int id title 0x7f0c0033
+int id title_template 0x7f0c0036
+int id topPanel 0x7f0c0035
+int id up 0x7f0c0009
+int id useLogo 0x7f0c0013
+int id withText 0x7f0c0028
+int id wrap_content 0x7f0c0029
+int integer abc_config_activityDefaultDur 0x7f0a0001
+int integer abc_config_activityShortDur 0x7f0a0002
+int integer abc_max_action_buttons 0x7f0a0000
+int integer cancel_button_image_alpha 0x7f0a0003
+int integer status_bar_notification_info_maxnum 0x7f0a0004
+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 fps_view 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout redbox_item_frame 0x7f030021
+int layout redbox_item_title 0x7f030022
+int layout redbox_view 0x7f030023
+int layout select_dialog_item_material 0x7f030024
+int layout select_dialog_multichoice_material 0x7f030025
+int layout select_dialog_singlechoice_material 0x7f030026
+int layout support_simple_spinner_dropdown_item 0x7f030027
+int string abc_action_bar_home_description 0x7f060000
+int string abc_action_bar_home_description_format 0x7f060001
+int string abc_action_bar_home_subtitle_description_format 0x7f060002
+int string abc_action_bar_up_description 0x7f060003
+int string abc_action_menu_overflow_description 0x7f060004
+int string abc_action_mode_done 0x7f060005
+int string abc_activity_chooser_view_see_all 0x7f060006
+int string abc_activitychooserview_choose_application 0x7f060007
+int string abc_search_hint 0x7f060008
+int string abc_searchview_description_clear 0x7f060009
+int string abc_searchview_description_query 0x7f06000a
+int string abc_searchview_description_search 0x7f06000b
+int string abc_searchview_description_submit 0x7f06000c
+int string abc_searchview_description_voice 0x7f06000d
+int string abc_shareactionprovider_share_with 0x7f06000e
+int string abc_shareactionprovider_share_with_application 0x7f06000f
+int string abc_toolbar_collapse_description 0x7f060010
+int string catalyst_debugjs 0x7f060012
+int string catalyst_debugjs_off 0x7f06001a
+int string catalyst_element_inspector 0x7f060013
+int string catalyst_element_inspector_off 0x7f06001b
+int string catalyst_hot_module_replacement 0x7f06001c
+int string catalyst_hot_module_replacement_off 0x7f06001d
+int string catalyst_jsload_error 0x7f060014
+int string catalyst_jsload_message 0x7f060015
+int string catalyst_jsload_title 0x7f060016
+int string catalyst_live_reload 0x7f06001e
+int string catalyst_live_reload_off 0x7f06001f
+int string catalyst_perf_monitor 0x7f060020
+int string catalyst_perf_monitor_off 0x7f060021
+int string catalyst_reloadjs 0x7f060017
+int string catalyst_remotedbg_error 0x7f060022
+int string catalyst_remotedbg_message 0x7f060023
+int string catalyst_settings 0x7f060018
+int string catalyst_settings_title 0x7f060019
+int string catalyst_start_profile 0x7f060024
+int string catalyst_stop_profile 0x7f060025
+int string status_bar_notification_info_overflow 0x7f060011
+int style AlertDialog_AppCompat 0x7f08007a
+int style AlertDialog_AppCompat_Light 0x7f08007b
+int style Animation_AppCompat_Dialog 0x7f08007c
+int style Animation_AppCompat_DropDownUp 0x7f08007d
+int style Animation_Catalyst_RedBox 0x7f08007e
+int style Base_AlertDialog_AppCompat 0x7f08007f
+int style Base_AlertDialog_AppCompat_Light 0x7f080080
+int style Base_Animation_AppCompat_Dialog 0x7f080081
+int style Base_Animation_AppCompat_DropDownUp 0x7f080082
+int style Base_DialogWindowTitle_AppCompat 0x7f080083
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084
+int style Base_TextAppearance_AppCompat 0x7f08002d
+int style Base_TextAppearance_AppCompat_Body1 0x7f08002e
+int style Base_TextAppearance_AppCompat_Body2 0x7f08002f
+int style Base_TextAppearance_AppCompat_Button 0x7f080018
+int style Base_TextAppearance_AppCompat_Caption 0x7f080030
+int style Base_TextAppearance_AppCompat_Display1 0x7f080031
+int style Base_TextAppearance_AppCompat_Display2 0x7f080032
+int style Base_TextAppearance_AppCompat_Display3 0x7f080033
+int style Base_TextAppearance_AppCompat_Display4 0x7f080034
+int style Base_TextAppearance_AppCompat_Headline 0x7f080035
+int style Base_TextAppearance_AppCompat_Inverse 0x7f080003
+int style Base_TextAppearance_AppCompat_Large 0x7f080036
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038
+int style Base_TextAppearance_AppCompat_Medium 0x7f080039
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005
+int style Base_TextAppearance_AppCompat_Menu 0x7f08003a
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c
+int style Base_TextAppearance_AppCompat_Small 0x7f08003d
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007
+int style Base_TextAppearance_AppCompat_Title 0x7f08003f
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d
+int style Base_Theme_AppCompat 0x7f08004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f080088
+int style Base_Theme_AppCompat_Dialog 0x7f080009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001
+int style Base_Theme_AppCompat_Light 0x7f08004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002
+int style Base_ThemeOverlay_AppCompat 0x7f080090
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093
+int style Base_ThemeOverlay_AppCompat_Light 0x7f080094
+int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014
+int style Base_V12_Widget_AppCompat_EditText 0x7f080015
+int style Base_V21_Theme_AppCompat 0x7f080050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f080051
+int style Base_V21_Theme_AppCompat_Light 0x7f080052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053
+int style Base_V22_Theme_AppCompat 0x7f080074
+int style Base_V22_Theme_AppCompat_Light 0x7f080075
+int style Base_V23_Theme_AppCompat 0x7f080077
+int style Base_V23_Theme_AppCompat_Light 0x7f080078
+int style Base_V7_Theme_AppCompat 0x7f080095
+int style Base_V7_Theme_AppCompat_Dialog 0x7f080096
+int style Base_V7_Theme_AppCompat_Light 0x7f080097
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099
+int style Base_V7_Widget_AppCompat_EditText 0x7f08009a
+int style Base_Widget_AppCompat_ActionBar 0x7f08009b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055
+int style Base_Widget_AppCompat_ActionButton 0x7f080056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058
+int style Base_Widget_AppCompat_ActionMode 0x7f08009e
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016
+int style Base_Widget_AppCompat_Button 0x7f080059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0
+int style Base_Widget_AppCompat_Button_Colored 0x7f080079
+int style Base_Widget_AppCompat_Button_Small 0x7f08005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f08005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060
+int style Base_Widget_AppCompat_EditText 0x7f080017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066
+int style Base_Widget_AppCompat_ListView 0x7f080067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f080069
+int style Base_Widget_AppCompat_PopupMenu 0x7f08006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7
+int style Base_Widget_AppCompat_ProgressBar 0x7f08000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e
+int style Base_Widget_AppCompat_RatingBar 0x7f08006c
+int style Base_Widget_AppCompat_SearchView 0x7f0800a8
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9
+int style Base_Widget_AppCompat_Spinner 0x7f08006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0800aa
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070
+int style Platform_AppCompat 0x7f08000f
+int style Platform_AppCompat_Light 0x7f080010
+int style Platform_ThemeOverlay_AppCompat 0x7f080071
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073
+int style Platform_V11_AppCompat 0x7f080011
+int style Platform_V11_AppCompat_Light 0x7f080012
+int style Platform_V14_AppCompat 0x7f080019
+int style Platform_V14_AppCompat_Light 0x7f08001a
+int style Platform_Widget_AppCompat_Spinner 0x7f080013
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c
+int style TextAppearance_AppCompat 0x7f0800ab
+int style TextAppearance_AppCompat_Body1 0x7f0800ac
+int style TextAppearance_AppCompat_Body2 0x7f0800ad
+int style TextAppearance_AppCompat_Button 0x7f0800ae
+int style TextAppearance_AppCompat_Caption 0x7f0800af
+int style TextAppearance_AppCompat_Display1 0x7f0800b0
+int style TextAppearance_AppCompat_Display2 0x7f0800b1
+int style TextAppearance_AppCompat_Display3 0x7f0800b2
+int style TextAppearance_AppCompat_Display4 0x7f0800b3
+int style TextAppearance_AppCompat_Headline 0x7f0800b4
+int style TextAppearance_AppCompat_Inverse 0x7f0800b5
+int style TextAppearance_AppCompat_Large 0x7f0800b6
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb
+int style TextAppearance_AppCompat_Medium 0x7f0800bc
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd
+int style TextAppearance_AppCompat_Menu 0x7f0800be
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0
+int style TextAppearance_AppCompat_Small 0x7f0800c1
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2
+int style TextAppearance_AppCompat_Subhead 0x7f0800c3
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4
+int style TextAppearance_AppCompat_Title 0x7f0800c5
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf
+int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6
+int style TextAppearance_StatusBar_EventContent 0x7f08001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9
+int style Theme 0x7f0800da
+int style Theme_AppCompat 0x7f0800db
+int style Theme_AppCompat_CompactMenu 0x7f0800dc
+int style Theme_AppCompat_Dialog 0x7f0800dd
+int style Theme_AppCompat_Dialog_Alert 0x7f0800de
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df
+int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0
+int style Theme_AppCompat_Light 0x7f0800e1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2
+int style Theme_AppCompat_Light_Dialog 0x7f0800e3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7
+int style Theme_AppCompat_NoActionBar 0x7f0800e8
+int style Theme_Catalyst 0x7f0800e9
+int style Theme_Catalyst_RedBox 0x7f0800ea
+int style Theme_ReactNative_AppCompat_Light 0x7f0800eb
+int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec
+int style ThemeOverlay_AppCompat 0x7f0800ed
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee
+int style ThemeOverlay_AppCompat_Dark 0x7f0800ef
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0
+int style ThemeOverlay_AppCompat_Light 0x7f0800f1
+int style Widget_AppCompat_ActionBar 0x7f0800f2
+int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4
+int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5
+int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6
+int style Widget_AppCompat_ActionButton 0x7f0800f7
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9
+int style Widget_AppCompat_ActionMode 0x7f0800fa
+int style Widget_AppCompat_ActivityChooserView 0x7f0800fb
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc
+int style Widget_AppCompat_Button 0x7f0800fd
+int style Widget_AppCompat_Button_Borderless 0x7f0800fe
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100
+int style Widget_AppCompat_Button_Colored 0x7f080101
+int style Widget_AppCompat_Button_Small 0x7f080102
+int style Widget_AppCompat_ButtonBar 0x7f080103
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106
+int style Widget_AppCompat_CompoundButton_Switch 0x7f080107
+int style Widget_AppCompat_DrawerArrowToggle 0x7f080108
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109
+int style Widget_AppCompat_EditText 0x7f08010a
+int style Widget_AppCompat_Light_ActionBar 0x7f08010b
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113
+int style Widget_AppCompat_Light_ActionButton 0x7f080114
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c
+int style Widget_AppCompat_Light_PopupMenu 0x7f08011d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e
+int style Widget_AppCompat_Light_SearchView 0x7f08011f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120
+int style Widget_AppCompat_ListPopupWindow 0x7f080121
+int style Widget_AppCompat_ListView 0x7f080122
+int style Widget_AppCompat_ListView_DropDown 0x7f080123
+int style Widget_AppCompat_ListView_Menu 0x7f080124
+int style Widget_AppCompat_PopupMenu 0x7f080125
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126
+int style Widget_AppCompat_PopupWindow 0x7f080127
+int style Widget_AppCompat_ProgressBar 0x7f080128
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129
+int style Widget_AppCompat_RatingBar 0x7f08012a
+int style Widget_AppCompat_SearchView 0x7f08012b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c
+int style Widget_AppCompat_Spinner 0x7f08012d
+int style Widget_AppCompat_Spinner_DropDown 0x7f08012e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f
+int style Widget_AppCompat_Spinner_Underlined 0x7f080130
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131
+int style Widget_AppCompat_Toolbar 0x7f080132
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133
+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, 0x7f010097 }
+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 CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }
+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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+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, 0x7f01004e }
+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, 0x7f01004f }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010050 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }
+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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 91
+int styleable Theme_alertDialogCenterButtons 92
+int styleable Theme_alertDialogStyle 90
+int styleable Theme_alertDialogTheme 93
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 98
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 96
+int styleable Theme_buttonBarNeutralButtonStyle 97
+int styleable Theme_buttonBarPositiveButtonStyle 95
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 99
+int styleable Theme_buttonStyleSmall 100
+int styleable Theme_checkboxStyle 101
+int styleable Theme_checkedTextViewStyle 102
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_controlBackground 89
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 103
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 104
+int styleable Theme_ratingBarStyle 105
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 106
+int styleable Theme_switchStyle 107
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 94
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
+int xml preferences 0x7f050000
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..1fd1275
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/aapt/AndroidManifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/annotations.zip b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/annotations.zip
new file mode 100644
index 0000000..f4281ef
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/annotations.zip differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/classes.jar
new file mode 100644
index 0000000..475ed14
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/libs/infer-annotations-1.5.jar b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/libs/infer-annotations-1.5.jar
new file mode 100644
index 0000000..b40f806
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/libs/infer-annotations-1.5.jar differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfb.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfb.so
new file mode 100644
index 0000000..372de0f
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfb.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfbjni.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfbjni.so
new file mode 100644
index 0000000..6b99ac8
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfbjni.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfolly_json.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfolly_json.so
new file mode 100644
index 0000000..2a46665
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfolly_json.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libglog.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libglog.so
new file mode 100644
index 0000000..136f7b2
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libglog.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libgnustl_shared.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libgnustl_shared.so
new file mode 100644
index 0000000..365801b
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libgnustl_shared.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libreactnativejni.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libreactnativejni.so
new file mode 100644
index 0000000..0a2a2ec
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libreactnativejni.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfb.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfb.so
new file mode 100644
index 0000000..3c6dd61
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfb.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfbjni.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfbjni.so
new file mode 100644
index 0000000..999e89a
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfbjni.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfolly_json.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfolly_json.so
new file mode 100644
index 0000000..61ce33e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfolly_json.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libglog.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libglog.so
new file mode 100644
index 0000000..9e68855
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libglog.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libgnustl_shared.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libgnustl_shared.so
new file mode 100644
index 0000000..3d9815d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libgnustl_shared.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libreactnativejni.so b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libreactnativejni.so
new file mode 100644
index 0000000..a5f2244
Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libreactnativejni.so differ
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml
new file mode 100644
index 0000000..aef91bc
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml
new file mode 100644
index 0000000..790e275
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml
new file mode 100644
index 0000000..468caa9
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml
new file mode 100644
index 0000000..ad23cbf
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml
new file mode 100644
index 0000000..8091fb4
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml
@@ -0,0 +1,10 @@
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml
new file mode 100644
index 0000000..02c07ba
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..523cf10
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Prozkoumat prvek
+ Unable to download JS bundle
+ Fetching JS bundle
+ Čekejte prosím...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml
new file mode 100644
index 0000000..8b55a1c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspicer element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent venligst...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml
new file mode 100644
index 0000000..8fa8d9b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Element untersuchen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Bitte warten Sie ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml
new file mode 100644
index 0000000..9f27005
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Εξέταση στοιχείου
+ Unable to download JS bundle
+ Fetching JS bundle
+ Περιμένετε...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..bc12ca8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml
new file mode 100644
index 0000000..32b9c3c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml
new file mode 100644
index 0000000..32b9c3c
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml
new file mode 100644
index 0000000..9f4f2be
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ (तत्व निरीक्षण गर्नुहोस्)
+ Unable to download JS bundle
+ Fetching JS bundle
+ (অনুগ্রহ করে অপেক্ষা করুন….)
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml
new file mode 100644
index 0000000..7184501
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml
@@ -0,0 +1,11 @@
+
+
+ [Debug JS#2010fa256bd28603b686da2713bb843a:1]
+ [Show Inspector#c1b106c92869437ebd88f326d632b973:1]
+ [Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1]
+ [Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1]
+ [Please wait...#71bad104a80f916d3bfb1ffa23a487af:1]
+ [Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1]
+ [Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1]
+ [Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1]
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..ce35293
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Tarkista elementti
+ Unable to download JS bundle
+ Fetching JS bundle
+ Odota…
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..68f46e9
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspecter l’élément
+ Unable to download JS bundle
+ Fetching JS bundle
+ Veuillez patienter...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..cdb3bdb
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Elem megtekintése
+ Unable to download JS bundle
+ Fetching JS bundle
+ Kérjük, várj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml
new file mode 100644
index 0000000..ebb2ef2
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Periksa Elemen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Harap tunggu...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml
new file mode 100644
index 0000000..62097f5
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Esamina elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Attendi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..a018d68
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ 要素を確認
+ Unable to download JS bundle
+ Fetching JS bundle
+ しばらくお待ちください
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..32d45e3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ 요소 검사
+ Unable to download JS bundle
+ Fetching JS bundle
+ 기다려주세요...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..628c95b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspiser element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent litt ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..d074c12
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Element inspecteren
+ Unable to download JS bundle
+ Fetching JS bundle
+ Even geduld...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..c95e65e
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Zbadaj element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Zaczekaj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..fce3dab
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarda...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..9edc8c7
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarde...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..bc12ca8
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..a32bf6b
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Проверить элемент
+ Unable to download JS bundle
+ Fetching JS bundle
+ Подождите...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..695d9f2
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Inspektionselement
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vänta ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml
new file mode 100644
index 0000000..3ef471f
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ ตรวจสอบอิลิเมนต์
+ Unable to download JS bundle
+ Fetching JS bundle
+ โปรดรอ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..0687012
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Öğeyi Denetle
+ Unable to download JS bundle
+ Fetching JS bundle
+ Lütfen bekleyin...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..5e9e147
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ Kiểm tra phần tử
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vui lòng đợi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..8f844f3
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ 检查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 请稍等...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..22051a0
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ 檢查項目
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..3980252
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,11 @@
+
+
+ Debug JS
+ 檢查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml
new file mode 100644
index 0000000..74f655d
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml
@@ -0,0 +1,46 @@
+
+
+ #eecc0000
+ Debug in Chrome
+ Stop Chrome Debugging
+ Show Inspector
+ Hide Inspector
+ Enable Hot Module Replacement
+ Disable Hot Module Replacement
+ Unable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081
+ Fetching JS bundle
+ Please wait…
+ Enable Live Reload
+ Disable Live Reload
+ Enable Perf Monitor
+ Disable Perf Monitor
+ Reload JS
+ Unable to connect with remote debugger
+ Connecting to remote debugger
+ Dev Settings
+ Catalyst Dev Settings
+ Start Profile
+ Stop Profile
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml
new file mode 100644
index 0000000..99f5408
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/AndroidManifest.xml b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/AndroidManifest.xml
new file mode 100644
index 0000000..0f63698
--- /dev/null
+++ b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/AndroidManifest.xml
@@ -0,0 +1,3 @@
+
+
+
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/R.txt b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars/classes.jar b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars/classes.jar
new file mode 100644
index 0000000..d1cedcf
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars/classes.jar differ
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libicu_common.so b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libicu_common.so
new file mode 100644
index 0000000..e92e859
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libicu_common.so differ
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libjsc.so b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libjsc.so
new file mode 100644
index 0000000..c72d14e
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libjsc.so differ
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi/libicu_common.so b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi/libicu_common.so
new file mode 100644
index 0000000..828015d
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi/libicu_common.so differ
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libicu_common.so b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libicu_common.so
new file mode 100644
index 0000000..802ff29
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libicu_common.so differ
diff --git a/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libjsc.so b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libjsc.so
new file mode 100644
index 0000000..ea95c91
Binary files /dev/null and b/android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libjsc.so differ
diff --git a/android/build/intermediates/incremental/aidl/androidTest/debug/dependency.store b/android/build/intermediates/incremental/aidl/androidTest/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/android/build/intermediates/incremental/aidl/androidTest/debug/dependency.store differ
diff --git a/android/build/intermediates/incremental/aidl/debug/dependency.store b/android/build/intermediates/incremental/aidl/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/android/build/intermediates/incremental/aidl/debug/dependency.store differ
diff --git a/android/build/intermediates/incremental/aidl/release/dependency.store b/android/build/intermediates/incremental/aidl/release/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/android/build/intermediates/incremental/aidl/release/dependency.store differ
diff --git a/android/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml b/android/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml
new file mode 100644
index 0000000..8dd16d4
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/mergeAssets/debug/merger.xml b/android/build/intermediates/incremental/mergeAssets/debug/merger.xml
new file mode 100644
index 0000000..88981ac
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeAssets/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/mergeAssets/release/merger.xml b/android/build/intermediates/incremental/mergeAssets/release/merger.xml
new file mode 100644
index 0000000..52b4f03
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeAssets/release/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml b/android/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml
new file mode 100644
index 0000000..3b207d2
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml
@@ -0,0 +1,1339 @@
+
+0.26220@android:color/blackSearch query#ff009688@color/material_grey_600320dip@android:color/white48dp#ff32323216dpShare with@dimen/abc_action_bar_content_inset_material48dp45sp#80ffffffShare with %s#36ffffff%1$s, %2$s, %3$sfalse#ffbebebe@android:color/black34sp4dpDone56dp#ff80cbc4#ff21272b@color/bright_foreground_disabled_material_dark#7fa87f320dp@color/material_grey_10099918sp56sp#ffbdbdbd180dp#240000008dip12dp24sp14sp20dp48dp6dp#80bebebe#ffe0e0e0false48dp0dp36dp#fffafafa3dp2dpSee all160dip6dp8dip#ff37474f16sp100%#fff1f1f1Navigate home999+127#ff5a595b10dp@color/material_grey_90064dp14sptrue65%296dp@android:color/black22sp16dp@color/material_grey_800#ffffffffNavigate up@android:color/white95%@dimen/abc_control_inset_material0.12Clear query40dp#fff5f5f5@color/material_grey_8500.26320dp#ff757575@android:color/black#42ffffff14spMore options#ff263238Voice search24dp#3333B5E5112sp0.20#ffd6d7d7#80323232Search…14sp-3dp0.2610dp5dp0.30@android:color/whitetrue#8a0000008dpSubmit query@android:color/black@color/material_deep_teal_50012sp80%true0dp#ffbdbdbdtrue@dimen/abc_control_padding_material20sp#80000000Choose an appfalse32dip#1f000000#de000000#ff212121#4Dffffff#ff424242@color/bright_foreground_material_light#66009688%1$s, %2$s#b3ffffff16sp7dp4dpSearch320dp@color/bright_foreground_disabled_material_light@color/material_grey_50@android:color/black18dp64dp0.308dp15016dpCollapse@color/bright_foreground_material_dark16dp24dp#39000000#6680cbc4#ff616161@color/material_deep_teal_200#ff303030"Vee navraag uit""Soek""Deel met""Vou in""Kies \'n program""Soek …""Navigeer op""%1$s, %2$s""Navigeer tuis""Klaar""Soeknavraag""Stemsoektog""Deel met %s""Sien alles""%1$s, %2$s, %3$s""Dien navraag in""Nog opsies""999+""ተከናውኗል""ተጨማሪ አማራጮች""ከ%s ጋር ያጋሩ""ከሚከተለው ጋር ያጋሩ""ወደ ላይ ይዳስሱ""ሁሉንም ይመልከቱ""የድምፅ ፍለጋ""መጠይቅ ያስረክቡ""999+""%1$s፣ %2$s፣ %3$s""መጠይቅ አጽዳ""ሰብስብ""መተግበሪያ ይምረጡ""ፍለጋ""የፍለጋ ጥያቄ""%1$s፣ %2$s""ወደ መነሻ ይዳስሱ""ፈልግ…""تصغير""البحث الصوتي""+999""طلب البحث""%1$s، %2$s، %3$s""التنقل إلى أعلى""تم""بحث""اختيار تطبيق""عرض الكل""خيارات إضافية""مشاركة مع""بحث…""مشاركة مع %s""التنقل إلى الشاشة الرئيسية""محو طلب البحث""إرسال طلب البحث""%1$s، %2$s""Sorğunu göndərin""Yuxarı get""%1$s, %2$s, %3$s""Sorğunu təmizlə""Səsli axtarış""Evə get""Daha çox seçim""Bununla paylaşın""Hazırdır""%1$s, %2$s""Dağıt""Hamısına baxın""Axtarış...""Axtarış sorğusu""Axtarış""999+""Tətbiq seçin""Споделяне със: %s""999+""Изчистване на заявката""Изпращане на заявката""Търсене""Придвижване към „Начало“""Готово""Свиване""Споделяне със:""Търсете…""„%1$s“, „%2$s“ – %3$s""Вижте всички""Заявка за търсене""Още опции""Гласово търсене""Изберете приложение""Придвижване нагоре""„%1$s“ – %2$s""ক্যোয়ারী অনুসন্ধান করুন""ক্যোয়ারী জমা দিন""সম্পন্ন হয়েছে""%s এর সাথে ভাগ করুন""এর সাথে ভাগ করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""৯৯৯+""%1$s, %2$s""ভয়েস অনুসন্ধান""হোম এ নেভিগেট করুন""আরো বিকল্প""অনুসন্ধান করুন""%1$s, %2$s, %3$s""ক্যোয়ারী সাফ করুন""সঙ্কুচিত করুন""উপরের দিকে নেভিগেট করুন""অনুসন্ধান...""সবগুলো দেখুন""Cerca per veu""Consulta de cerca""Comparteix amb""%1$s, %2$s""Més opcions""Esborra la consulta""Comparteix amb %s""Fet""Mostra\'ls tots""Cerca...""+999""Cerca""Selecciona una aplicació""%1$s, %2$s, %3$s""Replega""Envia la consulta""Navega cap a dalt""Navega a la pàgina d\'inici""Vyhledat…""%1$s, %2$s – %3$s""Odeslat dotaz""Sbalit""Sdílet pomocí""%1$s – %2$s""999+""Přejít na plochu""Zobrazit vše""Přejít nahoru""Více možností""Vyhledávací dotaz""Vybrat aplikaci""Sdílet pomocí %s""Smazat dotaz""Hotovo""Hledat""Hlasové vyhledávání""Naviger hjem""Naviger op""Del med""Del med %s""Talesøgning""Flere muligheder""Vælg en app""Søgeforespørgsel""Indsend forespørgslen""Søg…""Søg""%1$s, %2$s, %3$s""Se alle""Luk""Skjul""999+""%1$s, %2$s""Ryd forespørgslen""Suchen…""Freigeben für %s""Suchen""999+""Zur Startseite""%1$s, %2$s: %3$s""Minimieren""%1$s: %2$s""Alle ansehen""Nach oben""Weitere Optionen""Sprachsuche""App auswählen""Suchanfrage""Fertig""Suchanfrage löschen""Freigeben für""Suchanfrage senden""Υποβολή ερωτήματος""Κοινή χρήση με %s""Ερώτημα αναζήτησης""Σύμπτυξη""Πλοήγηση στην αρχική σελίδα""%1$s, %2$s""Τέλος""Κοινή χρήση με""Πλοήγηση προς τα επάνω""Προβολή όλων""%1$s, %2$s, %3$s""999+""Αναζήτηση""Επιλέξτε κάποια εφαρμογή""Φωνητική αναζήτηση""Περισσότερες επιλογές""Αναζήτηση…""Διαγραφή ερωτήματος""%1$s, %2$s, %3$s""Clear query""Search query""Done""%1$s, %2$s""See all""Submit query""More options""Search""Navigate up""Share with %s""Share with""Collapse""Voice search""Choose an app""999+""Search…""Navigate home""Search""Choose an app""Collapse""Share with""Share with %s""%1$s, %2$s, %3$s""Navigate up""Navigate home""Clear query""Voice search""See all""Search…""Done""999+""Submit query""Search query""%1$s, %2$s""More options""Clear query""Submit query""%1$s, %2$s""Navigate home""Navigate up""More options""Search…""Search""Choose an app""Voice search""Search query""Share with %s""%1$s, %2$s, %3$s""Done""Share with""See all""999+""Collapse""Seleccionar una aplicación""Buscar""Ver todo""Búsqueda por voz""%1$s, %2$s, %3$s""Consulta""Compartir con""Más opciones""Borrar consulta""Contraer""Listo""Ir a la pantalla de inicio""+999""%1$s, %2$s""Enviar consulta""Compartir con %s""Desplazarse hacia arriba""Buscar…""%1$s, %2$s, %3$s""Navegar hacia arriba""Buscar…""Navegar a la página principal""Enviar consulta""Consulta de búsqueda""Búsqueda por voz""%1$s, %2$s""Más opciones""Ver todo""999+""Compartir con""Elige una aplicación.""Eliminar la consulta""Compartir con %s""Listo""Contraer""Búsqueda""999+""Päringu esitamine""Jagamine:""%1$s, %2$s, %3$s""Päringu tühistamine""Jagamine kasutajaga %s""Kuva kõik""Ahendamine""Otsingupäring""Rohkem valikuid""Otsing""Häälotsing""Valmis""Navigeerimine avaekraanile""%1$s, %2$s""Navigeerimine üles""Otsige …""Valige rakendus""Garbitu kontsulta""999+""Bilatu""Ikusi guztiak""Joan gora""Aukera gehiago""Eginda""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Partekatu hauekin""Joan orri nagusira""Bilatu…""%1$s, %2$s""%1$s, %2$s, %3$s""Aukeratu aplikazio bat""Tolestu""Partekatu %s erabiltzailearekin""پیمایش به صفحه اصلی""%1$s، %2$s، %3$s""%1$s، %2$s""اشتراکگذاری با""مشاهده همه""پاک کردن عبارت جستجو""جستجو…""کوچک کردن""گزینههای بیشتر""جستجوی شفاهی""انتخاب برنامه""عبارت جستجو""اشتراکگذاری با %s""جستجو""۹۹۹+""پیمایش به بالا""ارسال عبارت جستجو""انجام شد""%1$s, %2$s""%1$s, %2$s, %3$s""Hakulauseke""Jakaminen: %s""Jakaminen:""Kutista""Haku""999+""Valitse sovellus""Näytä kaikki""Siirry ylös""Puhehaku""Siirry etusivulle""Valmis""Lisää""Lähetä kysely""Haku…""Tyhjennä kysely""OK""Tout afficher""Sélectionner une application"">999""Revenir en haut de la page""Plus d\'options""Rechercher""Envoyer la requête""Réduire""%1$s, %2$s""Revenir à l\'accueil""%1$s, %2$s, %3$s""Effacer la requête""Recherche vocale""Rechercher…""Requête de recherche""Partager avec %s""Partager avec""Partager""Envoyer la requête""Recherche en cours...""Recherche vocale""Réduire""Voir toutes les chaînes""Terminé""Sélectionnez une application""%1$s, %2$s, %3$s""Revenir à l\'accueil""%1$s, %2$s""Revenir en haut de la page""Requête de recherche""Effacer la requête""Rechercher""Plus d\'options"">999""Partager avec %s""Máis opcións""Buscar…""%1$s, %2$s""Busca de voz""Buscar""Compartir con %s""Ver todas""Enviar consulta""Feito""Escoller unha aplicación""Compartir con""Borrar consulta""Contraer""Consulta de busca"">999""Desprazarse cara arriba""Ir á páxina de inicio""%1$s, %2$s, %3$s""999+""શોધો""આની સાથે શેર કરો""થઈ ગયું""એક એપ્લિકેશન પસંદ કરો""ઉપર નેવિગેટ કરો""વૉઇસ શોધ""%s સાથે શેર કરો""ક્વેરી સાફ કરો""સંકુચિત કરો""%1$s, %2$s, %3$s""વધુ વિકલ્પો""ક્વેરી સબમિટ કરો""શોધ ક્વેરી""%1$s, %2$s""શોધો…""બધું જુઓ""હોમ પર નેવિગેટ કરો"54dip"सभी देखें""कोई एप्लिकेशन चुनें""इसके द्वारा साझा करें""क्वेरी सबमिट करें""%1$s, %2$s""999+""खोजें""अधिक विकल्प""ध्वनि खोज""%s के साथ साझा करें""%1$s, %2$s, %3$s""संक्षिप्त करें""मुख्यपृष्ठ पर नेविगेट करें""क्वेरी साफ़ करें""खोजा जा रहा है…""खोज क्वेरी""पूर्ण""ऊपर नेविगेट करें""999+""Dijeljenje sa: %s""Idi gore""Odabir aplikacije""Izbriši upit""Pretražite…""Dodatne opcije""%1$s, %2$s""Gotovo""Sažmi""Prikaži sve""Pretraživanje""Dijeljenje sa""%1$s, %2$s, %3$s""Glasovno pretraživanje""Idi na početnu""Pošalji upit""Upit za pretraživanje""További lehetőségek""Keresés""Hangalapú keresés""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""Keresés…""Megosztás a következővel: %s""Keresési lekérdezés""Megosztás a következővel:""%1$s, %2$s, %3$s""Ugrás a főoldalra""Lekérdezés törlése""999+""Lekérdezés küldése""%1$s, %2$s""Felfelé mozgatás""Összecsukás""Տեսնել բոլորը""%1$s, %2$s, %3$s""Այլ ընտրանքներ""Տարածել""%1$s, %2$s""Մաքրել հարցումը""Թաքցնել""Ուղարկել հարցումը""Ուղղվել վերև""Ուղղվել տուն""Որոնել""Ընտրել ծրագիր""Կատարված է""Որոնում...""Որոնման հարցում""999+""Տարածել ըստ %s""Ձայնային որոնում""%1$s, %2$s, %3$s""Bagikan dengan %s""Bagikan dengan""%1$s, %2$s""Penelusuran suara""999+""Kirim kueri""Navigasi naik""Opsi lain""Pilih aplikasi""Ciutkan""Telusuri...""Hapus kueri""Navigasi ke beranda""Kueri penelusuran""Selesai""Lihat semua""Telusuri""Raddleit""Leitarfyrirspurn""999+""Minnka""Leita""%1$s, %2$s, %3$s""Leita…""Senda fyrirspurn""Deila með %s""Fara heim""Hreinsa fyrirspurn""%1$s, %2$s""Lokið""Sjá allt""Veldu forrit""Deila með""Fara upp""Fleiri valkostir""Ricerca vocale""Cerca…""Altre opzioni""Vai in alto""999+""Vai alla home page""Condividi con %s""Invia query""Cancella query""Cerca""Condividi con""Visualizza tutte""%1$s, %2$s""Query di ricerca""Comprimi""Fine""Scegli un\'applicazione""%1$s, %2$s, %3$s""שתף עם %s""שתף עם""חפש…""999+""חפש""נווט למעלה""בוצע""חיפוש קולי""מחק שאילתה""שלח שאילתה""%1$s, %2$s, %3$s""שאילתת חיפוש""ראה הכל""עוד אפשרויות""בחר אפליקציה""נווט לדף הבית""%1$s, %2$s""כווץ""上へ移動""すべて表示""その他のオプション""検索""音声検索""アプリの選択""完了""%1$s、%2$s""検索キーワードを削除""折りたたむ""検索キーワード""共有""ホームへ移動""%1$s、%2$s、%3$s""検索…""999+""%sと共有""検索キーワードを送信""ხმოვანი ძიება""მეტი ვარიანტები""დასრულდა""ძიების მოთხოვნა""გაზიარება:""%1$s, %2$s, %3$s""%s-თან გაზიარება""%1$s, %2$s""ძიება""999+""ძიება...""ზემოთ ნავიგაცია""აპის არჩევა""ყველას ნახვა""აკეცვა""მოთხოვნის გადაგზავნა""მთავარზე ნავიგაცია""მოთხოვნის გასუფთავება""%s бөлісу""Негізгі бетте қозғалу""999+""Тасалау""Сұрақты жіберу""Барлығын көру""Дауыс арқылы іздеу""%1$s, %2$s, %3$s""Басқа опциялар""Сұрақты жою""Бөлісу""Іздеу""%1$s, %2$s""Іздеу…""Жоғары қозғалу""Сұрақты іздеу""Дайын""Қолданбаны таңдау""ស្វែងរក""ការស្វែងរកសំឡេង""ជម្រើសច្រើនទៀត""ស្វែងរក…""ចែករំលែកជាមួយ""ចែករំលែកជាមួយ %s""ដាក់ស្នើសំណួរ""រកមើលឡើងលើ""បង្រួម""មើលទាំងអស់""រកមើលទៅដើម""%1$s, %2$s, %3$s""ស្វែងរកសំណួរ""រួចរាល់""%1$s, %2$s""999+""ជ្រើសកម្មវិធី""សម្អាតសំណួរ""%1$s, %2$s, %3$s""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಹುಡುಕಿ…""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಮುಗಿದಿದೆ""ಹುಡುಕು""999+""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s와(과) 공유""검색""공유 대상""위로 탐색""음성 검색""전체 보기""홈 탐색""앱 선택""검색어""접기""%1$s, %2$s""999+""완료""검색어 보내기""검색어 삭제""%1$s, %2$s, %3$s""검색...""옵션 더보기""Жогору""Колдонмо тандоо""Көбүрөөк мүмкүнчүлүктөр""Издөө""%1$s, %2$s, %3$s""Издөө талаптары""999+""Жыйнап коюу""Үн аркылуу издөө""Издөө…""%s аркылуу бөлүшүү""Талап жөнөтүү""Талаптарды тазалоо""Үйгө багыттоо""Бөлүшүү""Даяр""Бардыгын көрүү""%1$s, %2$s"true12dp32dp48dptrue14dp440dp60%192dip90%60%90%4truetrue"ກັບໄປໜ້າຫຼັກ""999+""ຊອກຫາດ້ວຍສຽງ""ຊອກຫາ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ %s""ແລ້ວໆ""ໂຕເລືອກອື່ນ""%1$s, %2$s, %3$s""ແບ່ງປັນກັບ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຫຍໍ້""ເບິ່ງທັງຫມົດ""ເລືອກແອັບຯ""ສົ່ງການຊອກຫາ""ຂຶ້ນເທິງ""%1$s, %2$s""Išvalyti užklausą""Pateikti užklausą""Paieška balsu""Paieškos užklausa""Sutraukti""Bendrinti naudojant""Pasirinkti programą""999+""Eiti į viršų""Peržiūrėti viską""Daugiau parinkčių""%1$s, %2$s, %3$s""%1$s, %2$s""Atlikta""Ieškoti...""Bendrinti naudojant „%s“""Eiti į pagrindinį puslapį""Paieška""Meklējiet…""Vairāk opciju""Kopīgot ar %s""%1$s, %2$s: %3$s""%1$s: %2$s""Gatavs""Sakļaut""999+""Skatīt visu""Izvēlieties lietotni""Meklēšana ar balsi""Kopīgot ar:""Iesniegt vaicājumu""Pārvietoties uz sākuma ekrānu""Notīrīt vaicājumu""Meklēt""Pārvietoties augšup""Meklēšanas vaicājums""Движи се нагоре""%1$s, %2$s, %3$s""Види ги сите""Поднеси барање""Собери""Избери апликација""Пребарување…""Исчисти барање""Готово""Пребарај""Пребарај барање""Сподели со""Гласовно пребарување""Движи се кон дома""999+""Повеќе опции""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""%1$s, %2$s, %3$s""അന്വേഷണം സമർപ്പിക്കുക""ഇവരുമായി പങ്കിടുക""ചുരുക്കുക""എല്ലാം കാണുക""തിരയുക…""999+""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""ശബ്ദ തിരയൽ""%1$s, %2$s""പൂർത്തിയാക്കി""തിരയൽ""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""കൂടുതല് ഓപ്ഷനുകള്""999+""Апп сонгох""Хумих""Асуулгыг цэвэрлэх""Нэмэлт сонголтууд""Дууссан""Хайх""Хайх...""Хайх асуулга""Дээш шилжих""Дуут хайлт""Хуваалцах""%s-тай хуваалцах""Нүүр хуудас руу шилжих""%1$s, %2$s""Бүгдийг харах""Асуулгыг илгээх""%1$s, %2$s, %3$s""संक्षिप्त करा""शोध""%1$s, %2$s, %3$s""वर नेव्हिगेट करा""एक अॅप निवडा""पूर्ण झाले""यांच्यासह सामायिक करा""शोधा…""शोध क्वेरी""999+""सर्व पहा""क्वेरी सबमिट करा""%1$s, %2$s""अधिक पर्याय""%s सह सामायिक करा""व्हॉइस शोध""मुख्यपृष्ठ नेव्हिगेट करा""क्वेरी स्पष्ट करा""Navigasi skrin utama""Cari…""Serah pertanyaan""Selesai""999+""Runtuhkan""Pilih apl""Carian suara""Kosongkan pertanyaan""Pertanyaan carian""Lihat semua""%1$s, %2$s""Cari""Navigasi ke atas""Kongsi dengan %s""Kongsi dengan""Lagi pilihan""%1$s, %2$s, %3$s""မူလနေရာကို သွားရန်""ရှာဖွေပါ...""အသံဖြင့် ရှာဖွေခြင်း""ပိုမိုရွေးချယ်စရာများ""ခေါက်ရန်""မျှဝေဖို့ ရွေးပါ""ရှာစရာ အချက်အလက်နေရာ""%s ကို မျှဝေပါရန်""၉၉၉+""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""ရှာဖွေရန်""%1$s ၊ %2$s ၊ %3$s""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""အပေါ်သို့သွားရန်""%1$s၊ %2$s""Se alle""Søkeord""%1$s – %2$s""Talesøk""Gå opp""Ferdig""999+""Del med %s""Slett søket""Flere alternativer""Del med""Utfør søket""Skjul""Velg en app""Søk""Gå til startsiden""Søk …""%1$s – %2$s – %3$s""साझेदारी गर्नुहोस्...""माथि खोज्नुहोस्""भ्वाइस खोजी""प्रश्न हटाउनुहोस्""जिज्ञासा पेस गर्नुहोस्""खोज्नुहोस्""थप विकल्पहरू""%1$s, %2$s""सम्पन्न भयो""सबै हेर्नुहोस्""%s सँग साझेदारी गर्नुहोस्""गृह खोज्नुहोस्""जिज्ञासाको खोज गर्नुहोस्""खोज्नुहोस्...""९९९+""संक्षिप्त पार्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""%1$s, %2$s, %3$s""%1$s, %2$s""Zoekopdracht verzenden""Zoekopdracht wissen""Zoeken…""Delen met %s""Meer opties""999+""%1$s, %2$s, %3$s""Gereed""Samenvouwen""Gesproken zoekopdracht""Zoekopdracht""Delen met""Alles weergeven""Navigeren naar startpositie""Omhoog navigeren""Een app selecteren""Zoeken""ਹੋਰ ਚੋਣਾਂ""ਵੌਇਸ ਖੋਜ""ਸਭ ਦੇਖੋ""999+""ਖੋਜੋ""ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ""%1$s, %2$s""ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ""ਸਵਾਲ ਹਟਾਓ""ਨਸ਼ਟ ਕਰੋ""ਹੋ ਗਿਆ""ਖੋਜ…""%1$s, %2$s, %3$s""ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ""ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""ਇੱਕ ਐਪ ਚੁਣੋ""ਸਵਾਲ ਖੋਜੋ""%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""Zwiń""%1$s, %2$s""Wybierz aplikację""Gotowe""Szukaj…""Udostępnij dla""%1$s, %2$s, %3$s""Wyczyść zapytanie""999+""Udostępnij dla %s""Więcej opcji""Zobacz wszystkie""Przejdź wyżej""Wyszukiwane hasło""Przejdź do strony głównej""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe"false"Compartilhar com %s""%1$s, %2$s""Mais opções""%1$s, %2$s, %3$s""Recolher""Pesquisar""Pesquisa por voz""Enviar consulta""Ver tudo""Limpar consulta""Consulta de pesquisa""Pesquisar...""Compartilhar com""Selecione um app""Navegar para a página inicial""Navegar para cima""999+""Concluído""Partilhar com""Enviar consulta""%1$s, %2$s""Pesquisar...""Pesquisa por voz""Mais opções""Limpar consulta""+999""Reduzir""Consulta de pesquisa""Navegar para cima""Pesquisar""Partilhar com %s""Ver tudo""Navegar para a página inicial""Concluído""%1$s, %2$s, %3$s""Escolher uma aplicação""Trimiteți la""%1$s, %2$s""Ștergeți interogarea""Afișați-le pe toate""Alegeți o aplicație""Interogare de căutare""Restrângeți""%1$s, %2$s, %3$s""Terminat""Căutare vocală""Trimiteți la %s""˃999""Mai multe opțiuni""Căutați""Trimiteți interogarea""Navigați la ecranul de pornire""Navigați în sus""Căutați…""Поисковый запрос""Свернуть"">999""%1$s, %2$s, %3$s""Отправить запрос""Перейти вверх""Показать все""Удалить запрос""Открыть доступ""Готово""Открыть доступ пользователю %s""%1$s, %2$s""Голосовой поиск""Поиск""Перейти на главный экран""Поиск""Выбрать приложение""Другие параметры""සමඟ බෙදාගන්න""999+""සෙවුම් විමසුම""සියල්ල බලන්න""විමසුම හිස් කරන්න""%1$s, %2$s, %3$s""විමසුම යොමු කරන්න""ගෙදරට සංචාලනය කරන්න""සොයන්න...""%s සමඟ බෙදාගන්න""තවත් විකල්ප""%1$s, %2$s""හකුළන්න""අවසාන වූ""යෙදුමක් තෝරන්න""හඬ සෙවීම""සෙවීම""ඉහලට සංචාලනය කරන්න""Vyhľadať…""Zdieľať pomocou %s""Prejsť na plochu""Vymazať dopyt""Zdieľať pomocou""Hlasové vyhľadávanie""Zvoľte aplikáciu""Vyhľadávací dopyt""Hotovo""Odoslať dopyt""Prejsť hore""999+""%1$s, %2$s""Ďalšie možnosti""Hľadať""Zobraziť všetko""%1$s, %2$s, %3$s""Zbaliť""Izbira aplikacije""Iskanje …""Deljenje z:""%1$s, %2$s, %3$s""Več možnosti""Deljenje z""Končano""Pokaži vse""999+""Krmarjenje domov""Izbris poizvedbe""Krmarjenje navzgor""%1$s, %2$s""Strni""Iskanje""Pošiljanje poizvedbe""Iskalna poizvedba""Glasovno iskanje""999+""Opsione të tjera""%1$s, %2$s""Kërko""Shpalos""Orientohu për në shtëpi""Kërko...""U krye!""Pastro pyetjen""Ngjitu lart""Kërkim me zë""%1$s, %2$s, %3$s""Dërgo pyetjen""Shikoji të gjitha""Zgjidh një aplikacion""Shpërnda publikisht me""Shpërnda publikisht me %s""Kërko pyetjen""Упит за претрагу""Слање упита""Још опција""%1$s, %2$s, %3$s""Прикажи све""Претрага""Избор апликације""Дели са апликацијом %s""Дели са""Претражите...""%1$s, %2$s"">999""Готово""Брисање упита""Скупи""Гласовна претрага""Одлазак на Почетну""Кретање нагоре""Komprimera""Dela med %s""%1$s, %2$s, %3$s""Dela med""Sök""Visa startsidan""Sökfråga""Välj en app""%1$s, %2$s""Ta bort frågan""Röstsökning""Sök …"">999""Klart""Visa alla""Navigera uppåt""Fler alternativ""Skicka fråga""Nenda juu""Nimemaliza""Tafuta kwa kutamka""999+""Kunja""Chagua programu""Shiriki na:""Wasilisha hoja""Angalia zote""Tafuta…""Shiriki na %s""Futa hoja""Hoja ya utafutaji""Tafuta""Chaguo zaidi""Nenda mwanzo""%1$s, %2$s""%1$s, %2$s, %3$s"8dp524dp20dp64dp16dp580dp8dp"999+""தேடு...""முடிந்தது""வினவலைச் சமர்ப்பி""%1$s, %2$s, %3$s""சுருக்கு""%s உடன் பகிர்""பயன்பாட்டைத் தேர்வுசெய்க""தேடு""தேடல் வினவல்""இதனுடன் பகிர்""%1$s, %2$s""எல்லாம் காட்டு""குரல் தேடல்""வினவலை அழி""முகப்பிற்கு வழிசெலுத்து""மேலே வழிசெலுத்து""மேலும் விருப்பங்கள்""వాయిస్ శోధన""కుదించండి""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""999+""శోధించు""పూర్తయింది""హోమ్కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""శోధించు...""%1$s, %2$s""మరిన్ని ఎంపికలు""%1$s, %2$s, %3$s""అనువర్తనాన్ని ఎంచుకోండి""ప్రశ్నను క్లియర్ చేయి""ప్రశ్న శోధించండి""ప్రశ్నని సమర్పించు""వీరితో భాగస్వామ్యం చేయి""แชร์กับ""ตัวเลือกอื่น""999+""ดูทั้งหมด""นำทางขึ้น""ค้นหา""ข้อความค้นหา""ส่งข้อความค้นหา""นำทางไปหน้าแรก""ยุบ""แชร์กับ %s""ล้างข้อความค้นหา""%1$s, %2$s, %3$s""ค้นหา…""เลือกแอป""%1$s, %2$s""ค้นหาด้วยเสียง""เสร็จสิ้น""Maghanap""Paghahanap gamit ang boses""Mag-navigate pataas""Tapos na""Ibahagi sa/kay %s""Query sa paghahanap""%1$s, %2$s, %3$s""Pumili ng isang app""I-collapse""Mag-navigate patungo sa home""Maghanap…""Isumite ang query""999+""%1$s, %2$s""Ibahagi sa/kay""Higit pang mga opsyon""Tingnan lahat""I-clear ang query""Ana ekrana git""%1$s, %2$s""Sorguyu gönder""999+""Bir uygulama seçin""Diğer seçenekler""Tümünü göster""%s ile paylaş""Şununla paylaş""%1$s, %2$s, %3$s""Tamamlandı""Yukarı git""Sorguyu temizle""Ara""Sesli arama""Ara…""Arama sorgusu""Daralt""Готово""Пошук…""Перейти вгору""Очистити запит""999+""Надіслати через""Надіслати запит""Вибрати програму""Пошук""%1$s, %2$s""Переглянути всі""Пошуковий запит""Надіслати через %s""Перейти на головний""Інші опції""Голосовий пошук""%1$s, %2$s, %3$s""Згорнути""تلاش کریں""صوتی تلاش""استفسار جمع کرائیں""مزید اختیارات""سبھی دیکھیں""استفسار صاف کریں""سکیڑیں""%s کے ساتھ اشتراک کریں""تلاش کریں…""استفسار تلاش کریں""اشتراک کریں مع""ہوم پر نیویگیٹ کریں""اوپر نیویگیٹ کریں""ہو گیا""%1$s, %2$s""%1$s, %2$s, %3$s""ایک ایپ منتخب کریں""999+""Qidirish…""999+""Bo‘lishish:""So‘rov yaratish""Boshiga o‘tish""%1$s, %2$s, %3$s""So‘rovni tozalash""Yig‘ish""Barchasini ko‘rish""Dastur tanlang""Tayyor""Izlash""%1$s, %2$s""Qo‘shimcha sozlamalar""Yuqoriga o‘tish""Ovozli qidiruv""So‘rovni izlash"0px"999+""Chia sẻ với""%1$s, %2$s""%1$s, %2$s, %3$s""Xem tất cả""Tìm kiếm truy vấn""Điều hướng về trang chủ""Gửi truy vấn""Tìm kiếm bằng giọng nói""Tìm kiếm""Thêm tùy chọn""Chọn một ứng dụng""Chia sẻ với %s""Thu gọn""Tìm kiếm…""Xong""Xóa truy vấn""Điều hướng lên trên"3truetrue45192dipfalse192dip550%90%60%false70%256dip"完成""清除查询""搜索查询""%1$s:%2$s""搜索…""查看全部""收起""更多选项""999+""分享方式""语音搜索""选择应用""提交查询""搜索""%1$s - %2$s:%3$s""转到上一层级""通过%s分享""转到主屏幕""選擇應用程式""搜尋""分享對象""提交查詢""完成""瀏覽主頁""搜尋查詢""%1$s:%2$s""向上瀏覽""%1$s (%2$s):%3$s""收合""999 +""與「%s」分享""顯示全部""搜尋…""清除查詢""更多選項""語音搜尋""999+""搜尋""選擇分享對象""收合""語音搜尋""瀏覽首頁""向上瀏覽""完成""查看全部""清除查詢""%1$s:%2$s""提交查詢""%1$s - %2$s:%3$s""更多選項""與「%s」分享""搜尋…""搜尋查詢""選擇應用程式""Iyasesha...""Kwenziwe""Zulazulela phezulu""%1$s, %2$s, %3$s""Umbuzo wosesho""Sesha""Khetha uhlelo lokusebenza""Buka konke""Yabelana no-%s""999+""Yabelana no-""Izinketho eziningi""Zulazulela ekhaya""Ukusesha ngezwi""%1$s, %2$s""Goqa""Hambisa umbuzo""Sula inkinga"20dpDisable Live ReloadEnable Hot Module ReplacementDev Settings#eecc0000Hide InspectorFetching JS bundleStop ProfileDebug in ChromeCatalyst Dev SettingsDisable Hot Module ReplacementPlease wait…Enable Live ReloadShow InspectorStart ProfileStop Chrome DebuggingReload JSConnecting to remote debuggerEnable Perf MonitorDisable Perf MonitorUnable to connect with remote debuggerUnable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081Catalyst Dev SettingsDev SettingsFetching JS bundleProzkoumat prvekReload JSČekejte prosím...Unable to download JS bundleDebug JSInspicer elementUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsVent venligst...Fetching JS bundleElement untersuchenUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsFetching JS bundleBitte warten Sie ...Unable to download JS bundleFetching JS bundleDebug JSDev SettingsCatalyst Dev SettingsReload JSΕξέταση στοιχείουΠεριμένετε...Please wait...Fetching JS bundleUnable to download JS bundleShow InspectorDebug JSDev SettingsCatalyst Dev SettingsReload JSDev SettingsUnable to download JS bundleDebug JSFetching JS bundleEspera...Catalyst Dev SettingsReload JSInspeccionar elementoInspeccionar elementoReload JSFetching JS bundleDebug JSEspera...Catalyst Dev SettingsUnable to download JS bundleDev Settings[Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1][Show Inspector#c1b106c92869437ebd88f326d632b973:1][Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1][Debug JS#2010fa256bd28603b686da2713bb843a:1][Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1][Please wait...#71bad104a80f916d3bfb1ffa23a487af:1][Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1][Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1](অনুগ্রহ করে অপেক্ষা করুন….)Debug JSDev SettingsReload JSFetching JS bundleUnable to download JS bundleCatalyst Dev Settings(तत्व निरीक्षण गर्नुहोस्)Unable to download JS bundleOdota…Tarkista elementtiDev SettingsCatalyst Dev SettingsDebug JSReload JSFetching JS bundleDev SettingsCatalyst Dev SettingsVeuillez patienter...Unable to download JS bundleInspecter l’élémentDebug JSFetching JS bundleReload JSKérjük, várj...Dev SettingsFetching JS bundleElem megtekintéseDebug JSCatalyst Dev SettingsUnable to download JS bundleReload JSFetching JS bundleDebug JSHarap tunggu...Catalyst Dev SettingsReload JSPeriksa ElemenUnable to download JS bundleDev SettingsDebug JSAttendi...Esamina elementoFetching JS bundleDev SettingsCatalyst Dev SettingsReload JSUnable to download JS bundleCatalyst Dev SettingsReload JSDev Settings要素を確認しばらくお待ちくださいUnable to download JS bundleDebug JSFetching JS bundleReload JSFetching JS bundle기다려주세요...Catalyst Dev Settings요소 검사Unable to download JS bundleDebug JSDev SettingsDev SettingsInspiser elementVent litt ...Fetching JS bundleUnable to download JS bundleReload JSCatalyst Dev SettingsDebug JSReload JSDebug JSDev SettingsEven geduld...Catalyst Dev SettingsFetching JS bundleUnable to download JS bundleElement inspecterenZaczekaj...Reload JSFetching JS bundleCatalyst Dev SettingsDev SettingsDebug JSZbadaj elementUnable to download JS bundleUnable to download JS bundleCatalyst Dev SettingsDev SettingsReload JSShow InspectorAguarde...Fetching JS bundleDebug JSCatalyst Dev SettingsReload JSDev SettingsFetching JS bundleUnable to download JS bundleShow InspectorAguarda...Debug JSUnable to download JS bundleCatalyst Dev SettingsDev SettingsPlease wait...Show InspectorReload JSDebug JSFetching JS bundleDebug JSCatalyst Dev SettingsFetching JS bundleReload JSDev SettingsПроверить элементUnable to download JS bundleПодождите...Debug JSReload JSUnable to download JS bundleInspektionselementFetching JS bundleVänta ...Catalyst Dev SettingsDev Settingsตรวจสอบอิลิเมนต์Fetching JS bundleCatalyst Dev Settingsโปรดรอ...Dev SettingsDebug JSReload JSUnable to download JS bundleÖğeyi DenetleUnable to download JS bundleDev SettingsDebug JSReload JSFetching JS bundleLütfen bekleyin...Catalyst Dev SettingsDev SettingsCatalyst Dev SettingsUnable to download JS bundleFetching JS bundleDebug JSKiểm tra phần tửVui lòng đợi...Reload JSDebug JSDev Settings检查元素Reload JS请稍等...Fetching JS bundleUnable to download JS bundleCatalyst Dev SettingsReload JSUnable to download JS bundleDebug JS請稍候……Catalyst Dev SettingsFetching JS bundleDev Settings檢查項目Catalyst Dev SettingsDev Settings檢查元素Unable to download JS bundle請稍候……Debug JSFetching JS bundleReload JS
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/mergeResourcesdebug/merger.xml b/android/build/intermediates/incremental/mergeResourcesdebug/merger.xml
new file mode 100644
index 0000000..31a6abe
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeResourcesdebug/merger.xml
@@ -0,0 +1,1339 @@
+
+0.26220@android:color/blackSearch query#ff009688@color/material_grey_600320dip@android:color/white48dp#ff32323216dpShare with@dimen/abc_action_bar_content_inset_material48dp45sp#80ffffffShare with %s#36ffffff%1$s, %2$s, %3$sfalse#ffbebebe@android:color/black34sp4dpDone56dp#ff80cbc4#ff21272b@color/bright_foreground_disabled_material_dark#7fa87f320dp@color/material_grey_10099918sp56sp#ffbdbdbd180dp#240000008dip12dp24sp14sp20dp48dp6dp#80bebebe#ffe0e0e0false48dp0dp36dp#fffafafa3dp2dpSee all160dip6dp8dip#ff37474f16sp100%#fff1f1f1Navigate home999+127#ff5a595b10dp@color/material_grey_90064dp14sptrue65%296dp@android:color/black22sp16dp@color/material_grey_800#ffffffffNavigate up@android:color/white95%@dimen/abc_control_inset_material0.12Clear query40dp#fff5f5f5@color/material_grey_8500.26320dp#ff757575@android:color/black#42ffffff14spMore options#ff263238Voice search24dp#3333B5E5112sp0.20#ffd6d7d7#80323232Search…14sp-3dp0.2610dp5dp0.30@android:color/whitetrue#8a0000008dpSubmit query@android:color/black@color/material_deep_teal_50012sp80%true0dp#ffbdbdbdtrue@dimen/abc_control_padding_material20sp#80000000Choose an appfalse32dip#1f000000#de000000#ff212121#4Dffffff#ff424242@color/bright_foreground_material_light#66009688%1$s, %2$s#b3ffffff16sp7dp4dpSearch320dp@color/bright_foreground_disabled_material_light@color/material_grey_50@android:color/black18dp64dp0.308dp15016dpCollapse@color/bright_foreground_material_dark16dp24dp#39000000#6680cbc4#ff616161@color/material_deep_teal_200#ff303030"Vee navraag uit""Soek""Deel met""Vou in""Kies \'n program""Soek …""Navigeer op""%1$s, %2$s""Navigeer tuis""Klaar""Soeknavraag""Stemsoektog""Deel met %s""Sien alles""%1$s, %2$s, %3$s""Dien navraag in""Nog opsies""999+""ተከናውኗል""ተጨማሪ አማራጮች""ከ%s ጋር ያጋሩ""ከሚከተለው ጋር ያጋሩ""ወደ ላይ ይዳስሱ""ሁሉንም ይመልከቱ""የድምፅ ፍለጋ""መጠይቅ ያስረክቡ""999+""%1$s፣ %2$s፣ %3$s""መጠይቅ አጽዳ""ሰብስብ""መተግበሪያ ይምረጡ""ፍለጋ""የፍለጋ ጥያቄ""%1$s፣ %2$s""ወደ መነሻ ይዳስሱ""ፈልግ…""تصغير""البحث الصوتي""+999""طلب البحث""%1$s، %2$s، %3$s""التنقل إلى أعلى""تم""بحث""اختيار تطبيق""عرض الكل""خيارات إضافية""مشاركة مع""بحث…""مشاركة مع %s""التنقل إلى الشاشة الرئيسية""محو طلب البحث""إرسال طلب البحث""%1$s، %2$s""Sorğunu göndərin""Yuxarı get""%1$s, %2$s, %3$s""Sorğunu təmizlə""Səsli axtarış""Evə get""Daha çox seçim""Bununla paylaşın""Hazırdır""%1$s, %2$s""Dağıt""Hamısına baxın""Axtarış...""Axtarış sorğusu""Axtarış""999+""Tətbiq seçin""Споделяне със: %s""999+""Изчистване на заявката""Изпращане на заявката""Търсене""Придвижване към „Начало“""Готово""Свиване""Споделяне със:""Търсете…""„%1$s“, „%2$s“ – %3$s""Вижте всички""Заявка за търсене""Още опции""Гласово търсене""Изберете приложение""Придвижване нагоре""„%1$s“ – %2$s""ক্যোয়ারী অনুসন্ধান করুন""ক্যোয়ারী জমা দিন""সম্পন্ন হয়েছে""%s এর সাথে ভাগ করুন""এর সাথে ভাগ করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""৯৯৯+""%1$s, %2$s""ভয়েস অনুসন্ধান""হোম এ নেভিগেট করুন""আরো বিকল্প""অনুসন্ধান করুন""%1$s, %2$s, %3$s""ক্যোয়ারী সাফ করুন""সঙ্কুচিত করুন""উপরের দিকে নেভিগেট করুন""অনুসন্ধান...""সবগুলো দেখুন""Cerca per veu""Consulta de cerca""Comparteix amb""%1$s, %2$s""Més opcions""Esborra la consulta""Comparteix amb %s""Fet""Mostra\'ls tots""Cerca...""+999""Cerca""Selecciona una aplicació""%1$s, %2$s, %3$s""Replega""Envia la consulta""Navega cap a dalt""Navega a la pàgina d\'inici""Vyhledat…""%1$s, %2$s – %3$s""Odeslat dotaz""Sbalit""Sdílet pomocí""%1$s – %2$s""999+""Přejít na plochu""Zobrazit vše""Přejít nahoru""Více možností""Vyhledávací dotaz""Vybrat aplikaci""Sdílet pomocí %s""Smazat dotaz""Hotovo""Hledat""Hlasové vyhledávání""Naviger hjem""Naviger op""Del med""Del med %s""Talesøgning""Flere muligheder""Vælg en app""Søgeforespørgsel""Indsend forespørgslen""Søg…""Søg""%1$s, %2$s, %3$s""Se alle""Luk""Skjul""999+""%1$s, %2$s""Ryd forespørgslen""Suchen…""Freigeben für %s""Suchen""999+""Zur Startseite""%1$s, %2$s: %3$s""Minimieren""%1$s: %2$s""Alle ansehen""Nach oben""Weitere Optionen""Sprachsuche""App auswählen""Suchanfrage""Fertig""Suchanfrage löschen""Freigeben für""Suchanfrage senden""Υποβολή ερωτήματος""Κοινή χρήση με %s""Ερώτημα αναζήτησης""Σύμπτυξη""Πλοήγηση στην αρχική σελίδα""%1$s, %2$s""Τέλος""Κοινή χρήση με""Πλοήγηση προς τα επάνω""Προβολή όλων""%1$s, %2$s, %3$s""999+""Αναζήτηση""Επιλέξτε κάποια εφαρμογή""Φωνητική αναζήτηση""Περισσότερες επιλογές""Αναζήτηση…""Διαγραφή ερωτήματος""%1$s, %2$s, %3$s""Clear query""Search query""Done""%1$s, %2$s""See all""Submit query""More options""Search""Navigate up""Share with %s""Share with""Collapse""Voice search""Choose an app""999+""Search…""Navigate home""Search""Choose an app""Collapse""Share with""Share with %s""%1$s, %2$s, %3$s""Navigate up""Navigate home""Clear query""Voice search""See all""Search…""Done""999+""Submit query""Search query""%1$s, %2$s""More options""Clear query""Submit query""%1$s, %2$s""Navigate home""Navigate up""More options""Search…""Search""Choose an app""Voice search""Search query""Share with %s""%1$s, %2$s, %3$s""Done""Share with""See all""999+""Collapse""Seleccionar una aplicación""Buscar""Ver todo""Búsqueda por voz""%1$s, %2$s, %3$s""Consulta""Compartir con""Más opciones""Borrar consulta""Contraer""Listo""Ir a la pantalla de inicio""+999""%1$s, %2$s""Enviar consulta""Compartir con %s""Desplazarse hacia arriba""Buscar…""%1$s, %2$s, %3$s""Navegar hacia arriba""Buscar…""Navegar a la página principal""Enviar consulta""Consulta de búsqueda""Búsqueda por voz""%1$s, %2$s""Más opciones""Ver todo""999+""Compartir con""Elige una aplicación.""Eliminar la consulta""Compartir con %s""Listo""Contraer""Búsqueda""999+""Päringu esitamine""Jagamine:""%1$s, %2$s, %3$s""Päringu tühistamine""Jagamine kasutajaga %s""Kuva kõik""Ahendamine""Otsingupäring""Rohkem valikuid""Otsing""Häälotsing""Valmis""Navigeerimine avaekraanile""%1$s, %2$s""Navigeerimine üles""Otsige …""Valige rakendus""Garbitu kontsulta""999+""Bilatu""Ikusi guztiak""Joan gora""Aukera gehiago""Eginda""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Partekatu hauekin""Joan orri nagusira""Bilatu…""%1$s, %2$s""%1$s, %2$s, %3$s""Aukeratu aplikazio bat""Tolestu""Partekatu %s erabiltzailearekin""پیمایش به صفحه اصلی""%1$s، %2$s، %3$s""%1$s، %2$s""اشتراکگذاری با""مشاهده همه""پاک کردن عبارت جستجو""جستجو…""کوچک کردن""گزینههای بیشتر""جستجوی شفاهی""انتخاب برنامه""عبارت جستجو""اشتراکگذاری با %s""جستجو""۹۹۹+""پیمایش به بالا""ارسال عبارت جستجو""انجام شد""%1$s, %2$s""%1$s, %2$s, %3$s""Hakulauseke""Jakaminen: %s""Jakaminen:""Kutista""Haku""999+""Valitse sovellus""Näytä kaikki""Siirry ylös""Puhehaku""Siirry etusivulle""Valmis""Lisää""Lähetä kysely""Haku…""Tyhjennä kysely""OK""Tout afficher""Sélectionner une application"">999""Revenir en haut de la page""Plus d\'options""Rechercher""Envoyer la requête""Réduire""%1$s, %2$s""Revenir à l\'accueil""%1$s, %2$s, %3$s""Effacer la requête""Recherche vocale""Rechercher…""Requête de recherche""Partager avec %s""Partager avec""Partager""Envoyer la requête""Recherche en cours...""Recherche vocale""Réduire""Voir toutes les chaînes""Terminé""Sélectionnez une application""%1$s, %2$s, %3$s""Revenir à l\'accueil""%1$s, %2$s""Revenir en haut de la page""Requête de recherche""Effacer la requête""Rechercher""Plus d\'options"">999""Partager avec %s""Máis opcións""Buscar…""%1$s, %2$s""Busca de voz""Buscar""Compartir con %s""Ver todas""Enviar consulta""Feito""Escoller unha aplicación""Compartir con""Borrar consulta""Contraer""Consulta de busca"">999""Desprazarse cara arriba""Ir á páxina de inicio""%1$s, %2$s, %3$s""999+""શોધો""આની સાથે શેર કરો""થઈ ગયું""એક એપ્લિકેશન પસંદ કરો""ઉપર નેવિગેટ કરો""વૉઇસ શોધ""%s સાથે શેર કરો""ક્વેરી સાફ કરો""સંકુચિત કરો""%1$s, %2$s, %3$s""વધુ વિકલ્પો""ક્વેરી સબમિટ કરો""શોધ ક્વેરી""%1$s, %2$s""શોધો…""બધું જુઓ""હોમ પર નેવિગેટ કરો"54dip"सभी देखें""कोई एप्लिकेशन चुनें""इसके द्वारा साझा करें""क्वेरी सबमिट करें""%1$s, %2$s""999+""खोजें""अधिक विकल्प""ध्वनि खोज""%s के साथ साझा करें""%1$s, %2$s, %3$s""संक्षिप्त करें""मुख्यपृष्ठ पर नेविगेट करें""क्वेरी साफ़ करें""खोजा जा रहा है…""खोज क्वेरी""पूर्ण""ऊपर नेविगेट करें""999+""Dijeljenje sa: %s""Idi gore""Odabir aplikacije""Izbriši upit""Pretražite…""Dodatne opcije""%1$s, %2$s""Gotovo""Sažmi""Prikaži sve""Pretraživanje""Dijeljenje sa""%1$s, %2$s, %3$s""Glasovno pretraživanje""Idi na početnu""Pošalji upit""Upit za pretraživanje""További lehetőségek""Keresés""Hangalapú keresés""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""Keresés…""Megosztás a következővel: %s""Keresési lekérdezés""Megosztás a következővel:""%1$s, %2$s, %3$s""Ugrás a főoldalra""Lekérdezés törlése""999+""Lekérdezés küldése""%1$s, %2$s""Felfelé mozgatás""Összecsukás""Տեսնել բոլորը""%1$s, %2$s, %3$s""Այլ ընտրանքներ""Տարածել""%1$s, %2$s""Մաքրել հարցումը""Թաքցնել""Ուղարկել հարցումը""Ուղղվել վերև""Ուղղվել տուն""Որոնել""Ընտրել ծրագիր""Կատարված է""Որոնում...""Որոնման հարցում""999+""Տարածել ըստ %s""Ձայնային որոնում""%1$s, %2$s, %3$s""Bagikan dengan %s""Bagikan dengan""%1$s, %2$s""Penelusuran suara""999+""Kirim kueri""Navigasi naik""Opsi lain""Pilih aplikasi""Ciutkan""Telusuri...""Hapus kueri""Navigasi ke beranda""Kueri penelusuran""Selesai""Lihat semua""Telusuri""Raddleit""Leitarfyrirspurn""999+""Minnka""Leita""%1$s, %2$s, %3$s""Leita…""Senda fyrirspurn""Deila með %s""Fara heim""Hreinsa fyrirspurn""%1$s, %2$s""Lokið""Sjá allt""Veldu forrit""Deila með""Fara upp""Fleiri valkostir""Ricerca vocale""Cerca…""Altre opzioni""Vai in alto""999+""Vai alla home page""Condividi con %s""Invia query""Cancella query""Cerca""Condividi con""Visualizza tutte""%1$s, %2$s""Query di ricerca""Comprimi""Fine""Scegli un\'applicazione""%1$s, %2$s, %3$s""שתף עם %s""שתף עם""חפש…""999+""חפש""נווט למעלה""בוצע""חיפוש קולי""מחק שאילתה""שלח שאילתה""%1$s, %2$s, %3$s""שאילתת חיפוש""ראה הכל""עוד אפשרויות""בחר אפליקציה""נווט לדף הבית""%1$s, %2$s""כווץ""上へ移動""すべて表示""その他のオプション""検索""音声検索""アプリの選択""完了""%1$s、%2$s""検索キーワードを削除""折りたたむ""検索キーワード""共有""ホームへ移動""%1$s、%2$s、%3$s""検索…""999+""%sと共有""検索キーワードを送信""ხმოვანი ძიება""მეტი ვარიანტები""დასრულდა""ძიების მოთხოვნა""გაზიარება:""%1$s, %2$s, %3$s""%s-თან გაზიარება""%1$s, %2$s""ძიება""999+""ძიება...""ზემოთ ნავიგაცია""აპის არჩევა""ყველას ნახვა""აკეცვა""მოთხოვნის გადაგზავნა""მთავარზე ნავიგაცია""მოთხოვნის გასუფთავება""%s бөлісу""Негізгі бетте қозғалу""999+""Тасалау""Сұрақты жіберу""Барлығын көру""Дауыс арқылы іздеу""%1$s, %2$s, %3$s""Басқа опциялар""Сұрақты жою""Бөлісу""Іздеу""%1$s, %2$s""Іздеу…""Жоғары қозғалу""Сұрақты іздеу""Дайын""Қолданбаны таңдау""ស្វែងរក""ការស្វែងរកសំឡេង""ជម្រើសច្រើនទៀត""ស្វែងរក…""ចែករំលែកជាមួយ""ចែករំលែកជាមួយ %s""ដាក់ស្នើសំណួរ""រកមើលឡើងលើ""បង្រួម""មើលទាំងអស់""រកមើលទៅដើម""%1$s, %2$s, %3$s""ស្វែងរកសំណួរ""រួចរាល់""%1$s, %2$s""999+""ជ្រើសកម្មវិធី""សម្អាតសំណួរ""%1$s, %2$s, %3$s""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಹುಡುಕಿ…""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಮುಗಿದಿದೆ""ಹುಡುಕು""999+""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s와(과) 공유""검색""공유 대상""위로 탐색""음성 검색""전체 보기""홈 탐색""앱 선택""검색어""접기""%1$s, %2$s""999+""완료""검색어 보내기""검색어 삭제""%1$s, %2$s, %3$s""검색...""옵션 더보기""Жогору""Колдонмо тандоо""Көбүрөөк мүмкүнчүлүктөр""Издөө""%1$s, %2$s, %3$s""Издөө талаптары""999+""Жыйнап коюу""Үн аркылуу издөө""Издөө…""%s аркылуу бөлүшүү""Талап жөнөтүү""Талаптарды тазалоо""Үйгө багыттоо""Бөлүшүү""Даяр""Бардыгын көрүү""%1$s, %2$s"true12dp32dp48dptrue14dp440dp60%192dip90%60%90%4truetrue"ກັບໄປໜ້າຫຼັກ""999+""ຊອກຫາດ້ວຍສຽງ""ຊອກຫາ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ %s""ແລ້ວໆ""ໂຕເລືອກອື່ນ""%1$s, %2$s, %3$s""ແບ່ງປັນກັບ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຫຍໍ້""ເບິ່ງທັງຫມົດ""ເລືອກແອັບຯ""ສົ່ງການຊອກຫາ""ຂຶ້ນເທິງ""%1$s, %2$s""Išvalyti užklausą""Pateikti užklausą""Paieška balsu""Paieškos užklausa""Sutraukti""Bendrinti naudojant""Pasirinkti programą""999+""Eiti į viršų""Peržiūrėti viską""Daugiau parinkčių""%1$s, %2$s, %3$s""%1$s, %2$s""Atlikta""Ieškoti...""Bendrinti naudojant „%s“""Eiti į pagrindinį puslapį""Paieška""Meklējiet…""Vairāk opciju""Kopīgot ar %s""%1$s, %2$s: %3$s""%1$s: %2$s""Gatavs""Sakļaut""999+""Skatīt visu""Izvēlieties lietotni""Meklēšana ar balsi""Kopīgot ar:""Iesniegt vaicājumu""Pārvietoties uz sākuma ekrānu""Notīrīt vaicājumu""Meklēt""Pārvietoties augšup""Meklēšanas vaicājums""Движи се нагоре""%1$s, %2$s, %3$s""Види ги сите""Поднеси барање""Собери""Избери апликација""Пребарување…""Исчисти барање""Готово""Пребарај""Пребарај барање""Сподели со""Гласовно пребарување""Движи се кон дома""999+""Повеќе опции""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""%1$s, %2$s, %3$s""അന്വേഷണം സമർപ്പിക്കുക""ഇവരുമായി പങ്കിടുക""ചുരുക്കുക""എല്ലാം കാണുക""തിരയുക…""999+""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""ശബ്ദ തിരയൽ""%1$s, %2$s""പൂർത്തിയാക്കി""തിരയൽ""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""കൂടുതല് ഓപ്ഷനുകള്""999+""Апп сонгох""Хумих""Асуулгыг цэвэрлэх""Нэмэлт сонголтууд""Дууссан""Хайх""Хайх...""Хайх асуулга""Дээш шилжих""Дуут хайлт""Хуваалцах""%s-тай хуваалцах""Нүүр хуудас руу шилжих""%1$s, %2$s""Бүгдийг харах""Асуулгыг илгээх""%1$s, %2$s, %3$s""संक्षिप्त करा""शोध""%1$s, %2$s, %3$s""वर नेव्हिगेट करा""एक अॅप निवडा""पूर्ण झाले""यांच्यासह सामायिक करा""शोधा…""शोध क्वेरी""999+""सर्व पहा""क्वेरी सबमिट करा""%1$s, %2$s""अधिक पर्याय""%s सह सामायिक करा""व्हॉइस शोध""मुख्यपृष्ठ नेव्हिगेट करा""क्वेरी स्पष्ट करा""Navigasi skrin utama""Cari…""Serah pertanyaan""Selesai""999+""Runtuhkan""Pilih apl""Carian suara""Kosongkan pertanyaan""Pertanyaan carian""Lihat semua""%1$s, %2$s""Cari""Navigasi ke atas""Kongsi dengan %s""Kongsi dengan""Lagi pilihan""%1$s, %2$s, %3$s""မူလနေရာကို သွားရန်""ရှာဖွေပါ...""အသံဖြင့် ရှာဖွေခြင်း""ပိုမိုရွေးချယ်စရာများ""ခေါက်ရန်""မျှဝေဖို့ ရွေးပါ""ရှာစရာ အချက်အလက်နေရာ""%s ကို မျှဝေပါရန်""၉၉၉+""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""ရှာဖွေရန်""%1$s ၊ %2$s ၊ %3$s""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""အပေါ်သို့သွားရန်""%1$s၊ %2$s""Se alle""Søkeord""%1$s – %2$s""Talesøk""Gå opp""Ferdig""999+""Del med %s""Slett søket""Flere alternativer""Del med""Utfør søket""Skjul""Velg en app""Søk""Gå til startsiden""Søk …""%1$s – %2$s – %3$s""साझेदारी गर्नुहोस्...""माथि खोज्नुहोस्""भ्वाइस खोजी""प्रश्न हटाउनुहोस्""जिज्ञासा पेस गर्नुहोस्""खोज्नुहोस्""थप विकल्पहरू""%1$s, %2$s""सम्पन्न भयो""सबै हेर्नुहोस्""%s सँग साझेदारी गर्नुहोस्""गृह खोज्नुहोस्""जिज्ञासाको खोज गर्नुहोस्""खोज्नुहोस्...""९९९+""संक्षिप्त पार्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""%1$s, %2$s, %3$s""%1$s, %2$s""Zoekopdracht verzenden""Zoekopdracht wissen""Zoeken…""Delen met %s""Meer opties""999+""%1$s, %2$s, %3$s""Gereed""Samenvouwen""Gesproken zoekopdracht""Zoekopdracht""Delen met""Alles weergeven""Navigeren naar startpositie""Omhoog navigeren""Een app selecteren""Zoeken""ਹੋਰ ਚੋਣਾਂ""ਵੌਇਸ ਖੋਜ""ਸਭ ਦੇਖੋ""999+""ਖੋਜੋ""ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ""%1$s, %2$s""ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ""ਸਵਾਲ ਹਟਾਓ""ਨਸ਼ਟ ਕਰੋ""ਹੋ ਗਿਆ""ਖੋਜ…""%1$s, %2$s, %3$s""ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ""ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""ਇੱਕ ਐਪ ਚੁਣੋ""ਸਵਾਲ ਖੋਜੋ""%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""Zwiń""%1$s, %2$s""Wybierz aplikację""Gotowe""Szukaj…""Udostępnij dla""%1$s, %2$s, %3$s""Wyczyść zapytanie""999+""Udostępnij dla %s""Więcej opcji""Zobacz wszystkie""Przejdź wyżej""Wyszukiwane hasło""Przejdź do strony głównej""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe"false"Compartilhar com %s""%1$s, %2$s""Mais opções""%1$s, %2$s, %3$s""Recolher""Pesquisar""Pesquisa por voz""Enviar consulta""Ver tudo""Limpar consulta""Consulta de pesquisa""Pesquisar...""Compartilhar com""Selecione um app""Navegar para a página inicial""Navegar para cima""999+""Concluído""Partilhar com""Enviar consulta""%1$s, %2$s""Pesquisar...""Pesquisa por voz""Mais opções""Limpar consulta""+999""Reduzir""Consulta de pesquisa""Navegar para cima""Pesquisar""Partilhar com %s""Ver tudo""Navegar para a página inicial""Concluído""%1$s, %2$s, %3$s""Escolher uma aplicação""Trimiteți la""%1$s, %2$s""Ștergeți interogarea""Afișați-le pe toate""Alegeți o aplicație""Interogare de căutare""Restrângeți""%1$s, %2$s, %3$s""Terminat""Căutare vocală""Trimiteți la %s""˃999""Mai multe opțiuni""Căutați""Trimiteți interogarea""Navigați la ecranul de pornire""Navigați în sus""Căutați…""Поисковый запрос""Свернуть"">999""%1$s, %2$s, %3$s""Отправить запрос""Перейти вверх""Показать все""Удалить запрос""Открыть доступ""Готово""Открыть доступ пользователю %s""%1$s, %2$s""Голосовой поиск""Поиск""Перейти на главный экран""Поиск""Выбрать приложение""Другие параметры""සමඟ බෙදාගන්න""999+""සෙවුම් විමසුම""සියල්ල බලන්න""විමසුම හිස් කරන්න""%1$s, %2$s, %3$s""විමසුම යොමු කරන්න""ගෙදරට සංචාලනය කරන්න""සොයන්න...""%s සමඟ බෙදාගන්න""තවත් විකල්ප""%1$s, %2$s""හකුළන්න""අවසාන වූ""යෙදුමක් තෝරන්න""හඬ සෙවීම""සෙවීම""ඉහලට සංචාලනය කරන්න""Vyhľadať…""Zdieľať pomocou %s""Prejsť na plochu""Vymazať dopyt""Zdieľať pomocou""Hlasové vyhľadávanie""Zvoľte aplikáciu""Vyhľadávací dopyt""Hotovo""Odoslať dopyt""Prejsť hore""999+""%1$s, %2$s""Ďalšie možnosti""Hľadať""Zobraziť všetko""%1$s, %2$s, %3$s""Zbaliť""Izbira aplikacije""Iskanje …""Deljenje z:""%1$s, %2$s, %3$s""Več možnosti""Deljenje z""Končano""Pokaži vse""999+""Krmarjenje domov""Izbris poizvedbe""Krmarjenje navzgor""%1$s, %2$s""Strni""Iskanje""Pošiljanje poizvedbe""Iskalna poizvedba""Glasovno iskanje""999+""Opsione të tjera""%1$s, %2$s""Kërko""Shpalos""Orientohu për në shtëpi""Kërko...""U krye!""Pastro pyetjen""Ngjitu lart""Kërkim me zë""%1$s, %2$s, %3$s""Dërgo pyetjen""Shikoji të gjitha""Zgjidh një aplikacion""Shpërnda publikisht me""Shpërnda publikisht me %s""Kërko pyetjen""Упит за претрагу""Слање упита""Још опција""%1$s, %2$s, %3$s""Прикажи све""Претрага""Избор апликације""Дели са апликацијом %s""Дели са""Претражите...""%1$s, %2$s"">999""Готово""Брисање упита""Скупи""Гласовна претрага""Одлазак на Почетну""Кретање нагоре""Komprimera""Dela med %s""%1$s, %2$s, %3$s""Dela med""Sök""Visa startsidan""Sökfråga""Välj en app""%1$s, %2$s""Ta bort frågan""Röstsökning""Sök …"">999""Klart""Visa alla""Navigera uppåt""Fler alternativ""Skicka fråga""Nenda juu""Nimemaliza""Tafuta kwa kutamka""999+""Kunja""Chagua programu""Shiriki na:""Wasilisha hoja""Angalia zote""Tafuta…""Shiriki na %s""Futa hoja""Hoja ya utafutaji""Tafuta""Chaguo zaidi""Nenda mwanzo""%1$s, %2$s""%1$s, %2$s, %3$s"8dp524dp20dp64dp16dp580dp8dp"999+""தேடு...""முடிந்தது""வினவலைச் சமர்ப்பி""%1$s, %2$s, %3$s""சுருக்கு""%s உடன் பகிர்""பயன்பாட்டைத் தேர்வுசெய்க""தேடு""தேடல் வினவல்""இதனுடன் பகிர்""%1$s, %2$s""எல்லாம் காட்டு""குரல் தேடல்""வினவலை அழி""முகப்பிற்கு வழிசெலுத்து""மேலே வழிசெலுத்து""மேலும் விருப்பங்கள்""వాయిస్ శోధన""కుదించండి""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""999+""శోధించు""పూర్తయింది""హోమ్కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""శోధించు...""%1$s, %2$s""మరిన్ని ఎంపికలు""%1$s, %2$s, %3$s""అనువర్తనాన్ని ఎంచుకోండి""ప్రశ్నను క్లియర్ చేయి""ప్రశ్న శోధించండి""ప్రశ్నని సమర్పించు""వీరితో భాగస్వామ్యం చేయి""แชร์กับ""ตัวเลือกอื่น""999+""ดูทั้งหมด""นำทางขึ้น""ค้นหา""ข้อความค้นหา""ส่งข้อความค้นหา""นำทางไปหน้าแรก""ยุบ""แชร์กับ %s""ล้างข้อความค้นหา""%1$s, %2$s, %3$s""ค้นหา…""เลือกแอป""%1$s, %2$s""ค้นหาด้วยเสียง""เสร็จสิ้น""Maghanap""Paghahanap gamit ang boses""Mag-navigate pataas""Tapos na""Ibahagi sa/kay %s""Query sa paghahanap""%1$s, %2$s, %3$s""Pumili ng isang app""I-collapse""Mag-navigate patungo sa home""Maghanap…""Isumite ang query""999+""%1$s, %2$s""Ibahagi sa/kay""Higit pang mga opsyon""Tingnan lahat""I-clear ang query""Ana ekrana git""%1$s, %2$s""Sorguyu gönder""999+""Bir uygulama seçin""Diğer seçenekler""Tümünü göster""%s ile paylaş""Şununla paylaş""%1$s, %2$s, %3$s""Tamamlandı""Yukarı git""Sorguyu temizle""Ara""Sesli arama""Ara…""Arama sorgusu""Daralt""Готово""Пошук…""Перейти вгору""Очистити запит""999+""Надіслати через""Надіслати запит""Вибрати програму""Пошук""%1$s, %2$s""Переглянути всі""Пошуковий запит""Надіслати через %s""Перейти на головний""Інші опції""Голосовий пошук""%1$s, %2$s, %3$s""Згорнути""تلاش کریں""صوتی تلاش""استفسار جمع کرائیں""مزید اختیارات""سبھی دیکھیں""استفسار صاف کریں""سکیڑیں""%s کے ساتھ اشتراک کریں""تلاش کریں…""استفسار تلاش کریں""اشتراک کریں مع""ہوم پر نیویگیٹ کریں""اوپر نیویگیٹ کریں""ہو گیا""%1$s, %2$s""%1$s, %2$s, %3$s""ایک ایپ منتخب کریں""999+""Qidirish…""999+""Bo‘lishish:""So‘rov yaratish""Boshiga o‘tish""%1$s, %2$s, %3$s""So‘rovni tozalash""Yig‘ish""Barchasini ko‘rish""Dastur tanlang""Tayyor""Izlash""%1$s, %2$s""Qo‘shimcha sozlamalar""Yuqoriga o‘tish""Ovozli qidiruv""So‘rovni izlash"0px"999+""Chia sẻ với""%1$s, %2$s""%1$s, %2$s, %3$s""Xem tất cả""Tìm kiếm truy vấn""Điều hướng về trang chủ""Gửi truy vấn""Tìm kiếm bằng giọng nói""Tìm kiếm""Thêm tùy chọn""Chọn một ứng dụng""Chia sẻ với %s""Thu gọn""Tìm kiếm…""Xong""Xóa truy vấn""Điều hướng lên trên"3truetrue45192dipfalse192dip550%90%60%false70%256dip"完成""清除查询""搜索查询""%1$s:%2$s""搜索…""查看全部""收起""更多选项""999+""分享方式""语音搜索""选择应用""提交查询""搜索""%1$s - %2$s:%3$s""转到上一层级""通过%s分享""转到主屏幕""選擇應用程式""搜尋""分享對象""提交查詢""完成""瀏覽主頁""搜尋查詢""%1$s:%2$s""向上瀏覽""%1$s (%2$s):%3$s""收合""999 +""與「%s」分享""顯示全部""搜尋…""清除查詢""更多選項""語音搜尋""999+""搜尋""選擇分享對象""收合""語音搜尋""瀏覽首頁""向上瀏覽""完成""查看全部""清除查詢""%1$s:%2$s""提交查詢""%1$s - %2$s:%3$s""更多選項""與「%s」分享""搜尋…""搜尋查詢""選擇應用程式""Iyasesha...""Kwenziwe""Zulazulela phezulu""%1$s, %2$s, %3$s""Umbuzo wosesho""Sesha""Khetha uhlelo lokusebenza""Buka konke""Yabelana no-%s""999+""Yabelana no-""Izinketho eziningi""Zulazulela ekhaya""Ukusesha ngezwi""%1$s, %2$s""Goqa""Hambisa umbuzo""Sula inkinga"20dpDisable Live ReloadEnable Hot Module ReplacementDev Settings#eecc0000Hide InspectorFetching JS bundleStop ProfileDebug in ChromeCatalyst Dev SettingsDisable Hot Module ReplacementPlease wait…Enable Live ReloadShow InspectorStart ProfileStop Chrome DebuggingReload JSConnecting to remote debuggerEnable Perf MonitorDisable Perf MonitorUnable to connect with remote debuggerUnable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081Catalyst Dev SettingsDev SettingsFetching JS bundleProzkoumat prvekReload JSČekejte prosím...Unable to download JS bundleDebug JSInspicer elementUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsVent venligst...Fetching JS bundleElement untersuchenUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsFetching JS bundleBitte warten Sie ...Unable to download JS bundleFetching JS bundleDebug JSDev SettingsCatalyst Dev SettingsReload JSΕξέταση στοιχείουΠεριμένετε...Please wait...Fetching JS bundleUnable to download JS bundleShow InspectorDebug JSDev SettingsCatalyst Dev SettingsReload JSDev SettingsUnable to download JS bundleDebug JSFetching JS bundleEspera...Catalyst Dev SettingsReload JSInspeccionar elementoInspeccionar elementoReload JSFetching JS bundleDebug JSEspera...Catalyst Dev SettingsUnable to download JS bundleDev Settings[Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1][Show Inspector#c1b106c92869437ebd88f326d632b973:1][Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1][Debug JS#2010fa256bd28603b686da2713bb843a:1][Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1][Please wait...#71bad104a80f916d3bfb1ffa23a487af:1][Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1][Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1](অনুগ্রহ করে অপেক্ষা করুন….)Debug JSDev SettingsReload JSFetching JS bundleUnable to download JS bundleCatalyst Dev Settings(तत्व निरीक्षण गर्नुहोस्)Unable to download JS bundleOdota…Tarkista elementtiDev SettingsCatalyst Dev SettingsDebug JSReload JSFetching JS bundleDev SettingsCatalyst Dev SettingsVeuillez patienter...Unable to download JS bundleInspecter l’élémentDebug JSFetching JS bundleReload JSKérjük, várj...Dev SettingsFetching JS bundleElem megtekintéseDebug JSCatalyst Dev SettingsUnable to download JS bundleReload JSFetching JS bundleDebug JSHarap tunggu...Catalyst Dev SettingsReload JSPeriksa ElemenUnable to download JS bundleDev SettingsDebug JSAttendi...Esamina elementoFetching JS bundleDev SettingsCatalyst Dev SettingsReload JSUnable to download JS bundleCatalyst Dev SettingsReload JSDev Settings要素を確認しばらくお待ちくださいUnable to download JS bundleDebug JSFetching JS bundleReload JSFetching JS bundle기다려주세요...Catalyst Dev Settings요소 검사Unable to download JS bundleDebug JSDev SettingsDev SettingsInspiser elementVent litt ...Fetching JS bundleUnable to download JS bundleReload JSCatalyst Dev SettingsDebug JSReload JSDebug JSDev SettingsEven geduld...Catalyst Dev SettingsFetching JS bundleUnable to download JS bundleElement inspecterenZaczekaj...Reload JSFetching JS bundleCatalyst Dev SettingsDev SettingsDebug JSZbadaj elementUnable to download JS bundleUnable to download JS bundleCatalyst Dev SettingsDev SettingsReload JSShow InspectorAguarde...Fetching JS bundleDebug JSCatalyst Dev SettingsReload JSDev SettingsFetching JS bundleUnable to download JS bundleShow InspectorAguarda...Debug JSUnable to download JS bundleCatalyst Dev SettingsDev SettingsPlease wait...Show InspectorReload JSDebug JSFetching JS bundleDebug JSCatalyst Dev SettingsFetching JS bundleReload JSDev SettingsПроверить элементUnable to download JS bundleПодождите...Debug JSReload JSUnable to download JS bundleInspektionselementFetching JS bundleVänta ...Catalyst Dev SettingsDev Settingsตรวจสอบอิลิเมนต์Fetching JS bundleCatalyst Dev Settingsโปรดรอ...Dev SettingsDebug JSReload JSUnable to download JS bundleÖğeyi DenetleUnable to download JS bundleDev SettingsDebug JSReload JSFetching JS bundleLütfen bekleyin...Catalyst Dev SettingsDev SettingsCatalyst Dev SettingsUnable to download JS bundleFetching JS bundleDebug JSKiểm tra phần tửVui lòng đợi...Reload JSDebug JSDev Settings检查元素Reload JS请稍等...Fetching JS bundleUnable to download JS bundleCatalyst Dev SettingsReload JSUnable to download JS bundleDebug JS請稍候……Catalyst Dev SettingsFetching JS bundleDev Settings檢查項目Catalyst Dev SettingsDev Settings檢查元素Unable to download JS bundle請稍候……Debug JSFetching JS bundleReload JS
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/mergeResourcesrelease/merger.xml b/android/build/intermediates/incremental/mergeResourcesrelease/merger.xml
new file mode 100644
index 0000000..8761f67
--- /dev/null
+++ b/android/build/intermediates/incremental/mergeResourcesrelease/merger.xml
@@ -0,0 +1,1339 @@
+
+0.26220@android:color/blackSearch query#ff009688@color/material_grey_600320dip@android:color/white48dp#ff32323216dpShare with@dimen/abc_action_bar_content_inset_material48dp45sp#80ffffffShare with %s#36ffffff%1$s, %2$s, %3$sfalse#ffbebebe@android:color/black34sp4dpDone56dp#ff80cbc4#ff21272b@color/bright_foreground_disabled_material_dark#7fa87f320dp@color/material_grey_10099918sp56sp#ffbdbdbd180dp#240000008dip12dp24sp14sp20dp48dp6dp#80bebebe#ffe0e0e0false48dp0dp36dp#fffafafa3dp2dpSee all160dip6dp8dip#ff37474f16sp100%#fff1f1f1Navigate home999+127#ff5a595b10dp@color/material_grey_90064dp14sptrue65%296dp@android:color/black22sp16dp@color/material_grey_800#ffffffffNavigate up@android:color/white95%@dimen/abc_control_inset_material0.12Clear query40dp#fff5f5f5@color/material_grey_8500.26320dp#ff757575@android:color/black#42ffffff14spMore options#ff263238Voice search24dp#3333B5E5112sp0.20#ffd6d7d7#80323232Search…14sp-3dp0.2610dp5dp0.30@android:color/whitetrue#8a0000008dpSubmit query@android:color/black@color/material_deep_teal_50012sp80%true0dp#ffbdbdbdtrue@dimen/abc_control_padding_material20sp#80000000Choose an appfalse32dip#1f000000#de000000#ff212121#4Dffffff#ff424242@color/bright_foreground_material_light#66009688%1$s, %2$s#b3ffffff16sp7dp4dpSearch320dp@color/bright_foreground_disabled_material_light@color/material_grey_50@android:color/black18dp64dp0.308dp15016dpCollapse@color/bright_foreground_material_dark16dp24dp#39000000#6680cbc4#ff616161@color/material_deep_teal_200#ff303030"Vee navraag uit""Soek""Deel met""Vou in""Kies \'n program""Soek …""Navigeer op""%1$s, %2$s""Navigeer tuis""Klaar""Soeknavraag""Stemsoektog""Deel met %s""Sien alles""%1$s, %2$s, %3$s""Dien navraag in""Nog opsies""999+""ተከናውኗል""ተጨማሪ አማራጮች""ከ%s ጋር ያጋሩ""ከሚከተለው ጋር ያጋሩ""ወደ ላይ ይዳስሱ""ሁሉንም ይመልከቱ""የድምፅ ፍለጋ""መጠይቅ ያስረክቡ""999+""%1$s፣ %2$s፣ %3$s""መጠይቅ አጽዳ""ሰብስብ""መተግበሪያ ይምረጡ""ፍለጋ""የፍለጋ ጥያቄ""%1$s፣ %2$s""ወደ መነሻ ይዳስሱ""ፈልግ…""تصغير""البحث الصوتي""+999""طلب البحث""%1$s، %2$s، %3$s""التنقل إلى أعلى""تم""بحث""اختيار تطبيق""عرض الكل""خيارات إضافية""مشاركة مع""بحث…""مشاركة مع %s""التنقل إلى الشاشة الرئيسية""محو طلب البحث""إرسال طلب البحث""%1$s، %2$s""Sorğunu göndərin""Yuxarı get""%1$s, %2$s, %3$s""Sorğunu təmizlə""Səsli axtarış""Evə get""Daha çox seçim""Bununla paylaşın""Hazırdır""%1$s, %2$s""Dağıt""Hamısına baxın""Axtarış...""Axtarış sorğusu""Axtarış""999+""Tətbiq seçin""Споделяне със: %s""999+""Изчистване на заявката""Изпращане на заявката""Търсене""Придвижване към „Начало“""Готово""Свиване""Споделяне със:""Търсете…""„%1$s“, „%2$s“ – %3$s""Вижте всички""Заявка за търсене""Още опции""Гласово търсене""Изберете приложение""Придвижване нагоре""„%1$s“ – %2$s""ক্যোয়ারী অনুসন্ধান করুন""ক্যোয়ারী জমা দিন""সম্পন্ন হয়েছে""%s এর সাথে ভাগ করুন""এর সাথে ভাগ করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""৯৯৯+""%1$s, %2$s""ভয়েস অনুসন্ধান""হোম এ নেভিগেট করুন""আরো বিকল্প""অনুসন্ধান করুন""%1$s, %2$s, %3$s""ক্যোয়ারী সাফ করুন""সঙ্কুচিত করুন""উপরের দিকে নেভিগেট করুন""অনুসন্ধান...""সবগুলো দেখুন""Cerca per veu""Consulta de cerca""Comparteix amb""%1$s, %2$s""Més opcions""Esborra la consulta""Comparteix amb %s""Fet""Mostra\'ls tots""Cerca...""+999""Cerca""Selecciona una aplicació""%1$s, %2$s, %3$s""Replega""Envia la consulta""Navega cap a dalt""Navega a la pàgina d\'inici""Vyhledat…""%1$s, %2$s – %3$s""Odeslat dotaz""Sbalit""Sdílet pomocí""%1$s – %2$s""999+""Přejít na plochu""Zobrazit vše""Přejít nahoru""Více možností""Vyhledávací dotaz""Vybrat aplikaci""Sdílet pomocí %s""Smazat dotaz""Hotovo""Hledat""Hlasové vyhledávání""Naviger hjem""Naviger op""Del med""Del med %s""Talesøgning""Flere muligheder""Vælg en app""Søgeforespørgsel""Indsend forespørgslen""Søg…""Søg""%1$s, %2$s, %3$s""Se alle""Luk""Skjul""999+""%1$s, %2$s""Ryd forespørgslen""Suchen…""Freigeben für %s""Suchen""999+""Zur Startseite""%1$s, %2$s: %3$s""Minimieren""%1$s: %2$s""Alle ansehen""Nach oben""Weitere Optionen""Sprachsuche""App auswählen""Suchanfrage""Fertig""Suchanfrage löschen""Freigeben für""Suchanfrage senden""Υποβολή ερωτήματος""Κοινή χρήση με %s""Ερώτημα αναζήτησης""Σύμπτυξη""Πλοήγηση στην αρχική σελίδα""%1$s, %2$s""Τέλος""Κοινή χρήση με""Πλοήγηση προς τα επάνω""Προβολή όλων""%1$s, %2$s, %3$s""999+""Αναζήτηση""Επιλέξτε κάποια εφαρμογή""Φωνητική αναζήτηση""Περισσότερες επιλογές""Αναζήτηση…""Διαγραφή ερωτήματος""%1$s, %2$s, %3$s""Clear query""Search query""Done""%1$s, %2$s""See all""Submit query""More options""Search""Navigate up""Share with %s""Share with""Collapse""Voice search""Choose an app""999+""Search…""Navigate home""Search""Choose an app""Collapse""Share with""Share with %s""%1$s, %2$s, %3$s""Navigate up""Navigate home""Clear query""Voice search""See all""Search…""Done""999+""Submit query""Search query""%1$s, %2$s""More options""Clear query""Submit query""%1$s, %2$s""Navigate home""Navigate up""More options""Search…""Search""Choose an app""Voice search""Search query""Share with %s""%1$s, %2$s, %3$s""Done""Share with""See all""999+""Collapse""Seleccionar una aplicación""Buscar""Ver todo""Búsqueda por voz""%1$s, %2$s, %3$s""Consulta""Compartir con""Más opciones""Borrar consulta""Contraer""Listo""Ir a la pantalla de inicio""+999""%1$s, %2$s""Enviar consulta""Compartir con %s""Desplazarse hacia arriba""Buscar…""%1$s, %2$s, %3$s""Navegar hacia arriba""Buscar…""Navegar a la página principal""Enviar consulta""Consulta de búsqueda""Búsqueda por voz""%1$s, %2$s""Más opciones""Ver todo""999+""Compartir con""Elige una aplicación.""Eliminar la consulta""Compartir con %s""Listo""Contraer""Búsqueda""999+""Päringu esitamine""Jagamine:""%1$s, %2$s, %3$s""Päringu tühistamine""Jagamine kasutajaga %s""Kuva kõik""Ahendamine""Otsingupäring""Rohkem valikuid""Otsing""Häälotsing""Valmis""Navigeerimine avaekraanile""%1$s, %2$s""Navigeerimine üles""Otsige …""Valige rakendus""Garbitu kontsulta""999+""Bilatu""Ikusi guztiak""Joan gora""Aukera gehiago""Eginda""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Partekatu hauekin""Joan orri nagusira""Bilatu…""%1$s, %2$s""%1$s, %2$s, %3$s""Aukeratu aplikazio bat""Tolestu""Partekatu %s erabiltzailearekin""پیمایش به صفحه اصلی""%1$s، %2$s، %3$s""%1$s، %2$s""اشتراکگذاری با""مشاهده همه""پاک کردن عبارت جستجو""جستجو…""کوچک کردن""گزینههای بیشتر""جستجوی شفاهی""انتخاب برنامه""عبارت جستجو""اشتراکگذاری با %s""جستجو""۹۹۹+""پیمایش به بالا""ارسال عبارت جستجو""انجام شد""%1$s, %2$s""%1$s, %2$s, %3$s""Hakulauseke""Jakaminen: %s""Jakaminen:""Kutista""Haku""999+""Valitse sovellus""Näytä kaikki""Siirry ylös""Puhehaku""Siirry etusivulle""Valmis""Lisää""Lähetä kysely""Haku…""Tyhjennä kysely""OK""Tout afficher""Sélectionner une application"">999""Revenir en haut de la page""Plus d\'options""Rechercher""Envoyer la requête""Réduire""%1$s, %2$s""Revenir à l\'accueil""%1$s, %2$s, %3$s""Effacer la requête""Recherche vocale""Rechercher…""Requête de recherche""Partager avec %s""Partager avec""Partager""Envoyer la requête""Recherche en cours...""Recherche vocale""Réduire""Voir toutes les chaînes""Terminé""Sélectionnez une application""%1$s, %2$s, %3$s""Revenir à l\'accueil""%1$s, %2$s""Revenir en haut de la page""Requête de recherche""Effacer la requête""Rechercher""Plus d\'options"">999""Partager avec %s""Máis opcións""Buscar…""%1$s, %2$s""Busca de voz""Buscar""Compartir con %s""Ver todas""Enviar consulta""Feito""Escoller unha aplicación""Compartir con""Borrar consulta""Contraer""Consulta de busca"">999""Desprazarse cara arriba""Ir á páxina de inicio""%1$s, %2$s, %3$s""999+""શોધો""આની સાથે શેર કરો""થઈ ગયું""એક એપ્લિકેશન પસંદ કરો""ઉપર નેવિગેટ કરો""વૉઇસ શોધ""%s સાથે શેર કરો""ક્વેરી સાફ કરો""સંકુચિત કરો""%1$s, %2$s, %3$s""વધુ વિકલ્પો""ક્વેરી સબમિટ કરો""શોધ ક્વેરી""%1$s, %2$s""શોધો…""બધું જુઓ""હોમ પર નેવિગેટ કરો"54dip"सभी देखें""कोई एप्लिकेशन चुनें""इसके द्वारा साझा करें""क्वेरी सबमिट करें""%1$s, %2$s""999+""खोजें""अधिक विकल्प""ध्वनि खोज""%s के साथ साझा करें""%1$s, %2$s, %3$s""संक्षिप्त करें""मुख्यपृष्ठ पर नेविगेट करें""क्वेरी साफ़ करें""खोजा जा रहा है…""खोज क्वेरी""पूर्ण""ऊपर नेविगेट करें""999+""Dijeljenje sa: %s""Idi gore""Odabir aplikacije""Izbriši upit""Pretražite…""Dodatne opcije""%1$s, %2$s""Gotovo""Sažmi""Prikaži sve""Pretraživanje""Dijeljenje sa""%1$s, %2$s, %3$s""Glasovno pretraživanje""Idi na početnu""Pošalji upit""Upit za pretraživanje""További lehetőségek""Keresés""Hangalapú keresés""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""Keresés…""Megosztás a következővel: %s""Keresési lekérdezés""Megosztás a következővel:""%1$s, %2$s, %3$s""Ugrás a főoldalra""Lekérdezés törlése""999+""Lekérdezés küldése""%1$s, %2$s""Felfelé mozgatás""Összecsukás""Տեսնել բոլորը""%1$s, %2$s, %3$s""Այլ ընտրանքներ""Տարածել""%1$s, %2$s""Մաքրել հարցումը""Թաքցնել""Ուղարկել հարցումը""Ուղղվել վերև""Ուղղվել տուն""Որոնել""Ընտրել ծրագիր""Կատարված է""Որոնում...""Որոնման հարցում""999+""Տարածել ըստ %s""Ձայնային որոնում""%1$s, %2$s, %3$s""Bagikan dengan %s""Bagikan dengan""%1$s, %2$s""Penelusuran suara""999+""Kirim kueri""Navigasi naik""Opsi lain""Pilih aplikasi""Ciutkan""Telusuri...""Hapus kueri""Navigasi ke beranda""Kueri penelusuran""Selesai""Lihat semua""Telusuri""Raddleit""Leitarfyrirspurn""999+""Minnka""Leita""%1$s, %2$s, %3$s""Leita…""Senda fyrirspurn""Deila með %s""Fara heim""Hreinsa fyrirspurn""%1$s, %2$s""Lokið""Sjá allt""Veldu forrit""Deila með""Fara upp""Fleiri valkostir""Ricerca vocale""Cerca…""Altre opzioni""Vai in alto""999+""Vai alla home page""Condividi con %s""Invia query""Cancella query""Cerca""Condividi con""Visualizza tutte""%1$s, %2$s""Query di ricerca""Comprimi""Fine""Scegli un\'applicazione""%1$s, %2$s, %3$s""שתף עם %s""שתף עם""חפש…""999+""חפש""נווט למעלה""בוצע""חיפוש קולי""מחק שאילתה""שלח שאילתה""%1$s, %2$s, %3$s""שאילתת חיפוש""ראה הכל""עוד אפשרויות""בחר אפליקציה""נווט לדף הבית""%1$s, %2$s""כווץ""上へ移動""すべて表示""その他のオプション""検索""音声検索""アプリの選択""完了""%1$s、%2$s""検索キーワードを削除""折りたたむ""検索キーワード""共有""ホームへ移動""%1$s、%2$s、%3$s""検索…""999+""%sと共有""検索キーワードを送信""ხმოვანი ძიება""მეტი ვარიანტები""დასრულდა""ძიების მოთხოვნა""გაზიარება:""%1$s, %2$s, %3$s""%s-თან გაზიარება""%1$s, %2$s""ძიება""999+""ძიება...""ზემოთ ნავიგაცია""აპის არჩევა""ყველას ნახვა""აკეცვა""მოთხოვნის გადაგზავნა""მთავარზე ნავიგაცია""მოთხოვნის გასუფთავება""%s бөлісу""Негізгі бетте қозғалу""999+""Тасалау""Сұрақты жіберу""Барлығын көру""Дауыс арқылы іздеу""%1$s, %2$s, %3$s""Басқа опциялар""Сұрақты жою""Бөлісу""Іздеу""%1$s, %2$s""Іздеу…""Жоғары қозғалу""Сұрақты іздеу""Дайын""Қолданбаны таңдау""ស្វែងរក""ការស្វែងរកសំឡេង""ជម្រើសច្រើនទៀត""ស្វែងរក…""ចែករំលែកជាមួយ""ចែករំលែកជាមួយ %s""ដាក់ស្នើសំណួរ""រកមើលឡើងលើ""បង្រួម""មើលទាំងអស់""រកមើលទៅដើម""%1$s, %2$s, %3$s""ស្វែងរកសំណួរ""រួចរាល់""%1$s, %2$s""999+""ជ្រើសកម្មវិធី""សម្អាតសំណួរ""%1$s, %2$s, %3$s""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಹುಡುಕಿ…""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಮುಗಿದಿದೆ""ಹುಡುಕು""999+""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s와(과) 공유""검색""공유 대상""위로 탐색""음성 검색""전체 보기""홈 탐색""앱 선택""검색어""접기""%1$s, %2$s""999+""완료""검색어 보내기""검색어 삭제""%1$s, %2$s, %3$s""검색...""옵션 더보기""Жогору""Колдонмо тандоо""Көбүрөөк мүмкүнчүлүктөр""Издөө""%1$s, %2$s, %3$s""Издөө талаптары""999+""Жыйнап коюу""Үн аркылуу издөө""Издөө…""%s аркылуу бөлүшүү""Талап жөнөтүү""Талаптарды тазалоо""Үйгө багыттоо""Бөлүшүү""Даяр""Бардыгын көрүү""%1$s, %2$s"true12dp32dp48dptrue14dp440dp60%192dip90%60%90%4truetrue"ກັບໄປໜ້າຫຼັກ""999+""ຊອກຫາດ້ວຍສຽງ""ຊອກຫາ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ %s""ແລ້ວໆ""ໂຕເລືອກອື່ນ""%1$s, %2$s, %3$s""ແບ່ງປັນກັບ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຫຍໍ້""ເບິ່ງທັງຫມົດ""ເລືອກແອັບຯ""ສົ່ງການຊອກຫາ""ຂຶ້ນເທິງ""%1$s, %2$s""Išvalyti užklausą""Pateikti užklausą""Paieška balsu""Paieškos užklausa""Sutraukti""Bendrinti naudojant""Pasirinkti programą""999+""Eiti į viršų""Peržiūrėti viską""Daugiau parinkčių""%1$s, %2$s, %3$s""%1$s, %2$s""Atlikta""Ieškoti...""Bendrinti naudojant „%s“""Eiti į pagrindinį puslapį""Paieška""Meklējiet…""Vairāk opciju""Kopīgot ar %s""%1$s, %2$s: %3$s""%1$s: %2$s""Gatavs""Sakļaut""999+""Skatīt visu""Izvēlieties lietotni""Meklēšana ar balsi""Kopīgot ar:""Iesniegt vaicājumu""Pārvietoties uz sākuma ekrānu""Notīrīt vaicājumu""Meklēt""Pārvietoties augšup""Meklēšanas vaicājums""Движи се нагоре""%1$s, %2$s, %3$s""Види ги сите""Поднеси барање""Собери""Избери апликација""Пребарување…""Исчисти барање""Готово""Пребарај""Пребарај барање""Сподели со""Гласовно пребарување""Движи се кон дома""999+""Повеќе опции""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""%1$s, %2$s, %3$s""അന്വേഷണം സമർപ്പിക്കുക""ഇവരുമായി പങ്കിടുക""ചുരുക്കുക""എല്ലാം കാണുക""തിരയുക…""999+""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""ശബ്ദ തിരയൽ""%1$s, %2$s""പൂർത്തിയാക്കി""തിരയൽ""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""കൂടുതല് ഓപ്ഷനുകള്""999+""Апп сонгох""Хумих""Асуулгыг цэвэрлэх""Нэмэлт сонголтууд""Дууссан""Хайх""Хайх...""Хайх асуулга""Дээш шилжих""Дуут хайлт""Хуваалцах""%s-тай хуваалцах""Нүүр хуудас руу шилжих""%1$s, %2$s""Бүгдийг харах""Асуулгыг илгээх""%1$s, %2$s, %3$s""संक्षिप्त करा""शोध""%1$s, %2$s, %3$s""वर नेव्हिगेट करा""एक अॅप निवडा""पूर्ण झाले""यांच्यासह सामायिक करा""शोधा…""शोध क्वेरी""999+""सर्व पहा""क्वेरी सबमिट करा""%1$s, %2$s""अधिक पर्याय""%s सह सामायिक करा""व्हॉइस शोध""मुख्यपृष्ठ नेव्हिगेट करा""क्वेरी स्पष्ट करा""Navigasi skrin utama""Cari…""Serah pertanyaan""Selesai""999+""Runtuhkan""Pilih apl""Carian suara""Kosongkan pertanyaan""Pertanyaan carian""Lihat semua""%1$s, %2$s""Cari""Navigasi ke atas""Kongsi dengan %s""Kongsi dengan""Lagi pilihan""%1$s, %2$s, %3$s""မူလနေရာကို သွားရန်""ရှာဖွေပါ...""အသံဖြင့် ရှာဖွေခြင်း""ပိုမိုရွေးချယ်စရာများ""ခေါက်ရန်""မျှဝေဖို့ ရွေးပါ""ရှာစရာ အချက်အလက်နေရာ""%s ကို မျှဝေပါရန်""၉၉၉+""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""ရှာဖွေရန်""%1$s ၊ %2$s ၊ %3$s""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""အပေါ်သို့သွားရန်""%1$s၊ %2$s""Se alle""Søkeord""%1$s – %2$s""Talesøk""Gå opp""Ferdig""999+""Del med %s""Slett søket""Flere alternativer""Del med""Utfør søket""Skjul""Velg en app""Søk""Gå til startsiden""Søk …""%1$s – %2$s – %3$s""साझेदारी गर्नुहोस्...""माथि खोज्नुहोस्""भ्वाइस खोजी""प्रश्न हटाउनुहोस्""जिज्ञासा पेस गर्नुहोस्""खोज्नुहोस्""थप विकल्पहरू""%1$s, %2$s""सम्पन्न भयो""सबै हेर्नुहोस्""%s सँग साझेदारी गर्नुहोस्""गृह खोज्नुहोस्""जिज्ञासाको खोज गर्नुहोस्""खोज्नुहोस्...""९९९+""संक्षिप्त पार्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""%1$s, %2$s, %3$s""%1$s, %2$s""Zoekopdracht verzenden""Zoekopdracht wissen""Zoeken…""Delen met %s""Meer opties""999+""%1$s, %2$s, %3$s""Gereed""Samenvouwen""Gesproken zoekopdracht""Zoekopdracht""Delen met""Alles weergeven""Navigeren naar startpositie""Omhoog navigeren""Een app selecteren""Zoeken""ਹੋਰ ਚੋਣਾਂ""ਵੌਇਸ ਖੋਜ""ਸਭ ਦੇਖੋ""999+""ਖੋਜੋ""ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ""%1$s, %2$s""ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ""ਸਵਾਲ ਹਟਾਓ""ਨਸ਼ਟ ਕਰੋ""ਹੋ ਗਿਆ""ਖੋਜ…""%1$s, %2$s, %3$s""ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ""ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""ਇੱਕ ਐਪ ਚੁਣੋ""ਸਵਾਲ ਖੋਜੋ""%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ""Zwiń""%1$s, %2$s""Wybierz aplikację""Gotowe""Szukaj…""Udostępnij dla""%1$s, %2$s, %3$s""Wyczyść zapytanie""999+""Udostępnij dla %s""Więcej opcji""Zobacz wszystkie""Przejdź wyżej""Wyszukiwane hasło""Przejdź do strony głównej""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe"false"Compartilhar com %s""%1$s, %2$s""Mais opções""%1$s, %2$s, %3$s""Recolher""Pesquisar""Pesquisa por voz""Enviar consulta""Ver tudo""Limpar consulta""Consulta de pesquisa""Pesquisar...""Compartilhar com""Selecione um app""Navegar para a página inicial""Navegar para cima""999+""Concluído""Partilhar com""Enviar consulta""%1$s, %2$s""Pesquisar...""Pesquisa por voz""Mais opções""Limpar consulta""+999""Reduzir""Consulta de pesquisa""Navegar para cima""Pesquisar""Partilhar com %s""Ver tudo""Navegar para a página inicial""Concluído""%1$s, %2$s, %3$s""Escolher uma aplicação""Trimiteți la""%1$s, %2$s""Ștergeți interogarea""Afișați-le pe toate""Alegeți o aplicație""Interogare de căutare""Restrângeți""%1$s, %2$s, %3$s""Terminat""Căutare vocală""Trimiteți la %s""˃999""Mai multe opțiuni""Căutați""Trimiteți interogarea""Navigați la ecranul de pornire""Navigați în sus""Căutați…""Поисковый запрос""Свернуть"">999""%1$s, %2$s, %3$s""Отправить запрос""Перейти вверх""Показать все""Удалить запрос""Открыть доступ""Готово""Открыть доступ пользователю %s""%1$s, %2$s""Голосовой поиск""Поиск""Перейти на главный экран""Поиск""Выбрать приложение""Другие параметры""සමඟ බෙදාගන්න""999+""සෙවුම් විමසුම""සියල්ල බලන්න""විමසුම හිස් කරන්න""%1$s, %2$s, %3$s""විමසුම යොමු කරන්න""ගෙදරට සංචාලනය කරන්න""සොයන්න...""%s සමඟ බෙදාගන්න""තවත් විකල්ප""%1$s, %2$s""හකුළන්න""අවසාන වූ""යෙදුමක් තෝරන්න""හඬ සෙවීම""සෙවීම""ඉහලට සංචාලනය කරන්න""Vyhľadať…""Zdieľať pomocou %s""Prejsť na plochu""Vymazať dopyt""Zdieľať pomocou""Hlasové vyhľadávanie""Zvoľte aplikáciu""Vyhľadávací dopyt""Hotovo""Odoslať dopyt""Prejsť hore""999+""%1$s, %2$s""Ďalšie možnosti""Hľadať""Zobraziť všetko""%1$s, %2$s, %3$s""Zbaliť""Izbira aplikacije""Iskanje …""Deljenje z:""%1$s, %2$s, %3$s""Več možnosti""Deljenje z""Končano""Pokaži vse""999+""Krmarjenje domov""Izbris poizvedbe""Krmarjenje navzgor""%1$s, %2$s""Strni""Iskanje""Pošiljanje poizvedbe""Iskalna poizvedba""Glasovno iskanje""999+""Opsione të tjera""%1$s, %2$s""Kërko""Shpalos""Orientohu për në shtëpi""Kërko...""U krye!""Pastro pyetjen""Ngjitu lart""Kërkim me zë""%1$s, %2$s, %3$s""Dërgo pyetjen""Shikoji të gjitha""Zgjidh një aplikacion""Shpërnda publikisht me""Shpërnda publikisht me %s""Kërko pyetjen""Упит за претрагу""Слање упита""Још опција""%1$s, %2$s, %3$s""Прикажи све""Претрага""Избор апликације""Дели са апликацијом %s""Дели са""Претражите...""%1$s, %2$s"">999""Готово""Брисање упита""Скупи""Гласовна претрага""Одлазак на Почетну""Кретање нагоре""Komprimera""Dela med %s""%1$s, %2$s, %3$s""Dela med""Sök""Visa startsidan""Sökfråga""Välj en app""%1$s, %2$s""Ta bort frågan""Röstsökning""Sök …"">999""Klart""Visa alla""Navigera uppåt""Fler alternativ""Skicka fråga""Nenda juu""Nimemaliza""Tafuta kwa kutamka""999+""Kunja""Chagua programu""Shiriki na:""Wasilisha hoja""Angalia zote""Tafuta…""Shiriki na %s""Futa hoja""Hoja ya utafutaji""Tafuta""Chaguo zaidi""Nenda mwanzo""%1$s, %2$s""%1$s, %2$s, %3$s"8dp524dp20dp64dp16dp580dp8dp"999+""தேடு...""முடிந்தது""வினவலைச் சமர்ப்பி""%1$s, %2$s, %3$s""சுருக்கு""%s உடன் பகிர்""பயன்பாட்டைத் தேர்வுசெய்க""தேடு""தேடல் வினவல்""இதனுடன் பகிர்""%1$s, %2$s""எல்லாம் காட்டு""குரல் தேடல்""வினவலை அழி""முகப்பிற்கு வழிசெலுத்து""மேலே வழிசெலுத்து""மேலும் விருப்பங்கள்""వాయిస్ శోధన""కుదించండి""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""999+""శోధించు""పూర్తయింది""హోమ్కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""శోధించు...""%1$s, %2$s""మరిన్ని ఎంపికలు""%1$s, %2$s, %3$s""అనువర్తనాన్ని ఎంచుకోండి""ప్రశ్నను క్లియర్ చేయి""ప్రశ్న శోధించండి""ప్రశ్నని సమర్పించు""వీరితో భాగస్వామ్యం చేయి""แชร์กับ""ตัวเลือกอื่น""999+""ดูทั้งหมด""นำทางขึ้น""ค้นหา""ข้อความค้นหา""ส่งข้อความค้นหา""นำทางไปหน้าแรก""ยุบ""แชร์กับ %s""ล้างข้อความค้นหา""%1$s, %2$s, %3$s""ค้นหา…""เลือกแอป""%1$s, %2$s""ค้นหาด้วยเสียง""เสร็จสิ้น""Maghanap""Paghahanap gamit ang boses""Mag-navigate pataas""Tapos na""Ibahagi sa/kay %s""Query sa paghahanap""%1$s, %2$s, %3$s""Pumili ng isang app""I-collapse""Mag-navigate patungo sa home""Maghanap…""Isumite ang query""999+""%1$s, %2$s""Ibahagi sa/kay""Higit pang mga opsyon""Tingnan lahat""I-clear ang query""Ana ekrana git""%1$s, %2$s""Sorguyu gönder""999+""Bir uygulama seçin""Diğer seçenekler""Tümünü göster""%s ile paylaş""Şununla paylaş""%1$s, %2$s, %3$s""Tamamlandı""Yukarı git""Sorguyu temizle""Ara""Sesli arama""Ara…""Arama sorgusu""Daralt""Готово""Пошук…""Перейти вгору""Очистити запит""999+""Надіслати через""Надіслати запит""Вибрати програму""Пошук""%1$s, %2$s""Переглянути всі""Пошуковий запит""Надіслати через %s""Перейти на головний""Інші опції""Голосовий пошук""%1$s, %2$s, %3$s""Згорнути""تلاش کریں""صوتی تلاش""استفسار جمع کرائیں""مزید اختیارات""سبھی دیکھیں""استفسار صاف کریں""سکیڑیں""%s کے ساتھ اشتراک کریں""تلاش کریں…""استفسار تلاش کریں""اشتراک کریں مع""ہوم پر نیویگیٹ کریں""اوپر نیویگیٹ کریں""ہو گیا""%1$s, %2$s""%1$s, %2$s, %3$s""ایک ایپ منتخب کریں""999+""Qidirish…""999+""Bo‘lishish:""So‘rov yaratish""Boshiga o‘tish""%1$s, %2$s, %3$s""So‘rovni tozalash""Yig‘ish""Barchasini ko‘rish""Dastur tanlang""Tayyor""Izlash""%1$s, %2$s""Qo‘shimcha sozlamalar""Yuqoriga o‘tish""Ovozli qidiruv""So‘rovni izlash"0px"999+""Chia sẻ với""%1$s, %2$s""%1$s, %2$s, %3$s""Xem tất cả""Tìm kiếm truy vấn""Điều hướng về trang chủ""Gửi truy vấn""Tìm kiếm bằng giọng nói""Tìm kiếm""Thêm tùy chọn""Chọn một ứng dụng""Chia sẻ với %s""Thu gọn""Tìm kiếm…""Xong""Xóa truy vấn""Điều hướng lên trên"3truetrue45192dipfalse192dip550%90%60%false70%256dip"完成""清除查询""搜索查询""%1$s:%2$s""搜索…""查看全部""收起""更多选项""999+""分享方式""语音搜索""选择应用""提交查询""搜索""%1$s - %2$s:%3$s""转到上一层级""通过%s分享""转到主屏幕""選擇應用程式""搜尋""分享對象""提交查詢""完成""瀏覽主頁""搜尋查詢""%1$s:%2$s""向上瀏覽""%1$s (%2$s):%3$s""收合""999 +""與「%s」分享""顯示全部""搜尋…""清除查詢""更多選項""語音搜尋""999+""搜尋""選擇分享對象""收合""語音搜尋""瀏覽首頁""向上瀏覽""完成""查看全部""清除查詢""%1$s:%2$s""提交查詢""%1$s - %2$s:%3$s""更多選項""與「%s」分享""搜尋…""搜尋查詢""選擇應用程式""Iyasesha...""Kwenziwe""Zulazulela phezulu""%1$s, %2$s, %3$s""Umbuzo wosesho""Sesha""Khetha uhlelo lokusebenza""Buka konke""Yabelana no-%s""999+""Yabelana no-""Izinketho eziningi""Zulazulela ekhaya""Ukusesha ngezwi""%1$s, %2$s""Goqa""Hambisa umbuzo""Sula inkinga"20dpDisable Live ReloadEnable Hot Module ReplacementDev Settings#eecc0000Hide InspectorFetching JS bundleStop ProfileDebug in ChromeCatalyst Dev SettingsDisable Hot Module ReplacementPlease wait…Enable Live ReloadShow InspectorStart ProfileStop Chrome DebuggingReload JSConnecting to remote debuggerEnable Perf MonitorDisable Perf MonitorUnable to connect with remote debuggerUnable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081Catalyst Dev SettingsDev SettingsFetching JS bundleProzkoumat prvekReload JSČekejte prosím...Unable to download JS bundleDebug JSInspicer elementUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsVent venligst...Fetching JS bundleElement untersuchenUnable to download JS bundleDebug JSDev SettingsReload JSCatalyst Dev SettingsFetching JS bundleBitte warten Sie ...Unable to download JS bundleFetching JS bundleDebug JSDev SettingsCatalyst Dev SettingsReload JSΕξέταση στοιχείουΠεριμένετε...Please wait...Fetching JS bundleUnable to download JS bundleShow InspectorDebug JSDev SettingsCatalyst Dev SettingsReload JSDev SettingsUnable to download JS bundleDebug JSFetching JS bundleEspera...Catalyst Dev SettingsReload JSInspeccionar elementoInspeccionar elementoReload JSFetching JS bundleDebug JSEspera...Catalyst Dev SettingsUnable to download JS bundleDev Settings[Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1][Show Inspector#c1b106c92869437ebd88f326d632b973:1][Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1][Debug JS#2010fa256bd28603b686da2713bb843a:1][Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1][Please wait...#71bad104a80f916d3bfb1ffa23a487af:1][Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1][Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1](অনুগ্রহ করে অপেক্ষা করুন….)Debug JSDev SettingsReload JSFetching JS bundleUnable to download JS bundleCatalyst Dev Settings(तत्व निरीक्षण गर्नुहोस्)Unable to download JS bundleOdota…Tarkista elementtiDev SettingsCatalyst Dev SettingsDebug JSReload JSFetching JS bundleDev SettingsCatalyst Dev SettingsVeuillez patienter...Unable to download JS bundleInspecter l’élémentDebug JSFetching JS bundleReload JSKérjük, várj...Dev SettingsFetching JS bundleElem megtekintéseDebug JSCatalyst Dev SettingsUnable to download JS bundleReload JSFetching JS bundleDebug JSHarap tunggu...Catalyst Dev SettingsReload JSPeriksa ElemenUnable to download JS bundleDev SettingsDebug JSAttendi...Esamina elementoFetching JS bundleDev SettingsCatalyst Dev SettingsReload JSUnable to download JS bundleCatalyst Dev SettingsReload JSDev Settings要素を確認しばらくお待ちくださいUnable to download JS bundleDebug JSFetching JS bundleReload JSFetching JS bundle기다려주세요...Catalyst Dev Settings요소 검사Unable to download JS bundleDebug JSDev SettingsDev SettingsInspiser elementVent litt ...Fetching JS bundleUnable to download JS bundleReload JSCatalyst Dev SettingsDebug JSReload JSDebug JSDev SettingsEven geduld...Catalyst Dev SettingsFetching JS bundleUnable to download JS bundleElement inspecterenZaczekaj...Reload JSFetching JS bundleCatalyst Dev SettingsDev SettingsDebug JSZbadaj elementUnable to download JS bundleUnable to download JS bundleCatalyst Dev SettingsDev SettingsReload JSShow InspectorAguarde...Fetching JS bundleDebug JSCatalyst Dev SettingsReload JSDev SettingsFetching JS bundleUnable to download JS bundleShow InspectorAguarda...Debug JSUnable to download JS bundleCatalyst Dev SettingsDev SettingsPlease wait...Show InspectorReload JSDebug JSFetching JS bundleDebug JSCatalyst Dev SettingsFetching JS bundleReload JSDev SettingsПроверить элементUnable to download JS bundleПодождите...Debug JSReload JSUnable to download JS bundleInspektionselementFetching JS bundleVänta ...Catalyst Dev SettingsDev Settingsตรวจสอบอิลิเมนต์Fetching JS bundleCatalyst Dev Settingsโปรดรอ...Dev SettingsDebug JSReload JSUnable to download JS bundleÖğeyi DenetleUnable to download JS bundleDev SettingsDebug JSReload JSFetching JS bundleLütfen bekleyin...Catalyst Dev SettingsDev SettingsCatalyst Dev SettingsUnable to download JS bundleFetching JS bundleDebug JSKiểm tra phần tửVui lòng đợi...Reload JSDebug JSDev Settings检查元素Reload JS请稍等...Fetching JS bundleUnable to download JS bundleCatalyst Dev SettingsReload JSUnable to download JS bundleDebug JS請稍候……Catalyst Dev SettingsFetching JS bundleDev Settings檢查項目Catalyst Dev SettingsDev Settings檢查元素Unable to download JS bundle請稍候……Debug JSFetching JS bundleReload JS
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/packageResourcesdebug/merger.xml b/android/build/intermediates/incremental/packageResourcesdebug/merger.xml
new file mode 100644
index 0000000..6257a65
--- /dev/null
+++ b/android/build/intermediates/incremental/packageResourcesdebug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/incremental/packageResourcesrelease/merger.xml b/android/build/intermediates/incremental/packageResourcesrelease/merger.xml
new file mode 100644
index 0000000..b799961
--- /dev/null
+++ b/android/build/intermediates/incremental/packageResourcesrelease/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/android/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..84dcb9c
--- /dev/null
+++ b/android/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/manifest/tmp/manifestMerger4804498521715117284.xml b/android/build/intermediates/manifest/tmp/manifestMerger4804498521715117284.xml
new file mode 100644
index 0000000..7645aa5
--- /dev/null
+++ b/android/build/intermediates/manifest/tmp/manifestMerger4804498521715117284.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_in.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..c7ca6ec
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_out.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..45183d4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..758cfff
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_enter.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..573bbbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_exit.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..4695b47
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..116fd96
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_bottom.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..458ef98
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_top.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..765181a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_bottom.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..c994fc3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_top.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..f10aa60
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_in.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_in.xml
new file mode 100644
index 0000000..fc98e61
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_in.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_out.xml b/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_out.xml
new file mode 100644
index 0000000..dad7c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_out.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4544aa3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..c25de00
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/res/merged/androidTest/debug/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..7f37777
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..982fa5f
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..33ab893
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..7a67975
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..388aa9f
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..0a48b12
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..dde730c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_search_url_text.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..4441682
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..285c712
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..2ae0bb1
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..6850d85
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_light.xml b/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..c54a7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..38a55f9
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..50a350f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2bf5a21
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..09edb6b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..32cae24
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..8ea96f4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91613e8
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3417be3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..4e1484b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_action_bar_item_background_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..684fc5d
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..eab3cfa
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..365c467
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..061990d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..7fea0d6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..d3a8147
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..2d20150
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..739e098
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fdd5c71
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f9dbd01
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..893d3b5
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b8c9cfa
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3317c6e
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..e42ebc6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_check_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..49c6af6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..85f72db
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..358d4f6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_radio_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..f19d6ea
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..83fea55
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..f81dfde
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..1370c38
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..3ce6be5
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_edit_text_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..c251445
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..3f0d95b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..61528f7
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..26daa36
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..31ab71c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..d11885b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..b3ea213
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..67b832c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..0acfe5a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..c33eeb8
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0b86437
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_text_cursor_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..2f035d9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_textfield_search_material.xml b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..02d20fe
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_title_item.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..8f4edbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_up_container.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..e2d3376
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..95ac491
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..1811c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..b836afa
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_bar.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ccd91c7
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..764335d
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..7b22f50
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..26bd923
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_alert_dialog_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..09506b4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_dialog_title_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..fb14790
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_expanded_menu_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..cc34ca3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_checkbox.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..d0dd0a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_icon.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..520e9de
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..3a9e0f0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_radio.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..dce5195
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_popup_menu_item_layout.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..b97bd18
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_content_include.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..29e7f18
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..6443be9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple_overlay_action_mode.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..aba3552
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_toolbar.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..6cb9835
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_dropdown_item_icons_2line.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..bf9f3aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_view.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..dd23b1c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/abc_select_dialog_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..ef8818a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/fps_view.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/fps_view.xml
new file mode 100644
index 0000000..6a8b0a6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/fps_view.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_action.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_action.xml
new file mode 100644
index 0000000..60762dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_cancel_action.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..6aca8b6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..4b84bf5
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media_narrow.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..1ccb040
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_lines.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_lines.xml
new file mode 100644
index 0000000..0c5fcf2
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_media.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_media.xml
new file mode 100644
index 0000000..48ffab6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_chronometer.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..b31b59e
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_time.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..a161801
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_frame.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_frame.xml
new file mode 100644
index 0000000..6f66c1d
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_frame.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_title.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_title.xml
new file mode 100644
index 0000000..81b2dca
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_title.xml
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_view.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_view.xml
new file mode 100644
index 0000000..92c7b0c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_view.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_item_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..c6037d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_multichoice_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..10d26d7
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_singlechoice_material.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..1d1fd5e
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/layout/support_simple_spinner_dropdown_item.xml b/android/build/intermediates/res/merged/androidTest/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..5efe062
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-af/values-af.xml b/android/build/intermediates/res/merged/androidTest/debug/values-af/values-af.xml
new file mode 100644
index 0000000..abe2018
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-af/values-af.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-am/values-am.xml b/android/build/intermediates/res/merged/androidTest/debug/values-am/values-am.xml
new file mode 100644
index 0000000..6d20a6d
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-am/values-am.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ar/values-ar.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ar/values-ar.xml
new file mode 100644
index 0000000..4c495e9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ar/values-ar.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-az-rAZ/values-az-rAZ.xml b/android/build/intermediates/res/merged/androidTest/debug/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..c42c801
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-bg/values-bg.xml b/android/build/intermediates/res/merged/androidTest/debug/values-bg/values-bg.xml
new file mode 100644
index 0000000..363e4ae
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-bg/values-bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-bn-rBD/values-bn-rBD.xml b/android/build/intermediates/res/merged/androidTest/debug/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..9ad1ca1
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ca/values-ca.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ca/values-ca.xml
new file mode 100644
index 0000000..992dc10
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ca/values-ca.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-cs/values-cs.xml b/android/build/intermediates/res/merged/androidTest/debug/values-cs/values-cs.xml
new file mode 100644
index 0000000..5bd6df8
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-cs/values-cs.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
+
+ Debug JS
+ Prozkoumat prvek
+ Unable to download JS bundle
+ Fetching JS bundle
+ Čekejte prosím...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-da/values-da.xml b/android/build/intermediates/res/merged/androidTest/debug/values-da/values-da.xml
new file mode 100644
index 0000000..80340cc
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-da/values-da.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspicer element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent venligst...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-de/values-de.xml b/android/build/intermediates/res/merged/androidTest/debug/values-de/values-de.xml
new file mode 100644
index 0000000..d7349e2
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-de/values-de.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+
+
+ Debug JS
+ Element untersuchen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Bitte warten Sie ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-el/values-el.xml b/android/build/intermediates/res/merged/androidTest/debug/values-el/values-el.xml
new file mode 100644
index 0000000..a8bc7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-el/values-el.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
+
+ Debug JS
+ Εξέταση στοιχείου
+ Unable to download JS bundle
+ Fetching JS bundle
+ Περιμένετε...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-en-rAU/values-en-rAU.xml b/android/build/intermediates/res/merged/androidTest/debug/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..94ca72c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-en-rGB/values-en-rGB.xml b/android/build/intermediates/res/merged/androidTest/debug/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..77e7b94
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "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"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-en-rIN/values-en-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..91f2376
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-es-rES/values-es-rES.xml b/android/build/intermediates/res/merged/androidTest/debug/values-es-rES/values-es-rES.xml
new file mode 100644
index 0000000..a101881
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-es-rES/values-es-rES.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-es-rUS/values-es-rUS.xml b/android/build/intermediates/res/merged/androidTest/debug/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..5c3d60b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-es/values-es.xml b/android/build/intermediates/res/merged/androidTest/debug/values-es/values-es.xml
new file mode 100644
index 0000000..3f34a89
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-es/values-es.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-et-rEE/values-et-rEE.xml b/android/build/intermediates/res/merged/androidTest/debug/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..2aedf43
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-eu-rES/values-eu-rES.xml b/android/build/intermediates/res/merged/androidTest/debug/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..f889a3f
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fa/values-fa.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fa/values-fa.xml
new file mode 100644
index 0000000..c1af21c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fa/values-fa.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fb-rLL/values-fb-rLL.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fb-rLL/values-fb-rLL.xml
new file mode 100644
index 0000000..f3b3a59
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fb-rLL/values-fb-rLL.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ (तत्व निरीक्षण गर्नुहोस्)
+ Unable to download JS bundle
+ Fetching JS bundle
+ (অনুগ্রহ করে অপেক্ষা করুন….)
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fb/values-fb.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fb/values-fb.xml
new file mode 100644
index 0000000..fd3715c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fb/values-fb.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ [Debug JS#2010fa256bd28603b686da2713bb843a:1]
+ [Show Inspector#c1b106c92869437ebd88f326d632b973:1]
+ [Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1]
+ [Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1]
+ [Please wait...#71bad104a80f916d3bfb1ffa23a487af:1]
+ [Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1]
+ [Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1]
+ [Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1]
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fi/values-fi.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fi/values-fi.xml
new file mode 100644
index 0000000..5ea24bb
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fi/values-fi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
+
+ Debug JS
+ Tarkista elementti
+ Unable to download JS bundle
+ Fetching JS bundle
+ Odota…
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fr-rCA/values-fr-rCA.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..3927c2a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-fr/values-fr.xml b/android/build/intermediates/res/merged/androidTest/debug/values-fr/values-fr.xml
new file mode 100644
index 0000000..b7a980c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-fr/values-fr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
+
+ Debug JS
+ Inspecter l’élément
+ Unable to download JS bundle
+ Fetching JS bundle
+ Veuillez patienter...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-gl-rES/values-gl-rES.xml b/android/build/intermediates/res/merged/androidTest/debug/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..2b96568
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-gu-rIN/values-gu-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..56a00a4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-h720dp/values-h720dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..f71e6b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-hdpi/values-hdpi.xml b/android/build/intermediates/res/merged/androidTest/debug/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..c8d53aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-hi/values-hi.xml b/android/build/intermediates/res/merged/androidTest/debug/values-hi/values-hi.xml
new file mode 100644
index 0000000..d905a52
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-hi/values-hi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-hr/values-hr.xml b/android/build/intermediates/res/merged/androidTest/debug/values-hr/values-hr.xml
new file mode 100644
index 0000000..a013e84
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-hr/values-hr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-hu/values-hu.xml b/android/build/intermediates/res/merged/androidTest/debug/values-hu/values-hu.xml
new file mode 100644
index 0000000..b369b33
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-hu/values-hu.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
+
+ Debug JS
+ Elem megtekintése
+ Unable to download JS bundle
+ Fetching JS bundle
+ Kérjük, várj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-hy-rAM/values-hy-rAM.xml b/android/build/intermediates/res/merged/androidTest/debug/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..8e9d53b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-in/values-in.xml b/android/build/intermediates/res/merged/androidTest/debug/values-in/values-in.xml
new file mode 100644
index 0000000..77a89d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-in/values-in.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
+
+ Debug JS
+ Periksa Elemen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Harap tunggu...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-is-rIS/values-is-rIS.xml b/android/build/intermediates/res/merged/androidTest/debug/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..68a45b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-it/values-it.xml b/android/build/intermediates/res/merged/androidTest/debug/values-it/values-it.xml
new file mode 100644
index 0000000..3d260a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-it/values-it.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
+
+ Debug JS
+ Esamina elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Attendi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-iw/values-iw.xml b/android/build/intermediates/res/merged/androidTest/debug/values-iw/values-iw.xml
new file mode 100644
index 0000000..1f7330b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-iw/values-iw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ja/values-ja.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ja/values-ja.xml
new file mode 100644
index 0000000..85ad8eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ja/values-ja.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
+
+ Debug JS
+ 要素を確認
+ Unable to download JS bundle
+ Fetching JS bundle
+ しばらくお待ちください
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ka-rGE/values-ka-rGE.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..2e01c80
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-kk-rKZ/values-kk-rKZ.xml b/android/build/intermediates/res/merged/androidTest/debug/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..63c4501
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-km-rKH/values-km-rKH.xml b/android/build/intermediates/res/merged/androidTest/debug/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..e906ac6
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-kn-rIN/values-kn-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..dac3f0a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ko/values-ko.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ko/values-ko.xml
new file mode 100644
index 0000000..6a57bcb
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ko/values-ko.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
+
+ Debug JS
+ 요소 검사
+ Unable to download JS bundle
+ Fetching JS bundle
+ 기다려주세요...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ky-rKG/values-ky-rKG.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..ea45f27
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-land/values-land.xml b/android/build/intermediates/res/merged/androidTest/debug/values-land/values-land.xml
new file mode 100644
index 0000000..eb1257c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-land/values-land.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-large/values-large.xml b/android/build/intermediates/res/merged/androidTest/debug/values-large/values-large.xml
new file mode 100644
index 0000000..07089b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-large/values-large.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-lo-rLA/values-lo-rLA.xml b/android/build/intermediates/res/merged/androidTest/debug/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..a3e2083
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-lt/values-lt.xml b/android/build/intermediates/res/merged/androidTest/debug/values-lt/values-lt.xml
new file mode 100644
index 0000000..0afbac4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-lt/values-lt.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-lv/values-lv.xml b/android/build/intermediates/res/merged/androidTest/debug/values-lv/values-lv.xml
new file mode 100644
index 0000000..c36eb0b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-lv/values-lv.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-mk-rMK/values-mk-rMK.xml b/android/build/intermediates/res/merged/androidTest/debug/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..a9571b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ml-rIN/values-ml-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..82e7f31
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-mn-rMN/values-mn-rMN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..e731955
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-mr-rIN/values-mr-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..a0e4e06
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ms-rMY/values-ms-rMY.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..d38ca33
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-my-rMM/values-my-rMM.xml b/android/build/intermediates/res/merged/androidTest/debug/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..6f6f5df
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-nb/values-nb.xml b/android/build/intermediates/res/merged/androidTest/debug/values-nb/values-nb.xml
new file mode 100644
index 0000000..4719eb4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-nb/values-nb.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspiser element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent litt ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ne-rNP/values-ne-rNP.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..bae8b92
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-nl/values-nl.xml b/android/build/intermediates/res/merged/androidTest/debug/values-nl/values-nl.xml
new file mode 100644
index 0000000..0d8505c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-nl/values-nl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
+
+ Debug JS
+ Element inspecteren
+ Unable to download JS bundle
+ Fetching JS bundle
+ Even geduld...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-pa-rIN/values-pa-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..e7f2b91
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-pl/values-pl.xml b/android/build/intermediates/res/merged/androidTest/debug/values-pl/values-pl.xml
new file mode 100644
index 0000000..c0fabf8
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-pl/values-pl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
+
+ Debug JS
+ Zbadaj element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Zaczekaj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-port/values-port.xml b/android/build/intermediates/res/merged/androidTest/debug/values-port/values-port.xml
new file mode 100644
index 0000000..76e0261
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-pt-rPT/values-pt-rPT.xml b/android/build/intermediates/res/merged/androidTest/debug/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..628a607
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarda...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-pt/values-pt.xml b/android/build/intermediates/res/merged/androidTest/debug/values-pt/values-pt.xml
new file mode 100644
index 0000000..a9101d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-pt/values-pt.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarde...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ro/values-ro.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ro/values-ro.xml
new file mode 100644
index 0000000..5f8cb4f
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ro/values-ro.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "˃999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ru/values-ru.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ru/values-ru.xml
new file mode 100644
index 0000000..6136324
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ru/values-ru.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
+
+ Debug JS
+ Проверить элемент
+ Unable to download JS bundle
+ Fetching JS bundle
+ Подождите...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-si-rLK/values-si-rLK.xml b/android/build/intermediates/res/merged/androidTest/debug/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..0deb068
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sk/values-sk.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sk/values-sk.xml
new file mode 100644
index 0000000..1574d18
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sk/values-sk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sl/values-sl.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sl/values-sl.xml
new file mode 100644
index 0000000..cfa3183
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sl/values-sl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sq-rAL/values-sq-rAL.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..8d37232
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sr/values-sr.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sr/values-sr.xml
new file mode 100644
index 0000000..349d825
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sr/values-sr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sv/values-sv.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sv/values-sv.xml
new file mode 100644
index 0000000..2d02c86
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sv/values-sv.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+
+
+ Debug JS
+ Inspektionselement
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vänta ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sw/values-sw.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sw/values-sw.xml
new file mode 100644
index 0000000..4788e70
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sw/values-sw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-sw600dp/values-sw600dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..796fc88
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ta-rIN/values-ta-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..8d2f5b2
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-te-rIN/values-te-rIN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..cb273dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-th/values-th.xml b/android/build/intermediates/res/merged/androidTest/debug/values-th/values-th.xml
new file mode 100644
index 0000000..30365a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-th/values-th.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
+
+ Debug JS
+ ตรวจสอบอิลิเมนต์
+ Unable to download JS bundle
+ Fetching JS bundle
+ โปรดรอ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-tl/values-tl.xml b/android/build/intermediates/res/merged/androidTest/debug/values-tl/values-tl.xml
new file mode 100644
index 0000000..b8a1927
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-tl/values-tl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-tr/values-tr.xml b/android/build/intermediates/res/merged/androidTest/debug/values-tr/values-tr.xml
new file mode 100644
index 0000000..15cefdd
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-tr/values-tr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
+
+ Debug JS
+ Öğeyi Denetle
+ Unable to download JS bundle
+ Fetching JS bundle
+ Lütfen bekleyin...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-uk/values-uk.xml b/android/build/intermediates/res/merged/androidTest/debug/values-uk/values-uk.xml
new file mode 100644
index 0000000..e145379
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-uk/values-uk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-ur-rPK/values-ur-rPK.xml b/android/build/intermediates/res/merged/androidTest/debug/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..bb91db3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-uz-rUZ/values-uz-rUZ.xml b/android/build/intermediates/res/merged/androidTest/debug/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..586e414
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v11/values-v11.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v11/values-v11.xml
new file mode 100644
index 0000000..8c0aa8a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v11/values-v11.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v12/values-v12.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v12/values-v12.xml
new file mode 100644
index 0000000..4a360c0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v14/values-v14.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v14/values-v14.xml
new file mode 100644
index 0000000..00d775a
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v14/values-v14.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v17/values-v17.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v17/values-v17.xml
new file mode 100644
index 0000000..0e5e5eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v17/values-v17.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v18/values-v18.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v18/values-v18.xml
new file mode 100644
index 0000000..4e51785
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v21/values-v21.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v21/values-v21.xml
new file mode 100644
index 0000000..62801c5
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v21/values-v21.xml
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v22/values-v22.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v22/values-v22.xml
new file mode 100644
index 0000000..c417951
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v22/values-v22.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-v23/values-v23.xml b/android/build/intermediates/res/merged/androidTest/debug/values-v23/values-v23.xml
new file mode 100644
index 0000000..e9efa79
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-v23/values-v23.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-vi/values-vi.xml b/android/build/intermediates/res/merged/androidTest/debug/values-vi/values-vi.xml
new file mode 100644
index 0000000..b3b3f19
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-vi/values-vi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
+
+ Debug JS
+ Kiểm tra phần tử
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vui lòng đợi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-w360dp/values-w360dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..a319e30
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-w480dp/values-w480dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..d7debd1
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-w480dp/values-w480dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-w500dp/values-w500dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..bc779d2
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-w600dp/values-w600dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..2b9d9ad
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-w720dp/values-w720dp.xml b/android/build/intermediates/res/merged/androidTest/debug/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..90fea13
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-xlarge-land/values-xlarge-land.xml b/android/build/intermediates/res/merged/androidTest/debug/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..e02968c
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-xlarge/values-xlarge.xml b/android/build/intermediates/res/merged/androidTest/debug/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..eab50a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-xlarge/values-xlarge.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-zh-rCN/values-zh-rCN.xml b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..9323ed3
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
+
+ Debug JS
+ 检查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 请稍等...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-zh-rHK/values-zh-rHK.xml b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..da78199
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查項目
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999 +"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-zh-rTW/values-zh-rTW.xml b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..1f520e4
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values-zu/values-zu.xml b/android/build/intermediates/res/merged/androidTest/debug/values-zu/values-zu.xml
new file mode 100644
index 0000000..4916c55
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values-zu/values-zu.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/values/values.xml b/android/build/intermediates/res/merged/androidTest/debug/values/values.xml
new file mode 100644
index 0000000..f96ee27
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/values/values.xml
@@ -0,0 +1,1523 @@
+
+
+
+
+
+
+
+
+ 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
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+
+
+ #eecc0000
+
+
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #42ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 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
+ 0.26
+ 0.20
+ 0.12
+
+
+ 20dp
+
+
+ 64dp
+ 64dp
+ 12dp
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ 127
+ 999
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ Debug in Chrome
+ Stop Chrome Debugging
+ Show Inspector
+ Hide Inspector
+ Enable Hot Module Replacement
+ Disable Hot Module Replacement
+ Unable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081
+ Fetching JS bundle
+ Please wait…
+ Enable Live Reload
+ Disable Live Reload
+ Enable Perf Monitor
+ Disable Perf Monitor
+ Reload JS
+ Unable to connect with remote debugger
+ Connecting to remote debugger
+ Dev Settings
+ Catalyst Dev Settings
+ Start Profile
+ Stop Profile
+
+
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/androidTest/debug/xml/preferences.xml b/android/build/intermediates/res/merged/androidTest/debug/xml/preferences.xml
new file mode 100644
index 0000000..08f667b
--- /dev/null
+++ b/android/build/intermediates/res/merged/androidTest/debug/xml/preferences.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml b/android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..c7ca6ec
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml b/android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..45183d4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..758cfff
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml b/android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..573bbbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml b/android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..4695b47
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..116fd96
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml b/android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..458ef98
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml b/android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..765181a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml b/android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..c994fc3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml b/android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..f10aa60
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_in.xml b/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_in.xml
new file mode 100644
index 0000000..fc98e61
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_in.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_out.xml b/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_out.xml
new file mode 100644
index 0000000..dad7c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_out.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4544aa3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..c25de00
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..7f37777
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..982fa5f
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..33ab893
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..7a67975
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..388aa9f
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml b/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..0a48b12
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml b/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..dde730c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml b/android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..4441682
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..285c712
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml b/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..2ae0bb1
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml b/android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..6850d85
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml b/android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..c54a7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..38a55f9
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..50a350f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2bf5a21
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..09edb6b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..32cae24
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..8ea96f4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91613e8
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3417be3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..4e1484b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..684fc5d
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..eab3cfa
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..365c467
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..061990d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..7fea0d6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..d3a8147
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..2d20150
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..739e098
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fdd5c71
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f9dbd01
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..893d3b5
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b8c9cfa
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3317c6e
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..e42ebc6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..49c6af6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..85f72db
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..358d4f6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..f19d6ea
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..83fea55
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..f81dfde
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..1370c38
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..3ce6be5
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..c251445
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..3f0d95b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..61528f7
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..26daa36
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..31ab71c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..d11885b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..b3ea213
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..67b832c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..0acfe5a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..c33eeb8
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0b86437
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..2f035d9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml b/android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..02d20fe
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..8f4edbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..e2d3376
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..95ac491
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..1811c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..b836afa
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ccd91c7
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..764335d
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml b/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..7b22f50
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..26bd923
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml b/android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..09506b4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml b/android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..fb14790
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..cc34ca3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..d0dd0a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..520e9de
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..3a9e0f0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..dce5195
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml b/android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..b97bd18
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml b/android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..29e7f18
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml b/android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..6443be9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml b/android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..aba3552
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml b/android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..6cb9835
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml b/android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..bf9f3aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_search_view.xml b/android/build/intermediates/res/merged/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..dd23b1c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml b/android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..ef8818a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/fps_view.xml b/android/build/intermediates/res/merged/debug/layout/fps_view.xml
new file mode 100644
index 0000000..6a8b0a6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/fps_view.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_media_action.xml b/android/build/intermediates/res/merged/debug/layout/notification_media_action.xml
new file mode 100644
index 0000000..60762dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml b/android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..6aca8b6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..4b84bf5
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..1ccb040
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml
new file mode 100644
index 0000000..0c5fcf2
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_media.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_media.xml
new file mode 100644
index 0000000..48ffab6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..b31b59e
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml b/android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..a161801
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/redbox_item_frame.xml b/android/build/intermediates/res/merged/debug/layout/redbox_item_frame.xml
new file mode 100644
index 0000000..6f66c1d
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/redbox_item_frame.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/redbox_item_title.xml b/android/build/intermediates/res/merged/debug/layout/redbox_item_title.xml
new file mode 100644
index 0000000..81b2dca
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/redbox_item_title.xml
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/redbox_view.xml b/android/build/intermediates/res/merged/debug/layout/redbox_view.xml
new file mode 100644
index 0000000..92c7b0c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/redbox_view.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml b/android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..c6037d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml b/android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..10d26d7
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml b/android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..1d1fd5e
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml b/android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..5efe062
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-af/values-af.xml b/android/build/intermediates/res/merged/debug/values-af/values-af.xml
new file mode 100644
index 0000000..abe2018
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-af/values-af.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-am/values-am.xml b/android/build/intermediates/res/merged/debug/values-am/values-am.xml
new file mode 100644
index 0000000..6d20a6d
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-am/values-am.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ar/values-ar.xml b/android/build/intermediates/res/merged/debug/values-ar/values-ar.xml
new file mode 100644
index 0000000..4c495e9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ar/values-ar.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml b/android/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..c42c801
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-bg/values-bg.xml b/android/build/intermediates/res/merged/debug/values-bg/values-bg.xml
new file mode 100644
index 0000000..363e4ae
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-bg/values-bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml b/android/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..9ad1ca1
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ca/values-ca.xml b/android/build/intermediates/res/merged/debug/values-ca/values-ca.xml
new file mode 100644
index 0000000..992dc10
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ca/values-ca.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-cs/values-cs.xml b/android/build/intermediates/res/merged/debug/values-cs/values-cs.xml
new file mode 100644
index 0000000..5bd6df8
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-cs/values-cs.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
+
+ Debug JS
+ Prozkoumat prvek
+ Unable to download JS bundle
+ Fetching JS bundle
+ Čekejte prosím...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-da/values-da.xml b/android/build/intermediates/res/merged/debug/values-da/values-da.xml
new file mode 100644
index 0000000..80340cc
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-da/values-da.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspicer element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent venligst...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-de/values-de.xml b/android/build/intermediates/res/merged/debug/values-de/values-de.xml
new file mode 100644
index 0000000..d7349e2
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-de/values-de.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+
+
+ Debug JS
+ Element untersuchen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Bitte warten Sie ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-el/values-el.xml b/android/build/intermediates/res/merged/debug/values-el/values-el.xml
new file mode 100644
index 0000000..a8bc7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-el/values-el.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
+
+ Debug JS
+ Εξέταση στοιχείου
+ Unable to download JS bundle
+ Fetching JS bundle
+ Περιμένετε...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml b/android/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..94ca72c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml b/android/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..77e7b94
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "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"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml b/android/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..91f2376
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-es-rES/values-es-rES.xml b/android/build/intermediates/res/merged/debug/values-es-rES/values-es-rES.xml
new file mode 100644
index 0000000..a101881
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-es-rES/values-es-rES.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml b/android/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..5c3d60b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-es/values-es.xml b/android/build/intermediates/res/merged/debug/values-es/values-es.xml
new file mode 100644
index 0000000..3f34a89
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-es/values-es.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml b/android/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..2aedf43
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml b/android/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..f889a3f
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fa/values-fa.xml b/android/build/intermediates/res/merged/debug/values-fa/values-fa.xml
new file mode 100644
index 0000000..c1af21c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fa/values-fa.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fb-rLL/values-fb-rLL.xml b/android/build/intermediates/res/merged/debug/values-fb-rLL/values-fb-rLL.xml
new file mode 100644
index 0000000..f3b3a59
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fb-rLL/values-fb-rLL.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ (तत्व निरीक्षण गर्नुहोस्)
+ Unable to download JS bundle
+ Fetching JS bundle
+ (অনুগ্রহ করে অপেক্ষা করুন….)
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fb/values-fb.xml b/android/build/intermediates/res/merged/debug/values-fb/values-fb.xml
new file mode 100644
index 0000000..fd3715c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fb/values-fb.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ [Debug JS#2010fa256bd28603b686da2713bb843a:1]
+ [Show Inspector#c1b106c92869437ebd88f326d632b973:1]
+ [Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1]
+ [Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1]
+ [Please wait...#71bad104a80f916d3bfb1ffa23a487af:1]
+ [Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1]
+ [Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1]
+ [Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1]
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fi/values-fi.xml b/android/build/intermediates/res/merged/debug/values-fi/values-fi.xml
new file mode 100644
index 0000000..5ea24bb
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fi/values-fi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
+
+ Debug JS
+ Tarkista elementti
+ Unable to download JS bundle
+ Fetching JS bundle
+ Odota…
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml b/android/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..3927c2a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-fr/values-fr.xml b/android/build/intermediates/res/merged/debug/values-fr/values-fr.xml
new file mode 100644
index 0000000..b7a980c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-fr/values-fr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
+
+ Debug JS
+ Inspecter l’élément
+ Unable to download JS bundle
+ Fetching JS bundle
+ Veuillez patienter...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml b/android/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..2b96568
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml b/android/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..56a00a4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-h720dp/values-h720dp.xml b/android/build/intermediates/res/merged/debug/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..f71e6b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-hdpi/values-hdpi.xml b/android/build/intermediates/res/merged/debug/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..c8d53aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-hi/values-hi.xml b/android/build/intermediates/res/merged/debug/values-hi/values-hi.xml
new file mode 100644
index 0000000..d905a52
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-hi/values-hi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-hr/values-hr.xml b/android/build/intermediates/res/merged/debug/values-hr/values-hr.xml
new file mode 100644
index 0000000..a013e84
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-hr/values-hr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-hu/values-hu.xml b/android/build/intermediates/res/merged/debug/values-hu/values-hu.xml
new file mode 100644
index 0000000..b369b33
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-hu/values-hu.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
+
+ Debug JS
+ Elem megtekintése
+ Unable to download JS bundle
+ Fetching JS bundle
+ Kérjük, várj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml b/android/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..8e9d53b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-in/values-in.xml b/android/build/intermediates/res/merged/debug/values-in/values-in.xml
new file mode 100644
index 0000000..77a89d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-in/values-in.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
+
+ Debug JS
+ Periksa Elemen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Harap tunggu...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml b/android/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..68a45b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-it/values-it.xml b/android/build/intermediates/res/merged/debug/values-it/values-it.xml
new file mode 100644
index 0000000..3d260a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-it/values-it.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
+
+ Debug JS
+ Esamina elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Attendi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-iw/values-iw.xml b/android/build/intermediates/res/merged/debug/values-iw/values-iw.xml
new file mode 100644
index 0000000..1f7330b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-iw/values-iw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ja/values-ja.xml b/android/build/intermediates/res/merged/debug/values-ja/values-ja.xml
new file mode 100644
index 0000000..85ad8eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ja/values-ja.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
+
+ Debug JS
+ 要素を確認
+ Unable to download JS bundle
+ Fetching JS bundle
+ しばらくお待ちください
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml b/android/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..2e01c80
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml b/android/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..63c4501
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml b/android/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..e906ac6
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml b/android/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..dac3f0a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ko/values-ko.xml b/android/build/intermediates/res/merged/debug/values-ko/values-ko.xml
new file mode 100644
index 0000000..6a57bcb
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ko/values-ko.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
+
+ Debug JS
+ 요소 검사
+ Unable to download JS bundle
+ Fetching JS bundle
+ 기다려주세요...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml b/android/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..ea45f27
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-land/values-land.xml b/android/build/intermediates/res/merged/debug/values-land/values-land.xml
new file mode 100644
index 0000000..eb1257c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-land/values-land.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-large/values-large.xml b/android/build/intermediates/res/merged/debug/values-large/values-large.xml
new file mode 100644
index 0000000..07089b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-large/values-large.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml b/android/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..a3e2083
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-lt/values-lt.xml b/android/build/intermediates/res/merged/debug/values-lt/values-lt.xml
new file mode 100644
index 0000000..0afbac4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-lt/values-lt.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-lv/values-lv.xml b/android/build/intermediates/res/merged/debug/values-lv/values-lv.xml
new file mode 100644
index 0000000..c36eb0b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-lv/values-lv.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml b/android/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..a9571b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml b/android/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..82e7f31
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml b/android/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..e731955
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml b/android/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..a0e4e06
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml b/android/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..d38ca33
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml b/android/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..6f6f5df
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-nb/values-nb.xml b/android/build/intermediates/res/merged/debug/values-nb/values-nb.xml
new file mode 100644
index 0000000..4719eb4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-nb/values-nb.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspiser element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent litt ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml b/android/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..bae8b92
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-nl/values-nl.xml b/android/build/intermediates/res/merged/debug/values-nl/values-nl.xml
new file mode 100644
index 0000000..0d8505c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-nl/values-nl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
+
+ Debug JS
+ Element inspecteren
+ Unable to download JS bundle
+ Fetching JS bundle
+ Even geduld...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml b/android/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..e7f2b91
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-pl/values-pl.xml b/android/build/intermediates/res/merged/debug/values-pl/values-pl.xml
new file mode 100644
index 0000000..c0fabf8
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-pl/values-pl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
+
+ Debug JS
+ Zbadaj element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Zaczekaj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-port/values-port.xml b/android/build/intermediates/res/merged/debug/values-port/values-port.xml
new file mode 100644
index 0000000..76e0261
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml b/android/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..628a607
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarda...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-pt/values-pt.xml b/android/build/intermediates/res/merged/debug/values-pt/values-pt.xml
new file mode 100644
index 0000000..a9101d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-pt/values-pt.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarde...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ro/values-ro.xml b/android/build/intermediates/res/merged/debug/values-ro/values-ro.xml
new file mode 100644
index 0000000..5f8cb4f
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ro/values-ro.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "˃999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ru/values-ru.xml b/android/build/intermediates/res/merged/debug/values-ru/values-ru.xml
new file mode 100644
index 0000000..6136324
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ru/values-ru.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
+
+ Debug JS
+ Проверить элемент
+ Unable to download JS bundle
+ Fetching JS bundle
+ Подождите...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml b/android/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..0deb068
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sk/values-sk.xml b/android/build/intermediates/res/merged/debug/values-sk/values-sk.xml
new file mode 100644
index 0000000..1574d18
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sk/values-sk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sl/values-sl.xml b/android/build/intermediates/res/merged/debug/values-sl/values-sl.xml
new file mode 100644
index 0000000..cfa3183
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sl/values-sl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml b/android/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..8d37232
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sr/values-sr.xml b/android/build/intermediates/res/merged/debug/values-sr/values-sr.xml
new file mode 100644
index 0000000..349d825
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sr/values-sr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sv/values-sv.xml b/android/build/intermediates/res/merged/debug/values-sv/values-sv.xml
new file mode 100644
index 0000000..2d02c86
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sv/values-sv.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+
+
+ Debug JS
+ Inspektionselement
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vänta ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sw/values-sw.xml b/android/build/intermediates/res/merged/debug/values-sw/values-sw.xml
new file mode 100644
index 0000000..4788e70
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sw/values-sw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-sw600dp/values-sw600dp.xml b/android/build/intermediates/res/merged/debug/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..796fc88
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml b/android/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..8d2f5b2
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml b/android/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..cb273dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-th/values-th.xml b/android/build/intermediates/res/merged/debug/values-th/values-th.xml
new file mode 100644
index 0000000..30365a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-th/values-th.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
+
+ Debug JS
+ ตรวจสอบอิลิเมนต์
+ Unable to download JS bundle
+ Fetching JS bundle
+ โปรดรอ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-tl/values-tl.xml b/android/build/intermediates/res/merged/debug/values-tl/values-tl.xml
new file mode 100644
index 0000000..b8a1927
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-tl/values-tl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-tr/values-tr.xml b/android/build/intermediates/res/merged/debug/values-tr/values-tr.xml
new file mode 100644
index 0000000..15cefdd
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-tr/values-tr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
+
+ Debug JS
+ Öğeyi Denetle
+ Unable to download JS bundle
+ Fetching JS bundle
+ Lütfen bekleyin...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-uk/values-uk.xml b/android/build/intermediates/res/merged/debug/values-uk/values-uk.xml
new file mode 100644
index 0000000..e145379
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-uk/values-uk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml b/android/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..bb91db3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml b/android/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..586e414
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v11/values-v11.xml b/android/build/intermediates/res/merged/debug/values-v11/values-v11.xml
new file mode 100644
index 0000000..8c0aa8a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v11/values-v11.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v12/values-v12.xml b/android/build/intermediates/res/merged/debug/values-v12/values-v12.xml
new file mode 100644
index 0000000..4a360c0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v14/values-v14.xml b/android/build/intermediates/res/merged/debug/values-v14/values-v14.xml
new file mode 100644
index 0000000..00d775a
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v14/values-v14.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v17/values-v17.xml b/android/build/intermediates/res/merged/debug/values-v17/values-v17.xml
new file mode 100644
index 0000000..0e5e5eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v17/values-v17.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v18/values-v18.xml b/android/build/intermediates/res/merged/debug/values-v18/values-v18.xml
new file mode 100644
index 0000000..4e51785
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v21/values-v21.xml b/android/build/intermediates/res/merged/debug/values-v21/values-v21.xml
new file mode 100644
index 0000000..62801c5
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v21/values-v21.xml
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v22/values-v22.xml b/android/build/intermediates/res/merged/debug/values-v22/values-v22.xml
new file mode 100644
index 0000000..c417951
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v22/values-v22.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-v23/values-v23.xml b/android/build/intermediates/res/merged/debug/values-v23/values-v23.xml
new file mode 100644
index 0000000..e9efa79
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-v23/values-v23.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-vi/values-vi.xml b/android/build/intermediates/res/merged/debug/values-vi/values-vi.xml
new file mode 100644
index 0000000..b3b3f19
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-vi/values-vi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
+
+ Debug JS
+ Kiểm tra phần tử
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vui lòng đợi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-w360dp/values-w360dp.xml b/android/build/intermediates/res/merged/debug/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..a319e30
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-w480dp/values-w480dp.xml b/android/build/intermediates/res/merged/debug/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..d7debd1
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-w480dp/values-w480dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-w500dp/values-w500dp.xml b/android/build/intermediates/res/merged/debug/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..bc779d2
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-w600dp/values-w600dp.xml b/android/build/intermediates/res/merged/debug/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..2b9d9ad
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-w720dp/values-w720dp.xml b/android/build/intermediates/res/merged/debug/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..90fea13
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-xlarge-land/values-xlarge-land.xml b/android/build/intermediates/res/merged/debug/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..e02968c
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-xlarge/values-xlarge.xml b/android/build/intermediates/res/merged/debug/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..eab50a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-xlarge/values-xlarge.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml b/android/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..9323ed3
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
+
+ Debug JS
+ 检查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 请稍等...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml b/android/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..da78199
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查項目
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999 +"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml b/android/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..1f520e4
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values-zu/values-zu.xml b/android/build/intermediates/res/merged/debug/values-zu/values-zu.xml
new file mode 100644
index 0000000..4916c55
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values-zu/values-zu.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/values/values.xml b/android/build/intermediates/res/merged/debug/values/values.xml
new file mode 100644
index 0000000..f96ee27
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/values/values.xml
@@ -0,0 +1,1523 @@
+
+
+
+
+
+
+
+
+ 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
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+
+
+ #eecc0000
+
+
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #42ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 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
+ 0.26
+ 0.20
+ 0.12
+
+
+ 20dp
+
+
+ 64dp
+ 64dp
+ 12dp
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ 127
+ 999
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ Debug in Chrome
+ Stop Chrome Debugging
+ Show Inspector
+ Hide Inspector
+ Enable Hot Module Replacement
+ Disable Hot Module Replacement
+ Unable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081
+ Fetching JS bundle
+ Please wait…
+ Enable Live Reload
+ Disable Live Reload
+ Enable Perf Monitor
+ Disable Perf Monitor
+ Reload JS
+ Unable to connect with remote debugger
+ Connecting to remote debugger
+ Dev Settings
+ Catalyst Dev Settings
+ Start Profile
+ Stop Profile
+
+
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/debug/xml/preferences.xml b/android/build/intermediates/res/merged/debug/xml/preferences.xml
new file mode 100644
index 0000000..08f667b
--- /dev/null
+++ b/android/build/intermediates/res/merged/debug/xml/preferences.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_fade_in.xml b/android/build/intermediates/res/merged/release/anim/abc_fade_in.xml
new file mode 100644
index 0000000..c7ca6ec
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_fade_out.xml b/android/build/intermediates/res/merged/release/anim/abc_fade_out.xml
new file mode 100644
index 0000000..45183d4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/res/merged/release/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..758cfff
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_popup_enter.xml b/android/build/intermediates/res/merged/release/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..573bbbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_popup_exit.xml b/android/build/intermediates/res/merged/release/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..4695b47
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/res/merged/release/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..116fd96
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_slide_in_bottom.xml b/android/build/intermediates/res/merged/release/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..458ef98
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_slide_in_top.xml b/android/build/intermediates/res/merged/release/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..765181a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_slide_out_bottom.xml b/android/build/intermediates/res/merged/release/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..c994fc3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/abc_slide_out_top.xml b/android/build/intermediates/res/merged/release/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..f10aa60
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/catalyst_push_up_in.xml b/android/build/intermediates/res/merged/release/anim/catalyst_push_up_in.xml
new file mode 100644
index 0000000..fc98e61
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/catalyst_push_up_in.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/anim/catalyst_push_up_out.xml b/android/build/intermediates/res/merged/release/anim/catalyst_push_up_out.xml
new file mode 100644
index 0000000..dad7c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/anim/catalyst_push_up_out.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4544aa3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..c25de00
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/res/merged/release/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..7f37777
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..982fa5f
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..33ab893
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..7a67975
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..388aa9f
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_primary_text_material_dark.xml b/android/build/intermediates/res/merged/release/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..0a48b12
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_primary_text_material_light.xml b/android/build/intermediates/res/merged/release/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..dde730c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_search_url_text.xml b/android/build/intermediates/res/merged/release/color/abc_search_url_text.xml
new file mode 100644
index 0000000..4441682
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..285c712
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_light.xml b/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..2ae0bb1
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/switch_thumb_material_dark.xml b/android/build/intermediates/res/merged/release/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..6850d85
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/color/switch_thumb_material_light.xml b/android/build/intermediates/res/merged/release/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..c54a7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..38a55f9
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..50a350f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2bf5a21
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..09edb6b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..32cae24
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..8ea96f4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91613e8
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3417be3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/res/merged/release/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..4e1484b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable-v21/abc_action_bar_item_background_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/release/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..684fc5d
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/res/merged/release/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..eab3cfa
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..365c467
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..061990d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..7fea0d6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..d3a8147
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..2d20150
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..739e098
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_focused_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fdd5c71
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f9dbd01
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..893d3b5
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b8c9cfa
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3317c6e
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..e42ebc6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_btn_check_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..49c6af6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_btn_colored_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..85f72db
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/res/merged/release/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..358d4f6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_btn_radio_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..f19d6ea
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/res/merged/release/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..83fea55
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..f81dfde
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..1370c38
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..3ce6be5
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_edit_text_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..c251445
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..3f0d95b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..61528f7
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..26daa36
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..31ab71c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..d11885b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..b3ea213
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..67b832c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..0acfe5a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..c33eeb8
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0b86437
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_text_cursor_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..2f035d9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/drawable/abc_textfield_search_material.xml b/android/build/intermediates/res/merged/release/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..02d20fe
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_bar_title_item.xml b/android/build/intermediates/res/merged/release/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..8f4edbe
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_bar_up_container.xml b/android/build/intermediates/res/merged/release/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..e2d3376
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..95ac491
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..1811c47
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..b836afa
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_mode_bar.xml b/android/build/intermediates/res/merged/release/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ccd91c7
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/res/merged/release/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..764335d
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view.xml b/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..7b22f50
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..26bd923
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml b/android/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..09506b4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_dialog_title_material.xml b/android/build/intermediates/res/merged/release/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..fb14790
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_expanded_menu_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..cc34ca3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_checkbox.xml b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..d0dd0a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_icon.xml b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..520e9de
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..3a9e0f0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_radio.xml b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..dce5195
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_popup_menu_item_layout.xml b/android/build/intermediates/res/merged/release/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..b97bd18
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_screen_content_include.xml b/android/build/intermediates/res/merged/release/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..29e7f18
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_screen_simple.xml b/android/build/intermediates/res/merged/release/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..6443be9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_screen_simple_overlay_action_mode.xml b/android/build/intermediates/res/merged/release/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..aba3552
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml b/android/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..6cb9835
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_search_dropdown_item_icons_2line.xml b/android/build/intermediates/res/merged/release/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..bf9f3aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_search_view.xml b/android/build/intermediates/res/merged/release/layout/abc_search_view.xml
new file mode 100644
index 0000000..dd23b1c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/abc_select_dialog_material.xml b/android/build/intermediates/res/merged/release/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..ef8818a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/fps_view.xml b/android/build/intermediates/res/merged/release/layout/fps_view.xml
new file mode 100644
index 0000000..6a8b0a6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/fps_view.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_media_action.xml b/android/build/intermediates/res/merged/release/layout/notification_media_action.xml
new file mode 100644
index 0000000..60762dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_media_cancel_action.xml b/android/build/intermediates/res/merged/release/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..6aca8b6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_big_media.xml b/android/build/intermediates/res/merged/release/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..4b84bf5
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_big_media_narrow.xml b/android/build/intermediates/res/merged/release/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..1ccb040
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_lines.xml b/android/build/intermediates/res/merged/release/layout/notification_template_lines.xml
new file mode 100644
index 0000000..0c5fcf2
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_media.xml b/android/build/intermediates/res/merged/release/layout/notification_template_media.xml
new file mode 100644
index 0000000..48ffab6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_part_chronometer.xml b/android/build/intermediates/res/merged/release/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..b31b59e
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/notification_template_part_time.xml b/android/build/intermediates/res/merged/release/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..a161801
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/redbox_item_frame.xml b/android/build/intermediates/res/merged/release/layout/redbox_item_frame.xml
new file mode 100644
index 0000000..6f66c1d
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/redbox_item_frame.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/redbox_item_title.xml b/android/build/intermediates/res/merged/release/layout/redbox_item_title.xml
new file mode 100644
index 0000000..81b2dca
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/redbox_item_title.xml
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/redbox_view.xml b/android/build/intermediates/res/merged/release/layout/redbox_view.xml
new file mode 100644
index 0000000..92c7b0c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/redbox_view.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/select_dialog_item_material.xml b/android/build/intermediates/res/merged/release/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..c6037d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/select_dialog_multichoice_material.xml b/android/build/intermediates/res/merged/release/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..10d26d7
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/select_dialog_singlechoice_material.xml b/android/build/intermediates/res/merged/release/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..1d1fd5e
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/layout/support_simple_spinner_dropdown_item.xml b/android/build/intermediates/res/merged/release/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..5efe062
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-af/values-af.xml b/android/build/intermediates/res/merged/release/values-af/values-af.xml
new file mode 100644
index 0000000..abe2018
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-af/values-af.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-am/values-am.xml b/android/build/intermediates/res/merged/release/values-am/values-am.xml
new file mode 100644
index 0000000..6d20a6d
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-am/values-am.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ar/values-ar.xml b/android/build/intermediates/res/merged/release/values-ar/values-ar.xml
new file mode 100644
index 0000000..4c495e9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ar/values-ar.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-az-rAZ/values-az-rAZ.xml b/android/build/intermediates/res/merged/release/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..c42c801
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-bg/values-bg.xml b/android/build/intermediates/res/merged/release/values-bg/values-bg.xml
new file mode 100644
index 0000000..363e4ae
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-bg/values-bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-bn-rBD/values-bn-rBD.xml b/android/build/intermediates/res/merged/release/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..9ad1ca1
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ca/values-ca.xml b/android/build/intermediates/res/merged/release/values-ca/values-ca.xml
new file mode 100644
index 0000000..992dc10
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ca/values-ca.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-cs/values-cs.xml b/android/build/intermediates/res/merged/release/values-cs/values-cs.xml
new file mode 100644
index 0000000..5bd6df8
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-cs/values-cs.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
+
+ Debug JS
+ Prozkoumat prvek
+ Unable to download JS bundle
+ Fetching JS bundle
+ Čekejte prosím...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-da/values-da.xml b/android/build/intermediates/res/merged/release/values-da/values-da.xml
new file mode 100644
index 0000000..80340cc
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-da/values-da.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspicer element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent venligst...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-de/values-de.xml b/android/build/intermediates/res/merged/release/values-de/values-de.xml
new file mode 100644
index 0000000..d7349e2
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-de/values-de.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+
+
+ Debug JS
+ Element untersuchen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Bitte warten Sie ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-el/values-el.xml b/android/build/intermediates/res/merged/release/values-el/values-el.xml
new file mode 100644
index 0000000..a8bc7d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-el/values-el.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
+
+ Debug JS
+ Εξέταση στοιχείου
+ Unable to download JS bundle
+ Fetching JS bundle
+ Περιμένετε...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-en-rAU/values-en-rAU.xml b/android/build/intermediates/res/merged/release/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..94ca72c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-en-rGB/values-en-rGB.xml b/android/build/intermediates/res/merged/release/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..77e7b94
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "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"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-en-rIN/values-en-rIN.xml b/android/build/intermediates/res/merged/release/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..91f2376
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-es-rES/values-es-rES.xml b/android/build/intermediates/res/merged/release/values-es-rES/values-es-rES.xml
new file mode 100644
index 0000000..a101881
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-es-rES/values-es-rES.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-es-rUS/values-es-rUS.xml b/android/build/intermediates/res/merged/release/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..5c3d60b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-es/values-es.xml b/android/build/intermediates/res/merged/release/values-es/values-es.xml
new file mode 100644
index 0000000..3f34a89
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-es/values-es.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
+
+ Debug JS
+ Inspeccionar elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Espera...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-et-rEE/values-et-rEE.xml b/android/build/intermediates/res/merged/release/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..2aedf43
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-eu-rES/values-eu-rES.xml b/android/build/intermediates/res/merged/release/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..f889a3f
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fa/values-fa.xml b/android/build/intermediates/res/merged/release/values-fa/values-fa.xml
new file mode 100644
index 0000000..c1af21c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fa/values-fa.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fb-rLL/values-fb-rLL.xml b/android/build/intermediates/res/merged/release/values-fb-rLL/values-fb-rLL.xml
new file mode 100644
index 0000000..f3b3a59
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fb-rLL/values-fb-rLL.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ Debug JS
+ (तत्व निरीक्षण गर्नुहोस्)
+ Unable to download JS bundle
+ Fetching JS bundle
+ (অনুগ্রহ করে অপেক্ষা করুন….)
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fb/values-fb.xml b/android/build/intermediates/res/merged/release/values-fb/values-fb.xml
new file mode 100644
index 0000000..fd3715c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fb/values-fb.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ [Debug JS#2010fa256bd28603b686da2713bb843a:1]
+ [Show Inspector#c1b106c92869437ebd88f326d632b973:1]
+ [Unable to download JS bundle#51057ecd2555f91873cce4c452e1ea03:1]
+ [Fetching JS bundle#0de4127d4fc6e7d1e265e07433f26e25:1]
+ [Please wait...#71bad104a80f916d3bfb1ffa23a487af:1]
+ [Reload JS#cd6b54f9f3c2e4ae7de6fdaf163ef79b:1]
+ [Dev Settings#6b65fc308a2da07fa01ad6fcbaa57002:1]
+ [Catalyst Dev Settings#bf44a606175d084d4c8d283938dd041d:1]
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fi/values-fi.xml b/android/build/intermediates/res/merged/release/values-fi/values-fi.xml
new file mode 100644
index 0000000..5ea24bb
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fi/values-fi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
+
+ Debug JS
+ Tarkista elementti
+ Unable to download JS bundle
+ Fetching JS bundle
+ Odota…
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fr-rCA/values-fr-rCA.xml b/android/build/intermediates/res/merged/release/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..3927c2a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-fr/values-fr.xml b/android/build/intermediates/res/merged/release/values-fr/values-fr.xml
new file mode 100644
index 0000000..b7a980c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-fr/values-fr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
+
+ Debug JS
+ Inspecter l’élément
+ Unable to download JS bundle
+ Fetching JS bundle
+ Veuillez patienter...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-gl-rES/values-gl-rES.xml b/android/build/intermediates/res/merged/release/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..2b96568
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-gu-rIN/values-gu-rIN.xml b/android/build/intermediates/res/merged/release/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..56a00a4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-h720dp/values-h720dp.xml b/android/build/intermediates/res/merged/release/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..f71e6b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-hdpi/values-hdpi.xml b/android/build/intermediates/res/merged/release/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..c8d53aa
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-hi/values-hi.xml b/android/build/intermediates/res/merged/release/values-hi/values-hi.xml
new file mode 100644
index 0000000..d905a52
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-hi/values-hi.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-hr/values-hr.xml b/android/build/intermediates/res/merged/release/values-hr/values-hr.xml
new file mode 100644
index 0000000..a013e84
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-hr/values-hr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-hu/values-hu.xml b/android/build/intermediates/res/merged/release/values-hu/values-hu.xml
new file mode 100644
index 0000000..b369b33
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-hu/values-hu.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
+
+ Debug JS
+ Elem megtekintése
+ Unable to download JS bundle
+ Fetching JS bundle
+ Kérjük, várj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-hy-rAM/values-hy-rAM.xml b/android/build/intermediates/res/merged/release/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..8e9d53b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-in/values-in.xml b/android/build/intermediates/res/merged/release/values-in/values-in.xml
new file mode 100644
index 0000000..77a89d0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-in/values-in.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
+
+ Debug JS
+ Periksa Elemen
+ Unable to download JS bundle
+ Fetching JS bundle
+ Harap tunggu...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-is-rIS/values-is-rIS.xml b/android/build/intermediates/res/merged/release/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..68a45b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-it/values-it.xml b/android/build/intermediates/res/merged/release/values-it/values-it.xml
new file mode 100644
index 0000000..3d260a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-it/values-it.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
+
+ Debug JS
+ Esamina elemento
+ Unable to download JS bundle
+ Fetching JS bundle
+ Attendi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-iw/values-iw.xml b/android/build/intermediates/res/merged/release/values-iw/values-iw.xml
new file mode 100644
index 0000000..1f7330b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-iw/values-iw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ja/values-ja.xml b/android/build/intermediates/res/merged/release/values-ja/values-ja.xml
new file mode 100644
index 0000000..85ad8eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ja/values-ja.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
+
+ Debug JS
+ 要素を確認
+ Unable to download JS bundle
+ Fetching JS bundle
+ しばらくお待ちください
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ka-rGE/values-ka-rGE.xml b/android/build/intermediates/res/merged/release/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..2e01c80
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-kk-rKZ/values-kk-rKZ.xml b/android/build/intermediates/res/merged/release/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..63c4501
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-km-rKH/values-km-rKH.xml b/android/build/intermediates/res/merged/release/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..e906ac6
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-kn-rIN/values-kn-rIN.xml b/android/build/intermediates/res/merged/release/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..dac3f0a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ko/values-ko.xml b/android/build/intermediates/res/merged/release/values-ko/values-ko.xml
new file mode 100644
index 0000000..6a57bcb
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ko/values-ko.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
+
+ Debug JS
+ 요소 검사
+ Unable to download JS bundle
+ Fetching JS bundle
+ 기다려주세요...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ky-rKG/values-ky-rKG.xml b/android/build/intermediates/res/merged/release/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..ea45f27
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-land/values-land.xml b/android/build/intermediates/res/merged/release/values-land/values-land.xml
new file mode 100644
index 0000000..eb1257c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-land/values-land.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-large/values-large.xml b/android/build/intermediates/res/merged/release/values-large/values-large.xml
new file mode 100644
index 0000000..07089b5
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-large/values-large.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-lo-rLA/values-lo-rLA.xml b/android/build/intermediates/res/merged/release/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..a3e2083
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-lt/values-lt.xml b/android/build/intermediates/res/merged/release/values-lt/values-lt.xml
new file mode 100644
index 0000000..0afbac4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-lt/values-lt.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-lv/values-lv.xml b/android/build/intermediates/res/merged/release/values-lv/values-lv.xml
new file mode 100644
index 0000000..c36eb0b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-lv/values-lv.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-mk-rMK/values-mk-rMK.xml b/android/build/intermediates/res/merged/release/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..a9571b9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ml-rIN/values-ml-rIN.xml b/android/build/intermediates/res/merged/release/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..82e7f31
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-mn-rMN/values-mn-rMN.xml b/android/build/intermediates/res/merged/release/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..e731955
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-mr-rIN/values-mr-rIN.xml b/android/build/intermediates/res/merged/release/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..a0e4e06
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ms-rMY/values-ms-rMY.xml b/android/build/intermediates/res/merged/release/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..d38ca33
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-my-rMM/values-my-rMM.xml b/android/build/intermediates/res/merged/release/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..6f6f5df
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-nb/values-nb.xml b/android/build/intermediates/res/merged/release/values-nb/values-nb.xml
new file mode 100644
index 0000000..4719eb4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-nb/values-nb.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
+
+ Debug JS
+ Inspiser element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vent litt ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ne-rNP/values-ne-rNP.xml b/android/build/intermediates/res/merged/release/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..bae8b92
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-nl/values-nl.xml b/android/build/intermediates/res/merged/release/values-nl/values-nl.xml
new file mode 100644
index 0000000..0d8505c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-nl/values-nl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
+
+ Debug JS
+ Element inspecteren
+ Unable to download JS bundle
+ Fetching JS bundle
+ Even geduld...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-pa-rIN/values-pa-rIN.xml b/android/build/intermediates/res/merged/release/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..e7f2b91
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-pl/values-pl.xml b/android/build/intermediates/res/merged/release/values-pl/values-pl.xml
new file mode 100644
index 0000000..c0fabf8
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-pl/values-pl.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
+
+ Debug JS
+ Zbadaj element
+ Unable to download JS bundle
+ Fetching JS bundle
+ Zaczekaj...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-port/values-port.xml b/android/build/intermediates/res/merged/release/values-port/values-port.xml
new file mode 100644
index 0000000..76e0261
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-pt-rPT/values-pt-rPT.xml b/android/build/intermediates/res/merged/release/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..628a607
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarda...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-pt/values-pt.xml b/android/build/intermediates/res/merged/release/values-pt/values-pt.xml
new file mode 100644
index 0000000..a9101d3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-pt/values-pt.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Aguarde...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ro/values-ro.xml b/android/build/intermediates/res/merged/release/values-ro/values-ro.xml
new file mode 100644
index 0000000..5f8cb4f
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ro/values-ro.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
+
+ Debug JS
+ Show Inspector
+ Unable to download JS bundle
+ Fetching JS bundle
+ Please wait...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "˃999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ru/values-ru.xml b/android/build/intermediates/res/merged/release/values-ru/values-ru.xml
new file mode 100644
index 0000000..6136324
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ru/values-ru.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
+
+ Debug JS
+ Проверить элемент
+ Unable to download JS bundle
+ Fetching JS bundle
+ Подождите...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-si-rLK/values-si-rLK.xml b/android/build/intermediates/res/merged/release/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..0deb068
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sk/values-sk.xml b/android/build/intermediates/res/merged/release/values-sk/values-sk.xml
new file mode 100644
index 0000000..1574d18
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sk/values-sk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sl/values-sl.xml b/android/build/intermediates/res/merged/release/values-sl/values-sl.xml
new file mode 100644
index 0000000..cfa3183
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sl/values-sl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sq-rAL/values-sq-rAL.xml b/android/build/intermediates/res/merged/release/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..8d37232
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sr/values-sr.xml b/android/build/intermediates/res/merged/release/values-sr/values-sr.xml
new file mode 100644
index 0000000..349d825
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sr/values-sr.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sv/values-sv.xml b/android/build/intermediates/res/merged/release/values-sv/values-sv.xml
new file mode 100644
index 0000000..2d02c86
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sv/values-sv.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+
+
+ Debug JS
+ Inspektionselement
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vänta ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sw/values-sw.xml b/android/build/intermediates/res/merged/release/values-sw/values-sw.xml
new file mode 100644
index 0000000..4788e70
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sw/values-sw.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-sw600dp/values-sw600dp.xml b/android/build/intermediates/res/merged/release/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..796fc88
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ta-rIN/values-ta-rIN.xml b/android/build/intermediates/res/merged/release/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..8d2f5b2
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-te-rIN/values-te-rIN.xml b/android/build/intermediates/res/merged/release/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..cb273dc
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-th/values-th.xml b/android/build/intermediates/res/merged/release/values-th/values-th.xml
new file mode 100644
index 0000000..30365a9
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-th/values-th.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
+
+ Debug JS
+ ตรวจสอบอิลิเมนต์
+ Unable to download JS bundle
+ Fetching JS bundle
+ โปรดรอ...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-tl/values-tl.xml b/android/build/intermediates/res/merged/release/values-tl/values-tl.xml
new file mode 100644
index 0000000..b8a1927
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-tl/values-tl.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-tr/values-tr.xml b/android/build/intermediates/res/merged/release/values-tr/values-tr.xml
new file mode 100644
index 0000000..15cefdd
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-tr/values-tr.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
+
+ Debug JS
+ Öğeyi Denetle
+ Unable to download JS bundle
+ Fetching JS bundle
+ Lütfen bekleyin...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-uk/values-uk.xml b/android/build/intermediates/res/merged/release/values-uk/values-uk.xml
new file mode 100644
index 0000000..e145379
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-uk/values-uk.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-ur-rPK/values-ur-rPK.xml b/android/build/intermediates/res/merged/release/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..bb91db3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-uz-rUZ/values-uz-rUZ.xml b/android/build/intermediates/res/merged/release/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..586e414
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v11/values-v11.xml b/android/build/intermediates/res/merged/release/values-v11/values-v11.xml
new file mode 100644
index 0000000..8c0aa8a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v11/values-v11.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v12/values-v12.xml b/android/build/intermediates/res/merged/release/values-v12/values-v12.xml
new file mode 100644
index 0000000..4a360c0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v14/values-v14.xml b/android/build/intermediates/res/merged/release/values-v14/values-v14.xml
new file mode 100644
index 0000000..00d775a
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v14/values-v14.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v17/values-v17.xml b/android/build/intermediates/res/merged/release/values-v17/values-v17.xml
new file mode 100644
index 0000000..0e5e5eb
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v17/values-v17.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v18/values-v18.xml b/android/build/intermediates/res/merged/release/values-v18/values-v18.xml
new file mode 100644
index 0000000..4e51785
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v21/values-v21.xml b/android/build/intermediates/res/merged/release/values-v21/values-v21.xml
new file mode 100644
index 0000000..62801c5
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v21/values-v21.xml
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v22/values-v22.xml b/android/build/intermediates/res/merged/release/values-v22/values-v22.xml
new file mode 100644
index 0000000..c417951
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v22/values-v22.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-v23/values-v23.xml b/android/build/intermediates/res/merged/release/values-v23/values-v23.xml
new file mode 100644
index 0000000..e9efa79
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-v23/values-v23.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-vi/values-vi.xml b/android/build/intermediates/res/merged/release/values-vi/values-vi.xml
new file mode 100644
index 0000000..b3b3f19
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-vi/values-vi.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
+
+ Debug JS
+ Kiểm tra phần tử
+ Unable to download JS bundle
+ Fetching JS bundle
+ Vui lòng đợi...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-w360dp/values-w360dp.xml b/android/build/intermediates/res/merged/release/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..a319e30
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-w480dp/values-w480dp.xml b/android/build/intermediates/res/merged/release/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..d7debd1
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-w480dp/values-w480dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-w500dp/values-w500dp.xml b/android/build/intermediates/res/merged/release/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..bc779d2
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-w600dp/values-w600dp.xml b/android/build/intermediates/res/merged/release/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..2b9d9ad
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-w720dp/values-w720dp.xml b/android/build/intermediates/res/merged/release/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..90fea13
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-xlarge-land/values-xlarge-land.xml b/android/build/intermediates/res/merged/release/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..e02968c
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-xlarge/values-xlarge.xml b/android/build/intermediates/res/merged/release/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..eab50a0
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-xlarge/values-xlarge.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-zh-rCN/values-zh-rCN.xml b/android/build/intermediates/res/merged/release/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..9323ed3
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
+
+ Debug JS
+ 检查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 请稍等...
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-zh-rHK/values-zh-rHK.xml b/android/build/intermediates/res/merged/release/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..da78199
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查項目
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999 +"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-zh-rTW/values-zh-rTW.xml b/android/build/intermediates/res/merged/release/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..1f520e4
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
+
+ Debug JS
+ 檢查元素
+ Unable to download JS bundle
+ Fetching JS bundle
+ 請稍候……
+ Reload JS
+ Dev Settings
+ Catalyst Dev Settings
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values-zu/values-zu.xml b/android/build/intermediates/res/merged/release/values-zu/values-zu.xml
new file mode 100644
index 0000000..4916c55
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values-zu/values-zu.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/values/values.xml b/android/build/intermediates/res/merged/release/values/values.xml
new file mode 100644
index 0000000..f96ee27
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/values/values.xml
@@ -0,0 +1,1523 @@
+
+
+
+
+
+
+
+
+ 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
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+
+
+ #eecc0000
+
+
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #42ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 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
+ 0.26
+ 0.20
+ 0.12
+
+
+ 20dp
+
+
+ 64dp
+ 64dp
+ 12dp
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ 127
+ 999
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ Debug in Chrome
+ Stop Chrome Debugging
+ Show Inspector
+ Hide Inspector
+ Enable Hot Module Replacement
+ Disable Hot Module Replacement
+ Unable to download JS bundle from the dev server.\n\nTry the following to fix the issue:\n• Ensure that the packager server is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run \'adb devices\' to see a list of connected devices\n• If you\'re on a physical device connected to the same machine, run \'adb reverse tcp:8081 tcp:8081\' to forward requests from your device\n• If your device is on the same Wi-Fi network, set \'Debug server host & port for device\' in \'Dev settings\' to your machine\'s IP address and the port of the local dev server - e.g. 10.0.1.1:8081
+ Fetching JS bundle
+ Please wait…
+ Enable Live Reload
+ Disable Live Reload
+ Enable Perf Monitor
+ Disable Perf Monitor
+ Reload JS
+ Unable to connect with remote debugger
+ Connecting to remote debugger
+ Dev Settings
+ Catalyst Dev Settings
+ Start Profile
+ Stop Profile
+
+
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/merged/release/xml/preferences.xml b/android/build/intermediates/res/merged/release/xml/preferences.xml
new file mode 100644
index 0000000..08f667b
--- /dev/null
+++ b/android/build/intermediates/res/merged/release/xml/preferences.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build/intermediates/res/resources-debug-androidTest.ap_ b/android/build/intermediates/res/resources-debug-androidTest.ap_
new file mode 100644
index 0000000..b697988
Binary files /dev/null and b/android/build/intermediates/res/resources-debug-androidTest.ap_ differ
diff --git a/android/build/intermediates/symbols/androidTest/debug/R.txt b/android/build/intermediates/symbols/androidTest/debug/R.txt
new file mode 100644
index 0000000..82fc244
--- /dev/null
+++ b/android/build/intermediates/symbols/androidTest/debug/R.txt
@@ -0,0 +1,1297 @@
+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 catalyst_push_up_in 0x7f04000a
+int anim catalyst_push_up_out 0x7f04000b
+int attr actionBarDivider 0x7f01007e
+int attr actionBarItemBackground 0x7f01007f
+int attr actionBarPopupTheme 0x7f010078
+int attr actionBarSize 0x7f01007d
+int attr actionBarSplitStyle 0x7f01007a
+int attr actionBarStyle 0x7f010079
+int attr actionBarTabBarStyle 0x7f010074
+int attr actionBarTabStyle 0x7f010073
+int attr actionBarTabTextStyle 0x7f010075
+int attr actionBarTheme 0x7f01007b
+int attr actionBarWidgetTheme 0x7f01007c
+int attr actionButtonStyle 0x7f010098
+int attr actionDropDownStyle 0x7f010094
+int attr actionLayout 0x7f01004b
+int attr actionMenuTextAppearance 0x7f010080
+int attr actionMenuTextColor 0x7f010081
+int attr actionModeBackground 0x7f010084
+int attr actionModeCloseButtonStyle 0x7f010083
+int attr actionModeCloseDrawable 0x7f010086
+int attr actionModeCopyDrawable 0x7f010088
+int attr actionModeCutDrawable 0x7f010087
+int attr actionModeFindDrawable 0x7f01008c
+int attr actionModePasteDrawable 0x7f010089
+int attr actionModePopupWindowStyle 0x7f01008e
+int attr actionModeSelectAllDrawable 0x7f01008a
+int attr actionModeShareDrawable 0x7f01008b
+int attr actionModeSplitBackground 0x7f010085
+int attr actionModeStyle 0x7f010082
+int attr actionModeWebSearchDrawable 0x7f01008d
+int attr actionOverflowButtonStyle 0x7f010076
+int attr actionOverflowMenuStyle 0x7f010077
+int attr actionProviderClass 0x7f01004d
+int attr actionViewClass 0x7f01004c
+int attr activityChooserViewStyle 0x7f0100a0
+int attr actualImageScaleType 0x7f01003a
+int attr alertDialogButtonGroupStyle 0x7f0100c2
+int attr alertDialogCenterButtons 0x7f0100c3
+int attr alertDialogStyle 0x7f0100c1
+int attr alertDialogTheme 0x7f0100c4
+int attr arrowHeadLength 0x7f01002b
+int attr arrowShaftLength 0x7f01002c
+int attr autoCompleteTextViewStyle 0x7f0100c9
+int attr background 0x7f01000c
+int attr backgroundImage 0x7f01003b
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100e5
+int attr backgroundTintMode 0x7f0100e6
+int attr barLength 0x7f01002d
+int attr borderlessButtonStyle 0x7f01009d
+int attr buttonBarButtonStyle 0x7f01009a
+int attr buttonBarNegativeButtonStyle 0x7f0100c7
+int attr buttonBarNeutralButtonStyle 0x7f0100c8
+int attr buttonBarPositiveButtonStyle 0x7f0100c6
+int attr buttonBarStyle 0x7f010099
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ca
+int attr buttonStyleSmall 0x7f0100cb
+int attr buttonTint 0x7f010025
+int attr buttonTintMode 0x7f010026
+int attr checkboxStyle 0x7f0100cc
+int attr checkedTextViewStyle 0x7f0100cd
+int attr closeIcon 0x7f010059
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100dc
+int attr collapseIcon 0x7f0100db
+int attr color 0x7f010027
+int attr colorAccent 0x7f0100ba
+int attr colorButtonNormal 0x7f0100be
+int attr colorControlActivated 0x7f0100bc
+int attr colorControlHighlight 0x7f0100bd
+int attr colorControlNormal 0x7f0100bb
+int attr colorPrimary 0x7f0100b8
+int attr colorPrimaryDark 0x7f0100b9
+int attr colorSwitchThumbNormal 0x7f0100bf
+int attr commitIcon 0x7f01005e
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr controlBackground 0x7f0100c0
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010058
+int attr dialogPreferredPadding 0x7f010092
+int attr dialogTheme 0x7f010091
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f01009f
+int attr dividerPadding 0x7f010049
+int attr dividerVertical 0x7f01009e
+int attr drawableSize 0x7f010029
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b0
+int attr dropdownListPreferredItemHeight 0x7f010095
+int attr editTextBackground 0x7f0100a6
+int attr editTextColor 0x7f0100a5
+int attr editTextStyle 0x7f0100ce
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr fadeDuration 0x7f01002f
+int attr failureImage 0x7f010035
+int attr failureImageScaleType 0x7f010036
+int attr gapBetweenBars 0x7f01002a
+int attr goIcon 0x7f01005a
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010097
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010056
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010055
+int attr layoutManager 0x7f010051
+int attr listChoiceBackgroundIndicator 0x7f0100b7
+int attr listDividerAlertDialog 0x7f010093
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100b1
+int attr listPreferredItemHeight 0x7f0100ab
+int attr listPreferredItemHeightLarge 0x7f0100ad
+int attr listPreferredItemHeightSmall 0x7f0100ac
+int attr listPreferredItemPaddingLeft 0x7f0100ae
+int attr listPreferredItemPaddingRight 0x7f0100af
+int attr logo 0x7f01000a
+int attr logoDescription 0x7f0100df
+int attr maxButtonHeight 0x7f0100da
+int attr measureWithLargestChild 0x7f010047
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100de
+int attr navigationIcon 0x7f0100dd
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f01004f
+int attr overlayImage 0x7f01003c
+int attr paddingEnd 0x7f0100e3
+int attr paddingStart 0x7f0100e2
+int attr panelBackground 0x7f0100b4
+int attr panelMenuListTheme 0x7f0100b6
+int attr panelMenuListWidth 0x7f0100b5
+int attr placeholderImage 0x7f010031
+int attr placeholderImageScaleType 0x7f010032
+int attr popupMenuStyle 0x7f0100a3
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100a4
+int attr preserveIconSpacing 0x7f01004e
+int attr pressedStateOverlayImage 0x7f01003d
+int attr progressBarAutoRotateInterval 0x7f010039
+int attr progressBarImage 0x7f010037
+int attr progressBarImageScaleType 0x7f010038
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f010060
+int attr queryHint 0x7f010057
+int attr radioButtonStyle 0x7f0100cf
+int attr ratingBarStyle 0x7f0100d0
+int attr retryImage 0x7f010033
+int attr retryImageScaleType 0x7f010034
+int attr reverseLayout 0x7f010053
+int attr roundAsCircle 0x7f01003e
+int attr roundBottomLeft 0x7f010043
+int attr roundBottomRight 0x7f010042
+int attr roundTopLeft 0x7f010040
+int attr roundTopRight 0x7f010041
+int attr roundWithOverlayColor 0x7f010044
+int attr roundedCornerRadius 0x7f01003f
+int attr roundingBorderColor 0x7f010046
+int attr roundingBorderWidth 0x7f010045
+int attr searchHintIcon 0x7f01005c
+int attr searchIcon 0x7f01005b
+int attr searchViewStyle 0x7f0100aa
+int attr selectableItemBackground 0x7f01009b
+int attr selectableItemBackgroundBorderless 0x7f01009c
+int attr showAsAction 0x7f01004a
+int attr showDividers 0x7f010048
+int attr showText 0x7f010068
+int attr singleChoiceItemLayout 0x7f010022
+int attr spanCount 0x7f010052
+int attr spinBars 0x7f010028
+int attr spinnerDropDownItemStyle 0x7f010096
+int attr spinnerStyle 0x7f0100d1
+int attr splitTrack 0x7f010067
+int attr stackFromEnd 0x7f010054
+int attr state_above_anchor 0x7f010050
+int attr submitBackground 0x7f010061
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100d4
+int attr subtitleTextColor 0x7f0100e1
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01005f
+int attr switchMinWidth 0x7f010065
+int attr switchPadding 0x7f010066
+int attr switchStyle 0x7f0100d2
+int attr switchTextAppearance 0x7f010064
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f01008f
+int attr textAppearanceListItem 0x7f0100b2
+int attr textAppearanceListItemSmall 0x7f0100b3
+int attr textAppearanceSearchResultSubtitle 0x7f0100a8
+int attr textAppearanceSearchResultTitle 0x7f0100a7
+int attr textAppearanceSmallPopupMenu 0x7f010090
+int attr textColorAlertDialogListItem 0x7f0100c5
+int attr textColorSearchUrl 0x7f0100a9
+int attr theme 0x7f0100e4
+int attr thickness 0x7f01002e
+int attr thumbTextPadding 0x7f010063
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100d9
+int attr titleMarginEnd 0x7f0100d7
+int attr titleMarginStart 0x7f0100d6
+int attr titleMarginTop 0x7f0100d8
+int attr titleMargins 0x7f0100d5
+int attr titleTextAppearance 0x7f0100d3
+int attr titleTextColor 0x7f0100e0
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f0100a2
+int attr toolbarStyle 0x7f0100a1
+int attr track 0x7f010062
+int attr viewAspectRatio 0x7f010030
+int attr voiceIcon 0x7f01005d
+int attr windowActionBar 0x7f010069
+int attr windowActionBarOverlay 0x7f01006b
+int attr windowActionModeOverlay 0x7f01006c
+int attr windowFixedHeightMajor 0x7f010070
+int attr windowFixedHeightMinor 0x7f01006e
+int attr windowFixedWidthMajor 0x7f01006d
+int attr windowFixedWidthMinor 0x7f01006f
+int attr windowMinWidthMajor 0x7f010071
+int attr windowMinWidthMinor 0x7f010072
+int attr windowNoTitle 0x7f01006a
+int bool abc_action_bar_embed_tabs 0x7f090002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003
+int bool abc_config_actionMenuItemAllCaps 0x7f090004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f090005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006
+int color abc_background_cache_hint_selector_material_dark 0x7f0b003b
+int color abc_background_cache_hint_selector_material_light 0x7f0b003c
+int color abc_color_highlight_material 0x7f0b003d
+int color abc_input_method_navigation_guard 0x7f0b0000
+int color abc_primary_text_disable_only_material_dark 0x7f0b003e
+int color abc_primary_text_disable_only_material_light 0x7f0b003f
+int color abc_primary_text_material_dark 0x7f0b0040
+int color abc_primary_text_material_light 0x7f0b0041
+int color abc_search_url_text 0x7f0b0042
+int color abc_search_url_text_normal 0x7f0b0001
+int color abc_search_url_text_pressed 0x7f0b0002
+int color abc_search_url_text_selected 0x7f0b0003
+int color abc_secondary_text_material_dark 0x7f0b0043
+int color abc_secondary_text_material_light 0x7f0b0044
+int color accent_material_dark 0x7f0b0004
+int color accent_material_light 0x7f0b0005
+int color background_floating_material_dark 0x7f0b0006
+int color background_floating_material_light 0x7f0b0007
+int color background_material_dark 0x7f0b0008
+int color background_material_light 0x7f0b0009
+int color bright_foreground_disabled_material_dark 0x7f0b000a
+int color bright_foreground_disabled_material_light 0x7f0b000b
+int color bright_foreground_inverse_material_dark 0x7f0b000c
+int color bright_foreground_inverse_material_light 0x7f0b000d
+int color bright_foreground_material_dark 0x7f0b000e
+int color bright_foreground_material_light 0x7f0b000f
+int color button_material_dark 0x7f0b0010
+int color button_material_light 0x7f0b0011
+int color catalyst_redbox_background 0x7f0b0012
+int color dim_foreground_disabled_material_dark 0x7f0b0013
+int color dim_foreground_disabled_material_light 0x7f0b0014
+int color dim_foreground_material_dark 0x7f0b0015
+int color dim_foreground_material_light 0x7f0b0016
+int color foreground_material_dark 0x7f0b0017
+int color foreground_material_light 0x7f0b0018
+int color highlighted_text_material_dark 0x7f0b0019
+int color highlighted_text_material_light 0x7f0b001a
+int color hint_foreground_material_dark 0x7f0b001b
+int color hint_foreground_material_light 0x7f0b001c
+int color material_blue_grey_800 0x7f0b001d
+int color material_blue_grey_900 0x7f0b001e
+int color material_blue_grey_950 0x7f0b001f
+int color material_deep_teal_200 0x7f0b0020
+int color material_deep_teal_500 0x7f0b0021
+int color material_grey_100 0x7f0b0022
+int color material_grey_300 0x7f0b0023
+int color material_grey_50 0x7f0b0024
+int color material_grey_600 0x7f0b0025
+int color material_grey_800 0x7f0b0026
+int color material_grey_850 0x7f0b0027
+int color material_grey_900 0x7f0b0028
+int color primary_dark_material_dark 0x7f0b0029
+int color primary_dark_material_light 0x7f0b002a
+int color primary_material_dark 0x7f0b002b
+int color primary_material_light 0x7f0b002c
+int color primary_text_default_material_dark 0x7f0b002d
+int color primary_text_default_material_light 0x7f0b002e
+int color primary_text_disabled_material_dark 0x7f0b002f
+int color primary_text_disabled_material_light 0x7f0b0030
+int color ripple_material_dark 0x7f0b0031
+int color ripple_material_light 0x7f0b0032
+int color secondary_text_default_material_dark 0x7f0b0033
+int color secondary_text_default_material_light 0x7f0b0034
+int color secondary_text_disabled_material_dark 0x7f0b0035
+int color secondary_text_disabled_material_light 0x7f0b0036
+int color switch_thumb_disabled_material_dark 0x7f0b0037
+int color switch_thumb_disabled_material_light 0x7f0b0038
+int color switch_thumb_material_dark 0x7f0b0045
+int color switch_thumb_material_light 0x7f0b0046
+int color switch_thumb_normal_material_dark 0x7f0b0039
+int color switch_thumb_normal_material_light 0x7f0b003a
+int dimen abc_action_bar_content_inset_material 0x7f07000b
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_end_material 0x7f07000c
+int dimen abc_action_bar_default_padding_start_material 0x7f07000d
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070010
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070011
+int dimen abc_action_bar_progress_bar_size 0x7f070002
+int dimen abc_action_bar_stacked_max_height 0x7f070012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015
+int dimen abc_action_button_min_height_material 0x7f070016
+int dimen abc_action_button_min_width_material 0x7f070017
+int dimen abc_action_button_min_width_overflow_material 0x7f070018
+int dimen abc_alert_dialog_button_bar_height 0x7f070000
+int dimen abc_button_inset_horizontal_material 0x7f070019
+int dimen abc_button_inset_vertical_material 0x7f07001a
+int dimen abc_button_padding_horizontal_material 0x7f07001b
+int dimen abc_button_padding_vertical_material 0x7f07001c
+int dimen abc_config_prefDialogWidth 0x7f070005
+int dimen abc_control_corner_material 0x7f07001d
+int dimen abc_control_inset_material 0x7f07001e
+int dimen abc_control_padding_material 0x7f07001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f070020
+int dimen abc_dialog_min_width_major 0x7f070021
+int dimen abc_dialog_min_width_minor 0x7f070022
+int dimen abc_dialog_padding_material 0x7f070023
+int dimen abc_dialog_padding_top_material 0x7f070024
+int dimen abc_disabled_alpha_material_dark 0x7f070025
+int dimen abc_disabled_alpha_material_light 0x7f070026
+int dimen abc_dropdownitem_icon_width 0x7f070027
+int dimen abc_dropdownitem_text_padding_left 0x7f070028
+int dimen abc_dropdownitem_text_padding_right 0x7f070029
+int dimen abc_edit_text_inset_bottom_material 0x7f07002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002b
+int dimen abc_edit_text_inset_top_material 0x7f07002c
+int dimen abc_floating_window_z 0x7f07002d
+int dimen abc_list_item_padding_horizontal_material 0x7f07002e
+int dimen abc_panel_menu_list_width 0x7f07002f
+int dimen abc_search_view_preferred_width 0x7f070030
+int dimen abc_search_view_text_min_width 0x7f070006
+int dimen abc_switch_padding 0x7f07000e
+int dimen abc_text_size_body_1_material 0x7f070031
+int dimen abc_text_size_body_2_material 0x7f070032
+int dimen abc_text_size_button_material 0x7f070033
+int dimen abc_text_size_caption_material 0x7f070034
+int dimen abc_text_size_display_1_material 0x7f070035
+int dimen abc_text_size_display_2_material 0x7f070036
+int dimen abc_text_size_display_3_material 0x7f070037
+int dimen abc_text_size_display_4_material 0x7f070038
+int dimen abc_text_size_headline_material 0x7f070039
+int dimen abc_text_size_large_material 0x7f07003a
+int dimen abc_text_size_medium_material 0x7f07003b
+int dimen abc_text_size_menu_material 0x7f07003c
+int dimen abc_text_size_small_material 0x7f07003d
+int dimen abc_text_size_subhead_material 0x7f07003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
+int dimen abc_text_size_title_material 0x7f07003f
+int dimen abc_text_size_title_material_toolbar 0x7f070004
+int dimen dialog_fixed_height_major 0x7f070007
+int dimen dialog_fixed_height_minor 0x7f070008
+int dimen dialog_fixed_width_major 0x7f070009
+int dimen dialog_fixed_width_minor 0x7f07000a
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int dimen highlight_alpha_material_colored 0x7f070042
+int dimen highlight_alpha_material_dark 0x7f070043
+int dimen highlight_alpha_material_light 0x7f070044
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045
+int dimen notification_large_icon_height 0x7f070046
+int dimen notification_large_icon_width 0x7f070047
+int dimen notification_subtext_size 0x7f070048
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_spinner_mtrl_am_alpha 0x7f020032
+int drawable abc_spinner_textfield_background_material 0x7f020033
+int drawable abc_switch_thumb_material 0x7f020034
+int drawable abc_switch_track_mtrl_alpha 0x7f020035
+int drawable abc_tab_indicator_material 0x7f020036
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020037
+int drawable abc_text_cursor_material 0x7f020038
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020039
+int drawable abc_textfield_default_mtrl_alpha 0x7f02003a
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c
+int drawable abc_textfield_search_material 0x7f02003d
+int drawable notification_template_icon_bg 0x7f02003e
+int id action0 0x7f0c0057
+int id action_bar 0x7f0c0047
+int id action_bar_activity_content 0x7f0c0000
+int id action_bar_container 0x7f0c0046
+int id action_bar_root 0x7f0c0042
+int id action_bar_spinner 0x7f0c0001
+int id action_bar_subtitle 0x7f0c002b
+int id action_bar_title 0x7f0c002a
+int id action_context_bar 0x7f0c0048
+int id action_divider 0x7f0c005b
+int id action_menu_divider 0x7f0c0002
+int id action_menu_presenter 0x7f0c0003
+int id action_mode_bar 0x7f0c0044
+int id action_mode_bar_stub 0x7f0c0043
+int id action_mode_close_button 0x7f0c002c
+int id activity_chooser_view_content 0x7f0c002d
+int id alertTitle 0x7f0c0037
+int id always 0x7f0c0024
+int id beginning 0x7f0c0021
+int id buttonPanel 0x7f0c003d
+int id cancel_action 0x7f0c0058
+int id catalyst_redbox_title 0x7f0c0066
+int id center 0x7f0c0019
+int id centerCrop 0x7f0c001a
+int id centerInside 0x7f0c001b
+int id checkbox 0x7f0c003f
+int id chronometer 0x7f0c005e
+int id collapseActionView 0x7f0c0025
+int id contentPanel 0x7f0c0038
+int id custom 0x7f0c003c
+int id customPanel 0x7f0c003b
+int id decor_content_parent 0x7f0c0045
+int id default_activity_button 0x7f0c0030
+int id disableHome 0x7f0c000d
+int id edit_query 0x7f0c0049
+int id end 0x7f0c0022
+int id end_padder 0x7f0c0063
+int id expand_activities_button 0x7f0c002e
+int id expanded_menu 0x7f0c003e
+int id fitCenter 0x7f0c001c
+int id fitEnd 0x7f0c001d
+int id fitStart 0x7f0c001e
+int id fitXY 0x7f0c001f
+int id focusCrop 0x7f0c0020
+int id fps_text 0x7f0c0056
+int id home 0x7f0c0004
+int id homeAsUp 0x7f0c000e
+int id icon 0x7f0c0032
+int id ifRoom 0x7f0c0026
+int id image 0x7f0c002f
+int id info 0x7f0c0062
+int id item_touch_helper_previous_elevation 0x7f0c0005
+int id line1 0x7f0c005c
+int id line3 0x7f0c0060
+int id listMode 0x7f0c000a
+int id list_item 0x7f0c0031
+int id media_actions 0x7f0c005a
+int id middle 0x7f0c0023
+int id multiply 0x7f0c0014
+int id never 0x7f0c0027
+int id none 0x7f0c000f
+int id normal 0x7f0c000b
+int id parentPanel 0x7f0c0034
+int id progress_circular 0x7f0c0006
+int id progress_horizontal 0x7f0c0007
+int id radio 0x7f0c0041
+int id rn_frame_file 0x7f0c0065
+int id rn_frame_method 0x7f0c0064
+int id rn_redbox_reloadjs 0x7f0c0068
+int id rn_redbox_stack 0x7f0c0067
+int id screen 0x7f0c0015
+int id scrollView 0x7f0c0039
+int id search_badge 0x7f0c004b
+int id search_bar 0x7f0c004a
+int id search_button 0x7f0c004c
+int id search_close_btn 0x7f0c0051
+int id search_edit_frame 0x7f0c004d
+int id search_go_btn 0x7f0c0053
+int id search_mag_icon 0x7f0c004e
+int id search_plate 0x7f0c004f
+int id search_src_text 0x7f0c0050
+int id search_voice_btn 0x7f0c0054
+int id select_dialog_listview 0x7f0c0055
+int id shortcut 0x7f0c0040
+int id showCustom 0x7f0c0010
+int id showHome 0x7f0c0011
+int id showTitle 0x7f0c0012
+int id split_action_bar 0x7f0c0008
+int id src_atop 0x7f0c0016
+int id src_in 0x7f0c0017
+int id src_over 0x7f0c0018
+int id status_bar_latest_event_content 0x7f0c0059
+int id submit_area 0x7f0c0052
+int id tabMode 0x7f0c000c
+int id text 0x7f0c0061
+int id text2 0x7f0c005f
+int id textSpacerNoButtons 0x7f0c003a
+int id time 0x7f0c005d
+int id title 0x7f0c0033
+int id title_template 0x7f0c0036
+int id topPanel 0x7f0c0035
+int id up 0x7f0c0009
+int id useLogo 0x7f0c0013
+int id withText 0x7f0c0028
+int id wrap_content 0x7f0c0029
+int integer abc_config_activityDefaultDur 0x7f0a0001
+int integer abc_config_activityShortDur 0x7f0a0002
+int integer abc_max_action_buttons 0x7f0a0000
+int integer cancel_button_image_alpha 0x7f0a0003
+int integer status_bar_notification_info_maxnum 0x7f0a0004
+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 fps_view 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout redbox_item_frame 0x7f030021
+int layout redbox_item_title 0x7f030022
+int layout redbox_view 0x7f030023
+int layout select_dialog_item_material 0x7f030024
+int layout select_dialog_multichoice_material 0x7f030025
+int layout select_dialog_singlechoice_material 0x7f030026
+int layout support_simple_spinner_dropdown_item 0x7f030027
+int string abc_action_bar_home_description 0x7f060000
+int string abc_action_bar_home_description_format 0x7f060001
+int string abc_action_bar_home_subtitle_description_format 0x7f060002
+int string abc_action_bar_up_description 0x7f060003
+int string abc_action_menu_overflow_description 0x7f060004
+int string abc_action_mode_done 0x7f060005
+int string abc_activity_chooser_view_see_all 0x7f060006
+int string abc_activitychooserview_choose_application 0x7f060007
+int string abc_search_hint 0x7f060008
+int string abc_searchview_description_clear 0x7f060009
+int string abc_searchview_description_query 0x7f06000a
+int string abc_searchview_description_search 0x7f06000b
+int string abc_searchview_description_submit 0x7f06000c
+int string abc_searchview_description_voice 0x7f06000d
+int string abc_shareactionprovider_share_with 0x7f06000e
+int string abc_shareactionprovider_share_with_application 0x7f06000f
+int string abc_toolbar_collapse_description 0x7f060010
+int string catalyst_debugjs 0x7f060012
+int string catalyst_debugjs_off 0x7f06001a
+int string catalyst_element_inspector 0x7f060013
+int string catalyst_element_inspector_off 0x7f06001b
+int string catalyst_hot_module_replacement 0x7f06001c
+int string catalyst_hot_module_replacement_off 0x7f06001d
+int string catalyst_jsload_error 0x7f060014
+int string catalyst_jsload_message 0x7f060015
+int string catalyst_jsload_title 0x7f060016
+int string catalyst_live_reload 0x7f06001e
+int string catalyst_live_reload_off 0x7f06001f
+int string catalyst_perf_monitor 0x7f060020
+int string catalyst_perf_monitor_off 0x7f060021
+int string catalyst_reloadjs 0x7f060017
+int string catalyst_remotedbg_error 0x7f060022
+int string catalyst_remotedbg_message 0x7f060023
+int string catalyst_settings 0x7f060018
+int string catalyst_settings_title 0x7f060019
+int string catalyst_start_profile 0x7f060024
+int string catalyst_stop_profile 0x7f060025
+int string status_bar_notification_info_overflow 0x7f060011
+int style AlertDialog_AppCompat 0x7f08007a
+int style AlertDialog_AppCompat_Light 0x7f08007b
+int style Animation_AppCompat_Dialog 0x7f08007c
+int style Animation_AppCompat_DropDownUp 0x7f08007d
+int style Animation_Catalyst_RedBox 0x7f08007e
+int style Base_AlertDialog_AppCompat 0x7f08007f
+int style Base_AlertDialog_AppCompat_Light 0x7f080080
+int style Base_Animation_AppCompat_Dialog 0x7f080081
+int style Base_Animation_AppCompat_DropDownUp 0x7f080082
+int style Base_DialogWindowTitle_AppCompat 0x7f080083
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084
+int style Base_TextAppearance_AppCompat 0x7f08002d
+int style Base_TextAppearance_AppCompat_Body1 0x7f08002e
+int style Base_TextAppearance_AppCompat_Body2 0x7f08002f
+int style Base_TextAppearance_AppCompat_Button 0x7f080018
+int style Base_TextAppearance_AppCompat_Caption 0x7f080030
+int style Base_TextAppearance_AppCompat_Display1 0x7f080031
+int style Base_TextAppearance_AppCompat_Display2 0x7f080032
+int style Base_TextAppearance_AppCompat_Display3 0x7f080033
+int style Base_TextAppearance_AppCompat_Display4 0x7f080034
+int style Base_TextAppearance_AppCompat_Headline 0x7f080035
+int style Base_TextAppearance_AppCompat_Inverse 0x7f080003
+int style Base_TextAppearance_AppCompat_Large 0x7f080036
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038
+int style Base_TextAppearance_AppCompat_Medium 0x7f080039
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005
+int style Base_TextAppearance_AppCompat_Menu 0x7f08003a
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c
+int style Base_TextAppearance_AppCompat_Small 0x7f08003d
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007
+int style Base_TextAppearance_AppCompat_Title 0x7f08003f
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d
+int style Base_Theme_AppCompat 0x7f08004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f080088
+int style Base_Theme_AppCompat_Dialog 0x7f080009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001
+int style Base_Theme_AppCompat_Light 0x7f08004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002
+int style Base_ThemeOverlay_AppCompat 0x7f080090
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093
+int style Base_ThemeOverlay_AppCompat_Light 0x7f080094
+int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014
+int style Base_V12_Widget_AppCompat_EditText 0x7f080015
+int style Base_V21_Theme_AppCompat 0x7f080050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f080051
+int style Base_V21_Theme_AppCompat_Light 0x7f080052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053
+int style Base_V22_Theme_AppCompat 0x7f080074
+int style Base_V22_Theme_AppCompat_Light 0x7f080075
+int style Base_V23_Theme_AppCompat 0x7f080077
+int style Base_V23_Theme_AppCompat_Light 0x7f080078
+int style Base_V7_Theme_AppCompat 0x7f080095
+int style Base_V7_Theme_AppCompat_Dialog 0x7f080096
+int style Base_V7_Theme_AppCompat_Light 0x7f080097
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099
+int style Base_V7_Widget_AppCompat_EditText 0x7f08009a
+int style Base_Widget_AppCompat_ActionBar 0x7f08009b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055
+int style Base_Widget_AppCompat_ActionButton 0x7f080056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058
+int style Base_Widget_AppCompat_ActionMode 0x7f08009e
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016
+int style Base_Widget_AppCompat_Button 0x7f080059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0
+int style Base_Widget_AppCompat_Button_Colored 0x7f080079
+int style Base_Widget_AppCompat_Button_Small 0x7f08005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f08005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060
+int style Base_Widget_AppCompat_EditText 0x7f080017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066
+int style Base_Widget_AppCompat_ListView 0x7f080067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f080069
+int style Base_Widget_AppCompat_PopupMenu 0x7f08006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7
+int style Base_Widget_AppCompat_ProgressBar 0x7f08000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e
+int style Base_Widget_AppCompat_RatingBar 0x7f08006c
+int style Base_Widget_AppCompat_SearchView 0x7f0800a8
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9
+int style Base_Widget_AppCompat_Spinner 0x7f08006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0800aa
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070
+int style Platform_AppCompat 0x7f08000f
+int style Platform_AppCompat_Light 0x7f080010
+int style Platform_ThemeOverlay_AppCompat 0x7f080071
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073
+int style Platform_V11_AppCompat 0x7f080011
+int style Platform_V11_AppCompat_Light 0x7f080012
+int style Platform_V14_AppCompat 0x7f080019
+int style Platform_V14_AppCompat_Light 0x7f08001a
+int style Platform_Widget_AppCompat_Spinner 0x7f080013
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c
+int style TextAppearance_AppCompat 0x7f0800ab
+int style TextAppearance_AppCompat_Body1 0x7f0800ac
+int style TextAppearance_AppCompat_Body2 0x7f0800ad
+int style TextAppearance_AppCompat_Button 0x7f0800ae
+int style TextAppearance_AppCompat_Caption 0x7f0800af
+int style TextAppearance_AppCompat_Display1 0x7f0800b0
+int style TextAppearance_AppCompat_Display2 0x7f0800b1
+int style TextAppearance_AppCompat_Display3 0x7f0800b2
+int style TextAppearance_AppCompat_Display4 0x7f0800b3
+int style TextAppearance_AppCompat_Headline 0x7f0800b4
+int style TextAppearance_AppCompat_Inverse 0x7f0800b5
+int style TextAppearance_AppCompat_Large 0x7f0800b6
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb
+int style TextAppearance_AppCompat_Medium 0x7f0800bc
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd
+int style TextAppearance_AppCompat_Menu 0x7f0800be
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0
+int style TextAppearance_AppCompat_Small 0x7f0800c1
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2
+int style TextAppearance_AppCompat_Subhead 0x7f0800c3
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4
+int style TextAppearance_AppCompat_Title 0x7f0800c5
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf
+int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6
+int style TextAppearance_StatusBar_EventContent 0x7f08001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9
+int style Theme 0x7f0800da
+int style Theme_AppCompat 0x7f0800db
+int style Theme_AppCompat_CompactMenu 0x7f0800dc
+int style Theme_AppCompat_Dialog 0x7f0800dd
+int style Theme_AppCompat_Dialog_Alert 0x7f0800de
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df
+int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0
+int style Theme_AppCompat_Light 0x7f0800e1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2
+int style Theme_AppCompat_Light_Dialog 0x7f0800e3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7
+int style Theme_AppCompat_NoActionBar 0x7f0800e8
+int style Theme_Catalyst 0x7f0800e9
+int style Theme_Catalyst_RedBox 0x7f0800ea
+int style Theme_ReactNative_AppCompat_Light 0x7f0800eb
+int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec
+int style ThemeOverlay_AppCompat 0x7f0800ed
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee
+int style ThemeOverlay_AppCompat_Dark 0x7f0800ef
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0
+int style ThemeOverlay_AppCompat_Light 0x7f0800f1
+int style Widget_AppCompat_ActionBar 0x7f0800f2
+int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4
+int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5
+int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6
+int style Widget_AppCompat_ActionButton 0x7f0800f7
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9
+int style Widget_AppCompat_ActionMode 0x7f0800fa
+int style Widget_AppCompat_ActivityChooserView 0x7f0800fb
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc
+int style Widget_AppCompat_Button 0x7f0800fd
+int style Widget_AppCompat_Button_Borderless 0x7f0800fe
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100
+int style Widget_AppCompat_Button_Colored 0x7f080101
+int style Widget_AppCompat_Button_Small 0x7f080102
+int style Widget_AppCompat_ButtonBar 0x7f080103
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106
+int style Widget_AppCompat_CompoundButton_Switch 0x7f080107
+int style Widget_AppCompat_DrawerArrowToggle 0x7f080108
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109
+int style Widget_AppCompat_EditText 0x7f08010a
+int style Widget_AppCompat_Light_ActionBar 0x7f08010b
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113
+int style Widget_AppCompat_Light_ActionButton 0x7f080114
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c
+int style Widget_AppCompat_Light_PopupMenu 0x7f08011d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e
+int style Widget_AppCompat_Light_SearchView 0x7f08011f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120
+int style Widget_AppCompat_ListPopupWindow 0x7f080121
+int style Widget_AppCompat_ListView 0x7f080122
+int style Widget_AppCompat_ListView_DropDown 0x7f080123
+int style Widget_AppCompat_ListView_Menu 0x7f080124
+int style Widget_AppCompat_PopupMenu 0x7f080125
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126
+int style Widget_AppCompat_PopupWindow 0x7f080127
+int style Widget_AppCompat_ProgressBar 0x7f080128
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129
+int style Widget_AppCompat_RatingBar 0x7f08012a
+int style Widget_AppCompat_SearchView 0x7f08012b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c
+int style Widget_AppCompat_Spinner 0x7f08012d
+int style Widget_AppCompat_Spinner_DropDown 0x7f08012e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f
+int style Widget_AppCompat_Spinner_Underlined 0x7f080130
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131
+int style Widget_AppCompat_Toolbar 0x7f080132
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133
+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, 0x7f010097 }
+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 CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable GenericDraweeView_actualImageScaleType 11
+int styleable GenericDraweeView_backgroundImage 12
+int styleable GenericDraweeView_fadeDuration 0
+int styleable GenericDraweeView_failureImage 6
+int styleable GenericDraweeView_failureImageScaleType 7
+int styleable GenericDraweeView_overlayImage 13
+int styleable GenericDraweeView_placeholderImage 2
+int styleable GenericDraweeView_placeholderImageScaleType 3
+int styleable GenericDraweeView_pressedStateOverlayImage 14
+int styleable GenericDraweeView_progressBarAutoRotateInterval 10
+int styleable GenericDraweeView_progressBarImage 8
+int styleable GenericDraweeView_progressBarImageScaleType 9
+int styleable GenericDraweeView_retryImage 4
+int styleable GenericDraweeView_retryImageScaleType 5
+int styleable GenericDraweeView_roundAsCircle 15
+int styleable GenericDraweeView_roundBottomLeft 20
+int styleable GenericDraweeView_roundBottomRight 19
+int styleable GenericDraweeView_roundTopLeft 17
+int styleable GenericDraweeView_roundTopRight 18
+int styleable GenericDraweeView_roundWithOverlayColor 21
+int styleable GenericDraweeView_roundedCornerRadius 16
+int styleable GenericDraweeView_roundingBorderColor 23
+int styleable GenericDraweeView_roundingBorderWidth 22
+int styleable GenericDraweeView_viewAspectRatio 1
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }
+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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+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, 0x7f01004e }
+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, 0x7f01004f }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010050 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }
+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, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 91
+int styleable Theme_alertDialogCenterButtons 92
+int styleable Theme_alertDialogStyle 90
+int styleable Theme_alertDialogTheme 93
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 98
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 96
+int styleable Theme_buttonBarNeutralButtonStyle 97
+int styleable Theme_buttonBarPositiveButtonStyle 95
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 99
+int styleable Theme_buttonStyleSmall 100
+int styleable Theme_checkboxStyle 101
+int styleable Theme_checkedTextViewStyle 102
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_controlBackground 89
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 103
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 104
+int styleable Theme_ratingBarStyle 105
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 106
+int styleable Theme_switchStyle 107
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 94
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
+int xml preferences 0x7f050000
diff --git a/android/build/outputs/aar/react-native-image-picker-debug.aar b/android/build/outputs/aar/react-native-image-picker-debug.aar
new file mode 100644
index 0000000..352b735
Binary files /dev/null and b/android/build/outputs/aar/react-native-image-picker-debug.aar differ
diff --git a/android/build/outputs/aar/react-native-image-picker-release.aar b/android/build/outputs/aar/react-native-image-picker-release.aar
new file mode 100644
index 0000000..4907767
Binary files /dev/null and b/android/build/outputs/aar/react-native-image-picker-release.aar differ
diff --git a/android/build/tmp/packageDebugJar/MANIFEST.MF b/android/build/tmp/packageDebugJar/MANIFEST.MF
new file mode 100644
index 0000000..58630c0
--- /dev/null
+++ b/android/build/tmp/packageDebugJar/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+
diff --git a/android/build/tmp/packageReleaseJar/MANIFEST.MF b/android/build/tmp/packageReleaseJar/MANIFEST.MF
new file mode 100644
index 0000000..58630c0
--- /dev/null
+++ b/android/build/tmp/packageReleaseJar/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..c52542e
--- /dev/null
+++ b/android/src/main/AndroidManifest.xml
@@ -0,0 +1,4 @@
+
+
+
diff --git a/android/src/main/java/com/marcshilling/idletimer/IdleTimerManager.java b/android/src/main/java/com/marcshilling/idletimer/IdleTimerManager.java
new file mode 100644
index 0000000..96742ce
--- /dev/null
+++ b/android/src/main/java/com/marcshilling/idletimer/IdleTimerManager.java
@@ -0,0 +1,41 @@
+package com.discovery.DiscoveryVR.Modules.IdleTimer;
+
+import android.app.Activity;
+import android.view.WindowManager;
+
+import com.facebook.react.bridge.ReactApplicationContext;
+import com.facebook.react.bridge.ReactContextBaseJavaModule;
+import com.facebook.react.bridge.ReactMethod;
+
+public class IdleTimerManager extends ReactContextBaseJavaModule
+{
+
+ public IdleTimerManager(ReactApplicationContext reactContext) {
+ super(reactContext);
+ }
+
+ @Override
+ public String getName() {
+ return "IdleTimerManager";
+ }
+
+ @ReactMethod
+ public void setIdleTimerDisabled(final boolean disabled) {
+
+ final Activity activity = this.getCurrentActivity();
+ if (activity != null) {
+ activity.runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+ if (disabled) {
+ activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
+ } else {
+ activity.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
+ }
+ }
+ });
+ }
+
+
+ }
+}
diff --git a/android/src/main/java/com/marcshilling/idletimer/IdleTimerPackage.java b/android/src/main/java/com/marcshilling/idletimer/IdleTimerPackage.java
new file mode 100644
index 0000000..a1166d3
--- /dev/null
+++ b/android/src/main/java/com/marcshilling/idletimer/IdleTimerPackage.java
@@ -0,0 +1,30 @@
+package com.discovery.DiscoveryVR.Modules.IdleTimer;
+
+import com.facebook.react.ReactPackage;
+import com.facebook.react.bridge.JavaScriptModule;
+import com.facebook.react.bridge.NativeModule;
+import com.facebook.react.bridge.ReactApplicationContext;
+import com.facebook.react.uimanager.ViewManager;
+
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.List;
+
+public class IdleTimerPackage implements ReactPackage {
+ @Override
+ public List createNativeModules(ReactApplicationContext reactContext) {
+ return Arrays.asList(
+ new IdleTimerManager(reactContext)
+ );
+ }
+
+ @Override
+ public List> createJSModules() {
+ return Collections.emptyList();
+ }
+
+ @Override
+ public List createViewManagers(ReactApplicationContext reactContext) {
+ return Collections.emptyList();
+ }
+}
diff --git a/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.pbxproj b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..c684a90
--- /dev/null
+++ b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.pbxproj
@@ -0,0 +1,261 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 01D749681CC963E9007E93FA /* IdleTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D749671CC963E9007E93FA /* IdleTimerManager.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 01D749581CC96385007E93FA /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "include/$(PRODUCT_NAME)";
+ dstSubfolderSpec = 16;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 01D7495A1CC96385007E93FA /* libRNIdleTimer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIdleTimer.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 01D749661CC963E9007E93FA /* IdleTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IdleTimerManager.h; sourceTree = ""; };
+ 01D749671CC963E9007E93FA /* IdleTimerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IdleTimerManager.m; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 01D749571CC96385007E93FA /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 01D749511CC96385007E93FA = {
+ isa = PBXGroup;
+ children = (
+ 01D7495C1CC96385007E93FA /* RNIdleTimer */,
+ 01D7495B1CC96385007E93FA /* Products */,
+ );
+ sourceTree = "";
+ };
+ 01D7495B1CC96385007E93FA /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 01D7495A1CC96385007E93FA /* libRNIdleTimer.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 01D7495C1CC96385007E93FA /* RNIdleTimer */ = {
+ isa = PBXGroup;
+ children = (
+ 01D749661CC963E9007E93FA /* IdleTimerManager.h */,
+ 01D749671CC963E9007E93FA /* IdleTimerManager.m */,
+ );
+ path = RNIdleTimer;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 01D749591CC96385007E93FA /* RNIdleTimer */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 01D749631CC96385007E93FA /* Build configuration list for PBXNativeTarget "RNIdleTimer" */;
+ buildPhases = (
+ 01D749561CC96385007E93FA /* Sources */,
+ 01D749571CC96385007E93FA /* Frameworks */,
+ 01D749581CC96385007E93FA /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = RNIdleTimer;
+ productName = RNIdleTimer;
+ productReference = 01D7495A1CC96385007E93FA /* libRNIdleTimer.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 01D749521CC96385007E93FA /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0730;
+ ORGANIZATIONNAME = marcshilling;
+ TargetAttributes = {
+ 01D749591CC96385007E93FA = {
+ CreatedOnToolsVersion = 7.3;
+ };
+ };
+ };
+ buildConfigurationList = 01D749551CC96385007E93FA /* Build configuration list for PBXProject "RNIdleTimer" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 01D749511CC96385007E93FA;
+ productRefGroup = 01D7495B1CC96385007E93FA /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 01D749591CC96385007E93FA /* RNIdleTimer */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 01D749561CC96385007E93FA /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 01D749681CC963E9007E93FA /* IdleTimerManager.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 01D749611CC96385007E93FA /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ 01D749621CC96385007E93FA /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 01D749641CC96385007E93FA /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../node_modules/react-native/React/**",
+ "$(SRCROOT)/../../react-native/React/**",
+ );
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ };
+ name = Debug;
+ };
+ 01D749651CC96385007E93FA /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../node_modules/react-native/React/**",
+ "$(SRCROOT)/../../react-native/React/**",
+ );
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 01D749551CC96385007E93FA /* Build configuration list for PBXProject "RNIdleTimer" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 01D749611CC96385007E93FA /* Debug */,
+ 01D749621CC96385007E93FA /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 01D749631CC96385007E93FA /* Build configuration list for PBXNativeTarget "RNIdleTimer" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 01D749641CC96385007E93FA /* Debug */,
+ 01D749651CC96385007E93FA /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 01D749521CC96385007E93FA /* Project object */;
+}
diff --git a/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..c11f5a4
--- /dev/null
+++ b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/xcuserdata/marcshilling.xcuserdatad/UserInterfaceState.xcuserstate b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/xcuserdata/marcshilling.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..3b1fb00
Binary files /dev/null and b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/xcuserdata/marcshilling.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/RNIdleTimer.xcscheme b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/RNIdleTimer.xcscheme
new file mode 100644
index 0000000..8310290
--- /dev/null
+++ b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/RNIdleTimer.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..826b92c
--- /dev/null
+++ b/ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ SchemeUserState
+
+ RNIdleTimer.xcscheme
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ 01D749591CC96385007E93FA
+
+ primary
+
+
+
+
+
diff --git a/IdleTimerManager/IdleTimerManager.h b/ios/RNIdleTimer/RNIdleTimer/IdleTimerManager.h
similarity index 100%
rename from IdleTimerManager/IdleTimerManager.h
rename to ios/RNIdleTimer/RNIdleTimer/IdleTimerManager.h
diff --git a/IdleTimerManager/IdleTimerManager.m b/ios/RNIdleTimer/RNIdleTimer/IdleTimerManager.m
similarity index 100%
rename from IdleTimerManager/IdleTimerManager.m
rename to ios/RNIdleTimer/RNIdleTimer/IdleTimerManager.m