diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a881469
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+.gradle
+/local.properties
+/.idea
+.DS_Store
+/build
+/captures
diff --git a/Bingo.iml b/Bingo.iml
new file mode 100644
index 0000000..a739833
--- /dev/null
+++ b/Bingo.iml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b811b4e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+#Bingo
+
+###Bingo 的几层意思
+
+Bingo 是一种填写格子的游戏,在游戏中第一个成功者以喊“Bingo”表示取胜而得名。
+
+Bingo 这个单词还有一层意思,是指“因出乎意料的成功而兴奋的叫声”。
+所以,若和下面两种情况类似,你也可以大声地说“Bingo”。
+①Frank 在针线盒里找一颗与自己衬衫相配的扣子,费了九牛二虎之力,他总算找到了。于是他高兴极了,说:“Bingo! Here it is!”(太棒了!就是这一颗了)。
+②Mary 的隐形眼镜不慎掉了,Bill 帮他找到了,Mary 兴奋地说:“I’ve found it! Bingo!”(我找到了,好棒!)
+
+在现在电影中出现该词语,一般翻译成“正确,对,没错” ;在日常生活中该词语也有这样的用法。
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000..796b96d
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/app/app.iml b/app/app.iml
new file mode 100644
index 0000000..21631f3
--- /dev/null
+++ b/app/app.iml
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateDebugAndroidTestSources
+ generateDebugSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
new file mode 100644
index 0000000..578cc74
--- /dev/null
+++ b/app/build.gradle
@@ -0,0 +1,68 @@
+apply plugin: 'com.android.application'
+apply plugin: 'android-apt'
+
+android {
+ compileSdkVersion 21
+ buildToolsVersion "21.1.2"
+
+ defaultConfig {
+ applicationId "com.sun.bingo"
+ minSdkVersion 14
+ targetSdkVersion 21
+ versionCode 1
+ versionName "1.0"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile 'com.jakewharton:butterknife:5.1.2'
+
+ compile 'com.android.support:appcompat-v7:22.2.+'
+ compile 'com.android.support:cardview-v7:22.2.+'
+ compile 'com.android.support:recyclerview-v7:22.2.+'
+ compile 'com.android.support:palette-v7:22.2.+'
+ compile 'com.android.support:design:22.2.+'
+
+ compile project(':extras:ImageLoader') //ImageLoader
+
+ //SharedPreferences
+ apt 'de.devland.esperandro:esperandro:2.1.0'
+ compile 'de.devland.esperandro:esperandro-api:2.1.0'
+
+ //SystemBarTint
+ compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
+
+ compile 'com.nineoldandroids:library:2.4.0'
+ compile 'cn.bingoogolapple:bga-refreshlayout:1.0.4@aar'
+
+ //Material Dialog
+ compile 'com.afollestad:material-dialogs:0.7.6.0'
+
+ //Floating Action Button
+ compile 'com.shamanland:fab:0.0.8'
+
+ //Shape Image View
+ compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
+
+ //LogUtils
+ compile 'com.apkfuns.logutils:library:1.0.4'
+
+ //MaterialEditText
+ compile 'com.rengwuxian.materialedittext:library:2.1.4'
+
+ //GoogleProgressBar
+ compile 'com.jpardogo.googleprogressbar:library:1.2.0'
+
+ //RichEditor
+ compile 'jp.wasabeef:richeditor-android:0.1'
+
+ //Facebook Fresco
+ compile 'com.facebook.fresco:fresco:0.6.0+'
+}
diff --git a/app/build/generated/source/buildConfig/androidTest/debug/com/sun/bingo/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/com/sun/bingo/test/BuildConfig.java
new file mode 100644
index 0000000..235d731
--- /dev/null
+++ b/app/build/generated/source/buildConfig/androidTest/debug/com/sun/bingo/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.sun.bingo.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.sun.bingo.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/app/build/generated/source/buildConfig/debug/com/sun/bingo/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/sun/bingo/BuildConfig.java
new file mode 100644
index 0000000..7f47fb5
--- /dev/null
+++ b/app/build/generated/source/buildConfig/debug/com/sun/bingo/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.sun.bingo;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.sun.bingo";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/app/build/generated/source/r/debug/android/support/design/R.java b/app/build/generated/source/r/debug/android/support/design/R.java
new file mode 100644
index 0000000..ab9a450
--- /dev/null
+++ b/app/build/generated/source/r/debug/android/support/design/R.java
@@ -0,0 +1,1414 @@
+/* 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.design;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f050000;
+ public static final int abc_fade_out = 0x7f050001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
+ public static final int abc_popup_enter = 0x7f050003;
+ public static final int abc_popup_exit = 0x7f050004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
+ public static final int abc_slide_in_bottom = 0x7f050006;
+ public static final int abc_slide_in_top = 0x7f050007;
+ public static final int abc_slide_out_bottom = 0x7f050008;
+ public static final int abc_slide_out_top = 0x7f050009;
+ public static final int fab_in = 0x7f05000c;
+ public static final int fab_out = 0x7f05000d;
+ public static final int snackbar_in = 0x7f050012;
+ public static final int snackbar_out = 0x7f050013;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010138;
+ public static final int actionBarItemBackground = 0x7f010139;
+ public static final int actionBarPopupTheme = 0x7f010132;
+ public static final int actionBarSize = 0x7f010137;
+ public static final int actionBarSplitStyle = 0x7f010134;
+ public static final int actionBarStyle = 0x7f010133;
+ public static final int actionBarTabBarStyle = 0x7f01012e;
+ public static final int actionBarTabStyle = 0x7f01012d;
+ public static final int actionBarTabTextStyle = 0x7f01012f;
+ public static final int actionBarTheme = 0x7f010135;
+ public static final int actionBarWidgetTheme = 0x7f010136;
+ public static final int actionButtonStyle = 0x7f010152;
+ public static final int actionDropDownStyle = 0x7f01014e;
+ public static final int actionLayout = 0x7f0100d3;
+ public static final int actionMenuTextAppearance = 0x7f01013a;
+ public static final int actionMenuTextColor = 0x7f01013b;
+ public static final int actionModeBackground = 0x7f01013e;
+ public static final int actionModeCloseButtonStyle = 0x7f01013d;
+ public static final int actionModeCloseDrawable = 0x7f010140;
+ public static final int actionModeCopyDrawable = 0x7f010142;
+ public static final int actionModeCutDrawable = 0x7f010141;
+ public static final int actionModeFindDrawable = 0x7f010146;
+ public static final int actionModePasteDrawable = 0x7f010143;
+ public static final int actionModePopupWindowStyle = 0x7f010148;
+ public static final int actionModeSelectAllDrawable = 0x7f010144;
+ public static final int actionModeShareDrawable = 0x7f010145;
+ public static final int actionModeSplitBackground = 0x7f01013f;
+ public static final int actionModeStyle = 0x7f01013c;
+ public static final int actionModeWebSearchDrawable = 0x7f010147;
+ public static final int actionOverflowButtonStyle = 0x7f010130;
+ public static final int actionOverflowMenuStyle = 0x7f010131;
+ public static final int actionProviderClass = 0x7f0100d5;
+ public static final int actionViewClass = 0x7f0100d4;
+ public static final int activityChooserViewStyle = 0x7f01015a;
+ public static final int alertDialogButtonGroupStyle = 0x7f01017b;
+ public static final int alertDialogCenterButtons = 0x7f01017c;
+ public static final int alertDialogStyle = 0x7f01017a;
+ public static final int alertDialogTheme = 0x7f01017d;
+ public static final int autoCompleteTextViewStyle = 0x7f010182;
+ public static final int background = 0x7f01002b;
+ public static final int backgroundSplit = 0x7f01002d;
+ public static final int backgroundStacked = 0x7f01002c;
+ public static final int backgroundTint = 0x7f01019b;
+ public static final int backgroundTintMode = 0x7f01019c;
+ public static final int barSize = 0x7f01007e;
+ public static final int behavior_overlapTop = 0x7f0100ed;
+ public static final int borderWidth = 0x7f010094;
+ public static final int borderlessButtonStyle = 0x7f010157;
+ public static final int buttonBarButtonStyle = 0x7f010154;
+ public static final int buttonBarNegativeButtonStyle = 0x7f010180;
+ public static final int buttonBarNeutralButtonStyle = 0x7f010181;
+ public static final int buttonBarPositiveButtonStyle = 0x7f01017f;
+ public static final int buttonBarStyle = 0x7f010153;
+ public static final int buttonPanelSideLayout = 0x7f01004b;
+ public static final int buttonStyle = 0x7f010183;
+ public static final int buttonStyleSmall = 0x7f010184;
+ public static final int checkboxStyle = 0x7f010185;
+ public static final int checkedTextViewStyle = 0x7f010186;
+ public static final int closeIcon = 0x7f0100f2;
+ public static final int closeItemLayout = 0x7f01003b;
+ public static final int collapseContentDescription = 0x7f010195;
+ public static final int collapseIcon = 0x7f010194;
+ public static final int collapsedTitleTextAppearance = 0x7f01006d;
+ public static final int color = 0x7f010078;
+ public static final int colorAccent = 0x7f010174;
+ public static final int colorButtonNormal = 0x7f010178;
+ public static final int colorControlActivated = 0x7f010176;
+ public static final int colorControlHighlight = 0x7f010177;
+ public static final int colorControlNormal = 0x7f010175;
+ public static final int colorPrimary = 0x7f010172;
+ public static final int colorPrimaryDark = 0x7f010173;
+ public static final int colorSwitchThumbNormal = 0x7f010179;
+ public static final int commitIcon = 0x7f0100f7;
+ public static final int contentInsetEnd = 0x7f010036;
+ public static final int contentInsetLeft = 0x7f010037;
+ public static final int contentInsetRight = 0x7f010038;
+ public static final int contentInsetStart = 0x7f010035;
+ public static final int contentScrim = 0x7f01006e;
+ public static final int customNavigationLayout = 0x7f01002e;
+ public static final int defaultQueryHint = 0x7f0100f1;
+ public static final int dialogPreferredPadding = 0x7f01014c;
+ public static final int dialogTheme = 0x7f01014b;
+ public static final int disableChildrenWhenDisabled = 0x7f010108;
+ public static final int displayOptions = 0x7f010024;
+ public static final int divider = 0x7f01002a;
+ public static final int dividerHorizontal = 0x7f010159;
+ public static final int dividerPadding = 0x7f0100b1;
+ public static final int dividerVertical = 0x7f010158;
+ public static final int drawableSize = 0x7f01007a;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01016a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01014f;
+ public static final int editTextBackground = 0x7f010160;
+ public static final int editTextColor = 0x7f01015f;
+ public static final int editTextStyle = 0x7f010187;
+ public static final int elevation = 0x7f010039;
+ public static final int errorEnabled = 0x7f010121;
+ public static final int errorTextAppearance = 0x7f010122;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01004a;
+ public static final int expandedTitleMargin = 0x7f010067;
+ public static final int expandedTitleMarginBottom = 0x7f01006b;
+ public static final int expandedTitleMarginEnd = 0x7f01006a;
+ public static final int expandedTitleMarginStart = 0x7f010068;
+ public static final int expandedTitleMarginTop = 0x7f010069;
+ public static final int expandedTitleTextAppearance = 0x7f01006c;
+ public static final int fabSize = 0x7f010092;
+ public static final int gapBetweenBars = 0x7f01007b;
+ public static final int goIcon = 0x7f0100f3;
+ public static final int headerLayout = 0x7f0100db;
+ public static final int height = 0x7f010002;
+ public static final int hideOnContentScroll = 0x7f010034;
+ public static final int hintTextAppearance = 0x7f010120;
+ public static final int homeAsUpIndicator = 0x7f010151;
+ public static final int homeLayout = 0x7f01002f;
+ public static final int icon = 0x7f010028;
+ public static final int iconifiedByDefault = 0x7f0100ef;
+ public static final int indeterminateProgressStyle = 0x7f010031;
+ public static final int initialActivityCount = 0x7f010049;
+ public static final int insetForeground = 0x7f0100ec;
+ public static final int isLightTheme = 0x7f010003;
+ public static final int itemBackground = 0x7f0100da;
+ public static final int itemIconTint = 0x7f0100d8;
+ public static final int itemPadding = 0x7f010033;
+ public static final int itemTextColor = 0x7f0100d9;
+ public static final int keylines = 0x7f010071;
+ public static final int layout = 0x7f0100ee;
+ public static final int layout_anchor = 0x7f010074;
+ public static final int layout_anchorGravity = 0x7f010076;
+ public static final int layout_behavior = 0x7f010073;
+ public static final int layout_collapseMode = 0x7f010065;
+ public static final int layout_collapseParallaxMultiplier = 0x7f010066;
+ public static final int layout_keyline = 0x7f010075;
+ public static final int layout_scrollFlags = 0x7f010050;
+ public static final int layout_scrollInterpolator = 0x7f010051;
+ public static final int listChoiceBackgroundIndicator = 0x7f010171;
+ public static final int listDividerAlertDialog = 0x7f01014d;
+ public static final int listItemLayout = 0x7f01004f;
+ public static final int listLayout = 0x7f01004c;
+ public static final int listPopupWindowStyle = 0x7f01016b;
+ public static final int listPreferredItemHeight = 0x7f010165;
+ public static final int listPreferredItemHeightLarge = 0x7f010167;
+ public static final int listPreferredItemHeightSmall = 0x7f010166;
+ public static final int listPreferredItemPaddingLeft = 0x7f010168;
+ public static final int listPreferredItemPaddingRight = 0x7f010169;
+ public static final int logo = 0x7f010029;
+ public static final int maxActionInlineWidth = 0x7f010104;
+ public static final int maxButtonHeight = 0x7f010193;
+ public static final int measureWithLargestChild = 0x7f0100af;
+ public static final int menu = 0x7f0100d7;
+ public static final int middleBarArrowSize = 0x7f01007d;
+ public static final int multiChoiceItemLayout = 0x7f01004d;
+ public static final int navigationContentDescription = 0x7f010197;
+ public static final int navigationIcon = 0x7f010196;
+ public static final int navigationMode = 0x7f010023;
+ public static final int overlapAnchor = 0x7f0100dc;
+ public static final int paddingEnd = 0x7f010199;
+ public static final int paddingStart = 0x7f010198;
+ public static final int panelBackground = 0x7f01016e;
+ public static final int panelMenuListTheme = 0x7f010170;
+ public static final int panelMenuListWidth = 0x7f01016f;
+ public static final int popupMenuStyle = 0x7f01015d;
+ public static final int popupPromptView = 0x7f010107;
+ public static final int popupTheme = 0x7f01003a;
+ public static final int popupWindowStyle = 0x7f01015e;
+ public static final int preserveIconSpacing = 0x7f0100d6;
+ public static final int pressedTranslationZ = 0x7f010093;
+ public static final int progressBarPadding = 0x7f010032;
+ public static final int progressBarStyle = 0x7f010030;
+ public static final int prompt = 0x7f010105;
+ public static final int queryBackground = 0x7f0100f9;
+ public static final int queryHint = 0x7f0100f0;
+ public static final int radioButtonStyle = 0x7f010188;
+ public static final int ratingBarStyle = 0x7f010189;
+ public static final int rippleColor = 0x7f010091;
+ public static final int searchHintIcon = 0x7f0100f5;
+ public static final int searchIcon = 0x7f0100f4;
+ public static final int searchViewStyle = 0x7f010164;
+ public static final int selectableItemBackground = 0x7f010155;
+ public static final int selectableItemBackgroundBorderless = 0x7f010156;
+ public static final int showAsAction = 0x7f0100d2;
+ public static final int showDividers = 0x7f0100b0;
+ public static final int showText = 0x7f01010f;
+ public static final int singleChoiceItemLayout = 0x7f01004e;
+ public static final int spinBars = 0x7f010079;
+ public static final int spinnerDropDownItemStyle = 0x7f010150;
+ public static final int spinnerMode = 0x7f010106;
+ public static final int spinnerStyle = 0x7f01018a;
+ public static final int splitTrack = 0x7f01010e;
+ public static final int state_above_anchor = 0x7f0100dd;
+ public static final int statusBarBackground = 0x7f010072;
+ public static final int statusBarScrim = 0x7f01006f;
+ public static final int submitBackground = 0x7f0100fa;
+ public static final int subtitle = 0x7f010025;
+ public static final int subtitleTextAppearance = 0x7f01018d;
+ public static final int subtitleTextStyle = 0x7f010027;
+ public static final int suggestionRowLayout = 0x7f0100f8;
+ public static final int switchMinWidth = 0x7f01010c;
+ public static final int switchPadding = 0x7f01010d;
+ public static final int switchStyle = 0x7f01018b;
+ public static final int switchTextAppearance = 0x7f01010b;
+ public static final int tabBackground = 0x7f010113;
+ public static final int tabContentStart = 0x7f010112;
+ public static final int tabGravity = 0x7f010115;
+ public static final int tabIndicatorColor = 0x7f010110;
+ public static final int tabIndicatorHeight = 0x7f010111;
+ public static final int tabMaxWidth = 0x7f010117;
+ public static final int tabMinWidth = 0x7f010116;
+ public static final int tabMode = 0x7f010114;
+ public static final int tabPadding = 0x7f01011f;
+ public static final int tabPaddingBottom = 0x7f01011e;
+ public static final int tabPaddingEnd = 0x7f01011d;
+ public static final int tabPaddingStart = 0x7f01011b;
+ public static final int tabPaddingTop = 0x7f01011c;
+ public static final int tabSelectedTextColor = 0x7f01011a;
+ public static final int tabTextAppearance = 0x7f010118;
+ public static final int tabTextColor = 0x7f010119;
+ public static final int textAllCaps = 0x7f010052;
+ public static final int textAppearanceLargePopupMenu = 0x7f010149;
+ public static final int textAppearanceListItem = 0x7f01016c;
+ public static final int textAppearanceListItemSmall = 0x7f01016d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010162;
+ public static final int textAppearanceSearchResultTitle = 0x7f010161;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01014a;
+ public static final int textColorAlertDialogListItem = 0x7f01017e;
+ public static final int textColorSearchUrl = 0x7f010163;
+ public static final int theme = 0x7f01019a;
+ public static final int thickness = 0x7f01007f;
+ public static final int thumbTextPadding = 0x7f01010a;
+ public static final int title = 0x7f010022;
+ public static final int titleMarginBottom = 0x7f010192;
+ public static final int titleMarginEnd = 0x7f010190;
+ public static final int titleMarginStart = 0x7f01018f;
+ public static final int titleMarginTop = 0x7f010191;
+ public static final int titleMargins = 0x7f01018e;
+ public static final int titleTextAppearance = 0x7f01018c;
+ public static final int titleTextStyle = 0x7f010026;
+ public static final int toolbarId = 0x7f010070;
+ public static final int toolbarNavigationButtonStyle = 0x7f01015c;
+ public static final int toolbarStyle = 0x7f01015b;
+ public static final int topBottomBarArrowSize = 0x7f01007c;
+ public static final int track = 0x7f010109;
+ public static final int voiceIcon = 0x7f0100f6;
+ public static final int windowActionBar = 0x7f010123;
+ public static final int windowActionBarOverlay = 0x7f010125;
+ public static final int windowActionModeOverlay = 0x7f010126;
+ public static final int windowFixedHeightMajor = 0x7f01012a;
+ public static final int windowFixedHeightMinor = 0x7f010128;
+ public static final int windowFixedWidthMajor = 0x7f010127;
+ public static final int windowFixedWidthMinor = 0x7f010129;
+ public static final int windowMinWidthMajor = 0x7f01012b;
+ public static final int windowMinWidthMinor = 0x7f01012c;
+ public static final int windowNoTitle = 0x7f010124;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f0a0002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0a0000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0a0003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f0a0004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0a0001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0a0005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0a0006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0d0083;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0d0084;
+ public static final int abc_input_method_navigation_guard = 0x7f0d0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0d0085;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0d0086;
+ public static final int abc_primary_text_material_dark = 0x7f0d0087;
+ public static final int abc_primary_text_material_light = 0x7f0d0088;
+ public static final int abc_search_url_text = 0x7f0d0089;
+ public static final int abc_search_url_text_normal = 0x7f0d0001;
+ public static final int abc_search_url_text_pressed = 0x7f0d0002;
+ public static final int abc_search_url_text_selected = 0x7f0d0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0d008a;
+ public static final int abc_secondary_text_material_light = 0x7f0d008b;
+ public static final int accent_material_dark = 0x7f0d0004;
+ public static final int accent_material_light = 0x7f0d0005;
+ public static final int background_floating_material_dark = 0x7f0d0006;
+ public static final int background_floating_material_light = 0x7f0d0007;
+ public static final int background_material_dark = 0x7f0d0008;
+ public static final int background_material_light = 0x7f0d0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0d000f;
+ public static final int bright_foreground_disabled_material_light = 0x7f0d0010;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0d0011;
+ public static final int bright_foreground_inverse_material_light = 0x7f0d0012;
+ public static final int bright_foreground_material_dark = 0x7f0d0013;
+ public static final int bright_foreground_material_light = 0x7f0d0014;
+ public static final int button_material_dark = 0x7f0d0016;
+ public static final int button_material_light = 0x7f0d0017;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0d0028;
+ public static final int dim_foreground_disabled_material_light = 0x7f0d0029;
+ public static final int dim_foreground_material_dark = 0x7f0d002a;
+ public static final int dim_foreground_material_light = 0x7f0d002b;
+ public static final int error_color = 0x7f0d002e;
+ public static final int fab_stroke_end_inner_color = 0x7f0d002f;
+ public static final int fab_stroke_end_outer_color = 0x7f0d0030;
+ public static final int fab_stroke_top_inner_color = 0x7f0d0031;
+ public static final int fab_stroke_top_outer_color = 0x7f0d0032;
+ public static final int highlighted_text_material_dark = 0x7f0d0043;
+ public static final int highlighted_text_material_light = 0x7f0d0044;
+ public static final int hint_foreground_material_dark = 0x7f0d0045;
+ public static final int hint_foreground_material_light = 0x7f0d0046;
+ public static final int link_text_material_dark = 0x7f0d0048;
+ public static final int link_text_material_light = 0x7f0d0049;
+ public static final int material_blue_grey_800 = 0x7f0d004b;
+ public static final int material_blue_grey_900 = 0x7f0d004c;
+ public static final int material_blue_grey_950 = 0x7f0d004d;
+ public static final int material_deep_teal_200 = 0x7f0d004e;
+ public static final int material_deep_teal_500 = 0x7f0d004f;
+ public static final int primary_dark_material_dark = 0x7f0d0058;
+ public static final int primary_dark_material_light = 0x7f0d0059;
+ public static final int primary_material_dark = 0x7f0d005a;
+ public static final int primary_material_light = 0x7f0d005b;
+ public static final int primary_text_default_material_dark = 0x7f0d005c;
+ public static final int primary_text_default_material_light = 0x7f0d005d;
+ public static final int primary_text_disabled_material_dark = 0x7f0d005e;
+ public static final int primary_text_disabled_material_light = 0x7f0d005f;
+ public static final int ripple_material_dark = 0x7f0d0064;
+ public static final int ripple_material_light = 0x7f0d0065;
+ public static final int secondary_text_default_material_dark = 0x7f0d0068;
+ public static final int secondary_text_default_material_light = 0x7f0d0069;
+ public static final int secondary_text_disabled_material_dark = 0x7f0d006a;
+ public static final int secondary_text_disabled_material_light = 0x7f0d006b;
+ public static final int shadow_end_color = 0x7f0d006c;
+ public static final int shadow_mid_color = 0x7f0d006d;
+ public static final int shadow_start_color = 0x7f0d006e;
+ public static final int snackbar_background_color = 0x7f0d0071;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0d0074;
+ public static final int switch_thumb_disabled_material_light = 0x7f0d0075;
+ public static final int switch_thumb_material_dark = 0x7f0d008c;
+ public static final int switch_thumb_material_light = 0x7f0d008d;
+ public static final int switch_thumb_normal_material_dark = 0x7f0d0076;
+ public static final int switch_thumb_normal_material_light = 0x7f0d0077;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f08000c;
+ public static final int abc_action_bar_default_height_material = 0x7f080001;
+ public static final int abc_action_bar_default_padding_material = 0x7f080002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f08001d;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f08000d;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f08000e;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f08001e;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f08001f;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080020;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080021;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080022;
+ public static final int abc_action_button_min_height_material = 0x7f080023;
+ public static final int abc_action_button_min_width_material = 0x7f080024;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f080025;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f080000;
+ public static final int abc_button_inset_horizontal_material = 0x7f080026;
+ public static final int abc_button_inset_vertical_material = 0x7f080027;
+ public static final int abc_button_padding_horizontal_material = 0x7f080028;
+ public static final int abc_button_padding_vertical_material = 0x7f080029;
+ public static final int abc_config_prefDialogWidth = 0x7f080006;
+ public static final int abc_control_corner_material = 0x7f08002a;
+ public static final int abc_control_inset_material = 0x7f08002b;
+ public static final int abc_control_padding_material = 0x7f08002c;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f08002d;
+ public static final int abc_dialog_min_width_major = 0x7f08002e;
+ public static final int abc_dialog_min_width_minor = 0x7f08002f;
+ public static final int abc_dialog_padding_material = 0x7f080030;
+ public static final int abc_dialog_padding_top_material = 0x7f080031;
+ public static final int abc_disabled_alpha_material_dark = 0x7f080032;
+ public static final int abc_disabled_alpha_material_light = 0x7f080033;
+ public static final int abc_dropdownitem_icon_width = 0x7f080034;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080035;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080036;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f080037;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f080038;
+ public static final int abc_edit_text_inset_top_material = 0x7f080039;
+ public static final int abc_floating_window_z = 0x7f08003a;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f08003b;
+ public static final int abc_panel_menu_list_width = 0x7f08003c;
+ public static final int abc_search_view_preferred_width = 0x7f08003d;
+ public static final int abc_search_view_text_min_width = 0x7f080007;
+ public static final int abc_switch_padding = 0x7f080016;
+ public static final int abc_text_size_body_1_material = 0x7f08003e;
+ public static final int abc_text_size_body_2_material = 0x7f08003f;
+ public static final int abc_text_size_button_material = 0x7f080040;
+ public static final int abc_text_size_caption_material = 0x7f080041;
+ public static final int abc_text_size_display_1_material = 0x7f080042;
+ public static final int abc_text_size_display_2_material = 0x7f080043;
+ public static final int abc_text_size_display_3_material = 0x7f080044;
+ public static final int abc_text_size_display_4_material = 0x7f080045;
+ public static final int abc_text_size_headline_material = 0x7f080046;
+ public static final int abc_text_size_large_material = 0x7f080047;
+ public static final int abc_text_size_medium_material = 0x7f080048;
+ public static final int abc_text_size_menu_material = 0x7f080049;
+ public static final int abc_text_size_small_material = 0x7f08004a;
+ public static final int abc_text_size_subhead_material = 0x7f08004b;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080004;
+ public static final int abc_text_size_title_material = 0x7f08004c;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080005;
+ public static final int appbar_elevation = 0x7f08004e;
+ public static final int dialog_fixed_height_major = 0x7f080008;
+ public static final int dialog_fixed_height_minor = 0x7f080009;
+ public static final int dialog_fixed_width_major = 0x7f08000a;
+ public static final int dialog_fixed_width_minor = 0x7f08000b;
+ public static final int disabled_alpha_material_dark = 0x7f08005e;
+ public static final int disabled_alpha_material_light = 0x7f08005f;
+ public static final int fab_border_width = 0x7f080060;
+ public static final int fab_content_size = 0x7f080061;
+ public static final int fab_elevation = 0x7f080062;
+ public static final int fab_size_mini = 0x7f080063;
+ public static final int fab_size_normal = 0x7f080064;
+ public static final int fab_translation_z_pressed = 0x7f080065;
+ public static final int navigation_elevation = 0x7f080095;
+ public static final int navigation_icon_padding = 0x7f080096;
+ public static final int navigation_icon_size = 0x7f080097;
+ public static final int navigation_max_width = 0x7f080098;
+ public static final int navigation_padding_bottom = 0x7f080099;
+ public static final int navigation_padding_top_default = 0x7f08001b;
+ public static final int navigation_separator_vertical_padding = 0x7f08009a;
+ public static final int notification_large_icon_height = 0x7f08009b;
+ public static final int notification_large_icon_width = 0x7f08009c;
+ public static final int notification_subtext_size = 0x7f08009d;
+ public static final int snackbar_action_inline_max_width = 0x7f08000f;
+ public static final int snackbar_background_corner_radius = 0x7f080010;
+ public static final int snackbar_elevation = 0x7f08009e;
+ public static final int snackbar_extra_spacing_horizontal = 0x7f080011;
+ public static final int snackbar_max_width = 0x7f080012;
+ public static final int snackbar_min_width = 0x7f080013;
+ public static final int snackbar_padding_horizontal = 0x7f08009f;
+ public static final int snackbar_padding_vertical = 0x7f0800a0;
+ public static final int snackbar_padding_vertical_2lines = 0x7f080014;
+ public static final int snackbar_text_size = 0x7f0800a1;
+ public static final int tab_max_width = 0x7f0800a2;
+ public static final int tab_min_width = 0x7f080015;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int fab_background = 0x7f02004f;
+ public static final int notification_template_icon_bg = 0x7f02008e;
+ public static final int snackbar_background = 0x7f020087;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0e00d5;
+ public static final int action_bar = 0x7f0e0067;
+ public static final int action_bar_activity_content = 0x7f0e0000;
+ public static final int action_bar_container = 0x7f0e0066;
+ public static final int action_bar_root = 0x7f0e0062;
+ public static final int action_bar_spinner = 0x7f0e0001;
+ public static final int action_bar_subtitle = 0x7f0e004b;
+ public static final int action_bar_title = 0x7f0e004a;
+ public static final int action_context_bar = 0x7f0e0068;
+ public static final int action_divider = 0x7f0e00d9;
+ public static final int action_menu_divider = 0x7f0e0002;
+ public static final int action_menu_presenter = 0x7f0e0003;
+ public static final int action_mode_bar = 0x7f0e0064;
+ public static final int action_mode_bar_stub = 0x7f0e0063;
+ public static final int action_mode_close_button = 0x7f0e004c;
+ public static final int activity_chooser_view_content = 0x7f0e004d;
+ public static final int alertTitle = 0x7f0e0057;
+ public static final int always = 0x7f0e003b;
+ public static final int beginning = 0x7f0e0038;
+ public static final int bottom = 0x7f0e0027;
+ public static final int buttonPanel = 0x7f0e005d;
+ public static final int cancel_action = 0x7f0e00d6;
+ public static final int center = 0x7f0e000b;
+ public static final int center_horizontal = 0x7f0e0028;
+ public static final int center_vertical = 0x7f0e0029;
+ public static final int checkbox = 0x7f0e005f;
+ public static final int chronometer = 0x7f0e00dc;
+ public static final int clip_horizontal = 0x7f0e002a;
+ public static final int clip_vertical = 0x7f0e002b;
+ public static final int collapseActionView = 0x7f0e003c;
+ public static final int contentPanel = 0x7f0e0058;
+ public static final int custom = 0x7f0e005c;
+ public static final int customPanel = 0x7f0e005b;
+ public static final int decor_content_parent = 0x7f0e0065;
+ public static final int default_activity_button = 0x7f0e0050;
+ public static final int dialog = 0x7f0e0040;
+ public static final int disableHome = 0x7f0e001a;
+ public static final int dropdown = 0x7f0e0041;
+ public static final int edit_query = 0x7f0e0069;
+ public static final int end = 0x7f0e000c;
+ public static final int end_padder = 0x7f0e00e0;
+ public static final int enterAlways = 0x7f0e0021;
+ public static final int enterAlwaysCollapsed = 0x7f0e0022;
+ public static final int exitUntilCollapsed = 0x7f0e0023;
+ public static final int expand_activities_button = 0x7f0e004e;
+ public static final int expanded_menu = 0x7f0e005e;
+ public static final int fill = 0x7f0e0010;
+ public static final int fill_horizontal = 0x7f0e002c;
+ public static final int fill_vertical = 0x7f0e002d;
+ public static final int fixed = 0x7f0e0042;
+ public static final int home = 0x7f0e0004;
+ public static final int homeAsUp = 0x7f0e001b;
+ public static final int icon = 0x7f0e0052;
+ public static final int ifRoom = 0x7f0e003d;
+ public static final int image = 0x7f0e004f;
+ public static final int info = 0x7f0e00df;
+ public static final int left = 0x7f0e000e;
+ public static final int line1 = 0x7f0e00da;
+ public static final int line3 = 0x7f0e00de;
+ public static final int listMode = 0x7f0e0017;
+ public static final int list_item = 0x7f0e0051;
+ public static final int media_actions = 0x7f0e00d8;
+ public static final int middle = 0x7f0e0039;
+ public static final int mini = 0x7f0e0033;
+ public static final int multiply = 0x7f0e0045;
+ public static final int never = 0x7f0e003e;
+ public static final int none = 0x7f0e001c;
+ public static final int normal = 0x7f0e0018;
+ public static final int parallax = 0x7f0e0025;
+ public static final int parentPanel = 0x7f0e0054;
+ public static final int pin = 0x7f0e0026;
+ public static final int progress_circular = 0x7f0e0006;
+ public static final int progress_horizontal = 0x7f0e0007;
+ public static final int radio = 0x7f0e0061;
+ public static final int right = 0x7f0e000f;
+ public static final int screen = 0x7f0e0046;
+ public static final int scroll = 0x7f0e0024;
+ public static final int scrollView = 0x7f0e0059;
+ public static final int scrollable = 0x7f0e0043;
+ public static final int search_badge = 0x7f0e006b;
+ public static final int search_bar = 0x7f0e006a;
+ public static final int search_button = 0x7f0e006c;
+ public static final int search_close_btn = 0x7f0e0071;
+ public static final int search_edit_frame = 0x7f0e006d;
+ public static final int search_go_btn = 0x7f0e0073;
+ public static final int search_mag_icon = 0x7f0e006e;
+ public static final int search_plate = 0x7f0e006f;
+ public static final int search_src_text = 0x7f0e0070;
+ public static final int search_voice_btn = 0x7f0e0074;
+ public static final int select_dialog_listview = 0x7f0e0075;
+ public static final int shortcut = 0x7f0e0060;
+ public static final int showCustom = 0x7f0e001d;
+ public static final int showHome = 0x7f0e001e;
+ public static final int showTitle = 0x7f0e001f;
+ public static final int snackbar_action = 0x7f0e00b7;
+ public static final int snackbar_text = 0x7f0e00b6;
+ public static final int split_action_bar = 0x7f0e0008;
+ public static final int src_atop = 0x7f0e0047;
+ public static final int src_in = 0x7f0e0048;
+ public static final int src_over = 0x7f0e0049;
+ public static final int start = 0x7f0e000d;
+ public static final int status_bar_latest_event_content = 0x7f0e00d7;
+ public static final int submit_area = 0x7f0e0072;
+ public static final int tabMode = 0x7f0e0019;
+ public static final int text = 0x7f0e0032;
+ public static final int text2 = 0x7f0e00dd;
+ public static final int textSpacerNoButtons = 0x7f0e005a;
+ public static final int time = 0x7f0e00db;
+ public static final int title = 0x7f0e0053;
+ public static final int title_template = 0x7f0e0056;
+ public static final int top = 0x7f0e002e;
+ public static final int topPanel = 0x7f0e0055;
+ public static final int up = 0x7f0e0009;
+ public static final int useLogo = 0x7f0e0020;
+ public static final int view_offset_helper = 0x7f0e000a;
+ public static final int withText = 0x7f0e003f;
+ public static final int wrap_content = 0x7f0e0044;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0b0002;
+ public static final int abc_config_activityShortDur = 0x7f0b0003;
+ public static final int abc_max_action_buttons = 0x7f0b0000;
+ public static final int cancel_button_image_alpha = 0x7f0b0004;
+ public static final int snackbar_text_max_lines = 0x7f0b0001;
+ public static final int status_bar_notification_info_maxnum = 0x7f0b0006;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f040000;
+ public static final int abc_action_bar_up_container = 0x7f040001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
+ public static final int abc_action_menu_item_layout = 0x7f040003;
+ public static final int abc_action_menu_layout = 0x7f040004;
+ public static final int abc_action_mode_bar = 0x7f040005;
+ public static final int abc_action_mode_close_item_material = 0x7f040006;
+ public static final int abc_activity_chooser_view = 0x7f040007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f040008;
+ public static final int abc_alert_dialog_material = 0x7f040009;
+ public static final int abc_dialog_title_material = 0x7f04000a;
+ public static final int abc_expanded_menu_layout = 0x7f04000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000c;
+ public static final int abc_list_menu_item_icon = 0x7f04000d;
+ public static final int abc_list_menu_item_layout = 0x7f04000e;
+ public static final int abc_list_menu_item_radio = 0x7f04000f;
+ public static final int abc_popup_menu_item_layout = 0x7f040010;
+ public static final int abc_screen_content_include = 0x7f040011;
+ public static final int abc_screen_simple = 0x7f040012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
+ public static final int abc_screen_toolbar = 0x7f040014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
+ public static final int abc_search_view = 0x7f040016;
+ public static final int abc_select_dialog_material = 0x7f040017;
+ public static final int abc_simple_dropdown_hint = 0x7f040018;
+ public static final int design_navigation_item = 0x7f040020;
+ public static final int design_navigation_item_header = 0x7f040021;
+ public static final int design_navigation_item_separator = 0x7f040022;
+ public static final int design_navigation_item_subheader = 0x7f040023;
+ public static final int design_navigation_menu = 0x7f040024;
+ public static final int layout_snackbar = 0x7f04002a;
+ public static final int layout_snackbar_include = 0x7f04002b;
+ public static final int notification_media_action = 0x7f040040;
+ public static final int notification_media_cancel_action = 0x7f040041;
+ public static final int notification_template_big_media = 0x7f040042;
+ public static final int notification_template_big_media_narrow = 0x7f040043;
+ public static final int notification_template_lines = 0x7f040044;
+ public static final int notification_template_media = 0x7f040045;
+ public static final int notification_template_part_chronometer = 0x7f040046;
+ public static final int notification_template_part_time = 0x7f040047;
+ public static final int select_dialog_item_material = 0x7f040048;
+ public static final int select_dialog_multichoice_material = 0x7f040049;
+ public static final int select_dialog_singlechoice_material = 0x7f04004a;
+ public static final int support_simple_spinner_dropdown_item = 0x7f04004b;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f070000;
+ public static final int abc_action_bar_home_description_format = 0x7f07000d;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f07000e;
+ public static final int abc_action_bar_up_description = 0x7f070001;
+ public static final int abc_action_menu_overflow_description = 0x7f070002;
+ public static final int abc_action_mode_done = 0x7f070003;
+ public static final int abc_activity_chooser_view_see_all = 0x7f070004;
+ public static final int abc_activitychooserview_choose_application = 0x7f070005;
+ public static final int abc_search_hint = 0x7f07000f;
+ public static final int abc_searchview_description_clear = 0x7f070006;
+ public static final int abc_searchview_description_query = 0x7f070007;
+ public static final int abc_searchview_description_search = 0x7f070008;
+ public static final int abc_searchview_description_submit = 0x7f070009;
+ public static final int abc_searchview_description_voice = 0x7f07000a;
+ public static final int abc_shareactionprovider_share_with = 0x7f07000b;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f07000c;
+ public static final int abc_toolbar_collapse_description = 0x7f070010;
+ public static final int appbar_scrolling_view_behavior = 0x7f070016;
+ public static final int status_bar_notification_info_overflow = 0x7f070028;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f090078;
+ public static final int AlertDialog_AppCompat_Light = 0x7f090079;
+ public static final int Animation_AppCompat_Dialog = 0x7f09007a;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f09007b;
+ public static final int Base_AlertDialog_AppCompat = 0x7f09007d;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f09007e;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f09007f;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f090080;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f090082;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f090081;
+ public static final int Base_TextAppearance_AppCompat = 0x7f090033;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f090034;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f090035;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f09001b;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f090036;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f090037;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f090038;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f090039;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f09003a;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f09003b;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f090004;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f09003c;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f090005;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f09003d;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f09003e;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f09003f;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f090006;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f090040;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f090083;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f090041;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f090042;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f090043;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f090007;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f090044;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f090008;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f090045;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f090009;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f090046;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f090047;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f090048;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f090049;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f09004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f09004b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f09004c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f090084;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f09004d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f09004e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f09004f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f090050;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f090085;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f090051;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f090052;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f09008f;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f090090;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f090091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f090092;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f090093;
+ public static final int Base_Theme_AppCompat = 0x7f090053;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f090086;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f09000a;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f090002;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f090087;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f090088;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f090089;
+ public static final int Base_Theme_AppCompat_Light = 0x7f090054;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f09008a;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f09000b;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f090003;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f09008b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f09008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f09008d;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f09000c;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f09000d;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f090017;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f090018;
+ public static final int Base_V21_Theme_AppCompat = 0x7f090055;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f090056;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f090057;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f090058;
+ public static final int Base_V7_Theme_AppCompat = 0x7f090094;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f090095;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f090096;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f090097;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f090098;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f090099;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f09009a;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f09009b;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f09009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f090059;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f09005a;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f09005b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f09005c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f09005d;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f09009d;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f09009e;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f090019;
+ public static final int Base_Widget_AppCompat_Button = 0x7f09005e;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f090062;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0900a0;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f09005f;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f090060;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09009f;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f090061;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f090063;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f090064;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0900a1;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f090000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0900a2;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f090065;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f09001a;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0900a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0900a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0900a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f090066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f090067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f090068;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f090069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f09006a;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f09006b;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f09006c;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f09006d;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f09006e;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f09006f;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f090070;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0900a6;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f09000e;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f09000f;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f090071;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0900a7;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0900a8;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f090010;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090072;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f090073;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f090074;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0900a9;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090075;
+ public static final int Base_Widget_Design_TabLayout = 0x7f0900aa;
+ public static final int Platform_AppCompat = 0x7f090013;
+ public static final int Platform_AppCompat_Light = 0x7f090014;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f090076;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f090077;
+ public static final int Platform_V11_AppCompat = 0x7f090015;
+ public static final int Platform_V11_AppCompat_Light = 0x7f090016;
+ public static final int Platform_V14_AppCompat = 0x7f09001c;
+ public static final int Platform_V14_AppCompat_Light = 0x7f09001d;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f090023;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f090024;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f090025;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f090026;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f090027;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f090028;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f090029;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f09002f;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f09002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f09002b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f09002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f09002d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f09002e;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090030;
+ public static final int TextAppearance_AppCompat = 0x7f0900b8;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0900b9;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0900ba;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0900bb;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0900bc;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0900bd;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0900be;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0900bf;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0900c0;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0900c1;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0900c2;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0900c3;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0900c4;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0900c5;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0900c6;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0900c7;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0900c8;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0900c9;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0900ca;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0900cb;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0900cc;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0900cd;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0900ce;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0900cf;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0900d0;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0900d1;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0900d2;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0900d3;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0900d4;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0900d5;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0900d6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0900d7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0900d8;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0900d9;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0900da;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0900db;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0900dc;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0900dd;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0900de;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0900df;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0900e0;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0900e1;
+ public static final int TextAppearance_Design_Error = 0x7f0900e2;
+ public static final int TextAppearance_Design_Hint = 0x7f0900e3;
+ public static final int TextAppearance_Design_Snackbar_Action = 0x7f0900e4;
+ public static final int TextAppearance_Design_Snackbar_Message = 0x7f0900e5;
+ public static final int TextAppearance_Design_Tab = 0x7f0900e6;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f09001e;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f09001f;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f090020;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f090021;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f090022;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0900e7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0900e8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0900e9;
+ public static final int ThemeOverlay_AppCompat = 0x7f0900f8;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0900f9;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0900fa;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0900fb;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0900fc;
+ public static final int Theme_AppCompat = 0x7f0900ea;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0900eb;
+ public static final int Theme_AppCompat_Dialog = 0x7f0900ec;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0900ef;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0900ed;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0900ee;
+ public static final int Theme_AppCompat_Light = 0x7f0900f0;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0900f1;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0900f2;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0900f5;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0900f3;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0900f4;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0900f6;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0900f7;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0900fd;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0900fe;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0900ff;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f090100;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f090101;
+ public static final int Widget_AppCompat_ActionButton = 0x7f090102;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f090103;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f090104;
+ public static final int Widget_AppCompat_ActionMode = 0x7f090105;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f090106;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f090107;
+ public static final int Widget_AppCompat_Button = 0x7f090108;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f09010d;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f09010e;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f090109;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f09010a;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09010b;
+ public static final int Widget_AppCompat_Button_Small = 0x7f09010c;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f09010f;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f090110;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f090111;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f090112;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f090113;
+ public static final int Widget_AppCompat_EditText = 0x7f090114;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f090115;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f090116;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f090117;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f090118;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f090119;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f09011a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f09011b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f09011c;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f09011d;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f09011e;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f09011f;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f090120;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f090121;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f090122;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f090123;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f090124;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f090125;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f090126;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f090127;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f090128;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f090129;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f09012a;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f09012b;
+ public static final int Widget_AppCompat_ListView = 0x7f09012c;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f09012d;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f09012e;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f09012f;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f090130;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f090131;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f090132;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f090133;
+ public static final int Widget_AppCompat_RatingBar = 0x7f090134;
+ public static final int Widget_AppCompat_SearchView = 0x7f090135;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f090136;
+ public static final int Widget_AppCompat_Spinner = 0x7f090137;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f090138;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090139;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f09013a;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f09013b;
+ public static final int Widget_AppCompat_Toolbar = 0x7f09013c;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09013d;
+ public static final int Widget_Design_AppBarLayout = 0x7f09013e;
+ public static final int Widget_Design_CollapsingToolbar = 0x7f09013f;
+ public static final int Widget_Design_CoordinatorLayout = 0x7f090140;
+ public static final int Widget_Design_FloatingActionButton = 0x7f090141;
+ public static final int Widget_Design_NavigationView = 0x7f090142;
+ public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f090143;
+ public static final int Widget_Design_Snackbar = 0x7f090144;
+ public static final int Widget_Design_TabLayout = 0x7f090001;
+ public static final int Widget_Design_TextInputLayout = 0x7f090145;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010002, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f010151 };
+ 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 = { 0x7f010002, 0x7f010026, 0x7f010027, 0x7f01002b, 0x7f01002d, 0x7f01003b };
+ 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 = { 0x7f010049, 0x7f01004a };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f };
+ 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[] AppBarLayout = { 0x010100d4, 0x7f010039 };
+ public static final int[] AppBarLayout_LayoutParams = { 0x7f010050, 0x7f010051 };
+ public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
+ public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
+ public static final int AppBarLayout_android_background = 0;
+ public static final int AppBarLayout_elevation = 1;
+ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010052 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] CollapsingAppBarLayout_LayoutParams = { 0x7f010065, 0x7f010066 };
+ public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
+ public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
+ public static final int[] CollapsingToolbarLayout = { 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070 };
+ public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 6;
+ public static final int CollapsingToolbarLayout_contentScrim = 7;
+ public static final int CollapsingToolbarLayout_expandedTitleMargin = 0;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 4;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 3;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 1;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 2;
+ public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 5;
+ public static final int CollapsingToolbarLayout_statusBarScrim = 8;
+ public static final int CollapsingToolbarLayout_toolbarId = 9;
+ public static final int[] CoordinatorLayout = { 0x7f010071, 0x7f010072 };
+ public static final int[] CoordinatorLayout_LayoutParams = { 0x010100b3, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076 };
+ public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
+ public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
+ public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
+ public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
+ public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
+ public static final int CoordinatorLayout_keylines = 0;
+ public static final int CoordinatorLayout_statusBarBackground = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] FloatingActionButton = { 0x010100d4, 0x7f010039, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f01019b, 0x7f01019c };
+ public static final int FloatingActionButton_android_background = 0;
+ public static final int FloatingActionButton_backgroundTint = 10;
+ public static final int FloatingActionButton_backgroundTintMode = 11;
+ public static final int FloatingActionButton_borderWidth = 9;
+ public static final int FloatingActionButton_elevation = 1;
+ public static final int FloatingActionButton_fabSize = 7;
+ public static final int FloatingActionButton_pressedTranslationZ = 8;
+ public static final int FloatingActionButton_rippleColor = 6;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01002a, 0x7f0100af, 0x7f0100b0, 0x7f0100b1 };
+ 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, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5 };
+ 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, 0x7f0100d6 };
+ 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[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f010039, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db };
+ public static final int NavigationView_android_background = 0;
+ public static final int NavigationView_android_fitsSystemWindows = 1;
+ public static final int NavigationView_android_maxWidth = 2;
+ public static final int NavigationView_elevation = 3;
+ public static final int NavigationView_headerLayout = 8;
+ public static final int NavigationView_itemBackground = 7;
+ public static final int NavigationView_itemIconTint = 5;
+ public static final int NavigationView_itemTextColor = 6;
+ public static final int NavigationView_menu = 4;
+ public static final int[] PopupWindow = { 0x01010176, 0x7f0100dc };
+ public static final int[] PopupWindowBackgroundState = { 0x7f0100dd };
+ 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[] ScrimInsetsFrameLayout = { 0x7f0100ec };
+ public static final int ScrimInsetsFrameLayout_insetForeground = 0;
+ public static final int[] ScrollingViewBehavior_Params = { 0x7f0100ed };
+ public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa };
+ 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[] SnackbarLayout = { 0x0101011f, 0x7f010039, 0x7f010104 };
+ public static final int SnackbarLayout_android_maxWidth = 0;
+ public static final int SnackbarLayout_elevation = 1;
+ public static final int SnackbarLayout_maxActionInlineWidth = 2;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f };
+ 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[] TabLayout = { 0x7f010110, 0x7f010111, 0x7f010112, 0x7f010113, 0x7f010114, 0x7f010115, 0x7f010116, 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, 0x7f01011b, 0x7f01011c, 0x7f01011d, 0x7f01011e, 0x7f01011f };
+ public static final int TabLayout_tabBackground = 3;
+ public static final int TabLayout_tabContentStart = 2;
+ public static final int TabLayout_tabGravity = 5;
+ public static final int TabLayout_tabIndicatorColor = 0;
+ public static final int TabLayout_tabIndicatorHeight = 1;
+ public static final int TabLayout_tabMaxWidth = 7;
+ public static final int TabLayout_tabMinWidth = 6;
+ public static final int TabLayout_tabMode = 4;
+ public static final int TabLayout_tabPadding = 15;
+ public static final int TabLayout_tabPaddingBottom = 14;
+ public static final int TabLayout_tabPaddingEnd = 13;
+ public static final int TabLayout_tabPaddingStart = 11;
+ public static final int TabLayout_tabPaddingTop = 12;
+ public static final int TabLayout_tabSelectedTextColor = 10;
+ public static final int TabLayout_tabTextAppearance = 8;
+ public static final int TabLayout_tabTextColor = 9;
+ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010052 };
+ 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[] TextInputLayout = { 0x01010150, 0x7f010120, 0x7f010121, 0x7f010122 };
+ public static final int TextInputLayout_android_hint = 0;
+ public static final int TextInputLayout_errorEnabled = 2;
+ public static final int TextInputLayout_errorTextAppearance = 3;
+ public static final int TextInputLayout_hintTextAppearance = 1;
+ public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132, 0x7f010133, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, 0x7f010147, 0x7f010148, 0x7f010149, 0x7f01014a, 0x7f01014b, 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169, 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f, 0x7f010170, 0x7f010171, 0x7f010172, 0x7f010173, 0x7f010174, 0x7f010175, 0x7f010176, 0x7f010177, 0x7f010178, 0x7f010179, 0x7f01017a, 0x7f01017b, 0x7f01017c, 0x7f01017d, 0x7f01017e, 0x7f01017f, 0x7f010180, 0x7f010181, 0x7f010182, 0x7f010183, 0x7f010184, 0x7f010185, 0x7f010186, 0x7f010187, 0x7f010188, 0x7f010189, 0x7f01018a, 0x7f01018b };
+ 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 = 90;
+ public static final int Theme_alertDialogCenterButtons = 91;
+ public static final int Theme_alertDialogStyle = 89;
+ public static final int Theme_alertDialogTheme = 92;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 97;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 95;
+ public static final int Theme_buttonBarNeutralButtonStyle = 96;
+ public static final int Theme_buttonBarPositiveButtonStyle = 94;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 98;
+ public static final int Theme_buttonStyleSmall = 99;
+ public static final int Theme_checkboxStyle = 100;
+ public static final int Theme_checkedTextViewStyle = 101;
+ 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_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 = 102;
+ 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 = 103;
+ public static final int Theme_ratingBarStyle = 104;
+ 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 = 105;
+ public static final int Theme_switchStyle = 106;
+ 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 = 93;
+ 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, 0x7f010022, 0x7f010025, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f01003a, 0x7f01018c, 0x7f01018d, 0x7f01018e, 0x7f01018f, 0x7f010190, 0x7f010191, 0x7f010192, 0x7f010193, 0x7f010194, 0x7f010195, 0x7f010196, 0x7f010197 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f010198, 0x7f010199, 0x7f01019a, 0x7f01019b, 0x7f01019c };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
new file mode 100644
index 0000000..2a4608e
--- /dev/null
+++ b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
@@ -0,0 +1,1195 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+package android.support.v7.appcompat;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f050000;
+ public static final int abc_fade_out = 0x7f050001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
+ public static final int abc_popup_enter = 0x7f050003;
+ public static final int abc_popup_exit = 0x7f050004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
+ public static final int abc_slide_in_bottom = 0x7f050006;
+ public static final int abc_slide_in_top = 0x7f050007;
+ public static final int abc_slide_out_bottom = 0x7f050008;
+ public static final int abc_slide_out_top = 0x7f050009;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010138;
+ public static final int actionBarItemBackground = 0x7f010139;
+ public static final int actionBarPopupTheme = 0x7f010132;
+ public static final int actionBarSize = 0x7f010137;
+ public static final int actionBarSplitStyle = 0x7f010134;
+ public static final int actionBarStyle = 0x7f010133;
+ public static final int actionBarTabBarStyle = 0x7f01012e;
+ public static final int actionBarTabStyle = 0x7f01012d;
+ public static final int actionBarTabTextStyle = 0x7f01012f;
+ public static final int actionBarTheme = 0x7f010135;
+ public static final int actionBarWidgetTheme = 0x7f010136;
+ public static final int actionButtonStyle = 0x7f010152;
+ public static final int actionDropDownStyle = 0x7f01014e;
+ public static final int actionLayout = 0x7f0100d3;
+ public static final int actionMenuTextAppearance = 0x7f01013a;
+ public static final int actionMenuTextColor = 0x7f01013b;
+ public static final int actionModeBackground = 0x7f01013e;
+ public static final int actionModeCloseButtonStyle = 0x7f01013d;
+ public static final int actionModeCloseDrawable = 0x7f010140;
+ public static final int actionModeCopyDrawable = 0x7f010142;
+ public static final int actionModeCutDrawable = 0x7f010141;
+ public static final int actionModeFindDrawable = 0x7f010146;
+ public static final int actionModePasteDrawable = 0x7f010143;
+ public static final int actionModePopupWindowStyle = 0x7f010148;
+ public static final int actionModeSelectAllDrawable = 0x7f010144;
+ public static final int actionModeShareDrawable = 0x7f010145;
+ public static final int actionModeSplitBackground = 0x7f01013f;
+ public static final int actionModeStyle = 0x7f01013c;
+ public static final int actionModeWebSearchDrawable = 0x7f010147;
+ public static final int actionOverflowButtonStyle = 0x7f010130;
+ public static final int actionOverflowMenuStyle = 0x7f010131;
+ public static final int actionProviderClass = 0x7f0100d5;
+ public static final int actionViewClass = 0x7f0100d4;
+ public static final int activityChooserViewStyle = 0x7f01015a;
+ public static final int alertDialogButtonGroupStyle = 0x7f01017b;
+ public static final int alertDialogCenterButtons = 0x7f01017c;
+ public static final int alertDialogStyle = 0x7f01017a;
+ public static final int alertDialogTheme = 0x7f01017d;
+ public static final int autoCompleteTextViewStyle = 0x7f010182;
+ public static final int background = 0x7f01002b;
+ public static final int backgroundSplit = 0x7f01002d;
+ public static final int backgroundStacked = 0x7f01002c;
+ public static final int backgroundTint = 0x7f01019b;
+ public static final int backgroundTintMode = 0x7f01019c;
+ public static final int barSize = 0x7f01007e;
+ public static final int borderlessButtonStyle = 0x7f010157;
+ public static final int buttonBarButtonStyle = 0x7f010154;
+ public static final int buttonBarNegativeButtonStyle = 0x7f010180;
+ public static final int buttonBarNeutralButtonStyle = 0x7f010181;
+ public static final int buttonBarPositiveButtonStyle = 0x7f01017f;
+ public static final int buttonBarStyle = 0x7f010153;
+ public static final int buttonPanelSideLayout = 0x7f01004b;
+ public static final int buttonStyle = 0x7f010183;
+ public static final int buttonStyleSmall = 0x7f010184;
+ public static final int checkboxStyle = 0x7f010185;
+ public static final int checkedTextViewStyle = 0x7f010186;
+ public static final int closeIcon = 0x7f0100f2;
+ public static final int closeItemLayout = 0x7f01003b;
+ public static final int collapseContentDescription = 0x7f010195;
+ public static final int collapseIcon = 0x7f010194;
+ public static final int color = 0x7f010078;
+ public static final int colorAccent = 0x7f010174;
+ public static final int colorButtonNormal = 0x7f010178;
+ public static final int colorControlActivated = 0x7f010176;
+ public static final int colorControlHighlight = 0x7f010177;
+ public static final int colorControlNormal = 0x7f010175;
+ public static final int colorPrimary = 0x7f010172;
+ public static final int colorPrimaryDark = 0x7f010173;
+ public static final int colorSwitchThumbNormal = 0x7f010179;
+ public static final int commitIcon = 0x7f0100f7;
+ public static final int contentInsetEnd = 0x7f010036;
+ public static final int contentInsetLeft = 0x7f010037;
+ public static final int contentInsetRight = 0x7f010038;
+ public static final int contentInsetStart = 0x7f010035;
+ public static final int customNavigationLayout = 0x7f01002e;
+ public static final int defaultQueryHint = 0x7f0100f1;
+ public static final int dialogPreferredPadding = 0x7f01014c;
+ public static final int dialogTheme = 0x7f01014b;
+ public static final int disableChildrenWhenDisabled = 0x7f010108;
+ public static final int displayOptions = 0x7f010024;
+ public static final int divider = 0x7f01002a;
+ public static final int dividerHorizontal = 0x7f010159;
+ public static final int dividerPadding = 0x7f0100b1;
+ public static final int dividerVertical = 0x7f010158;
+ public static final int drawableSize = 0x7f01007a;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01016a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01014f;
+ public static final int editTextBackground = 0x7f010160;
+ public static final int editTextColor = 0x7f01015f;
+ public static final int editTextStyle = 0x7f010187;
+ public static final int elevation = 0x7f010039;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01004a;
+ public static final int gapBetweenBars = 0x7f01007b;
+ public static final int goIcon = 0x7f0100f3;
+ public static final int height = 0x7f010002;
+ public static final int hideOnContentScroll = 0x7f010034;
+ public static final int homeAsUpIndicator = 0x7f010151;
+ public static final int homeLayout = 0x7f01002f;
+ public static final int icon = 0x7f010028;
+ public static final int iconifiedByDefault = 0x7f0100ef;
+ public static final int indeterminateProgressStyle = 0x7f010031;
+ public static final int initialActivityCount = 0x7f010049;
+ public static final int isLightTheme = 0x7f010003;
+ public static final int itemPadding = 0x7f010033;
+ public static final int layout = 0x7f0100ee;
+ public static final int listChoiceBackgroundIndicator = 0x7f010171;
+ public static final int listDividerAlertDialog = 0x7f01014d;
+ public static final int listItemLayout = 0x7f01004f;
+ public static final int listLayout = 0x7f01004c;
+ public static final int listPopupWindowStyle = 0x7f01016b;
+ public static final int listPreferredItemHeight = 0x7f010165;
+ public static final int listPreferredItemHeightLarge = 0x7f010167;
+ public static final int listPreferredItemHeightSmall = 0x7f010166;
+ public static final int listPreferredItemPaddingLeft = 0x7f010168;
+ public static final int listPreferredItemPaddingRight = 0x7f010169;
+ public static final int logo = 0x7f010029;
+ public static final int maxButtonHeight = 0x7f010193;
+ public static final int measureWithLargestChild = 0x7f0100af;
+ public static final int middleBarArrowSize = 0x7f01007d;
+ public static final int multiChoiceItemLayout = 0x7f01004d;
+ public static final int navigationContentDescription = 0x7f010197;
+ public static final int navigationIcon = 0x7f010196;
+ public static final int navigationMode = 0x7f010023;
+ public static final int overlapAnchor = 0x7f0100dc;
+ public static final int paddingEnd = 0x7f010199;
+ public static final int paddingStart = 0x7f010198;
+ public static final int panelBackground = 0x7f01016e;
+ public static final int panelMenuListTheme = 0x7f010170;
+ public static final int panelMenuListWidth = 0x7f01016f;
+ public static final int popupMenuStyle = 0x7f01015d;
+ public static final int popupPromptView = 0x7f010107;
+ public static final int popupTheme = 0x7f01003a;
+ public static final int popupWindowStyle = 0x7f01015e;
+ public static final int preserveIconSpacing = 0x7f0100d6;
+ public static final int progressBarPadding = 0x7f010032;
+ public static final int progressBarStyle = 0x7f010030;
+ public static final int prompt = 0x7f010105;
+ public static final int queryBackground = 0x7f0100f9;
+ public static final int queryHint = 0x7f0100f0;
+ public static final int radioButtonStyle = 0x7f010188;
+ public static final int ratingBarStyle = 0x7f010189;
+ public static final int searchHintIcon = 0x7f0100f5;
+ public static final int searchIcon = 0x7f0100f4;
+ public static final int searchViewStyle = 0x7f010164;
+ public static final int selectableItemBackground = 0x7f010155;
+ public static final int selectableItemBackgroundBorderless = 0x7f010156;
+ public static final int showAsAction = 0x7f0100d2;
+ public static final int showDividers = 0x7f0100b0;
+ public static final int showText = 0x7f01010f;
+ public static final int singleChoiceItemLayout = 0x7f01004e;
+ public static final int spinBars = 0x7f010079;
+ public static final int spinnerDropDownItemStyle = 0x7f010150;
+ public static final int spinnerMode = 0x7f010106;
+ public static final int spinnerStyle = 0x7f01018a;
+ public static final int splitTrack = 0x7f01010e;
+ public static final int state_above_anchor = 0x7f0100dd;
+ public static final int submitBackground = 0x7f0100fa;
+ public static final int subtitle = 0x7f010025;
+ public static final int subtitleTextAppearance = 0x7f01018d;
+ public static final int subtitleTextStyle = 0x7f010027;
+ public static final int suggestionRowLayout = 0x7f0100f8;
+ public static final int switchMinWidth = 0x7f01010c;
+ public static final int switchPadding = 0x7f01010d;
+ public static final int switchStyle = 0x7f01018b;
+ public static final int switchTextAppearance = 0x7f01010b;
+ public static final int textAllCaps = 0x7f010052;
+ public static final int textAppearanceLargePopupMenu = 0x7f010149;
+ public static final int textAppearanceListItem = 0x7f01016c;
+ public static final int textAppearanceListItemSmall = 0x7f01016d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010162;
+ public static final int textAppearanceSearchResultTitle = 0x7f010161;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01014a;
+ public static final int textColorAlertDialogListItem = 0x7f01017e;
+ public static final int textColorSearchUrl = 0x7f010163;
+ public static final int theme = 0x7f01019a;
+ public static final int thickness = 0x7f01007f;
+ public static final int thumbTextPadding = 0x7f01010a;
+ public static final int title = 0x7f010022;
+ public static final int titleMarginBottom = 0x7f010192;
+ public static final int titleMarginEnd = 0x7f010190;
+ public static final int titleMarginStart = 0x7f01018f;
+ public static final int titleMarginTop = 0x7f010191;
+ public static final int titleMargins = 0x7f01018e;
+ public static final int titleTextAppearance = 0x7f01018c;
+ public static final int titleTextStyle = 0x7f010026;
+ public static final int toolbarNavigationButtonStyle = 0x7f01015c;
+ public static final int toolbarStyle = 0x7f01015b;
+ public static final int topBottomBarArrowSize = 0x7f01007c;
+ public static final int track = 0x7f010109;
+ public static final int voiceIcon = 0x7f0100f6;
+ public static final int windowActionBar = 0x7f010123;
+ public static final int windowActionBarOverlay = 0x7f010125;
+ public static final int windowActionModeOverlay = 0x7f010126;
+ public static final int windowFixedHeightMajor = 0x7f01012a;
+ public static final int windowFixedHeightMinor = 0x7f010128;
+ public static final int windowFixedWidthMajor = 0x7f010127;
+ public static final int windowFixedWidthMinor = 0x7f010129;
+ public static final int windowMinWidthMajor = 0x7f01012b;
+ public static final int windowMinWidthMinor = 0x7f01012c;
+ public static final int windowNoTitle = 0x7f010124;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f0a0002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0a0000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0a0003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f0a0004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0a0001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0a0005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0a0006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0d0083;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0d0084;
+ public static final int abc_input_method_navigation_guard = 0x7f0d0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0d0085;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0d0086;
+ public static final int abc_primary_text_material_dark = 0x7f0d0087;
+ public static final int abc_primary_text_material_light = 0x7f0d0088;
+ public static final int abc_search_url_text = 0x7f0d0089;
+ public static final int abc_search_url_text_normal = 0x7f0d0001;
+ public static final int abc_search_url_text_pressed = 0x7f0d0002;
+ public static final int abc_search_url_text_selected = 0x7f0d0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0d008a;
+ public static final int abc_secondary_text_material_light = 0x7f0d008b;
+ public static final int accent_material_dark = 0x7f0d0004;
+ public static final int accent_material_light = 0x7f0d0005;
+ public static final int background_floating_material_dark = 0x7f0d0006;
+ public static final int background_floating_material_light = 0x7f0d0007;
+ public static final int background_material_dark = 0x7f0d0008;
+ public static final int background_material_light = 0x7f0d0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0d000f;
+ public static final int bright_foreground_disabled_material_light = 0x7f0d0010;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0d0011;
+ public static final int bright_foreground_inverse_material_light = 0x7f0d0012;
+ public static final int bright_foreground_material_dark = 0x7f0d0013;
+ public static final int bright_foreground_material_light = 0x7f0d0014;
+ public static final int button_material_dark = 0x7f0d0016;
+ public static final int button_material_light = 0x7f0d0017;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0d0028;
+ public static final int dim_foreground_disabled_material_light = 0x7f0d0029;
+ public static final int dim_foreground_material_dark = 0x7f0d002a;
+ public static final int dim_foreground_material_light = 0x7f0d002b;
+ public static final int highlighted_text_material_dark = 0x7f0d0043;
+ public static final int highlighted_text_material_light = 0x7f0d0044;
+ public static final int hint_foreground_material_dark = 0x7f0d0045;
+ public static final int hint_foreground_material_light = 0x7f0d0046;
+ public static final int link_text_material_dark = 0x7f0d0048;
+ public static final int link_text_material_light = 0x7f0d0049;
+ public static final int material_blue_grey_800 = 0x7f0d004b;
+ public static final int material_blue_grey_900 = 0x7f0d004c;
+ public static final int material_blue_grey_950 = 0x7f0d004d;
+ public static final int material_deep_teal_200 = 0x7f0d004e;
+ public static final int material_deep_teal_500 = 0x7f0d004f;
+ public static final int primary_dark_material_dark = 0x7f0d0058;
+ public static final int primary_dark_material_light = 0x7f0d0059;
+ public static final int primary_material_dark = 0x7f0d005a;
+ public static final int primary_material_light = 0x7f0d005b;
+ public static final int primary_text_default_material_dark = 0x7f0d005c;
+ public static final int primary_text_default_material_light = 0x7f0d005d;
+ public static final int primary_text_disabled_material_dark = 0x7f0d005e;
+ public static final int primary_text_disabled_material_light = 0x7f0d005f;
+ public static final int ripple_material_dark = 0x7f0d0064;
+ public static final int ripple_material_light = 0x7f0d0065;
+ public static final int secondary_text_default_material_dark = 0x7f0d0068;
+ public static final int secondary_text_default_material_light = 0x7f0d0069;
+ public static final int secondary_text_disabled_material_dark = 0x7f0d006a;
+ public static final int secondary_text_disabled_material_light = 0x7f0d006b;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0d0074;
+ public static final int switch_thumb_disabled_material_light = 0x7f0d0075;
+ public static final int switch_thumb_material_dark = 0x7f0d008c;
+ public static final int switch_thumb_material_light = 0x7f0d008d;
+ public static final int switch_thumb_normal_material_dark = 0x7f0d0076;
+ public static final int switch_thumb_normal_material_light = 0x7f0d0077;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f08000c;
+ public static final int abc_action_bar_default_height_material = 0x7f080001;
+ public static final int abc_action_bar_default_padding_material = 0x7f080002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f08001d;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f08000d;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f08000e;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f08001e;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f08001f;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080020;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080021;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080022;
+ public static final int abc_action_button_min_height_material = 0x7f080023;
+ public static final int abc_action_button_min_width_material = 0x7f080024;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f080025;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f080000;
+ public static final int abc_button_inset_horizontal_material = 0x7f080026;
+ public static final int abc_button_inset_vertical_material = 0x7f080027;
+ public static final int abc_button_padding_horizontal_material = 0x7f080028;
+ public static final int abc_button_padding_vertical_material = 0x7f080029;
+ public static final int abc_config_prefDialogWidth = 0x7f080006;
+ public static final int abc_control_corner_material = 0x7f08002a;
+ public static final int abc_control_inset_material = 0x7f08002b;
+ public static final int abc_control_padding_material = 0x7f08002c;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f08002d;
+ public static final int abc_dialog_min_width_major = 0x7f08002e;
+ public static final int abc_dialog_min_width_minor = 0x7f08002f;
+ public static final int abc_dialog_padding_material = 0x7f080030;
+ public static final int abc_dialog_padding_top_material = 0x7f080031;
+ public static final int abc_disabled_alpha_material_dark = 0x7f080032;
+ public static final int abc_disabled_alpha_material_light = 0x7f080033;
+ public static final int abc_dropdownitem_icon_width = 0x7f080034;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080035;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080036;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f080037;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f080038;
+ public static final int abc_edit_text_inset_top_material = 0x7f080039;
+ public static final int abc_floating_window_z = 0x7f08003a;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f08003b;
+ public static final int abc_panel_menu_list_width = 0x7f08003c;
+ public static final int abc_search_view_preferred_width = 0x7f08003d;
+ public static final int abc_search_view_text_min_width = 0x7f080007;
+ public static final int abc_switch_padding = 0x7f080016;
+ public static final int abc_text_size_body_1_material = 0x7f08003e;
+ public static final int abc_text_size_body_2_material = 0x7f08003f;
+ public static final int abc_text_size_button_material = 0x7f080040;
+ public static final int abc_text_size_caption_material = 0x7f080041;
+ public static final int abc_text_size_display_1_material = 0x7f080042;
+ public static final int abc_text_size_display_2_material = 0x7f080043;
+ public static final int abc_text_size_display_3_material = 0x7f080044;
+ public static final int abc_text_size_display_4_material = 0x7f080045;
+ public static final int abc_text_size_headline_material = 0x7f080046;
+ public static final int abc_text_size_large_material = 0x7f080047;
+ public static final int abc_text_size_medium_material = 0x7f080048;
+ public static final int abc_text_size_menu_material = 0x7f080049;
+ public static final int abc_text_size_small_material = 0x7f08004a;
+ public static final int abc_text_size_subhead_material = 0x7f08004b;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080004;
+ public static final int abc_text_size_title_material = 0x7f08004c;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080005;
+ public static final int dialog_fixed_height_major = 0x7f080008;
+ public static final int dialog_fixed_height_minor = 0x7f080009;
+ public static final int dialog_fixed_width_major = 0x7f08000a;
+ public static final int dialog_fixed_width_minor = 0x7f08000b;
+ public static final int disabled_alpha_material_dark = 0x7f08005e;
+ public static final int disabled_alpha_material_light = 0x7f08005f;
+ public static final int notification_large_icon_height = 0x7f08009b;
+ public static final int notification_large_icon_width = 0x7f08009c;
+ public static final int notification_subtext_size = 0x7f08009d;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int notification_template_icon_bg = 0x7f02008e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0e00d5;
+ public static final int action_bar = 0x7f0e0067;
+ public static final int action_bar_activity_content = 0x7f0e0000;
+ public static final int action_bar_container = 0x7f0e0066;
+ public static final int action_bar_root = 0x7f0e0062;
+ public static final int action_bar_spinner = 0x7f0e0001;
+ public static final int action_bar_subtitle = 0x7f0e004b;
+ public static final int action_bar_title = 0x7f0e004a;
+ public static final int action_context_bar = 0x7f0e0068;
+ public static final int action_divider = 0x7f0e00d9;
+ public static final int action_menu_divider = 0x7f0e0002;
+ public static final int action_menu_presenter = 0x7f0e0003;
+ public static final int action_mode_bar = 0x7f0e0064;
+ public static final int action_mode_bar_stub = 0x7f0e0063;
+ public static final int action_mode_close_button = 0x7f0e004c;
+ public static final int activity_chooser_view_content = 0x7f0e004d;
+ public static final int alertTitle = 0x7f0e0057;
+ public static final int always = 0x7f0e003b;
+ public static final int beginning = 0x7f0e0038;
+ public static final int buttonPanel = 0x7f0e005d;
+ public static final int cancel_action = 0x7f0e00d6;
+ public static final int checkbox = 0x7f0e005f;
+ public static final int chronometer = 0x7f0e00dc;
+ public static final int collapseActionView = 0x7f0e003c;
+ public static final int contentPanel = 0x7f0e0058;
+ public static final int custom = 0x7f0e005c;
+ public static final int customPanel = 0x7f0e005b;
+ public static final int decor_content_parent = 0x7f0e0065;
+ public static final int default_activity_button = 0x7f0e0050;
+ public static final int dialog = 0x7f0e0040;
+ public static final int disableHome = 0x7f0e001a;
+ public static final int dropdown = 0x7f0e0041;
+ public static final int edit_query = 0x7f0e0069;
+ public static final int end = 0x7f0e000c;
+ public static final int end_padder = 0x7f0e00e0;
+ public static final int expand_activities_button = 0x7f0e004e;
+ public static final int expanded_menu = 0x7f0e005e;
+ public static final int home = 0x7f0e0004;
+ public static final int homeAsUp = 0x7f0e001b;
+ public static final int icon = 0x7f0e0052;
+ public static final int ifRoom = 0x7f0e003d;
+ public static final int image = 0x7f0e004f;
+ public static final int info = 0x7f0e00df;
+ public static final int line1 = 0x7f0e00da;
+ public static final int line3 = 0x7f0e00de;
+ public static final int listMode = 0x7f0e0017;
+ public static final int list_item = 0x7f0e0051;
+ public static final int media_actions = 0x7f0e00d8;
+ public static final int middle = 0x7f0e0039;
+ public static final int multiply = 0x7f0e0045;
+ public static final int never = 0x7f0e003e;
+ public static final int none = 0x7f0e001c;
+ public static final int normal = 0x7f0e0018;
+ public static final int parentPanel = 0x7f0e0054;
+ public static final int progress_circular = 0x7f0e0006;
+ public static final int progress_horizontal = 0x7f0e0007;
+ public static final int radio = 0x7f0e0061;
+ public static final int screen = 0x7f0e0046;
+ public static final int scrollView = 0x7f0e0059;
+ public static final int search_badge = 0x7f0e006b;
+ public static final int search_bar = 0x7f0e006a;
+ public static final int search_button = 0x7f0e006c;
+ public static final int search_close_btn = 0x7f0e0071;
+ public static final int search_edit_frame = 0x7f0e006d;
+ public static final int search_go_btn = 0x7f0e0073;
+ public static final int search_mag_icon = 0x7f0e006e;
+ public static final int search_plate = 0x7f0e006f;
+ public static final int search_src_text = 0x7f0e0070;
+ public static final int search_voice_btn = 0x7f0e0074;
+ public static final int select_dialog_listview = 0x7f0e0075;
+ public static final int shortcut = 0x7f0e0060;
+ public static final int showCustom = 0x7f0e001d;
+ public static final int showHome = 0x7f0e001e;
+ public static final int showTitle = 0x7f0e001f;
+ public static final int split_action_bar = 0x7f0e0008;
+ public static final int src_atop = 0x7f0e0047;
+ public static final int src_in = 0x7f0e0048;
+ public static final int src_over = 0x7f0e0049;
+ public static final int status_bar_latest_event_content = 0x7f0e00d7;
+ public static final int submit_area = 0x7f0e0072;
+ public static final int tabMode = 0x7f0e0019;
+ public static final int text = 0x7f0e0032;
+ public static final int text2 = 0x7f0e00dd;
+ public static final int textSpacerNoButtons = 0x7f0e005a;
+ public static final int time = 0x7f0e00db;
+ public static final int title = 0x7f0e0053;
+ public static final int title_template = 0x7f0e0056;
+ public static final int topPanel = 0x7f0e0055;
+ public static final int up = 0x7f0e0009;
+ public static final int useLogo = 0x7f0e0020;
+ public static final int withText = 0x7f0e003f;
+ public static final int wrap_content = 0x7f0e0044;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0b0002;
+ public static final int abc_config_activityShortDur = 0x7f0b0003;
+ public static final int abc_max_action_buttons = 0x7f0b0000;
+ public static final int cancel_button_image_alpha = 0x7f0b0004;
+ public static final int status_bar_notification_info_maxnum = 0x7f0b0006;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f040000;
+ public static final int abc_action_bar_up_container = 0x7f040001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
+ public static final int abc_action_menu_item_layout = 0x7f040003;
+ public static final int abc_action_menu_layout = 0x7f040004;
+ public static final int abc_action_mode_bar = 0x7f040005;
+ public static final int abc_action_mode_close_item_material = 0x7f040006;
+ public static final int abc_activity_chooser_view = 0x7f040007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f040008;
+ public static final int abc_alert_dialog_material = 0x7f040009;
+ public static final int abc_dialog_title_material = 0x7f04000a;
+ public static final int abc_expanded_menu_layout = 0x7f04000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000c;
+ public static final int abc_list_menu_item_icon = 0x7f04000d;
+ public static final int abc_list_menu_item_layout = 0x7f04000e;
+ public static final int abc_list_menu_item_radio = 0x7f04000f;
+ public static final int abc_popup_menu_item_layout = 0x7f040010;
+ public static final int abc_screen_content_include = 0x7f040011;
+ public static final int abc_screen_simple = 0x7f040012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
+ public static final int abc_screen_toolbar = 0x7f040014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
+ public static final int abc_search_view = 0x7f040016;
+ public static final int abc_select_dialog_material = 0x7f040017;
+ public static final int abc_simple_dropdown_hint = 0x7f040018;
+ public static final int notification_media_action = 0x7f040040;
+ public static final int notification_media_cancel_action = 0x7f040041;
+ public static final int notification_template_big_media = 0x7f040042;
+ public static final int notification_template_big_media_narrow = 0x7f040043;
+ public static final int notification_template_lines = 0x7f040044;
+ public static final int notification_template_media = 0x7f040045;
+ public static final int notification_template_part_chronometer = 0x7f040046;
+ public static final int notification_template_part_time = 0x7f040047;
+ public static final int select_dialog_item_material = 0x7f040048;
+ public static final int select_dialog_multichoice_material = 0x7f040049;
+ public static final int select_dialog_singlechoice_material = 0x7f04004a;
+ public static final int support_simple_spinner_dropdown_item = 0x7f04004b;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f070000;
+ public static final int abc_action_bar_home_description_format = 0x7f07000d;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f07000e;
+ public static final int abc_action_bar_up_description = 0x7f070001;
+ public static final int abc_action_menu_overflow_description = 0x7f070002;
+ public static final int abc_action_mode_done = 0x7f070003;
+ public static final int abc_activity_chooser_view_see_all = 0x7f070004;
+ public static final int abc_activitychooserview_choose_application = 0x7f070005;
+ public static final int abc_search_hint = 0x7f07000f;
+ public static final int abc_searchview_description_clear = 0x7f070006;
+ public static final int abc_searchview_description_query = 0x7f070007;
+ public static final int abc_searchview_description_search = 0x7f070008;
+ public static final int abc_searchview_description_submit = 0x7f070009;
+ public static final int abc_searchview_description_voice = 0x7f07000a;
+ public static final int abc_shareactionprovider_share_with = 0x7f07000b;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f07000c;
+ public static final int abc_toolbar_collapse_description = 0x7f070010;
+ public static final int status_bar_notification_info_overflow = 0x7f070028;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f090078;
+ public static final int AlertDialog_AppCompat_Light = 0x7f090079;
+ public static final int Animation_AppCompat_Dialog = 0x7f09007a;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f09007b;
+ public static final int Base_AlertDialog_AppCompat = 0x7f09007d;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f09007e;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f09007f;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f090080;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f090082;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f090081;
+ public static final int Base_TextAppearance_AppCompat = 0x7f090033;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f090034;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f090035;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f09001b;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f090036;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f090037;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f090038;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f090039;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f09003a;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f09003b;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f090004;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f09003c;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f090005;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f09003d;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f09003e;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f09003f;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f090006;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f090040;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f090083;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f090041;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f090042;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f090043;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f090007;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f090044;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f090008;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f090045;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f090009;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f090046;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f090047;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f090048;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f090049;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f09004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f09004b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f09004c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f090084;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f09004d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f09004e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f09004f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f090050;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f090085;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f090051;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f090052;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f09008f;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f090090;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f090091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f090092;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f090093;
+ public static final int Base_Theme_AppCompat = 0x7f090053;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f090086;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f09000a;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f090002;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f090087;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f090088;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f090089;
+ public static final int Base_Theme_AppCompat_Light = 0x7f090054;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f09008a;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f09000b;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f090003;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f09008b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f09008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f09008d;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f09000c;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f09000d;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f090017;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f090018;
+ public static final int Base_V21_Theme_AppCompat = 0x7f090055;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f090056;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f090057;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f090058;
+ public static final int Base_V7_Theme_AppCompat = 0x7f090094;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f090095;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f090096;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f090097;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f090098;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f090099;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f09009a;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f09009b;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f09009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f090059;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f09005a;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f09005b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f09005c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f09005d;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f09009d;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f09009e;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f090019;
+ public static final int Base_Widget_AppCompat_Button = 0x7f09005e;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f090062;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0900a0;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f09005f;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f090060;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09009f;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f090061;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f090063;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f090064;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0900a1;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f090000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0900a2;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f090065;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f09001a;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0900a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0900a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0900a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f090066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f090067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f090068;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f090069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f09006a;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f09006b;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f09006c;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f09006d;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f09006e;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f09006f;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f090070;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0900a6;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f09000e;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f09000f;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f090071;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0900a7;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0900a8;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f090010;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090072;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f090073;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f090074;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0900a9;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090075;
+ public static final int Platform_AppCompat = 0x7f090013;
+ public static final int Platform_AppCompat_Light = 0x7f090014;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f090076;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f090077;
+ public static final int Platform_V11_AppCompat = 0x7f090015;
+ public static final int Platform_V11_AppCompat_Light = 0x7f090016;
+ public static final int Platform_V14_AppCompat = 0x7f09001c;
+ public static final int Platform_V14_AppCompat_Light = 0x7f09001d;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f090023;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f090024;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f090025;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f090026;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f090027;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f090028;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f090029;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f09002f;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f09002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f09002b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f09002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f09002d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f09002e;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090030;
+ public static final int TextAppearance_AppCompat = 0x7f0900b8;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0900b9;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0900ba;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0900bb;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0900bc;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0900bd;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0900be;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0900bf;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0900c0;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0900c1;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0900c2;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0900c3;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0900c4;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0900c5;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0900c6;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0900c7;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0900c8;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0900c9;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0900ca;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0900cb;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0900cc;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0900cd;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0900ce;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0900cf;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0900d0;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0900d1;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0900d2;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0900d3;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0900d4;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0900d5;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0900d6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0900d7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0900d8;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0900d9;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0900da;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0900db;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0900dc;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0900dd;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0900de;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0900df;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0900e0;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0900e1;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f09001e;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f09001f;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f090020;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f090021;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f090022;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0900e7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0900e8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0900e9;
+ public static final int ThemeOverlay_AppCompat = 0x7f0900f8;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0900f9;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0900fa;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0900fb;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0900fc;
+ public static final int Theme_AppCompat = 0x7f0900ea;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0900eb;
+ public static final int Theme_AppCompat_Dialog = 0x7f0900ec;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0900ef;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0900ed;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0900ee;
+ public static final int Theme_AppCompat_Light = 0x7f0900f0;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0900f1;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0900f2;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0900f5;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0900f3;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0900f4;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0900f6;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0900f7;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0900fd;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0900fe;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0900ff;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f090100;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f090101;
+ public static final int Widget_AppCompat_ActionButton = 0x7f090102;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f090103;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f090104;
+ public static final int Widget_AppCompat_ActionMode = 0x7f090105;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f090106;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f090107;
+ public static final int Widget_AppCompat_Button = 0x7f090108;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f09010d;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f09010e;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f090109;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f09010a;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09010b;
+ public static final int Widget_AppCompat_Button_Small = 0x7f09010c;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f09010f;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f090110;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f090111;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f090112;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f090113;
+ public static final int Widget_AppCompat_EditText = 0x7f090114;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f090115;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f090116;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f090117;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f090118;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f090119;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f09011a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f09011b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f09011c;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f09011d;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f09011e;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f09011f;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f090120;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f090121;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f090122;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f090123;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f090124;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f090125;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f090126;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f090127;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f090128;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f090129;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f09012a;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f09012b;
+ public static final int Widget_AppCompat_ListView = 0x7f09012c;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f09012d;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f09012e;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f09012f;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f090130;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f090131;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f090132;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f090133;
+ public static final int Widget_AppCompat_RatingBar = 0x7f090134;
+ public static final int Widget_AppCompat_SearchView = 0x7f090135;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f090136;
+ public static final int Widget_AppCompat_Spinner = 0x7f090137;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f090138;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090139;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f09013a;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f09013b;
+ public static final int Widget_AppCompat_Toolbar = 0x7f09013c;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09013d;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010002, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f010151 };
+ 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 = { 0x7f010002, 0x7f010026, 0x7f010027, 0x7f01002b, 0x7f01002d, 0x7f01003b };
+ 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 = { 0x7f010049, 0x7f01004a };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f };
+ 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, 0x7f010052 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01002a, 0x7f0100af, 0x7f0100b0, 0x7f0100b1 };
+ 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, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5 };
+ 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, 0x7f0100d6 };
+ 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, 0x7f0100dc };
+ public static final int[] PopupWindowBackgroundState = { 0x7f0100dd };
+ 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, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa };
+ 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 = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f };
+ 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, 0x7f010052 };
+ 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, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132, 0x7f010133, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, 0x7f010147, 0x7f010148, 0x7f010149, 0x7f01014a, 0x7f01014b, 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169, 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f, 0x7f010170, 0x7f010171, 0x7f010172, 0x7f010173, 0x7f010174, 0x7f010175, 0x7f010176, 0x7f010177, 0x7f010178, 0x7f010179, 0x7f01017a, 0x7f01017b, 0x7f01017c, 0x7f01017d, 0x7f01017e, 0x7f01017f, 0x7f010180, 0x7f010181, 0x7f010182, 0x7f010183, 0x7f010184, 0x7f010185, 0x7f010186, 0x7f010187, 0x7f010188, 0x7f010189, 0x7f01018a, 0x7f01018b };
+ 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 = 90;
+ public static final int Theme_alertDialogCenterButtons = 91;
+ public static final int Theme_alertDialogStyle = 89;
+ public static final int Theme_alertDialogTheme = 92;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 97;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 95;
+ public static final int Theme_buttonBarNeutralButtonStyle = 96;
+ public static final int Theme_buttonBarPositiveButtonStyle = 94;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 98;
+ public static final int Theme_buttonStyleSmall = 99;
+ public static final int Theme_checkboxStyle = 100;
+ public static final int Theme_checkedTextViewStyle = 101;
+ 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_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 = 102;
+ 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 = 103;
+ public static final int Theme_ratingBarStyle = 104;
+ 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 = 105;
+ public static final int Theme_switchStyle = 106;
+ 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 = 93;
+ 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, 0x7f010022, 0x7f010025, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f01003a, 0x7f01018c, 0x7f01018d, 0x7f01018e, 0x7f01018f, 0x7f010190, 0x7f010191, 0x7f010192, 0x7f010193, 0x7f010194, 0x7f010195, 0x7f010196, 0x7f010197 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f010198, 0x7f010199, 0x7f01019a, 0x7f01019b, 0x7f01019c };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/android/support/v7/cardview/R.java b/app/build/generated/source/r/debug/android/support/v7/cardview/R.java
new file mode 100644
index 0000000..e5824d1
--- /dev/null
+++ b/app/build/generated/source/r/debug/android/support/v7/cardview/R.java
@@ -0,0 +1,53 @@
+/* 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.cardview;
+
+public final class R {
+ public static final class attr {
+ public static final int cardBackgroundColor = 0x7f010055;
+ public static final int cardCornerRadius = 0x7f010056;
+ public static final int cardElevation = 0x7f010057;
+ public static final int cardMaxElevation = 0x7f010058;
+ public static final int cardPreventCornerOverlap = 0x7f01005a;
+ public static final int cardUseCompatPadding = 0x7f010059;
+ public static final int contentPadding = 0x7f01005b;
+ public static final int contentPaddingBottom = 0x7f01005f;
+ public static final int contentPaddingLeft = 0x7f01005c;
+ public static final int contentPaddingRight = 0x7f01005d;
+ public static final int contentPaddingTop = 0x7f01005e;
+ }
+ public static final class color {
+ public static final int cardview_dark_background = 0x7f0d0018;
+ public static final int cardview_light_background = 0x7f0d0019;
+ public static final int cardview_shadow_end_color = 0x7f0d001a;
+ public static final int cardview_shadow_start_color = 0x7f0d001b;
+ }
+ public static final class dimen {
+ public static final int cardview_compat_inset_shadow = 0x7f080058;
+ public static final int cardview_default_elevation = 0x7f080059;
+ public static final int cardview_default_radius = 0x7f08005a;
+ }
+ public static final class style {
+ public static final int CardView = 0x7f0900ab;
+ public static final int CardView_Dark = 0x7f0900ac;
+ public static final int CardView_Light = 0x7f0900ad;
+ }
+ public static final class styleable {
+ public static final int[] CardView = { 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f };
+ public static final int CardView_cardBackgroundColor = 0;
+ public static final int CardView_cardCornerRadius = 1;
+ public static final int CardView_cardElevation = 2;
+ public static final int CardView_cardMaxElevation = 3;
+ public static final int CardView_cardPreventCornerOverlap = 5;
+ public static final int CardView_cardUseCompatPadding = 4;
+ public static final int CardView_contentPadding = 6;
+ public static final int CardView_contentPaddingBottom = 10;
+ public static final int CardView_contentPaddingLeft = 7;
+ public static final int CardView_contentPaddingRight = 8;
+ public static final int CardView_contentPaddingTop = 9;
+ }
+}
diff --git a/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java b/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java
new file mode 100644
index 0000000..2c5f9de
--- /dev/null
+++ b/app/build/generated/source/r/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 = 0x7f0100e8;
+ public static final int reverseLayout = 0x7f0100ea;
+ public static final int spanCount = 0x7f0100e9;
+ public static final int stackFromEnd = 0x7f0100eb;
+ }
+ public static final class dimen {
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080075;
+ }
+ public static final class id {
+ public static final int item_touch_helper_previous_elevation = 0x7f0e0005;
+ }
+ public static final class styleable {
+ public static final int[] RecyclerView = { 0x010100c4, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb };
+ 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/app/build/generated/source/r/debug/cn/bingoogolapple/refreshlayout/R.java b/app/build/generated/source/r/debug/cn/bingoogolapple/refreshlayout/R.java
new file mode 100644
index 0000000..13b9c12
--- /dev/null
+++ b/app/build/generated/source/r/debug/cn/bingoogolapple/refreshlayout/R.java
@@ -0,0 +1,70 @@
+/* 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 cn.bingoogolapple.refreshlayout;
+
+public final class R {
+ public static final class anim {
+ public static final int bga_refresh_loding = 0x7f05000a;
+ }
+ public static final class attr {
+ public static final int layoutManager = 0x7f0100e8;
+ public static final int mv_originalImg = 0x7f010054;
+ public static final int mv_ultimateColor = 0x7f010053;
+ public static final int reverseLayout = 0x7f0100ea;
+ public static final int spanCount = 0x7f0100e9;
+ public static final int stackFromEnd = 0x7f0100eb;
+ }
+ public static final class dimen {
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080075;
+ }
+ public static final class id {
+ public static final int item_touch_helper_previous_elevation = 0x7f0e0005;
+ public static final int iv_normal_refresh_footer_chrysanthemum = 0x7f0e00e1;
+ public static final int iv_normal_refresh_header_arrow = 0x7f0e00e4;
+ public static final int iv_normal_refresh_header_chrysanthemum = 0x7f0e00e5;
+ public static final int moocView = 0x7f0e00e3;
+ public static final int stickinessRefreshView = 0x7f0e00e7;
+ public static final int tv_normal_refresh_footer_status = 0x7f0e00e2;
+ public static final int tv_normal_refresh_header_status = 0x7f0e00e6;
+ }
+ public static final class layout {
+ public static final int view_normal_refresh_footer = 0x7f04004c;
+ public static final int view_refresh_header_mooc_style = 0x7f04004d;
+ public static final int view_refresh_header_normal = 0x7f04004e;
+ public static final int view_refresh_header_stickiness = 0x7f04004f;
+ }
+ public static final class mipmap {
+ public static final int bga_refresh_loading = 0x7f030000;
+ public static final int bga_refresh_loading01 = 0x7f030001;
+ public static final int bga_refresh_loading02 = 0x7f030002;
+ public static final int bga_refresh_loading03 = 0x7f030003;
+ public static final int bga_refresh_loading04 = 0x7f030004;
+ public static final int bga_refresh_loading05 = 0x7f030005;
+ public static final int bga_refresh_loading06 = 0x7f030006;
+ public static final int bga_refresh_loading07 = 0x7f030007;
+ public static final int bga_refresh_loading08 = 0x7f030008;
+ public static final int bga_refresh_loading09 = 0x7f030009;
+ public static final int bga_refresh_loading10 = 0x7f03000a;
+ public static final int bga_refresh_loading11 = 0x7f03000b;
+ public static final int bga_refresh_loading12 = 0x7f03000c;
+ public static final int bga_refresh_moooc = 0x7f03000d;
+ public static final int bga_refresh_stickiness = 0x7f03000e;
+ public static final int list_divider = 0x7f03000f;
+ public static final int refresh_head_arrow = 0x7f030010;
+ }
+ public static final class styleable {
+ public static final int[] BGAMoocStyleRefreshView = { 0x7f010053, 0x7f010054 };
+ public static final int BGAMoocStyleRefreshView_mv_originalImg = 1;
+ public static final int BGAMoocStyleRefreshView_mv_ultimateColor = 0;
+ public static final int[] RecyclerView = { 0x010100c4, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb };
+ 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/app/build/generated/source/r/debug/com/afollestad/materialdialogs/R.java b/app/build/generated/source/r/debug/com/afollestad/materialdialogs/R.java
new file mode 100644
index 0000000..63b0778
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/afollestad/materialdialogs/R.java
@@ -0,0 +1,1328 @@
+/* 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.afollestad.materialdialogs;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f050000;
+ public static final int abc_fade_out = 0x7f050001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
+ public static final int abc_popup_enter = 0x7f050003;
+ public static final int abc_popup_exit = 0x7f050004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
+ public static final int abc_slide_in_bottom = 0x7f050006;
+ public static final int abc_slide_in_top = 0x7f050007;
+ public static final int abc_slide_out_bottom = 0x7f050008;
+ public static final int abc_slide_out_top = 0x7f050009;
+ public static final int decelerate_cubic = 0x7f05000b;
+ public static final int popup_enter = 0x7f050010;
+ public static final int popup_exit = 0x7f050011;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010138;
+ public static final int actionBarItemBackground = 0x7f010139;
+ public static final int actionBarPopupTheme = 0x7f010132;
+ public static final int actionBarSize = 0x7f010137;
+ public static final int actionBarSplitStyle = 0x7f010134;
+ public static final int actionBarStyle = 0x7f010133;
+ public static final int actionBarTabBarStyle = 0x7f01012e;
+ public static final int actionBarTabStyle = 0x7f01012d;
+ public static final int actionBarTabTextStyle = 0x7f01012f;
+ public static final int actionBarTheme = 0x7f010135;
+ public static final int actionBarWidgetTheme = 0x7f010136;
+ public static final int actionButtonStyle = 0x7f010152;
+ public static final int actionDropDownStyle = 0x7f01014e;
+ public static final int actionLayout = 0x7f0100d3;
+ public static final int actionMenuTextAppearance = 0x7f01013a;
+ public static final int actionMenuTextColor = 0x7f01013b;
+ public static final int actionModeBackground = 0x7f01013e;
+ public static final int actionModeCloseButtonStyle = 0x7f01013d;
+ public static final int actionModeCloseDrawable = 0x7f010140;
+ public static final int actionModeCopyDrawable = 0x7f010142;
+ public static final int actionModeCutDrawable = 0x7f010141;
+ public static final int actionModeFindDrawable = 0x7f010146;
+ public static final int actionModePasteDrawable = 0x7f010143;
+ public static final int actionModePopupWindowStyle = 0x7f010148;
+ public static final int actionModeSelectAllDrawable = 0x7f010144;
+ public static final int actionModeShareDrawable = 0x7f010145;
+ public static final int actionModeSplitBackground = 0x7f01013f;
+ public static final int actionModeStyle = 0x7f01013c;
+ public static final int actionModeWebSearchDrawable = 0x7f010147;
+ public static final int actionOverflowButtonStyle = 0x7f010130;
+ public static final int actionOverflowMenuStyle = 0x7f010131;
+ public static final int actionProviderClass = 0x7f0100d5;
+ public static final int actionViewClass = 0x7f0100d4;
+ public static final int activityChooserViewStyle = 0x7f01015a;
+ public static final int alertDialogButtonGroupStyle = 0x7f01017b;
+ public static final int alertDialogCenterButtons = 0x7f01017c;
+ public static final int alertDialogStyle = 0x7f01017a;
+ public static final int alertDialogTheme = 0x7f01017d;
+ public static final int autoCompleteTextViewStyle = 0x7f010182;
+ public static final int background = 0x7f01002b;
+ public static final int backgroundSplit = 0x7f01002d;
+ public static final int backgroundStacked = 0x7f01002c;
+ public static final int backgroundTint = 0x7f01019b;
+ public static final int backgroundTintMode = 0x7f01019c;
+ public static final int barSize = 0x7f01007e;
+ public static final int borderlessButtonStyle = 0x7f010157;
+ public static final int buttonBarButtonStyle = 0x7f010154;
+ public static final int buttonBarNegativeButtonStyle = 0x7f010180;
+ public static final int buttonBarNeutralButtonStyle = 0x7f010181;
+ public static final int buttonBarPositiveButtonStyle = 0x7f01017f;
+ public static final int buttonBarStyle = 0x7f010153;
+ public static final int buttonPanelSideLayout = 0x7f01004b;
+ public static final int buttonStyle = 0x7f010183;
+ public static final int buttonStyleSmall = 0x7f010184;
+ public static final int checkboxStyle = 0x7f010185;
+ public static final int checkedTextViewStyle = 0x7f010186;
+ public static final int closeIcon = 0x7f0100f2;
+ public static final int closeItemLayout = 0x7f01003b;
+ public static final int collapseContentDescription = 0x7f010195;
+ public static final int collapseIcon = 0x7f010194;
+ public static final int color = 0x7f010078;
+ public static final int colorAccent = 0x7f010174;
+ public static final int colorButtonNormal = 0x7f010178;
+ public static final int colorControlActivated = 0x7f010176;
+ public static final int colorControlHighlight = 0x7f010177;
+ public static final int colorControlNormal = 0x7f010175;
+ public static final int colorPrimary = 0x7f010172;
+ public static final int colorPrimaryDark = 0x7f010173;
+ public static final int colorSwitchThumbNormal = 0x7f010179;
+ public static final int commitIcon = 0x7f0100f7;
+ public static final int contentInsetEnd = 0x7f010036;
+ public static final int contentInsetLeft = 0x7f010037;
+ public static final int contentInsetRight = 0x7f010038;
+ public static final int contentInsetStart = 0x7f010035;
+ public static final int customNavigationLayout = 0x7f01002e;
+ public static final int defaultQueryHint = 0x7f0100f1;
+ public static final int dialogPreferredPadding = 0x7f01014c;
+ public static final int dialogTheme = 0x7f01014b;
+ public static final int disableChildrenWhenDisabled = 0x7f010108;
+ public static final int displayOptions = 0x7f010024;
+ public static final int divider = 0x7f01002a;
+ public static final int dividerHorizontal = 0x7f010159;
+ public static final int dividerPadding = 0x7f0100b1;
+ public static final int dividerVertical = 0x7f010158;
+ public static final int drawableSize = 0x7f01007a;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01016a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01014f;
+ public static final int editTextBackground = 0x7f010160;
+ public static final int editTextColor = 0x7f01015f;
+ public static final int editTextStyle = 0x7f010187;
+ public static final int elevation = 0x7f010039;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01004a;
+ public static final int gapBetweenBars = 0x7f01007b;
+ public static final int goIcon = 0x7f0100f3;
+ public static final int height = 0x7f010002;
+ public static final int hideOnContentScroll = 0x7f010034;
+ public static final int homeAsUpIndicator = 0x7f010151;
+ public static final int homeLayout = 0x7f01002f;
+ public static final int icon = 0x7f010028;
+ public static final int iconifiedByDefault = 0x7f0100ef;
+ public static final int indeterminateProgressStyle = 0x7f010031;
+ public static final int initialActivityCount = 0x7f010049;
+ public static final int isLightTheme = 0x7f010003;
+ public static final int itemPadding = 0x7f010033;
+ public static final int layout = 0x7f0100ee;
+ public static final int layoutManager = 0x7f0100e8;
+ public static final int listChoiceBackgroundIndicator = 0x7f010171;
+ public static final int listDividerAlertDialog = 0x7f01014d;
+ public static final int listItemLayout = 0x7f01004f;
+ public static final int listLayout = 0x7f01004c;
+ public static final int listPopupWindowStyle = 0x7f01016b;
+ public static final int listPreferredItemHeight = 0x7f010165;
+ public static final int listPreferredItemHeightLarge = 0x7f010167;
+ public static final int listPreferredItemHeightSmall = 0x7f010166;
+ public static final int listPreferredItemPaddingLeft = 0x7f010168;
+ public static final int listPreferredItemPaddingRight = 0x7f010169;
+ public static final int logo = 0x7f010029;
+ public static final int maxButtonHeight = 0x7f010193;
+ public static final int md_background_color = 0x7f010004;
+ public static final int md_btn_negative_selector = 0x7f010005;
+ public static final int md_btn_neutral_selector = 0x7f010006;
+ public static final int md_btn_positive_selector = 0x7f010007;
+ public static final int md_btn_stacked_selector = 0x7f010008;
+ public static final int md_btnstacked_gravity = 0x7f010009;
+ public static final int md_buttons_gravity = 0x7f01000a;
+ public static final int md_content_color = 0x7f01000b;
+ public static final int md_content_gravity = 0x7f01000c;
+ public static final int md_dark_theme = 0x7f01000d;
+ public static final int md_divider = 0x7f01000e;
+ public static final int md_divider_color = 0x7f01000f;
+ public static final int md_icon = 0x7f010010;
+ public static final int md_icon_limit_icon_to_default_size = 0x7f010011;
+ public static final int md_icon_max_size = 0x7f010012;
+ public static final int md_item_color = 0x7f010013;
+ public static final int md_items_gravity = 0x7f010014;
+ public static final int md_list_selector = 0x7f010015;
+ public static final int md_medium_font = 0x7f010016;
+ public static final int md_negative_color = 0x7f010017;
+ public static final int md_neutral_color = 0x7f010018;
+ public static final int md_positive_color = 0x7f010019;
+ public static final int md_reduce_padding_no_title_no_buttons = 0x7f0100b2;
+ public static final int md_regular_font = 0x7f01001a;
+ public static final int md_title_color = 0x7f01001b;
+ public static final int md_title_gravity = 0x7f01001c;
+ public static final int md_widget_color = 0x7f01001d;
+ public static final int measureWithLargestChild = 0x7f0100af;
+ public static final int middleBarArrowSize = 0x7f01007d;
+ public static final int multiChoiceItemLayout = 0x7f01004d;
+ public static final int navigationContentDescription = 0x7f010197;
+ public static final int navigationIcon = 0x7f010196;
+ public static final int navigationMode = 0x7f010023;
+ public static final int overlapAnchor = 0x7f0100dc;
+ public static final int paddingEnd = 0x7f010199;
+ public static final int paddingStart = 0x7f010198;
+ public static final int panelBackground = 0x7f01016e;
+ public static final int panelMenuListTheme = 0x7f010170;
+ public static final int panelMenuListWidth = 0x7f01016f;
+ public static final int popupMenuStyle = 0x7f01015d;
+ public static final int popupPromptView = 0x7f010107;
+ public static final int popupTheme = 0x7f01003a;
+ public static final int popupWindowStyle = 0x7f01015e;
+ public static final int preserveIconSpacing = 0x7f0100d6;
+ public static final int progressBarPadding = 0x7f010032;
+ public static final int progressBarStyle = 0x7f010030;
+ public static final int prompt = 0x7f010105;
+ public static final int queryBackground = 0x7f0100f9;
+ public static final int queryHint = 0x7f0100f0;
+ public static final int radioButtonStyle = 0x7f010188;
+ public static final int ratingBarStyle = 0x7f010189;
+ public static final int reverseLayout = 0x7f0100ea;
+ public static final int searchHintIcon = 0x7f0100f5;
+ public static final int searchIcon = 0x7f0100f4;
+ public static final int searchViewStyle = 0x7f010164;
+ public static final int selectableItemBackground = 0x7f010155;
+ public static final int selectableItemBackgroundBorderless = 0x7f010156;
+ public static final int showAsAction = 0x7f0100d2;
+ public static final int showDividers = 0x7f0100b0;
+ public static final int showText = 0x7f01010f;
+ public static final int singleChoiceItemLayout = 0x7f01004e;
+ public static final int spanCount = 0x7f0100e9;
+ public static final int spinBars = 0x7f010079;
+ public static final int spinnerDropDownItemStyle = 0x7f010150;
+ public static final int spinnerMode = 0x7f010106;
+ public static final int spinnerStyle = 0x7f01018a;
+ public static final int splitTrack = 0x7f01010e;
+ public static final int stackFromEnd = 0x7f0100eb;
+ public static final int state_above_anchor = 0x7f0100dd;
+ public static final int submitBackground = 0x7f0100fa;
+ public static final int subtitle = 0x7f010025;
+ public static final int subtitleTextAppearance = 0x7f01018d;
+ public static final int subtitleTextStyle = 0x7f010027;
+ public static final int suggestionRowLayout = 0x7f0100f8;
+ public static final int switchMinWidth = 0x7f01010c;
+ public static final int switchPadding = 0x7f01010d;
+ public static final int switchStyle = 0x7f01018b;
+ public static final int switchTextAppearance = 0x7f01010b;
+ public static final int textAllCaps = 0x7f010052;
+ public static final int textAppearanceLargePopupMenu = 0x7f010149;
+ public static final int textAppearanceListItem = 0x7f01016c;
+ public static final int textAppearanceListItemSmall = 0x7f01016d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010162;
+ public static final int textAppearanceSearchResultTitle = 0x7f010161;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01014a;
+ public static final int textColorAlertDialogListItem = 0x7f01017e;
+ public static final int textColorSearchUrl = 0x7f010163;
+ public static final int theme = 0x7f01019a;
+ public static final int thickness = 0x7f01007f;
+ public static final int thumbTextPadding = 0x7f01010a;
+ public static final int title = 0x7f010022;
+ public static final int titleMarginBottom = 0x7f010192;
+ public static final int titleMarginEnd = 0x7f010190;
+ public static final int titleMarginStart = 0x7f01018f;
+ public static final int titleMarginTop = 0x7f010191;
+ public static final int titleMargins = 0x7f01018e;
+ public static final int titleTextAppearance = 0x7f01018c;
+ public static final int titleTextStyle = 0x7f010026;
+ public static final int toolbarNavigationButtonStyle = 0x7f01015c;
+ public static final int toolbarStyle = 0x7f01015b;
+ public static final int topBottomBarArrowSize = 0x7f01007c;
+ public static final int track = 0x7f010109;
+ public static final int voiceIcon = 0x7f0100f6;
+ public static final int windowActionBar = 0x7f010123;
+ public static final int windowActionBarOverlay = 0x7f010125;
+ public static final int windowActionModeOverlay = 0x7f010126;
+ public static final int windowFixedHeightMajor = 0x7f01012a;
+ public static final int windowFixedHeightMinor = 0x7f010128;
+ public static final int windowFixedWidthMajor = 0x7f010127;
+ public static final int windowFixedWidthMinor = 0x7f010129;
+ public static final int windowMinWidthMajor = 0x7f01012b;
+ public static final int windowMinWidthMinor = 0x7f01012c;
+ public static final int windowNoTitle = 0x7f010124;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f0a0002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0a0000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0a0003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f0a0004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0a0001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0a0005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0a0006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0d0083;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0d0084;
+ public static final int abc_input_method_navigation_guard = 0x7f0d0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0d0085;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0d0086;
+ public static final int abc_primary_text_material_dark = 0x7f0d0087;
+ public static final int abc_primary_text_material_light = 0x7f0d0088;
+ public static final int abc_search_url_text = 0x7f0d0089;
+ public static final int abc_search_url_text_normal = 0x7f0d0001;
+ public static final int abc_search_url_text_pressed = 0x7f0d0002;
+ public static final int abc_search_url_text_selected = 0x7f0d0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0d008a;
+ public static final int abc_secondary_text_material_light = 0x7f0d008b;
+ public static final int accent_material_dark = 0x7f0d0004;
+ public static final int accent_material_light = 0x7f0d0005;
+ public static final int background_floating_material_dark = 0x7f0d0006;
+ public static final int background_floating_material_light = 0x7f0d0007;
+ public static final int background_material_dark = 0x7f0d0008;
+ public static final int background_material_light = 0x7f0d0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0d000f;
+ public static final int bright_foreground_disabled_material_light = 0x7f0d0010;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0d0011;
+ public static final int bright_foreground_inverse_material_light = 0x7f0d0012;
+ public static final int bright_foreground_material_dark = 0x7f0d0013;
+ public static final int bright_foreground_material_light = 0x7f0d0014;
+ public static final int button_material_dark = 0x7f0d0016;
+ public static final int button_material_light = 0x7f0d0017;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0d0028;
+ public static final int dim_foreground_disabled_material_light = 0x7f0d0029;
+ public static final int dim_foreground_material_dark = 0x7f0d002a;
+ public static final int dim_foreground_material_light = 0x7f0d002b;
+ public static final int highlighted_text_material_dark = 0x7f0d0043;
+ public static final int highlighted_text_material_light = 0x7f0d0044;
+ public static final int hint_foreground_material_dark = 0x7f0d0045;
+ public static final int hint_foreground_material_light = 0x7f0d0046;
+ public static final int link_text_material_dark = 0x7f0d0048;
+ public static final int link_text_material_light = 0x7f0d0049;
+ public static final int material_blue_grey_800 = 0x7f0d004b;
+ public static final int material_blue_grey_900 = 0x7f0d004c;
+ public static final int material_blue_grey_950 = 0x7f0d004d;
+ public static final int material_deep_teal_200 = 0x7f0d004e;
+ public static final int material_deep_teal_500 = 0x7f0d004f;
+ public static final int md_btn_selected = 0x7f0d0050;
+ public static final int md_btn_selected_dark = 0x7f0d0051;
+ public static final int md_divider_black = 0x7f0d0052;
+ public static final int md_divider_white = 0x7f0d0053;
+ public static final int md_edittext_error = 0x7f0d0054;
+ public static final int md_material_blue_600 = 0x7f0d0055;
+ public static final int md_material_blue_800 = 0x7f0d0056;
+ public static final int primary_dark_material_dark = 0x7f0d0058;
+ public static final int primary_dark_material_light = 0x7f0d0059;
+ public static final int primary_material_dark = 0x7f0d005a;
+ public static final int primary_material_light = 0x7f0d005b;
+ public static final int primary_text_default_material_dark = 0x7f0d005c;
+ public static final int primary_text_default_material_light = 0x7f0d005d;
+ public static final int primary_text_disabled_material_dark = 0x7f0d005e;
+ public static final int primary_text_disabled_material_light = 0x7f0d005f;
+ public static final int ripple_material_dark = 0x7f0d0064;
+ public static final int ripple_material_light = 0x7f0d0065;
+ public static final int secondary_text_default_material_dark = 0x7f0d0068;
+ public static final int secondary_text_default_material_light = 0x7f0d0069;
+ public static final int secondary_text_disabled_material_dark = 0x7f0d006a;
+ public static final int secondary_text_disabled_material_light = 0x7f0d006b;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0d0074;
+ public static final int switch_thumb_disabled_material_light = 0x7f0d0075;
+ public static final int switch_thumb_material_dark = 0x7f0d008c;
+ public static final int switch_thumb_material_light = 0x7f0d008d;
+ public static final int switch_thumb_normal_material_dark = 0x7f0d0076;
+ public static final int switch_thumb_normal_material_light = 0x7f0d0077;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f08000c;
+ public static final int abc_action_bar_default_height_material = 0x7f080001;
+ public static final int abc_action_bar_default_padding_material = 0x7f080002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f08001d;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f08000d;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f08000e;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f08001e;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f08001f;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080020;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080021;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080022;
+ public static final int abc_action_button_min_height_material = 0x7f080023;
+ public static final int abc_action_button_min_width_material = 0x7f080024;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f080025;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f080000;
+ public static final int abc_button_inset_horizontal_material = 0x7f080026;
+ public static final int abc_button_inset_vertical_material = 0x7f080027;
+ public static final int abc_button_padding_horizontal_material = 0x7f080028;
+ public static final int abc_button_padding_vertical_material = 0x7f080029;
+ public static final int abc_config_prefDialogWidth = 0x7f080006;
+ public static final int abc_control_corner_material = 0x7f08002a;
+ public static final int abc_control_inset_material = 0x7f08002b;
+ public static final int abc_control_padding_material = 0x7f08002c;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f08002d;
+ public static final int abc_dialog_min_width_major = 0x7f08002e;
+ public static final int abc_dialog_min_width_minor = 0x7f08002f;
+ public static final int abc_dialog_padding_material = 0x7f080030;
+ public static final int abc_dialog_padding_top_material = 0x7f080031;
+ public static final int abc_disabled_alpha_material_dark = 0x7f080032;
+ public static final int abc_disabled_alpha_material_light = 0x7f080033;
+ public static final int abc_dropdownitem_icon_width = 0x7f080034;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080035;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080036;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f080037;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f080038;
+ public static final int abc_edit_text_inset_top_material = 0x7f080039;
+ public static final int abc_floating_window_z = 0x7f08003a;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f08003b;
+ public static final int abc_panel_menu_list_width = 0x7f08003c;
+ public static final int abc_search_view_preferred_width = 0x7f08003d;
+ public static final int abc_search_view_text_min_width = 0x7f080007;
+ public static final int abc_switch_padding = 0x7f080016;
+ public static final int abc_text_size_body_1_material = 0x7f08003e;
+ public static final int abc_text_size_body_2_material = 0x7f08003f;
+ public static final int abc_text_size_button_material = 0x7f080040;
+ public static final int abc_text_size_caption_material = 0x7f080041;
+ public static final int abc_text_size_display_1_material = 0x7f080042;
+ public static final int abc_text_size_display_2_material = 0x7f080043;
+ public static final int abc_text_size_display_3_material = 0x7f080044;
+ public static final int abc_text_size_display_4_material = 0x7f080045;
+ public static final int abc_text_size_headline_material = 0x7f080046;
+ public static final int abc_text_size_large_material = 0x7f080047;
+ public static final int abc_text_size_medium_material = 0x7f080048;
+ public static final int abc_text_size_menu_material = 0x7f080049;
+ public static final int abc_text_size_small_material = 0x7f08004a;
+ public static final int abc_text_size_subhead_material = 0x7f08004b;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080004;
+ public static final int abc_text_size_title_material = 0x7f08004c;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080005;
+ public static final int circular_progress_border = 0x7f08005b;
+ public static final int dialog_fixed_height_major = 0x7f080008;
+ public static final int dialog_fixed_height_minor = 0x7f080009;
+ public static final int dialog_fixed_width_major = 0x7f08000a;
+ public static final int dialog_fixed_width_minor = 0x7f08000b;
+ public static final int disabled_alpha_material_dark = 0x7f08005e;
+ public static final int disabled_alpha_material_light = 0x7f08005f;
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080075;
+ public static final int md_action_corner_radius = 0x7f080076;
+ public static final int md_bg_corner_radius = 0x7f080077;
+ public static final int md_button_frame_vertical_padding = 0x7f080078;
+ public static final int md_button_height = 0x7f080079;
+ public static final int md_button_inset_horizontal = 0x7f08007a;
+ public static final int md_button_inset_vertical = 0x7f08007b;
+ public static final int md_button_min_width = 0x7f08007c;
+ public static final int md_button_padding_frame_side = 0x7f08007d;
+ public static final int md_button_padding_horizontal = 0x7f08007e;
+ public static final int md_button_padding_horizontal_internalexternal = 0x7f08007f;
+ public static final int md_button_padding_vertical = 0x7f080080;
+ public static final int md_button_textpadding_horizontal = 0x7f080081;
+ public static final int md_button_textsize = 0x7f080082;
+ public static final int md_content_padding_bottom = 0x7f080083;
+ public static final int md_content_padding_top = 0x7f080084;
+ public static final int md_content_textsize = 0x7f080085;
+ public static final int md_dialog_frame_margin = 0x7f080086;
+ public static final int md_divider_height = 0x7f080087;
+ public static final int md_icon_margin = 0x7f080088;
+ public static final int md_icon_max_size = 0x7f080089;
+ public static final int md_listitem_control_margin = 0x7f08008a;
+ public static final int md_listitem_height = 0x7f08008b;
+ public static final int md_listitem_margin_left = 0x7f08008c;
+ public static final int md_listitem_textsize = 0x7f08008d;
+ public static final int md_neutral_button_margin = 0x7f08008e;
+ public static final int md_notitle_vertical_padding = 0x7f08008f;
+ public static final int md_simplelist_icon = 0x7f080090;
+ public static final int md_simplelist_icon_margin = 0x7f080091;
+ public static final int md_simplelistitem_padding_top = 0x7f080092;
+ public static final int md_title_frame_margin_bottom = 0x7f080093;
+ public static final int md_title_textsize = 0x7f080094;
+ public static final int notification_large_icon_height = 0x7f08009b;
+ public static final int notification_large_icon_width = 0x7f08009c;
+ public static final int notification_subtext_size = 0x7f08009d;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int md_btn_selected = 0x7f020071;
+ public static final int md_btn_selected_dark = 0x7f020072;
+ public static final int md_btn_selector = 0x7f020073;
+ public static final int md_btn_selector_dark = 0x7f020074;
+ public static final int md_btn_selector_ripple = 0x7f020075;
+ public static final int md_btn_selector_ripple_dark = 0x7f020076;
+ public static final int md_btn_shape = 0x7f020077;
+ public static final int md_item_selected = 0x7f020078;
+ public static final int md_item_selected_dark = 0x7f020079;
+ public static final int md_selector = 0x7f02007a;
+ public static final int md_selector_dark = 0x7f02007b;
+ public static final int md_transparent = 0x7f02007c;
+ public static final int notification_template_icon_bg = 0x7f02008e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0e00d5;
+ public static final int action_bar = 0x7f0e0067;
+ public static final int action_bar_activity_content = 0x7f0e0000;
+ public static final int action_bar_container = 0x7f0e0066;
+ public static final int action_bar_root = 0x7f0e0062;
+ public static final int action_bar_spinner = 0x7f0e0001;
+ public static final int action_bar_subtitle = 0x7f0e004b;
+ public static final int action_bar_title = 0x7f0e004a;
+ public static final int action_context_bar = 0x7f0e0068;
+ public static final int action_divider = 0x7f0e00d9;
+ public static final int action_menu_divider = 0x7f0e0002;
+ public static final int action_menu_presenter = 0x7f0e0003;
+ public static final int action_mode_bar = 0x7f0e0064;
+ public static final int action_mode_bar_stub = 0x7f0e0063;
+ public static final int action_mode_close_button = 0x7f0e004c;
+ public static final int activity_chooser_view_content = 0x7f0e004d;
+ public static final int alertTitle = 0x7f0e0057;
+ public static final int always = 0x7f0e003b;
+ public static final int beginning = 0x7f0e0038;
+ public static final int buttonDefaultNegative = 0x7f0e00d1;
+ public static final int buttonDefaultNeutral = 0x7f0e00d0;
+ public static final int buttonDefaultPositive = 0x7f0e00d2;
+ public static final int buttonPanel = 0x7f0e005d;
+ public static final int cancel_action = 0x7f0e00d6;
+ public static final int center = 0x7f0e000b;
+ public static final int checkbox = 0x7f0e005f;
+ public static final int chronometer = 0x7f0e00dc;
+ public static final int collapseActionView = 0x7f0e003c;
+ public static final int content = 0x7f0e00c9;
+ public static final int contentListView = 0x7f0e00ce;
+ public static final int contentListViewFrame = 0x7f0e00cd;
+ public static final int contentPanel = 0x7f0e0058;
+ public static final int contentScrollView = 0x7f0e00c8;
+ public static final int control = 0x7f0e00cf;
+ public static final int custom = 0x7f0e005c;
+ public static final int customPanel = 0x7f0e005b;
+ public static final int customViewFrame = 0x7f0e00cb;
+ public static final int decor_content_parent = 0x7f0e0065;
+ public static final int default_activity_button = 0x7f0e0050;
+ public static final int dialog = 0x7f0e0040;
+ public static final int disableHome = 0x7f0e001a;
+ public static final int dropdown = 0x7f0e0041;
+ public static final int edit_query = 0x7f0e0069;
+ public static final int end = 0x7f0e000c;
+ public static final int end_padder = 0x7f0e00e0;
+ public static final int expand_activities_button = 0x7f0e004e;
+ public static final int expanded_menu = 0x7f0e005e;
+ public static final int home = 0x7f0e0004;
+ public static final int homeAsUp = 0x7f0e001b;
+ public static final int icon = 0x7f0e0052;
+ public static final int ifRoom = 0x7f0e003d;
+ public static final int image = 0x7f0e004f;
+ public static final int info = 0x7f0e00df;
+ public static final int item_touch_helper_previous_elevation = 0x7f0e0005;
+ public static final int label = 0x7f0e00d3;
+ public static final int line1 = 0x7f0e00da;
+ public static final int line3 = 0x7f0e00de;
+ public static final int listMode = 0x7f0e0017;
+ public static final int list_item = 0x7f0e0051;
+ public static final int media_actions = 0x7f0e00d8;
+ public static final int middle = 0x7f0e0039;
+ public static final int minMax = 0x7f0e00cc;
+ public static final int multiply = 0x7f0e0045;
+ public static final int never = 0x7f0e003e;
+ public static final int none = 0x7f0e001c;
+ public static final int normal = 0x7f0e0018;
+ public static final int parentPanel = 0x7f0e0054;
+ public static final int progress_circular = 0x7f0e0006;
+ public static final int progress_horizontal = 0x7f0e0007;
+ public static final int radio = 0x7f0e0061;
+ public static final int root = 0x7f0e00ca;
+ public static final int screen = 0x7f0e0046;
+ public static final int scrollView = 0x7f0e0059;
+ public static final int search_badge = 0x7f0e006b;
+ public static final int search_bar = 0x7f0e006a;
+ public static final int search_button = 0x7f0e006c;
+ public static final int search_close_btn = 0x7f0e0071;
+ public static final int search_edit_frame = 0x7f0e006d;
+ public static final int search_go_btn = 0x7f0e0073;
+ public static final int search_mag_icon = 0x7f0e006e;
+ public static final int search_plate = 0x7f0e006f;
+ public static final int search_src_text = 0x7f0e0070;
+ public static final int search_voice_btn = 0x7f0e0074;
+ public static final int select_dialog_listview = 0x7f0e0075;
+ public static final int shortcut = 0x7f0e0060;
+ public static final int showCustom = 0x7f0e001d;
+ public static final int showHome = 0x7f0e001e;
+ public static final int showTitle = 0x7f0e001f;
+ public static final int split_action_bar = 0x7f0e0008;
+ public static final int src_atop = 0x7f0e0047;
+ public static final int src_in = 0x7f0e0048;
+ public static final int src_over = 0x7f0e0049;
+ public static final int start = 0x7f0e000d;
+ public static final int status_bar_latest_event_content = 0x7f0e00d7;
+ public static final int submit_area = 0x7f0e0072;
+ public static final int tabMode = 0x7f0e0019;
+ public static final int text = 0x7f0e0032;
+ public static final int text2 = 0x7f0e00dd;
+ public static final int textSpacerNoButtons = 0x7f0e005a;
+ public static final int time = 0x7f0e00db;
+ public static final int title = 0x7f0e0053;
+ public static final int titleFrame = 0x7f0e00d4;
+ public static final int title_template = 0x7f0e0056;
+ public static final int topPanel = 0x7f0e0055;
+ public static final int up = 0x7f0e0009;
+ public static final int useLogo = 0x7f0e0020;
+ public static final int withText = 0x7f0e003f;
+ public static final int wrap_content = 0x7f0e0044;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0b0002;
+ public static final int abc_config_activityShortDur = 0x7f0b0003;
+ public static final int abc_max_action_buttons = 0x7f0b0000;
+ public static final int cancel_button_image_alpha = 0x7f0b0004;
+ public static final int status_bar_notification_info_maxnum = 0x7f0b0006;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f040000;
+ public static final int abc_action_bar_up_container = 0x7f040001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
+ public static final int abc_action_menu_item_layout = 0x7f040003;
+ public static final int abc_action_menu_layout = 0x7f040004;
+ public static final int abc_action_mode_bar = 0x7f040005;
+ public static final int abc_action_mode_close_item_material = 0x7f040006;
+ public static final int abc_activity_chooser_view = 0x7f040007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f040008;
+ public static final int abc_alert_dialog_material = 0x7f040009;
+ public static final int abc_dialog_title_material = 0x7f04000a;
+ public static final int abc_expanded_menu_layout = 0x7f04000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000c;
+ public static final int abc_list_menu_item_icon = 0x7f04000d;
+ public static final int abc_list_menu_item_layout = 0x7f04000e;
+ public static final int abc_list_menu_item_radio = 0x7f04000f;
+ public static final int abc_popup_menu_item_layout = 0x7f040010;
+ public static final int abc_screen_content_include = 0x7f040011;
+ public static final int abc_screen_simple = 0x7f040012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
+ public static final int abc_screen_toolbar = 0x7f040014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
+ public static final int abc_search_view = 0x7f040016;
+ public static final int abc_select_dialog_material = 0x7f040017;
+ public static final int abc_simple_dropdown_hint = 0x7f040018;
+ public static final int md_dialog_basic = 0x7f04002f;
+ public static final int md_dialog_custom = 0x7f040030;
+ public static final int md_dialog_input = 0x7f040031;
+ public static final int md_dialog_list = 0x7f040032;
+ public static final int md_dialog_progress = 0x7f040033;
+ public static final int md_dialog_progress_indeterminate = 0x7f040034;
+ public static final int md_dialog_progress_indeterminate_horizontal = 0x7f040035;
+ public static final int md_listitem = 0x7f040036;
+ public static final int md_listitem_multichoice = 0x7f040037;
+ public static final int md_listitem_singlechoice = 0x7f040038;
+ public static final int md_simplelist_item = 0x7f040039;
+ public static final int md_stub_actionbuttons = 0x7f04003a;
+ public static final int md_stub_inputpref = 0x7f04003b;
+ public static final int md_stub_progress = 0x7f04003c;
+ public static final int md_stub_progress_indeterminate = 0x7f04003d;
+ public static final int md_stub_progress_indeterminate_horizontal = 0x7f04003e;
+ public static final int md_stub_titleframe = 0x7f04003f;
+ public static final int notification_media_action = 0x7f040040;
+ public static final int notification_media_cancel_action = 0x7f040041;
+ public static final int notification_template_big_media = 0x7f040042;
+ public static final int notification_template_big_media_narrow = 0x7f040043;
+ public static final int notification_template_lines = 0x7f040044;
+ public static final int notification_template_media = 0x7f040045;
+ public static final int notification_template_part_chronometer = 0x7f040046;
+ public static final int notification_template_part_time = 0x7f040047;
+ public static final int select_dialog_item_material = 0x7f040048;
+ public static final int select_dialog_multichoice_material = 0x7f040049;
+ public static final int select_dialog_singlechoice_material = 0x7f04004a;
+ public static final int support_simple_spinner_dropdown_item = 0x7f04004b;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f070000;
+ public static final int abc_action_bar_home_description_format = 0x7f07000d;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f07000e;
+ public static final int abc_action_bar_up_description = 0x7f070001;
+ public static final int abc_action_menu_overflow_description = 0x7f070002;
+ public static final int abc_action_mode_done = 0x7f070003;
+ public static final int abc_activity_chooser_view_see_all = 0x7f070004;
+ public static final int abc_activitychooserview_choose_application = 0x7f070005;
+ public static final int abc_search_hint = 0x7f07000f;
+ public static final int abc_searchview_description_clear = 0x7f070006;
+ public static final int abc_searchview_description_query = 0x7f070007;
+ public static final int abc_searchview_description_search = 0x7f070008;
+ public static final int abc_searchview_description_submit = 0x7f070009;
+ public static final int abc_searchview_description_voice = 0x7f07000a;
+ public static final int abc_shareactionprovider_share_with = 0x7f07000b;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f07000c;
+ public static final int abc_toolbar_collapse_description = 0x7f070010;
+ public static final int status_bar_notification_info_overflow = 0x7f070028;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f090078;
+ public static final int AlertDialog_AppCompat_Light = 0x7f090079;
+ public static final int Animation_AppCompat_Dialog = 0x7f09007a;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f09007b;
+ public static final int Base_AlertDialog_AppCompat = 0x7f09007d;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f09007e;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f09007f;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f090080;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f090082;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f090081;
+ public static final int Base_TextAppearance_AppCompat = 0x7f090033;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f090034;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f090035;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f09001b;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f090036;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f090037;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f090038;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f090039;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f09003a;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f09003b;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f090004;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f09003c;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f090005;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f09003d;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f09003e;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f09003f;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f090006;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f090040;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f090083;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f090041;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f090042;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f090043;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f090007;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f090044;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f090008;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f090045;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f090009;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f090046;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f090047;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f090048;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f090049;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f09004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f09004b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f09004c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f090084;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f09004d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f09004e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f09004f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f090050;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f090085;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f090051;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f090052;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f09008f;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f090090;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f090091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f090092;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f090093;
+ public static final int Base_Theme_AppCompat = 0x7f090053;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f090086;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f09000a;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f090002;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f090087;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f090088;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f090089;
+ public static final int Base_Theme_AppCompat_Light = 0x7f090054;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f09008a;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f09000b;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f090003;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f09008b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f09008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f09008d;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f09000c;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f09000d;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f090017;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f090018;
+ public static final int Base_V21_Theme_AppCompat = 0x7f090055;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f090056;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f090057;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f090058;
+ public static final int Base_V7_Theme_AppCompat = 0x7f090094;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f090095;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f090096;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f090097;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f090098;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f090099;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f09009a;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f09009b;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f09009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f090059;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f09005a;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f09005b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f09005c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f09005d;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f09009d;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f09009e;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f090019;
+ public static final int Base_Widget_AppCompat_Button = 0x7f09005e;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f090062;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0900a0;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f09005f;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f090060;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09009f;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f090061;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f090063;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f090064;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0900a1;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f090000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0900a2;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f090065;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f09001a;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0900a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0900a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0900a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f090066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f090067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f090068;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f090069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f09006a;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f09006b;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f09006c;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f09006d;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f09006e;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f09006f;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f090070;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0900a6;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f09000e;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f09000f;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f090071;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0900a7;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0900a8;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f090010;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090072;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f090073;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f090074;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0900a9;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090075;
+ public static final int MD_ActionButton = 0x7f0900b4;
+ public static final int MD_ActionButtonStacked = 0x7f0900b6;
+ public static final int MD_ActionButton_Text = 0x7f0900b5;
+ public static final int MD_Dark = 0x7f090011;
+ public static final int MD_Light = 0x7f090012;
+ public static final int MD_WindowAnimation = 0x7f0900b7;
+ public static final int Platform_AppCompat = 0x7f090013;
+ public static final int Platform_AppCompat_Light = 0x7f090014;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f090076;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f090077;
+ public static final int Platform_V11_AppCompat = 0x7f090015;
+ public static final int Platform_V11_AppCompat_Light = 0x7f090016;
+ public static final int Platform_V14_AppCompat = 0x7f09001c;
+ public static final int Platform_V14_AppCompat_Light = 0x7f09001d;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f090023;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f090024;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f090025;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f090026;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f090027;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f090028;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f090029;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f09002f;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f09002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f09002b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f09002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f09002d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f09002e;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090030;
+ public static final int TextAppearance_AppCompat = 0x7f0900b8;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0900b9;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0900ba;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0900bb;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0900bc;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0900bd;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0900be;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0900bf;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0900c0;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0900c1;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0900c2;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0900c3;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0900c4;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0900c5;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0900c6;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0900c7;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0900c8;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0900c9;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0900ca;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0900cb;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0900cc;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0900cd;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0900ce;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0900cf;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0900d0;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0900d1;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0900d2;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0900d3;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0900d4;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0900d5;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0900d6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0900d7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0900d8;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0900d9;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0900da;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0900db;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0900dc;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0900dd;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0900de;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0900df;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0900e0;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0900e1;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f09001e;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f09001f;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f090020;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f090021;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f090022;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0900e7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0900e8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0900e9;
+ public static final int ThemeOverlay_AppCompat = 0x7f0900f8;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0900f9;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0900fa;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0900fb;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0900fc;
+ public static final int Theme_AppCompat = 0x7f0900ea;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0900eb;
+ public static final int Theme_AppCompat_Dialog = 0x7f0900ec;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0900ef;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0900ed;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0900ee;
+ public static final int Theme_AppCompat_Light = 0x7f0900f0;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0900f1;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0900f2;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0900f5;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0900f3;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0900f4;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0900f6;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0900f7;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0900fd;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0900fe;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0900ff;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f090100;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f090101;
+ public static final int Widget_AppCompat_ActionButton = 0x7f090102;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f090103;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f090104;
+ public static final int Widget_AppCompat_ActionMode = 0x7f090105;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f090106;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f090107;
+ public static final int Widget_AppCompat_Button = 0x7f090108;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f09010d;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f09010e;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f090109;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f09010a;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09010b;
+ public static final int Widget_AppCompat_Button_Small = 0x7f09010c;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f09010f;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f090110;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f090111;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f090112;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f090113;
+ public static final int Widget_AppCompat_EditText = 0x7f090114;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f090115;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f090116;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f090117;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f090118;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f090119;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f09011a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f09011b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f09011c;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f09011d;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f09011e;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f09011f;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f090120;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f090121;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f090122;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f090123;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f090124;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f090125;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f090126;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f090127;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f090128;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f090129;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f09012a;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f09012b;
+ public static final int Widget_AppCompat_ListView = 0x7f09012c;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f09012d;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f09012e;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f09012f;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f090130;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f090131;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f090132;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f090133;
+ public static final int Widget_AppCompat_RatingBar = 0x7f090134;
+ public static final int Widget_AppCompat_SearchView = 0x7f090135;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f090136;
+ public static final int Widget_AppCompat_Spinner = 0x7f090137;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f090138;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090139;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f09013a;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f09013b;
+ public static final int Widget_AppCompat_Toolbar = 0x7f09013c;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09013d;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010002, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f010151 };
+ 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 = { 0x7f010002, 0x7f010026, 0x7f010027, 0x7f01002b, 0x7f01002d, 0x7f01003b };
+ 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 = { 0x7f010049, 0x7f01004a };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f };
+ 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, 0x7f010052 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01002a, 0x7f0100af, 0x7f0100b0, 0x7f0100b1 };
+ 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[] MDRootLayout = { 0x7f0100b2 };
+ public static final int MDRootLayout_md_reduce_padding_no_title_no_buttons = 0;
+ 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, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5 };
+ 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, 0x7f0100d6 };
+ 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, 0x7f0100dc };
+ public static final int[] PopupWindowBackgroundState = { 0x7f0100dd };
+ 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, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb };
+ 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, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa };
+ 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 = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f };
+ 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, 0x7f010052 };
+ 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, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132, 0x7f010133, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, 0x7f010147, 0x7f010148, 0x7f010149, 0x7f01014a, 0x7f01014b, 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169, 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f, 0x7f010170, 0x7f010171, 0x7f010172, 0x7f010173, 0x7f010174, 0x7f010175, 0x7f010176, 0x7f010177, 0x7f010178, 0x7f010179, 0x7f01017a, 0x7f01017b, 0x7f01017c, 0x7f01017d, 0x7f01017e, 0x7f01017f, 0x7f010180, 0x7f010181, 0x7f010182, 0x7f010183, 0x7f010184, 0x7f010185, 0x7f010186, 0x7f010187, 0x7f010188, 0x7f010189, 0x7f01018a, 0x7f01018b };
+ 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 = 90;
+ public static final int Theme_alertDialogCenterButtons = 91;
+ public static final int Theme_alertDialogStyle = 89;
+ public static final int Theme_alertDialogTheme = 92;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 97;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 95;
+ public static final int Theme_buttonBarNeutralButtonStyle = 96;
+ public static final int Theme_buttonBarPositiveButtonStyle = 94;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 98;
+ public static final int Theme_buttonStyleSmall = 99;
+ public static final int Theme_checkboxStyle = 100;
+ public static final int Theme_checkedTextViewStyle = 101;
+ 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_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 = 102;
+ 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 = 103;
+ public static final int Theme_ratingBarStyle = 104;
+ 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 = 105;
+ public static final int Theme_switchStyle = 106;
+ 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 = 93;
+ 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, 0x7f010022, 0x7f010025, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f01003a, 0x7f01018c, 0x7f01018d, 0x7f01018e, 0x7f01018f, 0x7f010190, 0x7f010191, 0x7f010192, 0x7f010193, 0x7f010194, 0x7f010195, 0x7f010196, 0x7f010197 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f010198, 0x7f010199, 0x7f01019a, 0x7f01019b, 0x7f01019c };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/apkfuns/logutils/R.java b/app/build/generated/source/r/debug/com/apkfuns/logutils/R.java
new file mode 100644
index 0000000..7a53d10
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/apkfuns/logutils/R.java
@@ -0,0 +1,13 @@
+/* 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.apkfuns.logutils;
+
+public final class R {
+ public static final class string {
+ public static final int app_name = 0x7f070015;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/facebook/drawee/R.java b/app/build/generated/source/r/debug/com/facebook/drawee/R.java
new file mode 100644
index 0000000..9f83518
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/facebook/drawee/R.java
@@ -0,0 +1,63 @@
+/* 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 = 0x7f0100a0;
+ public static final int backgroundImage = 0x7f0100a1;
+ public static final int fadeDuration = 0x7f010095;
+ public static final int failureImage = 0x7f01009b;
+ public static final int failureImageScaleType = 0x7f01009c;
+ public static final int overlayImage = 0x7f0100a2;
+ public static final int placeholderImage = 0x7f010097;
+ public static final int placeholderImageScaleType = 0x7f010098;
+ public static final int pressedStateOverlayImage = 0x7f0100a3;
+ public static final int progressBarAutoRotateInterval = 0x7f01009f;
+ public static final int progressBarImage = 0x7f01009d;
+ public static final int progressBarImageScaleType = 0x7f01009e;
+ public static final int retryImage = 0x7f010099;
+ public static final int retryImageScaleType = 0x7f01009a;
+ public static final int roundAsCircle = 0x7f0100a4;
+ public static final int roundBottomLeft = 0x7f0100a9;
+ public static final int roundBottomRight = 0x7f0100a8;
+ public static final int roundTopLeft = 0x7f0100a6;
+ public static final int roundTopRight = 0x7f0100a7;
+ public static final int roundWithOverlayColor = 0x7f0100aa;
+ public static final int roundedCornerRadius = 0x7f0100a5;
+ public static final int roundingBorderColor = 0x7f0100ac;
+ public static final int roundingBorderWidth = 0x7f0100ab;
+ public static final int viewAspectRatio = 0x7f010096;
+ }
+ public static final class styleable {
+ public static final int[] GenericDraweeView = { 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac };
+ 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/app/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java b/app/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java
new file mode 100644
index 0000000..92012f2
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java
@@ -0,0 +1,63 @@
+/* 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 = 0x7f0100a0;
+ public static final int backgroundImage = 0x7f0100a1;
+ public static final int fadeDuration = 0x7f010095;
+ public static final int failureImage = 0x7f01009b;
+ public static final int failureImageScaleType = 0x7f01009c;
+ public static final int overlayImage = 0x7f0100a2;
+ public static final int placeholderImage = 0x7f010097;
+ public static final int placeholderImageScaleType = 0x7f010098;
+ public static final int pressedStateOverlayImage = 0x7f0100a3;
+ public static final int progressBarAutoRotateInterval = 0x7f01009f;
+ public static final int progressBarImage = 0x7f01009d;
+ public static final int progressBarImageScaleType = 0x7f01009e;
+ public static final int retryImage = 0x7f010099;
+ public static final int retryImageScaleType = 0x7f01009a;
+ public static final int roundAsCircle = 0x7f0100a4;
+ public static final int roundBottomLeft = 0x7f0100a9;
+ public static final int roundBottomRight = 0x7f0100a8;
+ public static final int roundTopLeft = 0x7f0100a6;
+ public static final int roundTopRight = 0x7f0100a7;
+ public static final int roundWithOverlayColor = 0x7f0100aa;
+ public static final int roundedCornerRadius = 0x7f0100a5;
+ public static final int roundingBorderColor = 0x7f0100ac;
+ public static final int roundingBorderWidth = 0x7f0100ab;
+ public static final int viewAspectRatio = 0x7f010096;
+ }
+ public static final class styleable {
+ public static final int[] GenericDraweeView = { 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac };
+ 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/app/build/generated/source/r/debug/com/github/siyamed/shapeimageview/R.java b/app/build/generated/source/r/debug/com/github/siyamed/shapeimageview/R.java
new file mode 100644
index 0000000..61a93e5
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/github/siyamed/shapeimageview/R.java
@@ -0,0 +1,60 @@
+/* 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.github.siyamed.shapeimageview;
+
+public final class R {
+ public static final class attr {
+ public static final int siArrowPosition = 0x7f01001e;
+ public static final int siBorderAlpha = 0x7f0100fe;
+ public static final int siBorderColor = 0x7f0100fc;
+ public static final int siBorderType = 0x7f01001f;
+ public static final int siBorderWidth = 0x7f0100fd;
+ public static final int siForeground = 0x7f0100ff;
+ public static final int siRadius = 0x7f010100;
+ public static final int siShape = 0x7f010102;
+ public static final int siSquare = 0x7f0100fb;
+ public static final int siStrokeCap = 0x7f010020;
+ public static final int siStrokeJoin = 0x7f010021;
+ public static final int siStrokeMiter = 0x7f010103;
+ public static final int siTriangleHeight = 0x7f010101;
+ }
+ public static final class id {
+ public static final int bevel = 0x7f0e0015;
+ public static final int butt = 0x7f0e0012;
+ public static final int fill = 0x7f0e0010;
+ public static final int left = 0x7f0e000e;
+ public static final int miter = 0x7f0e0016;
+ public static final int right = 0x7f0e000f;
+ public static final int round = 0x7f0e0013;
+ public static final int square = 0x7f0e0014;
+ public static final int stroke = 0x7f0e0011;
+ }
+ public static final class raw {
+ public static final int imgview_diamond = 0x7f060001;
+ public static final int imgview_heart = 0x7f060002;
+ public static final int imgview_hexagon = 0x7f060003;
+ public static final int imgview_octogon = 0x7f060004;
+ public static final int imgview_pentagon = 0x7f060005;
+ public static final int imgview_star = 0x7f060006;
+ }
+ public static final class styleable {
+ public static final int[] ShaderImageView = { 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103 };
+ public static final int ShaderImageView_siArrowPosition = 0;
+ public static final int ShaderImageView_siBorderAlpha = 7;
+ public static final int ShaderImageView_siBorderColor = 5;
+ public static final int ShaderImageView_siBorderType = 1;
+ public static final int ShaderImageView_siBorderWidth = 6;
+ public static final int ShaderImageView_siForeground = 8;
+ public static final int ShaderImageView_siRadius = 9;
+ public static final int ShaderImageView_siShape = 11;
+ public static final int ShaderImageView_siSquare = 4;
+ public static final int ShaderImageView_siStrokeCap = 2;
+ public static final int ShaderImageView_siStrokeJoin = 3;
+ public static final int ShaderImageView_siStrokeMiter = 12;
+ public static final int ShaderImageView_siTriangleHeight = 10;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/jpardogo/android/googleprogressbar/library/R.java b/app/build/generated/source/r/debug/com/jpardogo/android/googleprogressbar/library/R.java
new file mode 100644
index 0000000..66cd743
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/jpardogo/android/googleprogressbar/library/R.java
@@ -0,0 +1,37 @@
+/* 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.jpardogo.android.googleprogressbar.library;
+
+public final class R {
+ public static final class array {
+ public static final int google_colors = 0x7f0c0000;
+ }
+ public static final class attr {
+ public static final int colors = 0x7f0100ae;
+ public static final int type = 0x7f0100ad;
+ }
+ public static final class color {
+ public static final int blue = 0x7f0d000e;
+ public static final int green = 0x7f0d0042;
+ public static final int red = 0x7f0d0060;
+ public static final int yellow = 0x7f0d0082;
+ }
+ public static final class id {
+ public static final int chrome_floating_circles = 0x7f0e0034;
+ public static final int folding_circles = 0x7f0e0035;
+ public static final int google_music_dices = 0x7f0e0036;
+ public static final int nexus_rotation_cross = 0x7f0e0037;
+ }
+ public static final class integer {
+ public static final int default_type = 0x7f0b0005;
+ }
+ public static final class styleable {
+ public static final int[] GoogleProgressBar = { 0x7f0100ad, 0x7f0100ae };
+ public static final int GoogleProgressBar_colors = 1;
+ public static final int GoogleProgressBar_type = 0;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/rengwuxian/materialedittext/R.java b/app/build/generated/source/r/debug/com/rengwuxian/materialedittext/R.java
new file mode 100644
index 0000000..fbe1102
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/rengwuxian/materialedittext/R.java
@@ -0,0 +1,1268 @@
+/* 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.rengwuxian.materialedittext;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f050000;
+ public static final int abc_fade_out = 0x7f050001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
+ public static final int abc_popup_enter = 0x7f050003;
+ public static final int abc_popup_exit = 0x7f050004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
+ public static final int abc_slide_in_bottom = 0x7f050006;
+ public static final int abc_slide_in_top = 0x7f050007;
+ public static final int abc_slide_out_bottom = 0x7f050008;
+ public static final int abc_slide_out_top = 0x7f050009;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010138;
+ public static final int actionBarItemBackground = 0x7f010139;
+ public static final int actionBarPopupTheme = 0x7f010132;
+ public static final int actionBarSize = 0x7f010137;
+ public static final int actionBarSplitStyle = 0x7f010134;
+ public static final int actionBarStyle = 0x7f010133;
+ public static final int actionBarTabBarStyle = 0x7f01012e;
+ public static final int actionBarTabStyle = 0x7f01012d;
+ public static final int actionBarTabTextStyle = 0x7f01012f;
+ public static final int actionBarTheme = 0x7f010135;
+ public static final int actionBarWidgetTheme = 0x7f010136;
+ public static final int actionButtonStyle = 0x7f010152;
+ public static final int actionDropDownStyle = 0x7f01014e;
+ public static final int actionLayout = 0x7f0100d3;
+ public static final int actionMenuTextAppearance = 0x7f01013a;
+ public static final int actionMenuTextColor = 0x7f01013b;
+ public static final int actionModeBackground = 0x7f01013e;
+ public static final int actionModeCloseButtonStyle = 0x7f01013d;
+ public static final int actionModeCloseDrawable = 0x7f010140;
+ public static final int actionModeCopyDrawable = 0x7f010142;
+ public static final int actionModeCutDrawable = 0x7f010141;
+ public static final int actionModeFindDrawable = 0x7f010146;
+ public static final int actionModePasteDrawable = 0x7f010143;
+ public static final int actionModePopupWindowStyle = 0x7f010148;
+ public static final int actionModeSelectAllDrawable = 0x7f010144;
+ public static final int actionModeShareDrawable = 0x7f010145;
+ public static final int actionModeSplitBackground = 0x7f01013f;
+ public static final int actionModeStyle = 0x7f01013c;
+ public static final int actionModeWebSearchDrawable = 0x7f010147;
+ public static final int actionOverflowButtonStyle = 0x7f010130;
+ public static final int actionOverflowMenuStyle = 0x7f010131;
+ public static final int actionProviderClass = 0x7f0100d5;
+ public static final int actionViewClass = 0x7f0100d4;
+ public static final int activityChooserViewStyle = 0x7f01015a;
+ public static final int alertDialogButtonGroupStyle = 0x7f01017b;
+ public static final int alertDialogCenterButtons = 0x7f01017c;
+ public static final int alertDialogStyle = 0x7f01017a;
+ public static final int alertDialogTheme = 0x7f01017d;
+ public static final int autoCompleteTextViewStyle = 0x7f010182;
+ public static final int background = 0x7f01002b;
+ public static final int backgroundSplit = 0x7f01002d;
+ public static final int backgroundStacked = 0x7f01002c;
+ public static final int backgroundTint = 0x7f01019b;
+ public static final int backgroundTintMode = 0x7f01019c;
+ public static final int barSize = 0x7f01007e;
+ public static final int borderlessButtonStyle = 0x7f010157;
+ public static final int buttonBarButtonStyle = 0x7f010154;
+ public static final int buttonBarNegativeButtonStyle = 0x7f010180;
+ public static final int buttonBarNeutralButtonStyle = 0x7f010181;
+ public static final int buttonBarPositiveButtonStyle = 0x7f01017f;
+ public static final int buttonBarStyle = 0x7f010153;
+ public static final int buttonPanelSideLayout = 0x7f01004b;
+ public static final int buttonStyle = 0x7f010183;
+ public static final int buttonStyleSmall = 0x7f010184;
+ public static final int checkboxStyle = 0x7f010185;
+ public static final int checkedTextViewStyle = 0x7f010186;
+ public static final int closeIcon = 0x7f0100f2;
+ public static final int closeItemLayout = 0x7f01003b;
+ public static final int collapseContentDescription = 0x7f010195;
+ public static final int collapseIcon = 0x7f010194;
+ public static final int color = 0x7f010078;
+ public static final int colorAccent = 0x7f010174;
+ public static final int colorButtonNormal = 0x7f010178;
+ public static final int colorControlActivated = 0x7f010176;
+ public static final int colorControlHighlight = 0x7f010177;
+ public static final int colorControlNormal = 0x7f010175;
+ public static final int colorPrimary = 0x7f010172;
+ public static final int colorPrimaryDark = 0x7f010173;
+ public static final int colorSwitchThumbNormal = 0x7f010179;
+ public static final int commitIcon = 0x7f0100f7;
+ public static final int contentInsetEnd = 0x7f010036;
+ public static final int contentInsetLeft = 0x7f010037;
+ public static final int contentInsetRight = 0x7f010038;
+ public static final int contentInsetStart = 0x7f010035;
+ public static final int customNavigationLayout = 0x7f01002e;
+ public static final int defaultQueryHint = 0x7f0100f1;
+ public static final int dialogPreferredPadding = 0x7f01014c;
+ public static final int dialogTheme = 0x7f01014b;
+ public static final int disableChildrenWhenDisabled = 0x7f010108;
+ public static final int displayOptions = 0x7f010024;
+ public static final int divider = 0x7f01002a;
+ public static final int dividerHorizontal = 0x7f010159;
+ public static final int dividerPadding = 0x7f0100b1;
+ public static final int dividerVertical = 0x7f010158;
+ public static final int drawableSize = 0x7f01007a;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01016a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01014f;
+ public static final int editTextBackground = 0x7f010160;
+ public static final int editTextColor = 0x7f01015f;
+ public static final int editTextStyle = 0x7f010187;
+ public static final int elevation = 0x7f010039;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01004a;
+ public static final int gapBetweenBars = 0x7f01007b;
+ public static final int goIcon = 0x7f0100f3;
+ public static final int height = 0x7f010002;
+ public static final int hideOnContentScroll = 0x7f010034;
+ public static final int homeAsUpIndicator = 0x7f010151;
+ public static final int homeLayout = 0x7f01002f;
+ public static final int icon = 0x7f010028;
+ public static final int iconifiedByDefault = 0x7f0100ef;
+ public static final int indeterminateProgressStyle = 0x7f010031;
+ public static final int initialActivityCount = 0x7f010049;
+ public static final int isLightTheme = 0x7f010003;
+ public static final int itemPadding = 0x7f010033;
+ public static final int layout = 0x7f0100ee;
+ public static final int listChoiceBackgroundIndicator = 0x7f010171;
+ public static final int listDividerAlertDialog = 0x7f01014d;
+ public static final int listItemLayout = 0x7f01004f;
+ public static final int listLayout = 0x7f01004c;
+ public static final int listPopupWindowStyle = 0x7f01016b;
+ public static final int listPreferredItemHeight = 0x7f010165;
+ public static final int listPreferredItemHeightLarge = 0x7f010167;
+ public static final int listPreferredItemHeightSmall = 0x7f010166;
+ public static final int listPreferredItemPaddingLeft = 0x7f010168;
+ public static final int listPreferredItemPaddingRight = 0x7f010169;
+ public static final int logo = 0x7f010029;
+ public static final int maxButtonHeight = 0x7f010193;
+ public static final int measureWithLargestChild = 0x7f0100af;
+ public static final int met_accentTypeface = 0x7f0100bd;
+ public static final int met_autoValidate = 0x7f0100c3;
+ public static final int met_baseColor = 0x7f0100b3;
+ public static final int met_bottomTextSize = 0x7f0100ca;
+ public static final int met_checkCharactersCountAtBeginning = 0x7f0100d1;
+ public static final int met_clearButton = 0x7f0100c7;
+ public static final int met_errorColor = 0x7f0100b6;
+ public static final int met_floatingLabel = 0x7f0100b5;
+ public static final int met_floatingLabelAlwaysShown = 0x7f0100cb;
+ public static final int met_floatingLabelAnimating = 0x7f0100cd;
+ public static final int met_floatingLabelPadding = 0x7f0100c0;
+ public static final int met_floatingLabelText = 0x7f0100bf;
+ public static final int met_floatingLabelTextColor = 0x7f0100c9;
+ public static final int met_floatingLabelTextSize = 0x7f0100c8;
+ public static final int met_helperText = 0x7f0100bb;
+ public static final int met_helperTextAlwaysShown = 0x7f0100cc;
+ public static final int met_helperTextColor = 0x7f0100bc;
+ public static final int met_hideUnderline = 0x7f0100c1;
+ public static final int met_iconLeft = 0x7f0100c4;
+ public static final int met_iconPadding = 0x7f0100c6;
+ public static final int met_iconRight = 0x7f0100c5;
+ public static final int met_maxCharacters = 0x7f0100b8;
+ public static final int met_minBottomTextLines = 0x7f0100ba;
+ public static final int met_minCharacters = 0x7f0100b7;
+ public static final int met_primaryColor = 0x7f0100b4;
+ public static final int met_singleLineEllipsis = 0x7f0100b9;
+ public static final int met_textColor = 0x7f0100ce;
+ public static final int met_textColorHint = 0x7f0100cf;
+ public static final int met_typeface = 0x7f0100be;
+ public static final int met_underlineColor = 0x7f0100c2;
+ public static final int met_validateOnFocusLost = 0x7f0100d0;
+ public static final int middleBarArrowSize = 0x7f01007d;
+ public static final int multiChoiceItemLayout = 0x7f01004d;
+ public static final int navigationContentDescription = 0x7f010197;
+ public static final int navigationIcon = 0x7f010196;
+ public static final int navigationMode = 0x7f010023;
+ public static final int overlapAnchor = 0x7f0100dc;
+ public static final int paddingEnd = 0x7f010199;
+ public static final int paddingStart = 0x7f010198;
+ public static final int panelBackground = 0x7f01016e;
+ public static final int panelMenuListTheme = 0x7f010170;
+ public static final int panelMenuListWidth = 0x7f01016f;
+ public static final int popupMenuStyle = 0x7f01015d;
+ public static final int popupPromptView = 0x7f010107;
+ public static final int popupTheme = 0x7f01003a;
+ public static final int popupWindowStyle = 0x7f01015e;
+ public static final int preserveIconSpacing = 0x7f0100d6;
+ public static final int progressBarPadding = 0x7f010032;
+ public static final int progressBarStyle = 0x7f010030;
+ public static final int prompt = 0x7f010105;
+ public static final int queryBackground = 0x7f0100f9;
+ public static final int queryHint = 0x7f0100f0;
+ public static final int radioButtonStyle = 0x7f010188;
+ public static final int ratingBarStyle = 0x7f010189;
+ public static final int searchHintIcon = 0x7f0100f5;
+ public static final int searchIcon = 0x7f0100f4;
+ public static final int searchViewStyle = 0x7f010164;
+ public static final int selectableItemBackground = 0x7f010155;
+ public static final int selectableItemBackgroundBorderless = 0x7f010156;
+ public static final int showAsAction = 0x7f0100d2;
+ public static final int showDividers = 0x7f0100b0;
+ public static final int showText = 0x7f01010f;
+ public static final int singleChoiceItemLayout = 0x7f01004e;
+ public static final int spinBars = 0x7f010079;
+ public static final int spinnerDropDownItemStyle = 0x7f010150;
+ public static final int spinnerMode = 0x7f010106;
+ public static final int spinnerStyle = 0x7f01018a;
+ public static final int splitTrack = 0x7f01010e;
+ public static final int state_above_anchor = 0x7f0100dd;
+ public static final int submitBackground = 0x7f0100fa;
+ public static final int subtitle = 0x7f010025;
+ public static final int subtitleTextAppearance = 0x7f01018d;
+ public static final int subtitleTextStyle = 0x7f010027;
+ public static final int suggestionRowLayout = 0x7f0100f8;
+ public static final int switchMinWidth = 0x7f01010c;
+ public static final int switchPadding = 0x7f01010d;
+ public static final int switchStyle = 0x7f01018b;
+ public static final int switchTextAppearance = 0x7f01010b;
+ public static final int textAllCaps = 0x7f010052;
+ public static final int textAppearanceLargePopupMenu = 0x7f010149;
+ public static final int textAppearanceListItem = 0x7f01016c;
+ public static final int textAppearanceListItemSmall = 0x7f01016d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010162;
+ public static final int textAppearanceSearchResultTitle = 0x7f010161;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01014a;
+ public static final int textColorAlertDialogListItem = 0x7f01017e;
+ public static final int textColorSearchUrl = 0x7f010163;
+ public static final int theme = 0x7f01019a;
+ public static final int thickness = 0x7f01007f;
+ public static final int thumbTextPadding = 0x7f01010a;
+ public static final int title = 0x7f010022;
+ public static final int titleMarginBottom = 0x7f010192;
+ public static final int titleMarginEnd = 0x7f010190;
+ public static final int titleMarginStart = 0x7f01018f;
+ public static final int titleMarginTop = 0x7f010191;
+ public static final int titleMargins = 0x7f01018e;
+ public static final int titleTextAppearance = 0x7f01018c;
+ public static final int titleTextStyle = 0x7f010026;
+ public static final int toolbarNavigationButtonStyle = 0x7f01015c;
+ public static final int toolbarStyle = 0x7f01015b;
+ public static final int topBottomBarArrowSize = 0x7f01007c;
+ public static final int track = 0x7f010109;
+ public static final int voiceIcon = 0x7f0100f6;
+ public static final int windowActionBar = 0x7f010123;
+ public static final int windowActionBarOverlay = 0x7f010125;
+ public static final int windowActionModeOverlay = 0x7f010126;
+ public static final int windowFixedHeightMajor = 0x7f01012a;
+ public static final int windowFixedHeightMinor = 0x7f010128;
+ public static final int windowFixedWidthMajor = 0x7f010127;
+ public static final int windowFixedWidthMinor = 0x7f010129;
+ public static final int windowMinWidthMajor = 0x7f01012b;
+ public static final int windowMinWidthMinor = 0x7f01012c;
+ public static final int windowNoTitle = 0x7f010124;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f0a0002;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0a0000;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0a0003;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f0a0004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0a0001;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0a0005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0a0006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f0d0083;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f0d0084;
+ public static final int abc_input_method_navigation_guard = 0x7f0d0000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f0d0085;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f0d0086;
+ public static final int abc_primary_text_material_dark = 0x7f0d0087;
+ public static final int abc_primary_text_material_light = 0x7f0d0088;
+ public static final int abc_search_url_text = 0x7f0d0089;
+ public static final int abc_search_url_text_normal = 0x7f0d0001;
+ public static final int abc_search_url_text_pressed = 0x7f0d0002;
+ public static final int abc_search_url_text_selected = 0x7f0d0003;
+ public static final int abc_secondary_text_material_dark = 0x7f0d008a;
+ public static final int abc_secondary_text_material_light = 0x7f0d008b;
+ public static final int accent_material_dark = 0x7f0d0004;
+ public static final int accent_material_light = 0x7f0d0005;
+ public static final int background_floating_material_dark = 0x7f0d0006;
+ public static final int background_floating_material_light = 0x7f0d0007;
+ public static final int background_material_dark = 0x7f0d0008;
+ public static final int background_material_light = 0x7f0d0009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f0d000f;
+ public static final int bright_foreground_disabled_material_light = 0x7f0d0010;
+ public static final int bright_foreground_inverse_material_dark = 0x7f0d0011;
+ public static final int bright_foreground_inverse_material_light = 0x7f0d0012;
+ public static final int bright_foreground_material_dark = 0x7f0d0013;
+ public static final int bright_foreground_material_light = 0x7f0d0014;
+ public static final int button_material_dark = 0x7f0d0016;
+ public static final int button_material_light = 0x7f0d0017;
+ public static final int dim_foreground_disabled_material_dark = 0x7f0d0028;
+ public static final int dim_foreground_disabled_material_light = 0x7f0d0029;
+ public static final int dim_foreground_material_dark = 0x7f0d002a;
+ public static final int dim_foreground_material_light = 0x7f0d002b;
+ public static final int highlighted_text_material_dark = 0x7f0d0043;
+ public static final int highlighted_text_material_light = 0x7f0d0044;
+ public static final int hint_foreground_material_dark = 0x7f0d0045;
+ public static final int hint_foreground_material_light = 0x7f0d0046;
+ public static final int link_text_material_dark = 0x7f0d0048;
+ public static final int link_text_material_light = 0x7f0d0049;
+ public static final int material_blue_grey_800 = 0x7f0d004b;
+ public static final int material_blue_grey_900 = 0x7f0d004c;
+ public static final int material_blue_grey_950 = 0x7f0d004d;
+ public static final int material_deep_teal_200 = 0x7f0d004e;
+ public static final int material_deep_teal_500 = 0x7f0d004f;
+ public static final int primary_dark_material_dark = 0x7f0d0058;
+ public static final int primary_dark_material_light = 0x7f0d0059;
+ public static final int primary_material_dark = 0x7f0d005a;
+ public static final int primary_material_light = 0x7f0d005b;
+ public static final int primary_text_default_material_dark = 0x7f0d005c;
+ public static final int primary_text_default_material_light = 0x7f0d005d;
+ public static final int primary_text_disabled_material_dark = 0x7f0d005e;
+ public static final int primary_text_disabled_material_light = 0x7f0d005f;
+ public static final int ripple_material_dark = 0x7f0d0064;
+ public static final int ripple_material_light = 0x7f0d0065;
+ public static final int secondary_text_default_material_dark = 0x7f0d0068;
+ public static final int secondary_text_default_material_light = 0x7f0d0069;
+ public static final int secondary_text_disabled_material_dark = 0x7f0d006a;
+ public static final int secondary_text_disabled_material_light = 0x7f0d006b;
+ public static final int switch_thumb_disabled_material_dark = 0x7f0d0074;
+ public static final int switch_thumb_disabled_material_light = 0x7f0d0075;
+ public static final int switch_thumb_material_dark = 0x7f0d008c;
+ public static final int switch_thumb_material_light = 0x7f0d008d;
+ public static final int switch_thumb_normal_material_dark = 0x7f0d0076;
+ public static final int switch_thumb_normal_material_light = 0x7f0d0077;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f08000c;
+ public static final int abc_action_bar_default_height_material = 0x7f080001;
+ public static final int abc_action_bar_default_padding_material = 0x7f080002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f08001d;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f08000d;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f08000e;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f08001e;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f08001f;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080020;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080021;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080022;
+ public static final int abc_action_button_min_height_material = 0x7f080023;
+ public static final int abc_action_button_min_width_material = 0x7f080024;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f080025;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f080000;
+ public static final int abc_button_inset_horizontal_material = 0x7f080026;
+ public static final int abc_button_inset_vertical_material = 0x7f080027;
+ public static final int abc_button_padding_horizontal_material = 0x7f080028;
+ public static final int abc_button_padding_vertical_material = 0x7f080029;
+ public static final int abc_config_prefDialogWidth = 0x7f080006;
+ public static final int abc_control_corner_material = 0x7f08002a;
+ public static final int abc_control_inset_material = 0x7f08002b;
+ public static final int abc_control_padding_material = 0x7f08002c;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f08002d;
+ public static final int abc_dialog_min_width_major = 0x7f08002e;
+ public static final int abc_dialog_min_width_minor = 0x7f08002f;
+ public static final int abc_dialog_padding_material = 0x7f080030;
+ public static final int abc_dialog_padding_top_material = 0x7f080031;
+ public static final int abc_disabled_alpha_material_dark = 0x7f080032;
+ public static final int abc_disabled_alpha_material_light = 0x7f080033;
+ public static final int abc_dropdownitem_icon_width = 0x7f080034;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080035;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080036;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f080037;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f080038;
+ public static final int abc_edit_text_inset_top_material = 0x7f080039;
+ public static final int abc_floating_window_z = 0x7f08003a;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f08003b;
+ public static final int abc_panel_menu_list_width = 0x7f08003c;
+ public static final int abc_search_view_preferred_width = 0x7f08003d;
+ public static final int abc_search_view_text_min_width = 0x7f080007;
+ public static final int abc_switch_padding = 0x7f080016;
+ public static final int abc_text_size_body_1_material = 0x7f08003e;
+ public static final int abc_text_size_body_2_material = 0x7f08003f;
+ public static final int abc_text_size_button_material = 0x7f080040;
+ public static final int abc_text_size_caption_material = 0x7f080041;
+ public static final int abc_text_size_display_1_material = 0x7f080042;
+ public static final int abc_text_size_display_2_material = 0x7f080043;
+ public static final int abc_text_size_display_3_material = 0x7f080044;
+ public static final int abc_text_size_display_4_material = 0x7f080045;
+ public static final int abc_text_size_headline_material = 0x7f080046;
+ public static final int abc_text_size_large_material = 0x7f080047;
+ public static final int abc_text_size_medium_material = 0x7f080048;
+ public static final int abc_text_size_menu_material = 0x7f080049;
+ public static final int abc_text_size_small_material = 0x7f08004a;
+ public static final int abc_text_size_subhead_material = 0x7f08004b;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080004;
+ public static final int abc_text_size_title_material = 0x7f08004c;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080005;
+ public static final int bottom_ellipsis_height = 0x7f080056;
+ public static final int bottom_text_size = 0x7f080057;
+ public static final int default_padding_bottom = 0x7f08005c;
+ public static final int default_padding_top = 0x7f08005d;
+ public static final int dialog_fixed_height_major = 0x7f080008;
+ public static final int dialog_fixed_height_minor = 0x7f080009;
+ public static final int dialog_fixed_width_major = 0x7f08000a;
+ public static final int dialog_fixed_width_minor = 0x7f08000b;
+ public static final int disabled_alpha_material_dark = 0x7f08005e;
+ public static final int disabled_alpha_material_light = 0x7f08005f;
+ public static final int floating_label_text_size = 0x7f08006a;
+ public static final int inner_components_spacing = 0x7f080072;
+ public static final int inner_padding_left = 0x7f080073;
+ public static final int inner_padding_right = 0x7f080074;
+ public static final int notification_large_icon_height = 0x7f08009b;
+ public static final int notification_large_icon_width = 0x7f08009c;
+ public static final int notification_subtext_size = 0x7f08009d;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int met_ic_clear = 0x7f02007d;
+ public static final int notification_template_icon_bg = 0x7f02008e;
+ }
+ public static final class id {
+ public static final int action0 = 0x7f0e00d5;
+ public static final int action_bar = 0x7f0e0067;
+ public static final int action_bar_activity_content = 0x7f0e0000;
+ public static final int action_bar_container = 0x7f0e0066;
+ public static final int action_bar_root = 0x7f0e0062;
+ public static final int action_bar_spinner = 0x7f0e0001;
+ public static final int action_bar_subtitle = 0x7f0e004b;
+ public static final int action_bar_title = 0x7f0e004a;
+ public static final int action_context_bar = 0x7f0e0068;
+ public static final int action_divider = 0x7f0e00d9;
+ public static final int action_menu_divider = 0x7f0e0002;
+ public static final int action_menu_presenter = 0x7f0e0003;
+ public static final int action_mode_bar = 0x7f0e0064;
+ public static final int action_mode_bar_stub = 0x7f0e0063;
+ public static final int action_mode_close_button = 0x7f0e004c;
+ public static final int activity_chooser_view_content = 0x7f0e004d;
+ public static final int alertTitle = 0x7f0e0057;
+ public static final int always = 0x7f0e003b;
+ public static final int beginning = 0x7f0e0038;
+ public static final int buttonPanel = 0x7f0e005d;
+ public static final int cancel_action = 0x7f0e00d6;
+ public static final int checkbox = 0x7f0e005f;
+ public static final int chronometer = 0x7f0e00dc;
+ public static final int collapseActionView = 0x7f0e003c;
+ public static final int contentPanel = 0x7f0e0058;
+ public static final int custom = 0x7f0e005c;
+ public static final int customPanel = 0x7f0e005b;
+ public static final int decor_content_parent = 0x7f0e0065;
+ public static final int default_activity_button = 0x7f0e0050;
+ public static final int dialog = 0x7f0e0040;
+ public static final int disableHome = 0x7f0e001a;
+ public static final int dropdown = 0x7f0e0041;
+ public static final int edit_query = 0x7f0e0069;
+ public static final int end = 0x7f0e000c;
+ public static final int end_padder = 0x7f0e00e0;
+ public static final int expand_activities_button = 0x7f0e004e;
+ public static final int expanded_menu = 0x7f0e005e;
+ public static final int highlight = 0x7f0e003a;
+ public static final int home = 0x7f0e0004;
+ public static final int homeAsUp = 0x7f0e001b;
+ public static final int icon = 0x7f0e0052;
+ public static final int ifRoom = 0x7f0e003d;
+ public static final int image = 0x7f0e004f;
+ public static final int info = 0x7f0e00df;
+ public static final int line1 = 0x7f0e00da;
+ public static final int line3 = 0x7f0e00de;
+ public static final int listMode = 0x7f0e0017;
+ public static final int list_item = 0x7f0e0051;
+ public static final int media_actions = 0x7f0e00d8;
+ public static final int middle = 0x7f0e0039;
+ public static final int multiply = 0x7f0e0045;
+ public static final int never = 0x7f0e003e;
+ public static final int none = 0x7f0e001c;
+ public static final int normal = 0x7f0e0018;
+ public static final int parentPanel = 0x7f0e0054;
+ public static final int progress_circular = 0x7f0e0006;
+ public static final int progress_horizontal = 0x7f0e0007;
+ public static final int radio = 0x7f0e0061;
+ public static final int screen = 0x7f0e0046;
+ public static final int scrollView = 0x7f0e0059;
+ public static final int search_badge = 0x7f0e006b;
+ public static final int search_bar = 0x7f0e006a;
+ public static final int search_button = 0x7f0e006c;
+ public static final int search_close_btn = 0x7f0e0071;
+ public static final int search_edit_frame = 0x7f0e006d;
+ public static final int search_go_btn = 0x7f0e0073;
+ public static final int search_mag_icon = 0x7f0e006e;
+ public static final int search_plate = 0x7f0e006f;
+ public static final int search_src_text = 0x7f0e0070;
+ public static final int search_voice_btn = 0x7f0e0074;
+ public static final int select_dialog_listview = 0x7f0e0075;
+ public static final int shortcut = 0x7f0e0060;
+ public static final int showCustom = 0x7f0e001d;
+ public static final int showHome = 0x7f0e001e;
+ public static final int showTitle = 0x7f0e001f;
+ public static final int split_action_bar = 0x7f0e0008;
+ public static final int src_atop = 0x7f0e0047;
+ public static final int src_in = 0x7f0e0048;
+ public static final int src_over = 0x7f0e0049;
+ public static final int status_bar_latest_event_content = 0x7f0e00d7;
+ public static final int submit_area = 0x7f0e0072;
+ public static final int tabMode = 0x7f0e0019;
+ public static final int text = 0x7f0e0032;
+ public static final int text2 = 0x7f0e00dd;
+ public static final int textSpacerNoButtons = 0x7f0e005a;
+ public static final int time = 0x7f0e00db;
+ public static final int title = 0x7f0e0053;
+ public static final int title_template = 0x7f0e0056;
+ public static final int topPanel = 0x7f0e0055;
+ public static final int up = 0x7f0e0009;
+ public static final int useLogo = 0x7f0e0020;
+ public static final int withText = 0x7f0e003f;
+ public static final int wrap_content = 0x7f0e0044;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0b0002;
+ public static final int abc_config_activityShortDur = 0x7f0b0003;
+ public static final int abc_max_action_buttons = 0x7f0b0000;
+ public static final int cancel_button_image_alpha = 0x7f0b0004;
+ public static final int status_bar_notification_info_maxnum = 0x7f0b0006;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f040000;
+ public static final int abc_action_bar_up_container = 0x7f040001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
+ public static final int abc_action_menu_item_layout = 0x7f040003;
+ public static final int abc_action_menu_layout = 0x7f040004;
+ public static final int abc_action_mode_bar = 0x7f040005;
+ public static final int abc_action_mode_close_item_material = 0x7f040006;
+ public static final int abc_activity_chooser_view = 0x7f040007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f040008;
+ public static final int abc_alert_dialog_material = 0x7f040009;
+ public static final int abc_dialog_title_material = 0x7f04000a;
+ public static final int abc_expanded_menu_layout = 0x7f04000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000c;
+ public static final int abc_list_menu_item_icon = 0x7f04000d;
+ public static final int abc_list_menu_item_layout = 0x7f04000e;
+ public static final int abc_list_menu_item_radio = 0x7f04000f;
+ public static final int abc_popup_menu_item_layout = 0x7f040010;
+ public static final int abc_screen_content_include = 0x7f040011;
+ public static final int abc_screen_simple = 0x7f040012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
+ public static final int abc_screen_toolbar = 0x7f040014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
+ public static final int abc_search_view = 0x7f040016;
+ public static final int abc_select_dialog_material = 0x7f040017;
+ public static final int abc_simple_dropdown_hint = 0x7f040018;
+ public static final int notification_media_action = 0x7f040040;
+ public static final int notification_media_cancel_action = 0x7f040041;
+ public static final int notification_template_big_media = 0x7f040042;
+ public static final int notification_template_big_media_narrow = 0x7f040043;
+ public static final int notification_template_lines = 0x7f040044;
+ public static final int notification_template_media = 0x7f040045;
+ public static final int notification_template_part_chronometer = 0x7f040046;
+ public static final int notification_template_part_time = 0x7f040047;
+ public static final int select_dialog_item_material = 0x7f040048;
+ public static final int select_dialog_multichoice_material = 0x7f040049;
+ public static final int select_dialog_singlechoice_material = 0x7f04004a;
+ public static final int support_simple_spinner_dropdown_item = 0x7f04004b;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f070000;
+ public static final int abc_action_bar_home_description_format = 0x7f07000d;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f07000e;
+ public static final int abc_action_bar_up_description = 0x7f070001;
+ public static final int abc_action_menu_overflow_description = 0x7f070002;
+ public static final int abc_action_mode_done = 0x7f070003;
+ public static final int abc_activity_chooser_view_see_all = 0x7f070004;
+ public static final int abc_activitychooserview_choose_application = 0x7f070005;
+ public static final int abc_search_hint = 0x7f07000f;
+ public static final int abc_searchview_description_clear = 0x7f070006;
+ public static final int abc_searchview_description_query = 0x7f070007;
+ public static final int abc_searchview_description_search = 0x7f070008;
+ public static final int abc_searchview_description_submit = 0x7f070009;
+ public static final int abc_searchview_description_voice = 0x7f07000a;
+ public static final int abc_shareactionprovider_share_with = 0x7f07000b;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f07000c;
+ public static final int abc_toolbar_collapse_description = 0x7f070010;
+ public static final int status_bar_notification_info_overflow = 0x7f070028;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f090078;
+ public static final int AlertDialog_AppCompat_Light = 0x7f090079;
+ public static final int Animation_AppCompat_Dialog = 0x7f09007a;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f09007b;
+ public static final int Base_AlertDialog_AppCompat = 0x7f09007d;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f09007e;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f09007f;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f090080;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f090082;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f090081;
+ public static final int Base_TextAppearance_AppCompat = 0x7f090033;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f090034;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f090035;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f09001b;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f090036;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f090037;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f090038;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f090039;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f09003a;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f09003b;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f090004;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f09003c;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f090005;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f09003d;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f09003e;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f09003f;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f090006;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f090040;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f090083;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f090041;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f090042;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f090043;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f090007;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f090044;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f090008;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f090045;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f090009;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f090046;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f090047;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f090048;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f090049;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f09004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f09004b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f09004c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f090084;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f09004d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f09004e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f09004f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f090050;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f090085;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f090051;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f090052;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f09008f;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f090090;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f090091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f090092;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f090093;
+ public static final int Base_Theme_AppCompat = 0x7f090053;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f090086;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f09000a;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f090002;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f090087;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f090088;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f090089;
+ public static final int Base_Theme_AppCompat_Light = 0x7f090054;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f09008a;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f09000b;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f090003;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f09008b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f09008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f09008d;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f09000c;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f09000d;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f090017;
+ public static final int Base_V12_Widget_AppCompat_EditText = 0x7f090018;
+ public static final int Base_V21_Theme_AppCompat = 0x7f090055;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f090056;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f090057;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f090058;
+ public static final int Base_V7_Theme_AppCompat = 0x7f090094;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f090095;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f090096;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f090097;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f090098;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f090099;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f09009a;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f09009b;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f09009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f090059;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f09005a;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f09005b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f09005c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f09005d;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f09009d;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f09009e;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f090019;
+ public static final int Base_Widget_AppCompat_Button = 0x7f09005e;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f090062;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0900a0;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f09005f;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f090060;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09009f;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f090061;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f090063;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f090064;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0900a1;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f090000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0900a2;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f090065;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f09001a;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0900a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0900a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0900a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f090066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f090067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f090068;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f090069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f09006a;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f09006b;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f09006c;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f09006d;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f09006e;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f09006f;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f090070;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0900a6;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f09000e;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f09000f;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f090071;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0900a7;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0900a8;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f090010;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090072;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f090073;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f090074;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0900a9;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090075;
+ public static final int Platform_AppCompat = 0x7f090013;
+ public static final int Platform_AppCompat_Light = 0x7f090014;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f090076;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f090077;
+ public static final int Platform_V11_AppCompat = 0x7f090015;
+ public static final int Platform_V11_AppCompat_Light = 0x7f090016;
+ public static final int Platform_V14_AppCompat = 0x7f09001c;
+ public static final int Platform_V14_AppCompat_Light = 0x7f09001d;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f090023;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f090024;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f090025;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f090026;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f090027;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f090028;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f090029;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f09002f;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f09002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f09002b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f09002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f09002d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f09002e;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090030;
+ public static final int TextAppearance_AppCompat = 0x7f0900b8;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0900b9;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0900ba;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0900bb;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0900bc;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0900bd;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0900be;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0900bf;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0900c0;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0900c1;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0900c2;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0900c3;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0900c4;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0900c5;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0900c6;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0900c7;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0900c8;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0900c9;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0900ca;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0900cb;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0900cc;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0900cd;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0900ce;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0900cf;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0900d0;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0900d1;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0900d2;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0900d3;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0900d4;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0900d5;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0900d6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0900d7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0900d8;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0900d9;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0900da;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0900db;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0900dc;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0900dd;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0900de;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0900df;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0900e0;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0900e1;
+ public static final int TextAppearance_StatusBar_EventContent = 0x7f09001e;
+ public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f09001f;
+ public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f090020;
+ public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f090021;
+ public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f090022;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0900e7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0900e8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0900e9;
+ public static final int ThemeOverlay_AppCompat = 0x7f0900f8;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0900f9;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0900fa;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0900fb;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0900fc;
+ public static final int Theme_AppCompat = 0x7f0900ea;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0900eb;
+ public static final int Theme_AppCompat_Dialog = 0x7f0900ec;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0900ef;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0900ed;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0900ee;
+ public static final int Theme_AppCompat_Light = 0x7f0900f0;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0900f1;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0900f2;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0900f5;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0900f3;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0900f4;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0900f6;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0900f7;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0900fd;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0900fe;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0900ff;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f090100;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f090101;
+ public static final int Widget_AppCompat_ActionButton = 0x7f090102;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f090103;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f090104;
+ public static final int Widget_AppCompat_ActionMode = 0x7f090105;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f090106;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f090107;
+ public static final int Widget_AppCompat_Button = 0x7f090108;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f09010d;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f09010e;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f090109;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f09010a;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09010b;
+ public static final int Widget_AppCompat_Button_Small = 0x7f09010c;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f09010f;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f090110;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f090111;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f090112;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f090113;
+ public static final int Widget_AppCompat_EditText = 0x7f090114;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f090115;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f090116;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f090117;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f090118;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f090119;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f09011a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f09011b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f09011c;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f09011d;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f09011e;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f09011f;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f090120;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f090121;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f090122;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f090123;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f090124;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f090125;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f090126;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f090127;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f090128;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f090129;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f09012a;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f09012b;
+ public static final int Widget_AppCompat_ListView = 0x7f09012c;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f09012d;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f09012e;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f09012f;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f090130;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f090131;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f090132;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f090133;
+ public static final int Widget_AppCompat_RatingBar = 0x7f090134;
+ public static final int Widget_AppCompat_SearchView = 0x7f090135;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f090136;
+ public static final int Widget_AppCompat_Spinner = 0x7f090137;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f090138;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f090139;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f09013a;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f09013b;
+ public static final int Widget_AppCompat_Toolbar = 0x7f09013c;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09013d;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010002, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f010151 };
+ 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 = { 0x7f010002, 0x7f010026, 0x7f010027, 0x7f01002b, 0x7f01002d, 0x7f01003b };
+ 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 = { 0x7f010049, 0x7f01004a };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f };
+ 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, 0x7f010052 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01002a, 0x7f0100af, 0x7f0100b0, 0x7f0100b1 };
+ 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[] MaterialEditText = { 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 };
+ public static final int MaterialEditText_met_accentTypeface = 10;
+ public static final int MaterialEditText_met_autoValidate = 16;
+ public static final int MaterialEditText_met_baseColor = 0;
+ public static final int MaterialEditText_met_bottomTextSize = 23;
+ public static final int MaterialEditText_met_checkCharactersCountAtBeginning = 30;
+ public static final int MaterialEditText_met_clearButton = 20;
+ public static final int MaterialEditText_met_errorColor = 3;
+ public static final int MaterialEditText_met_floatingLabel = 2;
+ public static final int MaterialEditText_met_floatingLabelAlwaysShown = 24;
+ public static final int MaterialEditText_met_floatingLabelAnimating = 26;
+ public static final int MaterialEditText_met_floatingLabelPadding = 13;
+ public static final int MaterialEditText_met_floatingLabelText = 12;
+ public static final int MaterialEditText_met_floatingLabelTextColor = 22;
+ public static final int MaterialEditText_met_floatingLabelTextSize = 21;
+ public static final int MaterialEditText_met_helperText = 8;
+ public static final int MaterialEditText_met_helperTextAlwaysShown = 25;
+ public static final int MaterialEditText_met_helperTextColor = 9;
+ public static final int MaterialEditText_met_hideUnderline = 14;
+ public static final int MaterialEditText_met_iconLeft = 17;
+ public static final int MaterialEditText_met_iconPadding = 19;
+ public static final int MaterialEditText_met_iconRight = 18;
+ public static final int MaterialEditText_met_maxCharacters = 5;
+ public static final int MaterialEditText_met_minBottomTextLines = 7;
+ public static final int MaterialEditText_met_minCharacters = 4;
+ public static final int MaterialEditText_met_primaryColor = 1;
+ public static final int MaterialEditText_met_singleLineEllipsis = 6;
+ public static final int MaterialEditText_met_textColor = 27;
+ public static final int MaterialEditText_met_textColorHint = 28;
+ public static final int MaterialEditText_met_typeface = 11;
+ public static final int MaterialEditText_met_underlineColor = 15;
+ public static final int MaterialEditText_met_validateOnFocusLost = 29;
+ 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, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5 };
+ 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, 0x7f0100d6 };
+ 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, 0x7f0100dc };
+ public static final int[] PopupWindowBackgroundState = { 0x7f0100dd };
+ 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, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa };
+ 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 = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f };
+ 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, 0x7f010052 };
+ 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, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132, 0x7f010133, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, 0x7f010147, 0x7f010148, 0x7f010149, 0x7f01014a, 0x7f01014b, 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169, 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f, 0x7f010170, 0x7f010171, 0x7f010172, 0x7f010173, 0x7f010174, 0x7f010175, 0x7f010176, 0x7f010177, 0x7f010178, 0x7f010179, 0x7f01017a, 0x7f01017b, 0x7f01017c, 0x7f01017d, 0x7f01017e, 0x7f01017f, 0x7f010180, 0x7f010181, 0x7f010182, 0x7f010183, 0x7f010184, 0x7f010185, 0x7f010186, 0x7f010187, 0x7f010188, 0x7f010189, 0x7f01018a, 0x7f01018b };
+ 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 = 90;
+ public static final int Theme_alertDialogCenterButtons = 91;
+ public static final int Theme_alertDialogStyle = 89;
+ public static final int Theme_alertDialogTheme = 92;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 97;
+ public static final int Theme_borderlessButtonStyle = 54;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 95;
+ public static final int Theme_buttonBarNeutralButtonStyle = 96;
+ public static final int Theme_buttonBarPositiveButtonStyle = 94;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 98;
+ public static final int Theme_buttonStyleSmall = 99;
+ public static final int Theme_checkboxStyle = 100;
+ public static final int Theme_checkedTextViewStyle = 101;
+ 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_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 = 102;
+ 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 = 103;
+ public static final int Theme_ratingBarStyle = 104;
+ 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 = 105;
+ public static final int Theme_switchStyle = 106;
+ 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 = 93;
+ 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, 0x7f010022, 0x7f010025, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f01003a, 0x7f01018c, 0x7f01018d, 0x7f01018e, 0x7f01018f, 0x7f010190, 0x7f010191, 0x7f010192, 0x7f010193, 0x7f010194, 0x7f010195, 0x7f010196, 0x7f010197 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f010198, 0x7f010199, 0x7f01019a, 0x7f01019b, 0x7f01019c };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/shamanland/fab/R.java b/app/build/generated/source/r/debug/com/shamanland/fab/R.java
new file mode 100644
index 0000000..a7bec49
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/shamanland/fab/R.java
@@ -0,0 +1,57 @@
+/* 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.shamanland.fab;
+
+public final class R {
+ public static final class anim {
+ public static final int floating_action_button_hide = 0x7f05000e;
+ public static final int floating_action_button_show = 0x7f05000f;
+ }
+ public static final class attr {
+ public static final int floatingActionButtonColor = 0x7f01008d;
+ public static final int floatingActionButtonImplicitElevation = 0x7f01008f;
+ public static final int floatingActionButtonShadow = 0x7f010090;
+ public static final int floatingActionButtonSize = 0x7f01008e;
+ public static final int floatingActionButtonStyle = 0x7f010001;
+ }
+ public static final class dimen {
+ public static final int floating_action_button_elevation = 0x7f080066;
+ public static final int floating_action_button_margin_mini = 0x7f080017;
+ public static final int floating_action_button_margin_mini_minus = 0x7f080018;
+ public static final int floating_action_button_margin_normal = 0x7f080019;
+ public static final int floating_action_button_margin_normal_minus = 0x7f08001a;
+ public static final int floating_action_button_shadow_radius = 0x7f080067;
+ public static final int floating_action_button_size_mini = 0x7f080068;
+ public static final int floating_action_button_size_normal = 0x7f080069;
+ }
+ public static final class drawable {
+ public static final int com_shamanland_fab_circle_mini = 0x7f020048;
+ public static final int com_shamanland_fab_circle_normal = 0x7f020049;
+ public static final int com_shamanland_fab_mini = 0x7f02004a;
+ public static final int com_shamanland_fab_normal = 0x7f02004b;
+ public static final int com_shamanland_fab_shadow = 0x7f02004c;
+ }
+ public static final class id {
+ public static final int mini = 0x7f0e0033;
+ public static final int normal = 0x7f0e0018;
+ }
+ public static final class style {
+ public static final int FloatingActionButton = 0x7f0900ae;
+ public static final int FloatingActionButton_Dark = 0x7f0900af;
+ public static final int FloatingActionButton_Dark_Mini = 0x7f0900b0;
+ public static final int FloatingActionButton_Light = 0x7f0900b1;
+ public static final int FloatingActionButton_Light_Mini = 0x7f0900b2;
+ public static final int FloatingActionButton_Mini = 0x7f0900b3;
+ }
+ public static final class styleable {
+ public static final int[] FloatingActionButton = { 0x010100d4, 0x7f010039, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f01019b, 0x7f01019c };
+ public static final int FloatingActionButton_floatingActionButtonColor = 2;
+ public static final int FloatingActionButton_floatingActionButtonImplicitElevation = 4;
+ public static final int FloatingActionButton_floatingActionButtonShadow = 5;
+ public static final int FloatingActionButton_floatingActionButtonSize = 3;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/sun/bingo/Manifest.java b/app/build/generated/source/r/debug/com/sun/bingo/Manifest.java
new file mode 100644
index 0000000..9d28ef0
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/sun/bingo/Manifest.java
@@ -0,0 +1,16 @@
+/* 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.sun.bingo;
+
+public final class Manifest {
+ public static final class permission {
+ /** Push SDK权限
+ */
+ public static final String push="cn.bmob.permission.push";
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/sun/bingo/R.java b/app/build/generated/source/r/debug/com/sun/bingo/R.java
new file mode 100644
index 0000000..f94e091
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/sun/bingo/R.java
@@ -0,0 +1,11768 @@
+/* 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.sun.bingo;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in=0x7f050000;
+ public static final int abc_fade_out=0x7f050001;
+ public static final int abc_grow_fade_in_from_bottom=0x7f050002;
+ public static final int abc_popup_enter=0x7f050003;
+ public static final int abc_popup_exit=0x7f050004;
+ public static final int abc_shrink_fade_out_from_bottom=0x7f050005;
+ public static final int abc_slide_in_bottom=0x7f050006;
+ public static final int abc_slide_in_top=0x7f050007;
+ public static final int abc_slide_out_bottom=0x7f050008;
+ public static final int abc_slide_out_top=0x7f050009;
+ public static final int bga_refresh_loding=0x7f05000a;
+ public static final int decelerate_cubic=0x7f05000b;
+ public static final int fab_in=0x7f05000c;
+ public static final int fab_out=0x7f05000d;
+ public static final int floating_action_button_hide=0x7f05000e;
+ public static final int floating_action_button_show=0x7f05000f;
+ public static final int popup_enter=0x7f050010;
+ public static final int popup_exit=0x7f050011;
+ public static final int snackbar_in=0x7f050012;
+ public static final int snackbar_out=0x7f050013;
+ }
+ public static final class array {
+ public static final int google_colors=0x7f0c0000;
+ }
+ public static final class attr {
+ /**
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 AniBackColor=0x7f010060;
+ /**
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 AniForeColor=0x7f010061;
+ /**
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 CircleSmaller=0x7f010062;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarDivider=0x7f010138;
+ /**
Must be a reference 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=0x7f010139;
+ /**
Must be a reference 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=0x7f010132;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=0x7f010137;
+ /**
Must be a reference 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=0x7f010134;
+ /**
Must be a reference 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=0x7f010133;
+ /**
Must be a reference 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=0x7f01012e;
+ /**
Must be a reference 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=0x7f01012d;
+ /**
Must be a reference 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=0x7f01012f;
+ /**
Must be a reference 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=0x7f010135;
+ /**
Must be a reference 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=0x7f010136;
+ /**
Must be a reference 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=0x7f010152;
+ /**
Must be a reference 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=0x7f01014e;
+ /**
Must be a reference 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=0x7f0100d3;
+ /**
Must be a reference 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=0x7f01013a;
+ /**
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=0x7f01013b;
+ /**
Must be a reference 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=0x7f01013e;
+ /**
Must be a reference 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=0x7f01013d;
+ /**
Must be a reference 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=0x7f010140;
+ /**
Must be a reference 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=0x7f010142;
+ /**
Must be a reference 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=0x7f010141;
+ /**
Must be a reference 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=0x7f010146;
+ /**
Must be a reference 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=0x7f010143;
+ /**
Must be a reference 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=0x7f010148;
+ /**
Must be a reference 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=0x7f010144;
+ /**
Must be a reference 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=0x7f010145;
+ /**
Must be a reference 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=0x7f01013f;
+ /**
Must be a reference 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=0x7f01013c;
+ /**
Must be a reference 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=0x7f010147;
+ /**
Must be a reference 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=0x7f010130;
+ /**
Must be a reference 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=0x7f010131;
+ /**
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=0x7f0100d5;
+ /**
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 actionSheetBackground=0x7f01003c;
+ /**
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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ */
+ public static final int actionSheetPadding=0x7f010044;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionSheetStyle=0x7f010048;
+ /**
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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ */
+ public static final int actionSheetTextSize=0x7f010047;
+ /**
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=0x7f0100d4;
+ /**
Must be a reference 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=0x7f01015a;
+ /**
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 actualImageScaleType=0x7f0100a0;
+ /**
Must be a reference 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=0x7f01017b;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01017c;
+ /**
Must be a reference 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=0x7f01017a;
+ /**
Must be a reference 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=0x7f01017d;
+ /**
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 animAlphaStart=0x7f01008a;
+ /**
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 animDuration=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 autoCompleteTextViewStyle=0x7f010182;
+ /**
Must be a reference 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=0x7f01002b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int backgroundImage=0x7f0100a1;
+ /**
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=0x7f01002d;
+ /**
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=0x7f01002c;
+ /**
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=0x7f01019b;
+ /**
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=0x7f01019c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int barSize=0x7f01007e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int behavior_overlapTop=0x7f0100ed;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int borderWidth=0x7f010094;
+ /**
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 border_color=0x7f010064;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int border_width=0x7f010063;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int borderlessButtonStyle=0x7f010157;
+ /**
Must be a reference 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=0x7f010154;
+ /**
Must be a reference 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=0x7f010180;
+ /**
Must be a reference 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=0x7f010181;
+ /**
Must be a reference 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=0x7f01017f;
+ /**
Must be a reference 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=0x7f010153;
+ /**
Must be a reference 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=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 buttonStyle=0x7f010183;
+ /**
Must be a reference 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=0x7f010184;
+ /**
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 cancelButtonBackground=0x7f01003d;
+ /**
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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ */
+ public static final int cancelButtonMarginTop=0x7f010046;
+ /**
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 cancelButtonTextColor=0x7f010042;
+ /**
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 cardBackgroundColor=0x7f010055;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int cardCornerRadius=0x7f010056;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int cardElevation=0x7f010057;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int cardMaxElevation=0x7f010058;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int cardPreventCornerOverlap=0x7f01005a;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int cardUseCompatPadding=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 checkboxStyle=0x7f010185;
+ /**
Must be a reference 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=0x7f010186;
+ /**
Must be a reference 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=0x7f0100f2;
+ /**
Must be a reference 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=0x7f01003b;
+ /**
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=0x7f010195;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int collapseDrawable=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 collapseIcon=0x7f010194;
+ /**
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 collapseRes=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 collapsedTitleTextAppearance=0x7f01006d;
+ /**
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=0x7f010078;
+ /**
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=0x7f010174;
+ /**
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=0x7f010178;
+ /**
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=0x7f010176;
+ /**
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=0x7f010177;
+ /**
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=0x7f010175;
+ /**
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=0x7f010172;
+ /**
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=0x7f010173;
+ /**
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=0x7f010179;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int colors=0x7f0100ae;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int commitIcon=0x7f0100f7;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 contentInsetLeft=0x7f010037;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=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 contentInsetStart=0x7f010035;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentPadding=0x7f01005b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentPaddingBottom=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 contentPaddingLeft=0x7f01005c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentPaddingRight=0x7f01005d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentPaddingTop=0x7f01005e;
+ /**
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 contentRes=0x7f010088;
+ /**
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 contentScrim=0x7f01006e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01002e;
+ /**
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 dashedColor=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 defaultQueryHint=0x7f0100f1;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01014c;
+ /**
Must be a reference 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=0x7f01014b;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int disableChildrenWhenDisabled=0x7f010108;
+ /**
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=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 divider=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 dividerHorizontal=0x7f010159;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100b1;
+ /**
Must be a reference 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=0x7f010158;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 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=0x7f01016a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01014f;
+ /**
Must be a reference 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=0x7f010160;
+ /**
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=0x7f01015f;
+ /**
Must be a reference 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=0x7f010187;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010039;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int errorEnabled=0x7f010121;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int errorTextAppearance=0x7f010122;
+ /**
Must be a reference 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=0x7f01004a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandDrawable=0x7f01008b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int expandedTitleMargin=0x7f010067;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int expandedTitleMarginBottom=0x7f01006b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int expandedTitleMarginEnd=0x7f01006a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int expandedTitleMarginStart=0x7f010068;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int expandedTitleMarginTop=0x7f010069;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandedTitleTextAppearance=0x7f01006c;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
mini
1
+
+ */
+ public static final int fabSize=0x7f010092;
+ /**
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=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 failureImage=0x7f01009b;
+ /**
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 failureImageScaleType=0x7f01009c;
+ /**
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 floatingActionButtonColor=0x7f01008d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int floatingActionButtonImplicitElevation=0x7f01008f;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int floatingActionButtonShadow=0x7f010090;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
mini
1
+
+ */
+ public static final int floatingActionButtonSize=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 floatingActionButtonStyle=0x7f010001;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 goIcon=0x7f0100f3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int headerLayout=0x7f0100db;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010002;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010034;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int hintTextAppearance=0x7f010120;
+ /**
Must be a reference 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=0x7f010151;
+ /**
Must be a reference 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=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 icon=0x7f010028;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100ef;
+ /**
Must be a reference 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=0x7f010031;
+ /**
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=0x7f010049;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
number
2
+
text
1
+
signed
3
+
decimal
8192
+
+ */
+ public static final int inputType=0x7f010085;
+ /**
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 insetForeground=0x7f0100ec;
+ /**
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 intLength=0x7f010083;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010003;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int isNum=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 itemBackground=0x7f0100da;
+ /**
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 itemIconTint=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 itemPadding=0x7f010033;
+ /**
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 itemTextColor=0x7f0100d9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f010071;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout=0x7f0100ee;
+ /**
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=0x7f0100e8;
+ /**
Must be a reference 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_anchor=0x7f010074;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
top
0x30
+
bottom
0x50
+
left
0x03
+
right
0x05
+
center_vertical
0x10
+
fill_vertical
0x70
+
center_horizontal
0x01
+
fill_horizontal
0x07
+
center
0x11
+
fill
0x77
+
clip_vertical
0x80
+
clip_horizontal
0x08
+
start
0x00800003
+
end
0x00800005
+
+ */
+ public static final int layout_anchorGravity=0x7f010076;
+ /**
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 layout_behavior=0x7f010073;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
pin
1
+
parallax
2
+
+ */
+ public static final int layout_collapseMode=0x7f010065;
+ /**
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 layout_collapseParallaxMultiplier=0x7f010066;
+ /**
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 layout_keyline=0x7f010075;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
scroll
0x1
+
exitUntilCollapsed
0x2
+
enterAlways
0x4
+
enterAlwaysCollapsed
0x8
+
+ */
+ public static final int layout_scrollFlags=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 layout_scrollInterpolator=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=0x7f010171;
+ /**
Must be a reference 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=0x7f01014d;
+ /**
Must be a reference 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=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 listLayout=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 listPopupWindowStyle=0x7f01016b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010165;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010167;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010166;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010168;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010169;
+ /**
Must be a reference 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=0x7f010029;
+ /**
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 matProg_barColor=0x7f0100df;
+ /**
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 matProg_barSpinCycleTime=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 matProg_barWidth=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 matProg_circleRadius=0x7f0100e4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int matProg_fillRadius=0x7f0100e5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int matProg_linearProgress=0x7f0100e7;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int matProg_progressIndeterminate=0x7f0100de;
+ /**
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 matProg_rimColor=0x7f0100e0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int matProg_rimWidth=0x7f0100e1;
+ /**
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 matProg_spinSpeed=0x7f0100e2;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int maxActionInlineWidth=0x7f010104;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010193;
+ /**
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 maxCollapsedLines=0x7f010086;
+ /**
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 maxLength=0x7f010082;
+ /**
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 md_background_color=0x7f010004;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int md_btn_negative_selector=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 md_btn_neutral_selector=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 md_btn_positive_selector=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 md_btn_stacked_selector=0x7f010008;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
start
0
+
center
1
+
end
2
+
+ */
+ public static final int md_btnstacked_gravity=0x7f010009;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
start
0
+
center
1
+
end
2
+
+ */
+ public static final int md_buttons_gravity=0x7f01000a;
+ /**
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 md_content_color=0x7f01000b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
start
0
+
center
1
+
end
2
+
+ */
+ public static final int md_content_gravity=0x7f01000c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int md_dark_theme=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 md_divider=0x7f01000e;
+ /**
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 md_divider_color=0x7f01000f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int md_icon=0x7f010010;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int md_icon_limit_icon_to_default_size=0x7f010011;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int md_icon_max_size=0x7f010012;
+ /**
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 md_item_color=0x7f010013;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
start
0
+
center
1
+
end
2
+
+ */
+ public static final int md_items_gravity=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 md_list_selector=0x7f010015;
+ /**
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 md_medium_font=0x7f010016;
+ /**
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 md_negative_color=0x7f010017;
+ /**
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 md_neutral_color=0x7f010018;
+ /**
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 md_positive_color=0x7f010019;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int md_reduce_padding_no_title_no_buttons=0x7f0100b2;
+ /**
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 md_regular_font=0x7f01001a;
+ /**
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 md_title_color=0x7f01001b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
start
0
+
center
1
+
end
2
+
+ */
+ public static final int md_title_gravity=0x7f01001c;
+ /**
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 md_widget_color=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 measureWithLargestChild=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 menu=0x7f0100d7;
+ /**
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 met_accentTypeface=0x7f0100bd;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_autoValidate=0x7f0100c3;
+ /**
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 met_baseColor=0x7f0100b3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_bottomTextSize=0x7f0100ca;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_checkCharactersCountAtBeginning=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 met_clearButton=0x7f0100c7;
+ /**
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 met_errorColor=0x7f0100b6;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
normal
1
+
highlight
2
+
+ */
+ public static final int met_floatingLabel=0x7f0100b5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_floatingLabelAlwaysShown=0x7f0100cb;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_floatingLabelAnimating=0x7f0100cd;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_floatingLabelPadding=0x7f0100c0;
+ /**
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 met_floatingLabelText=0x7f0100bf;
+ /**
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 met_floatingLabelTextColor=0x7f0100c9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_floatingLabelTextSize=0x7f0100c8;
+ /**
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 met_helperText=0x7f0100bb;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_helperTextAlwaysShown=0x7f0100cc;
+ /**
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 met_helperTextColor=0x7f0100bc;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_hideUnderline=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 met_iconLeft=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 met_iconPadding=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 met_iconRight=0x7f0100c5;
+ /**
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 met_maxCharacters=0x7f0100b8;
+ /**
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 met_minBottomTextLines=0x7f0100ba;
+ /**
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 met_minCharacters=0x7f0100b7;
+ /**
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 met_primaryColor=0x7f0100b4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int met_singleLineEllipsis=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 met_textColor=0x7f0100ce;
+ /**
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 met_textColorHint=0x7f0100cf;
+ /**
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 met_typeface=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 met_underlineColor=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 met_validateOnFocusLost=0x7f0100d0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int middleBarArrowSize=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 multiChoiceItemLayout=0x7f01004d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int mv_originalImg=0x7f010054;
+ /**
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 mv_ultimateColor=0x7f010053;
+ /**
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=0x7f010197;
+ /**
Must be a reference 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=0x7f010196;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static final int navigationMode=0x7f010023;
+ /**
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 otherButtonBottomBackground=0x7f010040;
+ /**
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 otherButtonMiddleBackground=0x7f01003f;
+ /**
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 otherButtonSingleBackground=0x7f010041;
+ /**
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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ */
+ public static final int otherButtonSpacing=0x7f010045;
+ /**
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 otherButtonTextColor=0x7f010043;
+ /**
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 otherButtonTopBackground=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 overlapAnchor=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 overlayImage=0x7f0100a2;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010199;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010198;
+ /**
Must be a reference 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=0x7f01016e;
+ /**
Must be a reference 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=0x7f010170;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01016f;
+ /**
Must be a reference 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=0x7f010097;
+ /**
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 placeholderImageScaleType=0x7f010098;
+ /**
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 point=0x7f010080;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int pointAlignRight=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 popupMenuStyle=0x7f01015d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupPromptView=0x7f010107;
+ /**
Must be a reference 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=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 popupWindowStyle=0x7f01015e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100d6;
+ /**
Must be a reference 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=0x7f0100a3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int pressedTranslationZ=0x7f010093;
+ /**
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=0x7f01009f;
+ /**
Must be a reference 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=0x7f01009d;
+ /**
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 progressBarImageScaleType=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 progressBarPadding=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 progressBarStyle=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 prompt=0x7f010105;
+ /**
Must be a reference 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=0x7f0100f9;
+ /**
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=0x7f0100f0;
+ /**
Must be a reference 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=0x7f010188;
+ /**
Must be a reference 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=0x7f010189;
+ /**
Must be a reference 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=0x7f010099;
+ /**
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 retryImageScaleType=0x7f01009a;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100ea;
+ /**
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 rippleColor=0x7f010091;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=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 roundBottomLeft=0x7f0100a9;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100a8;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int roundTopLeft=0x7f0100a6;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100a7;
+ /**
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=0x7f0100aa;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100a5;
+ /**
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=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 roundingBorderWidth=0x7f0100ab;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchHintIcon=0x7f0100f5;
+ /**
Must be a reference 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=0x7f0100f4;
+ /**
Must be a reference 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=0x7f010164;
+ /**
Must be a reference 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=0x7f010155;
+ /**
Must be a reference 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=0x7f010156;
+ /**
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=0x7f0100d2;
+ /**
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=0x7f0100b0;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01010f;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
left
0
+
right
1
+
+ */
+ public static final int siArrowPosition=0x7f01001e;
+ /**
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 siBorderAlpha=0x7f0100fe;
+ /**
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 siBorderColor=0x7f0100fc;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
stroke
0
+
fill
1
+
+ */
+ public static final int siBorderType=0x7f01001f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int siBorderWidth=0x7f0100fd;
+ /**
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 an integer value, such as "100".
+ */
+ public static final int siForeground=0x7f0100ff;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int siRadius=0x7f010100;
+ /**
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 an integer value, such as "100".
+ */
+ public static final int siShape=0x7f010102;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int siSquare=0x7f0100fb;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
butt
0
+
round
1
+
square
2
+
+ */
+ public static final int siStrokeCap=0x7f010020;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
bevel
0
+
miter
1
+
round
2
+
+ */
+ public static final int siStrokeJoin=0x7f010021;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int siStrokeMiter=0x7f010103;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int siTriangleHeight=0x7f010101;
+ /**
Must be a reference 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=0x7f01004e;
+ /**
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=0x7f0100e9;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=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 spinnerDropDownItemStyle=0x7f010150;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static final int spinnerMode=0x7f010106;
+ /**
Must be a reference 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=0x7f01018a;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01010e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100eb;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f0100dd;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int statusBarBackground=0x7f010072;
+ /**
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 statusBarScrim=0x7f01006f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int submitBackground=0x7f0100fa;
+ /**
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=0x7f010025;
+ /**
Must be a reference 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=0x7f01018d;
+ /**
Must be a reference 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=0x7f010027;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int suggestionRowLayout=0x7f0100f8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01010c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01010d;
+ /**
Must be a reference 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=0x7f01018b;
+ /**
Must be a reference 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=0x7f01010b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int tabBackground=0x7f010113;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabContentStart=0x7f010112;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
fill
0
+
center
1
+
+ */
+ public static final int tabGravity=0x7f010115;
+ /**
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 tabIndicatorColor=0x7f010110;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabIndicatorHeight=0x7f010111;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabMaxWidth=0x7f010117;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabMinWidth=0x7f010116;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
scrollable
0
+
fixed
1
+
+ */
+ public static final int tabMode=0x7f010114;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabPadding=0x7f01011f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabPaddingBottom=0x7f01011e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabPaddingEnd=0x7f01011d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabPaddingStart=0x7f01011b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int tabPaddingTop=0x7f01011c;
+ /**
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 tabSelectedTextColor=0x7f01011a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int tabTextAppearance=0x7f010118;
+ /**
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 tabTextColor=0x7f010119;
+ /**
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=0x7f010052;
+ /**
Must be a reference 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=0x7f010149;
+ /**
Must be a reference 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=0x7f01016c;
+ /**
Must be a reference 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=0x7f01016d;
+ /**
Must be a reference 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=0x7f010162;
+ /**
Must be a reference 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=0x7f010161;
+ /**
Must be a reference 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=0x7f01014a;
+ /**
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=0x7f01017e;
+ /**
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=0x7f010163;
+ /**
Must be a reference 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=0x7f01019a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01007f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01010a;
+ /**
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=0x7f010022;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010192;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010190;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01018f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010191;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01018e;
+ /**
Must be a reference 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=0x7f01018c;
+ /**
Must be a reference 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=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 toolbarId=0x7f010070;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarNavigationButtonStyle=0x7f01015c;
+ /**
Must be a reference 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=0x7f01015b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int topBottomBarArrowSize=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 track=0x7f010109;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
folding_circles
0
+
google_music_dices
1
+
nexus_rotation_cross
2
+
chrome_floating_circles
3
+
+ */
+ public static final int type=0x7f0100ad;
+ /**
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=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 voiceIcon=0x7f0100f6;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010123;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010125;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010126;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01012a;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010128;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010127;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f010129;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01012b;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01012c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010124;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f0a0002;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f0a0000;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f0a0003;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f0a0004;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f0a0001;
+ public static final int abc_config_closeDialogWhenTouchOutside=0x7f0a0005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0a0006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f0d0083;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f0d0084;
+ public static final int abc_input_method_navigation_guard=0x7f0d0000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f0d0085;
+ public static final int abc_primary_text_disable_only_material_light=0x7f0d0086;
+ public static final int abc_primary_text_material_dark=0x7f0d0087;
+ public static final int abc_primary_text_material_light=0x7f0d0088;
+ public static final int abc_search_url_text=0x7f0d0089;
+ public static final int abc_search_url_text_normal=0x7f0d0001;
+ public static final int abc_search_url_text_pressed=0x7f0d0002;
+ public static final int abc_search_url_text_selected=0x7f0d0003;
+ public static final int abc_secondary_text_material_dark=0x7f0d008a;
+ public static final int abc_secondary_text_material_light=0x7f0d008b;
+ public static final int accent_material_dark=0x7f0d0004;
+ public static final int accent_material_light=0x7f0d0005;
+ public static final int background_floating_material_dark=0x7f0d0006;
+ public static final int background_floating_material_light=0x7f0d0007;
+ public static final int background_material_dark=0x7f0d0008;
+ public static final int background_material_light=0x7f0d0009;
+ public static final int bg=0x7f0d000a;
+ public static final int bg_dash_line=0x7f0d000b;
+ public static final int bg_pressed=0x7f0d000c;
+ public static final int black=0x7f0d000d;
+ public static final int blue=0x7f0d000e;
+ public static final int bright_foreground_disabled_material_dark=0x7f0d000f;
+ public static final int bright_foreground_disabled_material_light=0x7f0d0010;
+ public static final int bright_foreground_inverse_material_dark=0x7f0d0011;
+ public static final int bright_foreground_inverse_material_light=0x7f0d0012;
+ public static final int bright_foreground_material_dark=0x7f0d0013;
+ public static final int bright_foreground_material_light=0x7f0d0014;
+ public static final int btn_entry_bk=0x7f0d0015;
+ public static final int button_material_dark=0x7f0d0016;
+ public static final int button_material_light=0x7f0d0017;
+ public static final int cardview_dark_background=0x7f0d0018;
+ public static final int cardview_light_background=0x7f0d0019;
+ public static final int cardview_shadow_end_color=0x7f0d001a;
+ public static final int cardview_shadow_start_color=0x7f0d001b;
+ public static final int chart_in_border=0x7f0d001c;
+ public static final int chart_line1=0x7f0d001d;
+ public static final int chart_line2=0x7f0d001e;
+ public static final int chart_out_border=0x7f0d001f;
+ public static final int chart_x_text=0x7f0d0020;
+ public static final int color_accent=0x7f0d0021;
+ public static final int color_primary=0x7f0d0022;
+ public static final int color_primary1=0x7f0d0023;
+ public static final int color_primary_dark=0x7f0d0024;
+ public static final int color_primary_dark1=0x7f0d0025;
+ public static final int color_primary_light=0x7f0d0026;
+ public static final int color_primary_light1=0x7f0d0027;
+ public static final int dim_foreground_disabled_material_dark=0x7f0d0028;
+ public static final int dim_foreground_disabled_material_light=0x7f0d0029;
+ public static final int dim_foreground_material_dark=0x7f0d002a;
+ public static final int dim_foreground_material_light=0x7f0d002b;
+ public static final int divider_1=0x7f0d002c;
+ public static final int divider_2=0x7f0d002d;
+ public static final int error_color=0x7f0d002e;
+ public static final int fab_stroke_end_inner_color=0x7f0d002f;
+ public static final int fab_stroke_end_outer_color=0x7f0d0030;
+ public static final int fab_stroke_top_inner_color=0x7f0d0031;
+ public static final int fab_stroke_top_outer_color=0x7f0d0032;
+ public static final int font_black_0=0x7f0d0033;
+ public static final int font_black_1=0x7f0d0034;
+ public static final int font_black_2=0x7f0d0035;
+ public static final int font_black_3=0x7f0d0036;
+ public static final int font_black_4=0x7f0d0037;
+ public static final int font_black_5=0x7f0d0038;
+ public static final int font_black_6=0x7f0d0039;
+ public static final int font_blue=0x7f0d003a;
+ public static final int font_blue_deep=0x7f0d003b;
+ public static final int font_brown=0x7f0d003c;
+ public static final int font_down=0x7f0d003d;
+ public static final int font_green=0x7f0d003e;
+ public static final int font_orange=0x7f0d003f;
+ public static final int font_red=0x7f0d0040;
+ public static final int font_up=0x7f0d0041;
+ public static final int green=0x7f0d0042;
+ public static final int highlighted_text_material_dark=0x7f0d0043;
+ public static final int highlighted_text_material_light=0x7f0d0044;
+ public static final int hint_foreground_material_dark=0x7f0d0045;
+ public static final int hint_foreground_material_light=0x7f0d0046;
+ public static final int icon_color=0x7f0d0047;
+ public static final int link_text_material_dark=0x7f0d0048;
+ public static final int link_text_material_light=0x7f0d0049;
+ public static final int loading_font=0x7f0d004a;
+ public static final int material_blue_grey_800=0x7f0d004b;
+ public static final int material_blue_grey_900=0x7f0d004c;
+ public static final int material_blue_grey_950=0x7f0d004d;
+ public static final int material_deep_teal_200=0x7f0d004e;
+ public static final int material_deep_teal_500=0x7f0d004f;
+ public static final int md_btn_selected=0x7f0d0050;
+ public static final int md_btn_selected_dark=0x7f0d0051;
+ public static final int md_divider_black=0x7f0d0052;
+ public static final int md_divider_white=0x7f0d0053;
+ public static final int md_edittext_error=0x7f0d0054;
+ public static final int md_material_blue_600=0x7f0d0055;
+ public static final int md_material_blue_800=0x7f0d0056;
+ public static final int nav_bg=0x7f0d0057;
+ public static final int primary_dark_material_dark=0x7f0d0058;
+ public static final int primary_dark_material_light=0x7f0d0059;
+ public static final int primary_material_dark=0x7f0d005a;
+ public static final int primary_material_light=0x7f0d005b;
+ public static final int primary_text_default_material_dark=0x7f0d005c;
+ public static final int primary_text_default_material_light=0x7f0d005d;
+ public static final int primary_text_disabled_material_dark=0x7f0d005e;
+ public static final int primary_text_disabled_material_light=0x7f0d005f;
+ public static final int red=0x7f0d0060;
+ public static final int remark_color=0x7f0d0061;
+ public static final int remark_text_color=0x7f0d0062;
+ public static final int require=0x7f0d0063;
+ public static final int ripple_material_dark=0x7f0d0064;
+ public static final int ripple_material_light=0x7f0d0065;
+ public static final int row_color1=0x7f0d0066;
+ public static final int row_color2=0x7f0d0067;
+ public static final int secondary_text_default_material_dark=0x7f0d0068;
+ public static final int secondary_text_default_material_light=0x7f0d0069;
+ public static final int secondary_text_disabled_material_dark=0x7f0d006a;
+ public static final int secondary_text_disabled_material_light=0x7f0d006b;
+ public static final int shadow_end_color=0x7f0d006c;
+ public static final int shadow_mid_color=0x7f0d006d;
+ public static final int shadow_start_color=0x7f0d006e;
+ public static final int share_bk=0x7f0d006f;
+ public static final int share_bk_line=0x7f0d0070;
+ public static final int snackbar_background_color=0x7f0d0071;
+ public static final int speak_color=0x7f0d0072;
+ public static final int spinner_checked=0x7f0d0073;
+ public static final int switch_thumb_disabled_material_dark=0x7f0d0074;
+ public static final int switch_thumb_disabled_material_light=0x7f0d0075;
+ public static final int switch_thumb_material_dark=0x7f0d008c;
+ public static final int switch_thumb_material_light=0x7f0d008d;
+ public static final int switch_thumb_normal_material_dark=0x7f0d0076;
+ public static final int switch_thumb_normal_material_light=0x7f0d0077;
+ public static final int tab_bg_light=0x7f0d0078;
+ public static final int tab_bg_line=0x7f0d0079;
+ public static final int table_boader=0x7f0d007a;
+ public static final int table_header_bg=0x7f0d007b;
+ public static final int table_header_text=0x7f0d007c;
+ public static final int toggle_button_on=0x7f0d007d;
+ public static final int transparent=0x7f0d007e;
+ public static final int warning_button_pressed=0x7f0d007f;
+ public static final int weclcome_bk=0x7f0d0080;
+ public static final int white=0x7f0d0081;
+ public static final int yellow=0x7f0d0082;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material=0x7f08000c;
+ public static final int abc_action_bar_default_height_material=0x7f080001;
+ public static final int abc_action_bar_default_padding_material=0x7f080002;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f08001d;
+ public static final int abc_action_bar_navigation_padding_start_material=0x7f08000d;
+ public static final int abc_action_bar_overflow_padding_end_material=0x7f08000e;
+ public static final int abc_action_bar_overflow_padding_start_material=0x7f08001e;
+ public static final int abc_action_bar_progress_bar_size=0x7f080003;
+ public static final int abc_action_bar_stacked_max_height=0x7f08001f;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f080020;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080021;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f080022;
+ public static final int abc_action_button_min_height_material=0x7f080023;
+ public static final int abc_action_button_min_width_material=0x7f080024;
+ public static final int abc_action_button_min_width_overflow_material=0x7f080025;
+ public static final int abc_alert_dialog_button_bar_height=0x7f080000;
+ public static final int abc_button_inset_horizontal_material=0x7f080026;
+ public static final int abc_button_inset_vertical_material=0x7f080027;
+ public static final int abc_button_padding_horizontal_material=0x7f080028;
+ public static final int abc_button_padding_vertical_material=0x7f080029;
+ public static final int abc_config_prefDialogWidth=0x7f080006;
+ public static final int abc_control_corner_material=0x7f08002a;
+ public static final int abc_control_inset_material=0x7f08002b;
+ public static final int abc_control_padding_material=0x7f08002c;
+ public static final int abc_dialog_list_padding_vertical_material=0x7f08002d;
+ public static final int abc_dialog_min_width_major=0x7f08002e;
+ public static final int abc_dialog_min_width_minor=0x7f08002f;
+ public static final int abc_dialog_padding_material=0x7f080030;
+ public static final int abc_dialog_padding_top_material=0x7f080031;
+ public static final int abc_disabled_alpha_material_dark=0x7f080032;
+ public static final int abc_disabled_alpha_material_light=0x7f080033;
+ public static final int abc_dropdownitem_icon_width=0x7f080034;
+ public static final int abc_dropdownitem_text_padding_left=0x7f080035;
+ public static final int abc_dropdownitem_text_padding_right=0x7f080036;
+ public static final int abc_edit_text_inset_bottom_material=0x7f080037;
+ public static final int abc_edit_text_inset_horizontal_material=0x7f080038;
+ public static final int abc_edit_text_inset_top_material=0x7f080039;
+ public static final int abc_floating_window_z=0x7f08003a;
+ public static final int abc_list_item_padding_horizontal_material=0x7f08003b;
+ public static final int abc_panel_menu_list_width=0x7f08003c;
+ public static final int abc_search_view_preferred_width=0x7f08003d;
+ public static final int abc_search_view_text_min_width=0x7f080007;
+ public static final int abc_switch_padding=0x7f080016;
+ public static final int abc_text_size_body_1_material=0x7f08003e;
+ public static final int abc_text_size_body_2_material=0x7f08003f;
+ public static final int abc_text_size_button_material=0x7f080040;
+ public static final int abc_text_size_caption_material=0x7f080041;
+ public static final int abc_text_size_display_1_material=0x7f080042;
+ public static final int abc_text_size_display_2_material=0x7f080043;
+ public static final int abc_text_size_display_3_material=0x7f080044;
+ public static final int abc_text_size_display_4_material=0x7f080045;
+ public static final int abc_text_size_headline_material=0x7f080046;
+ public static final int abc_text_size_large_material=0x7f080047;
+ public static final int abc_text_size_medium_material=0x7f080048;
+ public static final int abc_text_size_menu_material=0x7f080049;
+ public static final int abc_text_size_small_material=0x7f08004a;
+ public static final int abc_text_size_subhead_material=0x7f08004b;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f080004;
+ public static final int abc_text_size_title_material=0x7f08004c;
+ public static final int abc_text_size_title_material_toolbar=0x7f080005;
+ public static final int activity_horizontal_margin=0x7f08001c;
+ public static final int activity_vertical_margin=0x7f08004d;
+ public static final int appbar_elevation=0x7f08004e;
+ public static final int base_margin_stack_10=0x7f08004f;
+ public static final int base_margin_stack_15=0x7f080050;
+ public static final int base_margin_stack_20=0x7f080051;
+ public static final int base_margin_stack_25=0x7f080052;
+ public static final int base_margin_stack_30=0x7f080053;
+ public static final int base_padding_10=0x7f080054;
+ public static final int base_padding_15=0x7f080055;
+ public static final int bottom_ellipsis_height=0x7f080056;
+ public static final int bottom_text_size=0x7f080057;
+ public static final int cardview_compat_inset_shadow=0x7f080058;
+ public static final int cardview_default_elevation=0x7f080059;
+ public static final int cardview_default_radius=0x7f08005a;
+ public static final int circular_progress_border=0x7f08005b;
+ public static final int default_padding_bottom=0x7f08005c;
+ public static final int default_padding_top=0x7f08005d;
+ public static final int dialog_fixed_height_major=0x7f080008;
+ public static final int dialog_fixed_height_minor=0x7f080009;
+ public static final int dialog_fixed_width_major=0x7f08000a;
+ public static final int dialog_fixed_width_minor=0x7f08000b;
+ public static final int disabled_alpha_material_dark=0x7f08005e;
+ public static final int disabled_alpha_material_light=0x7f08005f;
+ public static final int fab_border_width=0x7f080060;
+ public static final int fab_content_size=0x7f080061;
+ public static final int fab_elevation=0x7f080062;
+ public static final int fab_size_mini=0x7f080063;
+ public static final int fab_size_normal=0x7f080064;
+ public static final int fab_translation_z_pressed=0x7f080065;
+ public static final int floating_action_button_elevation=0x7f080066;
+ public static final int floating_action_button_margin_mini=0x7f080017;
+ public static final int floating_action_button_margin_mini_minus=0x7f080018;
+ public static final int floating_action_button_margin_normal=0x7f080019;
+ public static final int floating_action_button_margin_normal_minus=0x7f08001a;
+ public static final int floating_action_button_shadow_radius=0x7f080067;
+ public static final int floating_action_button_size_mini=0x7f080068;
+ public static final int floating_action_button_size_normal=0x7f080069;
+ public static final int floating_label_text_size=0x7f08006a;
+ public static final int font_size_base=0x7f08006b;
+ public static final int font_size_big=0x7f08006c;
+ public static final int font_size_big2=0x7f08006d;
+ public static final int font_size_big3=0x7f08006e;
+ public static final int font_size_small=0x7f08006f;
+ public static final int font_size_smaller=0x7f080070;
+ public static final int gap_pics=0x7f080071;
+ public static final int inner_components_spacing=0x7f080072;
+ public static final int inner_padding_left=0x7f080073;
+ public static final int inner_padding_right=0x7f080074;
+ public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f080075;
+ public static final int md_action_corner_radius=0x7f080076;
+ public static final int md_bg_corner_radius=0x7f080077;
+ public static final int md_button_frame_vertical_padding=0x7f080078;
+ public static final int md_button_height=0x7f080079;
+ public static final int md_button_inset_horizontal=0x7f08007a;
+ public static final int md_button_inset_vertical=0x7f08007b;
+ public static final int md_button_min_width=0x7f08007c;
+ public static final int md_button_padding_frame_side=0x7f08007d;
+ public static final int md_button_padding_horizontal=0x7f08007e;
+ public static final int md_button_padding_horizontal_internalexternal=0x7f08007f;
+ public static final int md_button_padding_vertical=0x7f080080;
+ public static final int md_button_textpadding_horizontal=0x7f080081;
+ public static final int md_button_textsize=0x7f080082;
+ public static final int md_content_padding_bottom=0x7f080083;
+ public static final int md_content_padding_top=0x7f080084;
+ public static final int md_content_textsize=0x7f080085;
+ public static final int md_dialog_frame_margin=0x7f080086;
+ public static final int md_divider_height=0x7f080087;
+ public static final int md_icon_margin=0x7f080088;
+ public static final int md_icon_max_size=0x7f080089;
+ public static final int md_listitem_control_margin=0x7f08008a;
+ public static final int md_listitem_height=0x7f08008b;
+ public static final int md_listitem_margin_left=0x7f08008c;
+ public static final int md_listitem_textsize=0x7f08008d;
+ public static final int md_neutral_button_margin=0x7f08008e;
+ public static final int md_notitle_vertical_padding=0x7f08008f;
+ public static final int md_simplelist_icon=0x7f080090;
+ public static final int md_simplelist_icon_margin=0x7f080091;
+ public static final int md_simplelistitem_padding_top=0x7f080092;
+ public static final int md_title_frame_margin_bottom=0x7f080093;
+ public static final int md_title_textsize=0x7f080094;
+ public static final int navigation_elevation=0x7f080095;
+ public static final int navigation_icon_padding=0x7f080096;
+ public static final int navigation_icon_size=0x7f080097;
+ public static final int navigation_max_width=0x7f080098;
+ public static final int navigation_padding_bottom=0x7f080099;
+ public static final int navigation_padding_top_default=0x7f08001b;
+ public static final int navigation_separator_vertical_padding=0x7f08009a;
+ public static final int notification_large_icon_height=0x7f08009b;
+ public static final int notification_large_icon_width=0x7f08009c;
+ public static final int notification_subtext_size=0x7f08009d;
+ public static final int snackbar_action_inline_max_width=0x7f08000f;
+ public static final int snackbar_background_corner_radius=0x7f080010;
+ public static final int snackbar_elevation=0x7f08009e;
+ public static final int snackbar_extra_spacing_horizontal=0x7f080011;
+ public static final int snackbar_max_width=0x7f080012;
+ public static final int snackbar_min_width=0x7f080013;
+ public static final int snackbar_padding_horizontal=0x7f08009f;
+ public static final int snackbar_padding_vertical=0x7f0800a0;
+ public static final int snackbar_padding_vertical_2lines=0x7f080014;
+ public static final int snackbar_text_size=0x7f0800a1;
+ public static final int tab_max_width=0x7f0800a2;
+ public static final int tab_min_width=0x7f080015;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_btn_borderless_material=0x7f020001;
+ public static final int abc_btn_check_material=0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020004;
+ public static final int abc_btn_default_mtrl_shape=0x7f020005;
+ public static final int abc_btn_radio_material=0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
+ public static final int abc_cab_background_internal_bg=0x7f02000d;
+ public static final int abc_cab_background_top_material=0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f;
+ public static final int abc_dialog_material_background_dark=0x7f020010;
+ public static final int abc_dialog_material_background_light=0x7f020011;
+ public static final int abc_edit_text_material=0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e;
+ public static final int abc_item_background_holo_dark=0x7f02001f;
+ public static final int abc_item_background_holo_light=0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha=0x7f020021;
+ public static final int abc_list_focused_holo=0x7f020022;
+ public static final int abc_list_longpressed_holo=0x7f020023;
+ public static final int abc_list_pressed_holo_dark=0x7f020024;
+ public static final int abc_list_pressed_holo_light=0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light=0x7f020029;
+ public static final int abc_list_selector_holo_dark=0x7f02002a;
+ public static final int abc_list_selector_holo_light=0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult=0x7f02002d;
+ public static final int abc_ratingbar_full_material=0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f02002f;
+ public static final int abc_spinner_textfield_background_material=0x7f020030;
+ public static final int abc_switch_thumb_material=0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha=0x7f020032;
+ public static final int abc_tab_indicator_material=0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha=0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f020039;
+ public static final int abc_textfield_search_material=0x7f02003a;
+ public static final int actionsheet_bottom_normal=0x7f02003b;
+ public static final int actionsheet_bottom_pressed=0x7f02003c;
+ public static final int actionsheet_middle_normal=0x7f02003d;
+ public static final int actionsheet_middle_pressed=0x7f02003e;
+ public static final int actionsheet_single_normal=0x7f02003f;
+ public static final int actionsheet_single_pressed=0x7f020040;
+ public static final int actionsheet_top_normal=0x7f020041;
+ public static final int actionsheet_top_pressed=0x7f020042;
+ public static final int bg_color=0x7f020043;
+ public static final int blockquote=0x7f020044;
+ public static final int bold=0x7f020045;
+ public static final int cheese_3=0x7f020046;
+ public static final int color_primary_selector=0x7f020047;
+ public static final int com_shamanland_fab_circle_mini=0x7f020048;
+ public static final int com_shamanland_fab_circle_normal=0x7f020049;
+ public static final int com_shamanland_fab_mini=0x7f02004a;
+ public static final int com_shamanland_fab_normal=0x7f02004b;
+ public static final int com_shamanland_fab_shadow=0x7f02004c;
+ public static final int delete_image=0x7f02004d;
+ public static final int delete_image_p=0x7f02004e;
+ public static final int fab_background=0x7f02004f;
+ public static final int h1=0x7f020050;
+ public static final int h2=0x7f020051;
+ public static final int h3=0x7f020052;
+ public static final int h4=0x7f020053;
+ public static final int h5=0x7f020054;
+ public static final int h6=0x7f020055;
+ public static final int html_edit=0x7f020056;
+ public static final int ic_action_edit_dark=0x7f020057;
+ public static final int ic_action_edit_light=0x7f020058;
+ public static final int ic_action_expand_more=0x7f020059;
+ public static final int ic_action_more=0x7f02005a;
+ public static final int ic_add_image=0x7f02005b;
+ public static final int ic_check=0x7f02005c;
+ public static final int ic_class=0x7f02005d;
+ public static final int ic_class_icon=0x7f02005e;
+ public static final int ic_dashboard=0x7f02005f;
+ public static final int ic_discuss=0x7f020060;
+ public static final int ic_done=0x7f020061;
+ public static final int ic_event=0x7f020062;
+ public static final int ic_forum=0x7f020063;
+ public static final int ic_headset=0x7f020064;
+ public static final int ic_launcher=0x7f020065;
+ public static final int ic_menu=0x7f020066;
+ public static final int ic_photo_light=0x7f020067;
+ public static final int ic_user=0x7f020068;
+ public static final int icon_detail=0x7f020069;
+ public static final int indent=0x7f02006a;
+ public static final int insert_image=0x7f02006b;
+ public static final int insert_link=0x7f02006c;
+ public static final int italic=0x7f02006d;
+ public static final int justify_center=0x7f02006e;
+ public static final int justify_left=0x7f02006f;
+ public static final int justify_right=0x7f020070;
+ public static final int md_btn_selected=0x7f020071;
+ public static final int md_btn_selected_dark=0x7f020072;
+ public static final int md_btn_selector=0x7f020073;
+ public static final int md_btn_selector_dark=0x7f020074;
+ public static final int md_btn_selector_ripple=0x7f020075;
+ public static final int md_btn_selector_ripple_dark=0x7f020076;
+ public static final int md_btn_shape=0x7f020077;
+ public static final int md_item_selected=0x7f020078;
+ public static final int md_item_selected_dark=0x7f020079;
+ public static final int md_selector=0x7f02007a;
+ public static final int md_selector_dark=0x7f02007b;
+ public static final int md_transparent=0x7f02007c;
+ public static final int met_ic_clear=0x7f02007d;
+ public static final int notification_template_icon_bg=0x7f02008e;
+ public static final int outdent=0x7f02007e;
+ public static final int redo=0x7f02007f;
+ public static final int selector_bg_pressed_white=0x7f020080;
+ public static final int selector_delete_image=0x7f020081;
+ public static final int slt_as_ios7_cancel_bt=0x7f020082;
+ public static final int slt_as_ios7_other_bt_bottom=0x7f020083;
+ public static final int slt_as_ios7_other_bt_middle=0x7f020084;
+ public static final int slt_as_ios7_other_bt_single=0x7f020085;
+ public static final int slt_as_ios7_other_bt_top=0x7f020086;
+ public static final int snackbar_background=0x7f020087;
+ public static final int strikethrough=0x7f020088;
+ public static final int subscript=0x7f020089;
+ public static final int superscript=0x7f02008a;
+ public static final int txt_color=0x7f02008b;
+ public static final int underline=0x7f02008c;
+ public static final int undo=0x7f02008d;
+ }
+ public static final class id {
+ public static final int action0=0x7f0e00d5;
+ public static final int action_align_center=0x7f0e00a5;
+ public static final int action_align_left=0x7f0e00a4;
+ public static final int action_align_right=0x7f0e00a6;
+ public static final int action_bar=0x7f0e0067;
+ public static final int action_bar_activity_content=0x7f0e0000;
+ public static final int action_bar_container=0x7f0e0066;
+ public static final int action_bar_root=0x7f0e0062;
+ public static final int action_bar_spinner=0x7f0e0001;
+ public static final int action_bar_subtitle=0x7f0e004b;
+ public static final int action_bar_title=0x7f0e004a;
+ public static final int action_bg_color=0x7f0e00a1;
+ public static final int action_blockquote=0x7f0e00a7;
+ public static final int action_bold=0x7f0e0098;
+ public static final int action_context_bar=0x7f0e0068;
+ public static final int action_divider=0x7f0e00d9;
+ public static final int action_heading1=0x7f0e009c;
+ public static final int action_heading2=0x7f0e009d;
+ public static final int action_heading3=0x7f0e009e;
+ public static final int action_heading4=0x7f0e009f;
+ public static final int action_indent=0x7f0e00a2;
+ public static final int action_insert_image=0x7f0e00a8;
+ public static final int action_insert_link=0x7f0e00a9;
+ public static final int action_italic=0x7f0e0099;
+ public static final int action_menu_divider=0x7f0e0002;
+ public static final int action_menu_presenter=0x7f0e0003;
+ public static final int action_mode_bar=0x7f0e0064;
+ public static final int action_mode_bar_stub=0x7f0e0063;
+ public static final int action_mode_close_button=0x7f0e004c;
+ public static final int action_outdent=0x7f0e00a3;
+ public static final int action_redo=0x7f0e0097;
+ public static final int action_search=0x7f0e00ee;
+ public static final int action_strikethrough=0x7f0e009a;
+ public static final int action_txt_color=0x7f0e00a0;
+ public static final int action_underline=0x7f0e009b;
+ public static final int action_undo=0x7f0e0096;
+ public static final int activity_chooser_view_content=0x7f0e004d;
+ public static final int alertTitle=0x7f0e0057;
+ public static final int always=0x7f0e003b;
+ public static final int app_bar_layout=0x7f0e00ac;
+ public static final int appbar=0x7f0e0077;
+ public static final int backdrop=0x7f0e0079;
+ public static final int beginning=0x7f0e0038;
+ public static final int bevel=0x7f0e0015;
+ public static final int bottom=0x7f0e0027;
+ public static final int butt=0x7f0e0012;
+ public static final int buttonDefaultNegative=0x7f0e00d1;
+ public static final int buttonDefaultNeutral=0x7f0e00d0;
+ public static final int buttonDefaultPositive=0x7f0e00d2;
+ public static final int buttonPanel=0x7f0e005d;
+ public static final int cancel_action=0x7f0e00d6;
+ public static final int center=0x7f0e000b;
+ public static final int center_horizontal=0x7f0e0028;
+ public static final int center_vertical=0x7f0e0029;
+ public static final int checkbox=0x7f0e005f;
+ public static final int chrome_floating_circles=0x7f0e0034;
+ public static final int chronometer=0x7f0e00dc;
+ public static final int circle_refresh_layout=0x7f0e007b;
+ public static final int civ_user_avatar=0x7f0e008e;
+ public static final int clip_horizontal=0x7f0e002a;
+ public static final int clip_vertical=0x7f0e002b;
+ public static final int collapseActionView=0x7f0e003c;
+ public static final int collapsing_toolbar=0x7f0e0078;
+ public static final int content=0x7f0e00c9;
+ public static final int contentListView=0x7f0e00ce;
+ public static final int contentListViewFrame=0x7f0e00cd;
+ public static final int contentPanel=0x7f0e0058;
+ public static final int contentScrollView=0x7f0e00c8;
+ public static final int control=0x7f0e00cf;
+ public static final int custom=0x7f0e005c;
+ public static final int customPanel=0x7f0e005b;
+ public static final int customViewFrame=0x7f0e00cb;
+ public static final int cv_content=0x7f0e0080;
+ public static final int cv_title=0x7f0e007e;
+ public static final int decimal=0x7f0e002f;
+ public static final int decor_content_parent=0x7f0e0065;
+ public static final int default_activity_button=0x7f0e0050;
+ public static final int dialog=0x7f0e0040;
+ public static final int disableHome=0x7f0e001a;
+ public static final int drawer_view=0x7f0e00b0;
+ public static final int dropdown=0x7f0e0041;
+ public static final int edit_query=0x7f0e0069;
+ public static final int end=0x7f0e000c;
+ public static final int end_padder=0x7f0e00e0;
+ public static final int enterAlways=0x7f0e0021;
+ public static final int enterAlwaysCollapsed=0x7f0e0022;
+ public static final int et_content=0x7f0e0082;
+ public static final int et_dialog_input=0x7f0e00c7;
+ public static final int et_title=0x7f0e007f;
+ public static final int exitUntilCollapsed=0x7f0e0023;
+ public static final int expand_activities_button=0x7f0e004e;
+ public static final int expanded_menu=0x7f0e005e;
+ public static final int fill=0x7f0e0010;
+ public static final int fill_horizontal=0x7f0e002c;
+ public static final int fill_vertical=0x7f0e002d;
+ public static final int fixed=0x7f0e0042;
+ public static final int floating_action_button=0x7f0e00af;
+ public static final int folding_circles=0x7f0e0035;
+ public static final int giv_image_group=0x7f0e00bd;
+ public static final int google_music_dices=0x7f0e0036;
+ public static final int google_progressBar=0x7f0e00b2;
+ public static final int group_more=0x7f0e00ef;
+ public static final int highlight=0x7f0e003a;
+ public static final int home=0x7f0e0004;
+ public static final int homeAsUp=0x7f0e001b;
+ public static final int hs_images=0x7f0e0081;
+ public static final int icon=0x7f0e0052;
+ public static final int ifRoom=0x7f0e003d;
+ public static final int image=0x7f0e004f;
+ public static final int image_holder=0x7f0e00b3;
+ public static final int img01=0x7f0e00be;
+ public static final int img02=0x7f0e00bf;
+ public static final int img03=0x7f0e00c0;
+ public static final int img04=0x7f0e00c1;
+ public static final int img05=0x7f0e00c2;
+ public static final int img06=0x7f0e00c3;
+ public static final int img07=0x7f0e00c4;
+ public static final int img08=0x7f0e00c5;
+ public static final int img09=0x7f0e00c6;
+ public static final int info=0x7f0e00df;
+ public static final int item_touch_helper_previous_elevation=0x7f0e0005;
+ public static final int iv_delete_image=0x7f0e00b5;
+ public static final int iv_image=0x7f0e0085;
+ public static final int iv_item_more=0x7f0e00ba;
+ public static final int iv_normal_refresh_footer_chrysanthemum=0x7f0e00e1;
+ public static final int iv_normal_refresh_header_arrow=0x7f0e00e4;
+ public static final int iv_normal_refresh_header_chrysanthemum=0x7f0e00e5;
+ public static final int iv_selected_image=0x7f0e00b4;
+ public static final int label=0x7f0e00d3;
+ public static final int left=0x7f0e000e;
+ public static final int line1=0x7f0e00da;
+ public static final int line3=0x7f0e00de;
+ public static final int listMode=0x7f0e0017;
+ public static final int list_item=0x7f0e0051;
+ public static final int ll_container=0x7f0e0084;
+ public static final int ll_icons=0x7f0e00b8;
+ public static final int ll_root_view=0x7f0e0087;
+ public static final int main_content=0x7f0e0076;
+ public static final int main_coordinator_layout=0x7f0e00ab;
+ public static final int main_drawer_layout=0x7f0e008b;
+ public static final int main_navigation_layout=0x7f0e008c;
+ public static final int media_actions=0x7f0e00d8;
+ public static final int menu_setting=0x7f0e00f0;
+ public static final int met_phone_num=0x7f0e0088;
+ public static final int met_verify_code=0x7f0e008a;
+ public static final int middle=0x7f0e0039;
+ public static final int minMax=0x7f0e00cc;
+ public static final int mini=0x7f0e0033;
+ public static final int miter=0x7f0e0016;
+ public static final int moocView=0x7f0e00e3;
+ public static final int multiply=0x7f0e0045;
+ public static final int my_image_view=0x7f0e0095;
+ public static final int nav_favorite_bingo=0x7f0e00e9;
+ public static final int nav_scan=0x7f0e00ea;
+ public static final int nav_share=0x7f0e00eb;
+ public static final int nav_switch_theme=0x7f0e00e8;
+ public static final int never=0x7f0e003e;
+ public static final int nexus_rotation_cross=0x7f0e0037;
+ public static final int none=0x7f0e001c;
+ public static final int normal=0x7f0e0018;
+ public static final int number=0x7f0e0030;
+ public static final int parallax=0x7f0e0025;
+ public static final int parentPanel=0x7f0e0054;
+ public static final int pin=0x7f0e0026;
+ public static final int pop_copy=0x7f0e00ec;
+ public static final int pop_share=0x7f0e00ed;
+ public static final int progress_circular=0x7f0e0006;
+ public static final int progress_horizontal=0x7f0e0007;
+ public static final int progress_wheel=0x7f0e007d;
+ public static final int radio=0x7f0e0061;
+ public static final int recycler_view=0x7f0e007c;
+ public static final int rich_editor=0x7f0e00aa;
+ public static final int right=0x7f0e000f;
+ public static final int rl_bottom_layout=0x7f0e0083;
+ public static final int rl_nick_name=0x7f0e008f;
+ public static final int rl_user_avatar=0x7f0e008d;
+ public static final int rl_user_sign=0x7f0e0092;
+ public static final int root=0x7f0e00ca;
+ public static final int round=0x7f0e0013;
+ public static final int screen=0x7f0e0046;
+ public static final int scroll=0x7f0e0024;
+ public static final int scrollView=0x7f0e0059;
+ public static final int scrollable=0x7f0e0043;
+ public static final int search_badge=0x7f0e006b;
+ public static final int search_bar=0x7f0e006a;
+ public static final int search_button=0x7f0e006c;
+ public static final int search_close_btn=0x7f0e0071;
+ public static final int search_edit_frame=0x7f0e006d;
+ public static final int search_go_btn=0x7f0e0073;
+ public static final int search_mag_icon=0x7f0e006e;
+ public static final int search_plate=0x7f0e006f;
+ public static final int search_src_text=0x7f0e0070;
+ public static final int search_voice_btn=0x7f0e0074;
+ public static final int select_dialog_listview=0x7f0e0075;
+ public static final int shortcut=0x7f0e0060;
+ public static final int showCustom=0x7f0e001d;
+ public static final int showHome=0x7f0e001e;
+ public static final int showTitle=0x7f0e001f;
+ public static final int signed=0x7f0e0031;
+ public static final int snackbar_action=0x7f0e00b7;
+ public static final int snackbar_text=0x7f0e00b6;
+ public static final int split_action_bar=0x7f0e0008;
+ public static final int square=0x7f0e0014;
+ public static final int src_atop=0x7f0e0047;
+ public static final int src_in=0x7f0e0048;
+ public static final int src_over=0x7f0e0049;
+ public static final int start=0x7f0e000d;
+ public static final int status_bar_latest_event_content=0x7f0e00d7;
+ public static final int stickinessRefreshView=0x7f0e00e7;
+ public static final int stroke=0x7f0e0011;
+ public static final int submit_area=0x7f0e0072;
+ public static final int tabMode=0x7f0e0019;
+ public static final int tab_layout=0x7f0e00ad;
+ public static final int text=0x7f0e0032;
+ public static final int text2=0x7f0e00dd;
+ public static final int textSpacerNoButtons=0x7f0e005a;
+ public static final int time=0x7f0e00db;
+ public static final int title=0x7f0e0053;
+ public static final int titleFrame=0x7f0e00d4;
+ public static final int title_template=0x7f0e0056;
+ public static final int toolbar=0x7f0e007a;
+ public static final int top=0x7f0e002e;
+ public static final int topPanel=0x7f0e0055;
+ public static final int tv_commit=0x7f0e0086;
+ public static final int tv_content=0x7f0e00bc;
+ public static final int tv_nick_name=0x7f0e0091;
+ public static final int tv_nick_name_title=0x7f0e0090;
+ public static final int tv_normal_refresh_footer_status=0x7f0e00e2;
+ public static final int tv_normal_refresh_header_status=0x7f0e00e6;
+ public static final int tv_time=0x7f0e00b9;
+ public static final int tv_title=0x7f0e00bb;
+ public static final int tv_user_sign=0x7f0e0094;
+ public static final int tv_user_sign_title=0x7f0e0093;
+ public static final int tv_verify_code=0x7f0e0089;
+ public static final int tv_version_right=0x7f0e00b1;
+ public static final int up=0x7f0e0009;
+ public static final int useLogo=0x7f0e0020;
+ public static final int view_offset_helper=0x7f0e000a;
+ public static final int view_pager=0x7f0e00ae;
+ public static final int withText=0x7f0e003f;
+ public static final int wrap_content=0x7f0e0044;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur=0x7f0b0002;
+ public static final int abc_config_activityShortDur=0x7f0b0003;
+ public static final int abc_max_action_buttons=0x7f0b0000;
+ public static final int cancel_button_image_alpha=0x7f0b0004;
+ public static final int default_type=0x7f0b0005;
+ public static final int snackbar_text_max_lines=0x7f0b0001;
+ public static final int status_bar_notification_info_maxnum=0x7f0b0006;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item=0x7f040000;
+ public static final int abc_action_bar_up_container=0x7f040001;
+ public static final int abc_action_bar_view_list_nav_layout=0x7f040002;
+ public static final int abc_action_menu_item_layout=0x7f040003;
+ public static final int abc_action_menu_layout=0x7f040004;
+ public static final int abc_action_mode_bar=0x7f040005;
+ public static final int abc_action_mode_close_item_material=0x7f040006;
+ public static final int abc_activity_chooser_view=0x7f040007;
+ public static final int abc_activity_chooser_view_list_item=0x7f040008;
+ public static final int abc_alert_dialog_material=0x7f040009;
+ public static final int abc_dialog_title_material=0x7f04000a;
+ public static final int abc_expanded_menu_layout=0x7f04000b;
+ public static final int abc_list_menu_item_checkbox=0x7f04000c;
+ public static final int abc_list_menu_item_icon=0x7f04000d;
+ public static final int abc_list_menu_item_layout=0x7f04000e;
+ public static final int abc_list_menu_item_radio=0x7f04000f;
+ public static final int abc_popup_menu_item_layout=0x7f040010;
+ public static final int abc_screen_content_include=0x7f040011;
+ public static final int abc_screen_simple=0x7f040012;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f040013;
+ public static final int abc_screen_toolbar=0x7f040014;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f040015;
+ public static final int abc_search_view=0x7f040016;
+ public static final int abc_select_dialog_material=0x7f040017;
+ public static final int abc_simple_dropdown_hint=0x7f040018;
+ public static final int activity_detail=0x7f040019;
+ public static final int activity_edit_new_bingo=0x7f04001a;
+ public static final int activity_login=0x7f04001b;
+ public static final int activity_main=0x7f04001c;
+ public static final int activity_profile=0x7f04001d;
+ public static final int activity_rich_editor=0x7f04001e;
+ public static final int app_toolbar=0x7f04001f;
+ public static final int design_navigation_item=0x7f040020;
+ public static final int design_navigation_item_header=0x7f040021;
+ public static final int design_navigation_item_separator=0x7f040022;
+ public static final int design_navigation_item_subheader=0x7f040023;
+ public static final int design_navigation_menu=0x7f040024;
+ public static final int drawer_content_layout=0x7f040025;
+ public static final int drawer_slide_header_layout=0x7f040026;
+ public static final int drawer_slide_layout=0x7f040027;
+ public static final int fragment_bingo_list=0x7f040028;
+ public static final int item_image_pick_layout=0x7f040029;
+ public static final int layout_snackbar=0x7f04002a;
+ public static final int layout_snackbar_include=0x7f04002b;
+ public static final int list_item=0x7f04002c;
+ public static final int list_item_card_main=0x7f04002d;
+ public static final int material_dialog_input_layout=0x7f04002e;
+ public static final int md_dialog_basic=0x7f04002f;
+ public static final int md_dialog_custom=0x7f040030;
+ public static final int md_dialog_input=0x7f040031;
+ public static final int md_dialog_list=0x7f040032;
+ public static final int md_dialog_progress=0x7f040033;
+ public static final int md_dialog_progress_indeterminate=0x7f040034;
+ public static final int md_dialog_progress_indeterminate_horizontal=0x7f040035;
+ public static final int md_listitem=0x7f040036;
+ public static final int md_listitem_multichoice=0x7f040037;
+ public static final int md_listitem_singlechoice=0x7f040038;
+ public static final int md_simplelist_item=0x7f040039;
+ public static final int md_stub_actionbuttons=0x7f04003a;
+ public static final int md_stub_inputpref=0x7f04003b;
+ public static final int md_stub_progress=0x7f04003c;
+ public static final int md_stub_progress_indeterminate=0x7f04003d;
+ public static final int md_stub_progress_indeterminate_horizontal=0x7f04003e;
+ public static final int md_stub_titleframe=0x7f04003f;
+ public static final int notification_media_action=0x7f040040;
+ public static final int notification_media_cancel_action=0x7f040041;
+ public static final int notification_template_big_media=0x7f040042;
+ public static final int notification_template_big_media_narrow=0x7f040043;
+ public static final int notification_template_lines=0x7f040044;
+ public static final int notification_template_media=0x7f040045;
+ public static final int notification_template_part_chronometer=0x7f040046;
+ public static final int notification_template_part_time=0x7f040047;
+ public static final int select_dialog_item_material=0x7f040048;
+ public static final int select_dialog_multichoice_material=0x7f040049;
+ public static final int select_dialog_singlechoice_material=0x7f04004a;
+ public static final int support_simple_spinner_dropdown_item=0x7f04004b;
+ public static final int view_normal_refresh_footer=0x7f04004c;
+ public static final int view_refresh_header_mooc_style=0x7f04004d;
+ public static final int view_refresh_header_normal=0x7f04004e;
+ public static final int view_refresh_header_stickiness=0x7f04004f;
+ }
+ public static final class menu {
+ public static final int drawer_slide_menu=0x7f0f0000;
+ public static final int item_pop_menu=0x7f0f0001;
+ public static final int menu_main=0x7f0f0002;
+ }
+ public static final class mipmap {
+ public static final int bga_refresh_loading=0x7f030000;
+ public static final int bga_refresh_loading01=0x7f030001;
+ public static final int bga_refresh_loading02=0x7f030002;
+ public static final int bga_refresh_loading03=0x7f030003;
+ public static final int bga_refresh_loading04=0x7f030004;
+ public static final int bga_refresh_loading05=0x7f030005;
+ public static final int bga_refresh_loading06=0x7f030006;
+ public static final int bga_refresh_loading07=0x7f030007;
+ public static final int bga_refresh_loading08=0x7f030008;
+ public static final int bga_refresh_loading09=0x7f030009;
+ public static final int bga_refresh_loading10=0x7f03000a;
+ public static final int bga_refresh_loading11=0x7f03000b;
+ public static final int bga_refresh_loading12=0x7f03000c;
+ public static final int bga_refresh_moooc=0x7f03000d;
+ public static final int bga_refresh_stickiness=0x7f03000e;
+ public static final int list_divider=0x7f03000f;
+ public static final int refresh_head_arrow=0x7f030010;
+ }
+ public static final class raw {
+ public static final int editor=0x7f060000;
+ public static final int imgview_diamond=0x7f060001;
+ public static final int imgview_heart=0x7f060002;
+ public static final int imgview_hexagon=0x7f060003;
+ public static final int imgview_octogon=0x7f060004;
+ public static final int imgview_pentagon=0x7f060005;
+ public static final int imgview_star=0x7f060006;
+ public static final int normalize=0x7f060007;
+ public static final int rich_editor=0x7f060008;
+ public static final int style=0x7f060009;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f070000;
+ public static final int abc_action_bar_home_description_format=0x7f07000d;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f07000e;
+ public static final int abc_action_bar_up_description=0x7f070001;
+ public static final int abc_action_menu_overflow_description=0x7f070002;
+ public static final int abc_action_mode_done=0x7f070003;
+ public static final int abc_activity_chooser_view_see_all=0x7f070004;
+ public static final int abc_activitychooserview_choose_application=0x7f070005;
+ public static final int abc_search_hint=0x7f07000f;
+ public static final int abc_searchview_description_clear=0x7f070006;
+ public static final int abc_searchview_description_query=0x7f070007;
+ public static final int abc_searchview_description_search=0x7f070008;
+ public static final int abc_searchview_description_submit=0x7f070009;
+ public static final int abc_searchview_description_voice=0x7f07000a;
+ public static final int abc_shareactionprovider_share_with=0x7f07000b;
+ public static final int abc_shareactionprovider_share_with_application=0x7f07000c;
+ public static final int abc_toolbar_collapse_description=0x7f070010;
+ public static final int about=0x7f070011;
+ public static final int action_notification=0x7f070012;
+ public static final int action_settings=0x7f070013;
+ public static final int app_copyright=0x7f070014;
+ public static final int app_name=0x7f070015;
+ public static final int appbar_scrolling_view_behavior=0x7f070016;
+ public static final int cancel=0x7f070017;
+ public static final int copy_message=0x7f070018;
+ public static final int delete_message=0x7f070019;
+ public static final int exit=0x7f07001a;
+ public static final int login_get_verify_code=0x7f07001b;
+ public static final int login_verify_code=0x7f07001c;
+ public static final int msg_female=0x7f07001d;
+ public static final int msg_few_minutes_ago=0x7f07001e;
+ public static final int msg_gender_unknow=0x7f07001f;
+ public static final int msg_male=0x7f070020;
+ public static final int msg_now=0x7f070021;
+ public static final int msg_today=0x7f070022;
+ public static final int msg_yesterday=0x7f070023;
+ public static final int my_bingo_title=0x7f070024;
+ public static final int ok=0x7f070025;
+ public static final int please_choose=0x7f070026;
+ public static final int square_bingo_title=0x7f070027;
+ public static final int status_bar_notification_info_overflow=0x7f070028;
+ public static final int xlistview_footer_hint_normal=0x7f070029;
+ public static final int xlistview_footer_hint_ready=0x7f07002a;
+ public static final int xlistview_header_hint_loading=0x7f07002b;
+ public static final int xlistview_header_hint_normal=0x7f07002c;
+ public static final int xlistview_header_hint_ready=0x7f07002d;
+ public static final int xlistview_header_last_time=0x7f07002e;
+ }
+ public static final class style {
+ public static final int ActionSheetStyleIOS7=0x7f090031;
+ public static final int AlertDialog_AppCompat=0x7f090078;
+ public static final int AlertDialog_AppCompat_Light=0x7f090079;
+ public static final int Animation_AppCompat_Dialog=0x7f09007a;
+ public static final int Animation_AppCompat_DropDownUp=0x7f09007b;
+ public static final int AppTheme=0x7f090032;
+ public static final int AppTheme_Fab=0x7f09007c;
+ public static final int Base_AlertDialog_AppCompat=0x7f09007d;
+ public static final int Base_AlertDialog_AppCompat_Light=0x7f09007e;
+ public static final int Base_Animation_AppCompat_Dialog=0x7f09007f;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f090080;
+ public static final int Base_DialogWindowTitle_AppCompat=0x7f090081;
+ public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f090082;
+ public static final int Base_TextAppearance_AppCompat=0x7f090033;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f090034;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f090035;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f09001b;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f090036;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f090037;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f090038;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f090039;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f09003a;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f09003b;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f090004;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f09003c;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f090005;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f09003d;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f09003e;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f09003f;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f090006;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f090040;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f090083;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f090041;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f090042;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f090043;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f090007;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f090044;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f090008;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f090045;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f090009;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f090046;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f090047;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f090048;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f090049;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f09004a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f09004b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f09004c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f090084;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f09004d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f09004e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f09004f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f090050;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f090085;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f090051;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f090052;
+ public static final int Base_Theme_AppCompat=0x7f090053;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f090086;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f09000a;
+ public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f090087;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f090088;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f090089;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f090002;
+ public static final int Base_Theme_AppCompat_Light=0x7f090054;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f09008a;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f09000b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f09008b;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f09008c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f09008d;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f090003;
+ public static final int Base_Theme_Design=0x7f09008e;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f09008f;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f090090;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f090091;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f090092;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f090093;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f09000c;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f09000d;
+ public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f090017;
+ public static final int Base_V12_Widget_AppCompat_EditText=0x7f090018;
+ public static final int Base_V21_Theme_AppCompat=0x7f090055;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f090056;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f090057;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f090058;
+ public static final int Base_V7_Theme_AppCompat=0x7f090094;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f090095;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f090096;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f090097;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f090098;
+ public static final int Base_V7_Widget_AppCompat_EditText=0x7f090099;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f09009a;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f09009b;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f09009c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f090059;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f09005a;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f09005b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f09005c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f09005d;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f09009d;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f09009e;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f090019;
+ public static final int Base_Widget_AppCompat_Button=0x7f09005e;
+ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f09005f;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f090060;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f09009f;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f090061;
+ public static final int Base_Widget_AppCompat_ButtonBar=0x7f090062;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0900a0;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f090063;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f090064;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0900a1;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f090000;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0900a2;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f090065;
+ public static final int Base_Widget_AppCompat_EditText=0x7f09001a;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0900a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0900a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0900a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f090066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f090067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f090068;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f090069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f09006a;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f09006b;
+ public static final int Base_Widget_AppCompat_ListView=0x7f09006c;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f09006d;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f09006e;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f09006f;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f090070;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0900a6;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f09000e;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f09000f;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f090071;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0900a7;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0900a8;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f090010;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f090072;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f090073;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f090074;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0900a9;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f090075;
+ public static final int Base_Widget_Design_TabLayout=0x7f0900aa;
+ public static final int CardView=0x7f0900ab;
+ public static final int CardView_Dark=0x7f0900ac;
+ public static final int CardView_Light=0x7f0900ad;
+ public static final int FloatingActionButton=0x7f0900ae;
+ public static final int FloatingActionButton_Dark=0x7f0900af;
+ public static final int FloatingActionButton_Dark_Mini=0x7f0900b0;
+ public static final int FloatingActionButton_Light=0x7f0900b1;
+ public static final int FloatingActionButton_Light_Mini=0x7f0900b2;
+ public static final int FloatingActionButton_Mini=0x7f0900b3;
+ public static final int MD_ActionButton=0x7f0900b4;
+ public static final int MD_ActionButton_Text=0x7f0900b5;
+ public static final int MD_ActionButtonStacked=0x7f0900b6;
+ public static final int MD_Dark=0x7f090011;
+ public static final int MD_Light=0x7f090012;
+ public static final int MD_WindowAnimation=0x7f0900b7;
+ public static final int Platform_AppCompat=0x7f090013;
+ public static final int Platform_AppCompat_Light=0x7f090014;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f090076;
+ public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f090077;
+ public static final int Platform_V11_AppCompat=0x7f090015;
+ public static final int Platform_V11_AppCompat_Light=0x7f090016;
+ public static final int Platform_V14_AppCompat=0x7f09001c;
+ public static final int Platform_V14_AppCompat_Light=0x7f09001d;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f090023;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f090024;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f090025;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f090026;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f090027;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f090028;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f090029;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f09002a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f09002b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f09002c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f09002d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f09002e;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f09002f;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f090030;
+ public static final int TextAppearance_AppCompat=0x7f0900b8;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0900b9;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0900ba;
+ public static final int TextAppearance_AppCompat_Button=0x7f0900bb;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0900bc;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0900bd;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0900be;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0900bf;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0900c0;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0900c1;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0900c2;
+ public static final int TextAppearance_AppCompat_Large=0x7f0900c3;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0900c4;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0900c5;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0900c6;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0900c7;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0900c8;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0900c9;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0900ca;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0900cb;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0900cc;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0900cd;
+ public static final int TextAppearance_AppCompat_Small=0x7f0900ce;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0900cf;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0900d0;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0900d1;
+ public static final int TextAppearance_AppCompat_Title=0x7f0900d2;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0900d3;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0900d4;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0900d5;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0900d6;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0900d7;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0900d8;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0900d9;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0900da;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0900db;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0900dc;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0900dd;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0900de;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0900df;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0900e0;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0900e1;
+ public static final int TextAppearance_Design_Error=0x7f0900e2;
+ public static final int TextAppearance_Design_Hint=0x7f0900e3;
+ public static final int TextAppearance_Design_Snackbar_Action=0x7f0900e4;
+ public static final int TextAppearance_Design_Snackbar_Message=0x7f0900e5;
+ public static final int TextAppearance_Design_Tab=0x7f0900e6;
+ public static final int TextAppearance_StatusBar_EventContent=0x7f09001e;
+ public static final int TextAppearance_StatusBar_EventContent_Info=0x7f09001f;
+ public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f090020;
+ public static final int TextAppearance_StatusBar_EventContent_Time=0x7f090021;
+ public static final int TextAppearance_StatusBar_EventContent_Title=0x7f090022;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0900e7;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0900e8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0900e9;
+ public static final int Theme_AppCompat=0x7f0900ea;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0900eb;
+ public static final int Theme_AppCompat_Dialog=0x7f0900ec;
+ public static final int Theme_AppCompat_Dialog_Alert=0x7f0900ed;
+ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0900ee;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0900ef;
+ public static final int Theme_AppCompat_Light=0x7f0900f0;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0900f1;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0900f2;
+ public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0900f3;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0900f4;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0900f5;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0900f6;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0900f7;
+ public static final int ThemeOverlay_AppCompat=0x7f0900f8;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0900f9;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0900fa;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0900fb;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0900fc;
+ public static final int Widget_AppCompat_ActionBar=0x7f0900fd;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0900fe;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0900ff;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f090100;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f090101;
+ public static final int Widget_AppCompat_ActionButton=0x7f090102;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f090103;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f090104;
+ public static final int Widget_AppCompat_ActionMode=0x7f090105;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f090106;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f090107;
+ public static final int Widget_AppCompat_Button=0x7f090108;
+ public static final int Widget_AppCompat_Button_Borderless=0x7f090109;
+ public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f09010a;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f09010b;
+ public static final int Widget_AppCompat_Button_Small=0x7f09010c;
+ public static final int Widget_AppCompat_ButtonBar=0x7f09010d;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f09010e;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f09010f;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f090110;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f090111;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f090112;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f090113;
+ public static final int Widget_AppCompat_EditText=0x7f090114;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f090115;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f090116;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f090117;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f090118;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f090119;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f09011a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f09011b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f09011c;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f09011d;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f09011e;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f09011f;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f090120;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f090121;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f090122;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f090123;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f090124;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f090125;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f090126;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f090127;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f090128;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f090129;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f09012a;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f09012b;
+ public static final int Widget_AppCompat_ListView=0x7f09012c;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f09012d;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f09012e;
+ public static final int Widget_AppCompat_PopupMenu=0x7f09012f;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f090130;
+ public static final int Widget_AppCompat_PopupWindow=0x7f090131;
+ public static final int Widget_AppCompat_ProgressBar=0x7f090132;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f090133;
+ public static final int Widget_AppCompat_RatingBar=0x7f090134;
+ public static final int Widget_AppCompat_SearchView=0x7f090135;
+ public static final int Widget_AppCompat_SearchView_ActionBar=0x7f090136;
+ public static final int Widget_AppCompat_Spinner=0x7f090137;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f090138;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f090139;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f09013a;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f09013b;
+ public static final int Widget_AppCompat_Toolbar=0x7f09013c;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f09013d;
+ public static final int Widget_Design_AppBarLayout=0x7f09013e;
+ public static final int Widget_Design_CollapsingToolbar=0x7f09013f;
+ public static final int Widget_Design_CoordinatorLayout=0x7f090140;
+ public static final int Widget_Design_FloatingActionButton=0x7f090141;
+ public static final int Widget_Design_NavigationView=0x7f090142;
+ public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f090143;
+ public static final int Widget_Design_Snackbar=0x7f090144;
+ public static final int Widget_Design_TabLayout=0x7f090001;
+ public static final int Widget_Design_TextInputLayout=0x7f090145;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo: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.sun.bingo.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.sun.bingo:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActionSheet.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#actionSheetBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:actionSheetBackground
+ */
+ public static final int ActionSheet_actionSheetBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#actionSheetPadding}
+ attribute's value can be found in the {@link #ActionSheet} 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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ @attr name com.sun.bingo:actionSheetPadding
+ */
+ public static final int ActionSheet_actionSheetPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#actionSheetTextSize}
+ attribute's value can be found in the {@link #ActionSheet} 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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ @attr name com.sun.bingo:actionSheetTextSize
+ */
+ public static final int ActionSheet_actionSheetTextSize = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cancelButtonBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:cancelButtonBackground
+ */
+ public static final int ActionSheet_cancelButtonBackground = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cancelButtonMarginTop}
+ attribute's value can be found in the {@link #ActionSheet} 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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ @attr name com.sun.bingo:cancelButtonMarginTop
+ */
+ public static final int ActionSheet_cancelButtonMarginTop = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cancelButtonTextColor}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:cancelButtonTextColor
+ */
+ public static final int ActionSheet_cancelButtonTextColor = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonBottomBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:otherButtonBottomBackground
+ */
+ public static final int ActionSheet_otherButtonBottomBackground = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonMiddleBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:otherButtonMiddleBackground
+ */
+ public static final int ActionSheet_otherButtonMiddleBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonSingleBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:otherButtonSingleBackground
+ */
+ public static final int ActionSheet_otherButtonSingleBackground = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonSpacing}
+ attribute's value can be found in the {@link #ActionSheet} 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 dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+ @attr name com.sun.bingo:otherButtonSpacing
+ */
+ public static final int ActionSheet_otherButtonSpacing = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonTextColor}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:otherButtonTextColor
+ */
+ public static final int ActionSheet_otherButtonTextColor = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#otherButtonTopBackground}
+ attribute's value can be found in the {@link #ActionSheet} 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.sun.bingo:otherButtonTopBackground
+ */
+ public static final int ActionSheet_otherButtonTopBackground = 2;
+ /** Attributes that can be used with a ActionSheets.
+
+ @see #ActionSheets_actionSheetStyle
+ */
+ public static final int[] ActionSheets = {
+ 0x7f010048
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#actionSheetStyle}
+ attribute's value can be found in the {@link #ActionSheets} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:actionSheetStyle
+ */
+ public static final int ActionSheets_actionSheetStyle = 0;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo: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.sun.bingo.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.sun.bingo:buttonPanelSideLayout
+ */
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listItemLayout
+ */
+ public static final int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listLayout
+ */
+ public static final int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:multiChoiceItemLayout
+ */
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:singleChoiceItemLayout
+ */
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ /** Attributes that can be used with a AppBarLayout.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #AppBarLayout} array.
+ @attr name android:background
+ */
+ public static final int AppBarLayout_android_background = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#elevation}
+ attribute's value can be found in the {@link #AppBarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:elevation
+ */
+ public static final int AppBarLayout_elevation = 1;
+ /** Attributes that can be used with a AppBarLayout_LayoutParams.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_scrollFlags}
+ attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
scroll
0x1
+
exitUntilCollapsed
0x2
+
enterAlways
0x4
+
enterAlwaysCollapsed
0x8
+
+ @attr name com.sun.bingo:layout_scrollFlags
+ */
+ public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_scrollInterpolator}
+ attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:layout_scrollInterpolator
+ */
+ public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
+ /** 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.sun.bingo.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.sun.bingo:textAllCaps
+ */
+ public static final int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a BGAMoocStyleRefreshView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#mv_originalImg}
+ attribute's value can be found in the {@link #BGAMoocStyleRefreshView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:mv_originalImg
+ */
+ public static final int BGAMoocStyleRefreshView_mv_originalImg = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#mv_ultimateColor}
+ attribute's value can be found in the {@link #BGAMoocStyleRefreshView} 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.sun.bingo:mv_ultimateColor
+ */
+ public static final int BGAMoocStyleRefreshView_mv_ultimateColor = 0;
+ /** Attributes that can be used with a CardView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardBackgroundColor}
+ attribute's value can be found in the {@link #CardView} 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.sun.bingo:cardBackgroundColor
+ */
+ public static final int CardView_cardBackgroundColor = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardCornerRadius}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:cardCornerRadius
+ */
+ public static final int CardView_cardCornerRadius = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardElevation}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:cardElevation
+ */
+ public static final int CardView_cardElevation = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardMaxElevation}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:cardMaxElevation
+ */
+ public static final int CardView_cardMaxElevation = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardPreventCornerOverlap}
+ attribute's value can be found in the {@link #CardView} 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.sun.bingo:cardPreventCornerOverlap
+ */
+ public static final int CardView_cardPreventCornerOverlap = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#cardUseCompatPadding}
+ attribute's value can be found in the {@link #CardView} 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.sun.bingo:cardUseCompatPadding
+ */
+ public static final int CardView_cardUseCompatPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentPadding}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:contentPadding
+ */
+ public static final int CardView_contentPadding = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentPaddingBottom}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:contentPaddingBottom
+ */
+ public static final int CardView_contentPaddingBottom = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentPaddingLeft}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:contentPaddingLeft
+ */
+ public static final int CardView_contentPaddingLeft = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentPaddingRight}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:contentPaddingRight
+ */
+ public static final int CardView_contentPaddingRight = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentPaddingTop}
+ attribute's value can be found in the {@link #CardView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:contentPaddingTop
+ */
+ public static final int CardView_contentPaddingTop = 9;
+ /** Attributes that can be used with a CirCleRefreshLayout.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#AniBackColor}
+ attribute's value can be found in the {@link #CirCleRefreshLayout} 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.sun.bingo:AniBackColor
+ */
+ public static final int CirCleRefreshLayout_AniBackColor = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#AniForeColor}
+ attribute's value can be found in the {@link #CirCleRefreshLayout} 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.sun.bingo:AniForeColor
+ */
+ public static final int CirCleRefreshLayout_AniForeColor = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#CircleSmaller}
+ attribute's value can be found in the {@link #CirCleRefreshLayout} 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.sun.bingo:CircleSmaller
+ */
+ public static final int CirCleRefreshLayout_CircleSmaller = 2;
+ /** Attributes that can be used with a CircleImageView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#border_color}
+ attribute's value can be found in the {@link #CircleImageView} 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.sun.bingo:border_color
+ */
+ public static final int CircleImageView_border_color = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#border_width}
+ attribute's value can be found in the {@link #CircleImageView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:border_width
+ */
+ public static final int CircleImageView_border_width = 0;
+ /** Attributes that can be used with a CollapsingAppBarLayout_LayoutParams.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_collapseMode}
+ attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
pin
1
+
parallax
2
+
+ @attr name com.sun.bingo:layout_collapseMode
+ */
+ public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_collapseParallaxMultiplier}
+ attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} 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.sun.bingo:layout_collapseParallaxMultiplier
+ */
+ public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
+ /** Attributes that can be used with a CollapsingToolbarLayout.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#collapsedTitleTextAppearance}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:collapsedTitleTextAppearance
+ */
+ public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentScrim}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.sun.bingo:contentScrim
+ */
+ public static final int CollapsingToolbarLayout_contentScrim = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleMargin}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:expandedTitleMargin
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMargin = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleMarginBottom}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:expandedTitleMarginBottom
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleMarginEnd}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:expandedTitleMarginEnd
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleMarginStart}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:expandedTitleMarginStart
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleMarginTop}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:expandedTitleMarginTop
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandedTitleTextAppearance}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:expandedTitleTextAppearance
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#statusBarScrim}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.sun.bingo:statusBarScrim
+ */
+ public static final int CollapsingToolbarLayout_statusBarScrim = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#toolbarId}
+ attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:toolbarId
+ */
+ public static final int CollapsingToolbarLayout_toolbarId = 9;
+ /** Attributes that can be used with a CoordinatorLayout.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#keylines}
+ attribute's value can be found in the {@link #CoordinatorLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:keylines
+ */
+ public static final int CoordinatorLayout_keylines = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#statusBarBackground}
+ attribute's value can be found in the {@link #CoordinatorLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:statusBarBackground
+ */
+ public static final int CoordinatorLayout_statusBarBackground = 1;
+ /** Attributes that can be used with a CoordinatorLayout_LayoutParams.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
+ @attr name android:layout_gravity
+ */
+ public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_anchor}
+ attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:layout_anchor
+ */
+ public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_anchorGravity}
+ attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
top
0x30
+
bottom
0x50
+
left
0x03
+
right
0x05
+
center_vertical
0x10
+
fill_vertical
0x70
+
center_horizontal
0x01
+
fill_horizontal
0x07
+
center
0x11
+
fill
0x77
+
clip_vertical
0x80
+
clip_horizontal
0x08
+
start
0x00800003
+
end
0x00800005
+
+ @attr name com.sun.bingo:layout_anchorGravity
+ */
+ public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_behavior}
+ attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} 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.sun.bingo:layout_behavior
+ */
+ public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#layout_keyline}
+ attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} 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.sun.bingo:layout_keyline
+ */
+ public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
+ /** Attributes that can be used with a DashedLineView.
+
+ @see #DashedLineView_dashedColor
+ */
+ public static final int[] DashedLineView = {
+ 0x7f010077
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#dashedColor}
+ attribute's value can be found in the {@link #DashedLineView} 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.sun.bingo:dashedColor
+ */
+ public static final int DashedLineView_dashedColor = 0;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#barSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:barSize
+ */
+ public static final int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#middleBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:middleBarArrowSize
+ */
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#topBottomBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:topBottomBarArrowSize
+ */
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a EditViewHelper.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#inputType}
+ attribute's value can be found in the {@link #EditViewHelper} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
number
2
+
text
1
+
signed
3
+
decimal
8192
+
+ @attr name com.sun.bingo:inputType
+ */
+ public static final int EditViewHelper_inputType = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#intLength}
+ attribute's value can be found in the {@link #EditViewHelper} 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.sun.bingo:intLength
+ */
+ public static final int EditViewHelper_intLength = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#isNum}
+ attribute's value can be found in the {@link #EditViewHelper} 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.sun.bingo:isNum
+ */
+ public static final int EditViewHelper_isNum = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#maxLength}
+ attribute's value can be found in the {@link #EditViewHelper} 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.sun.bingo:maxLength
+ */
+ public static final int EditViewHelper_maxLength = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#point}
+ attribute's value can be found in the {@link #EditViewHelper} 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.sun.bingo:point
+ */
+ public static final int EditViewHelper_point = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#pointAlignRight}
+ attribute's value can be found in the {@link #EditViewHelper} 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.sun.bingo:pointAlignRight
+ */
+ public static final int EditViewHelper_pointAlignRight = 4;
+ /** Attributes that can be used with a ExpandableTextView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#animAlphaStart}
+ attribute's value can be found in the {@link #ExpandableTextView} 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.sun.bingo:animAlphaStart
+ */
+ public static final int ExpandableTextView_animAlphaStart = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#animDuration}
+ attribute's value can be found in the {@link #ExpandableTextView} 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.sun.bingo:animDuration
+ */
+ public static final int ExpandableTextView_animDuration = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#collapseDrawable}
+ attribute's value can be found in the {@link #ExpandableTextView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:collapseDrawable
+ */
+ public static final int ExpandableTextView_collapseDrawable = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#collapseRes}
+ attribute's value can be found in the {@link #ExpandableTextView} 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.sun.bingo:collapseRes
+ */
+ public static final int ExpandableTextView_collapseRes = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#contentRes}
+ attribute's value can be found in the {@link #ExpandableTextView} 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.sun.bingo:contentRes
+ */
+ public static final int ExpandableTextView_contentRes = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#expandDrawable}
+ attribute's value can be found in the {@link #ExpandableTextView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:expandDrawable
+ */
+ public static final int ExpandableTextView_expandDrawable = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#maxCollapsedLines}
+ attribute's value can be found in the {@link #ExpandableTextView} 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.sun.bingo:maxCollapsedLines
+ */
+ public static final int ExpandableTextView_maxCollapsedLines = 0;
+ /** Attributes that can be used with a FloatingActionButton.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+ @attr name android:background
+ */
+ public static final int FloatingActionButton_android_background = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #FloatingActionButton} 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.sun.bingo:backgroundTint
+ */
+ public static final int FloatingActionButton_backgroundTint = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #FloatingActionButton} 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.sun.bingo:backgroundTintMode
+ */
+ public static final int FloatingActionButton_backgroundTintMode = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#borderWidth}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:borderWidth
+ */
+ public static final int FloatingActionButton_borderWidth = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#elevation}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:elevation
+ */
+ public static final int FloatingActionButton_elevation = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#fabSize}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
mini
1
+
+ @attr name com.sun.bingo:fabSize
+ */
+ public static final int FloatingActionButton_fabSize = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#floatingActionButtonColor}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or 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.sun.bingo:floatingActionButtonColor
+ */
+ public static final int FloatingActionButton_floatingActionButtonColor = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#floatingActionButtonImplicitElevation}
+ attribute's value can be found in the {@link #FloatingActionButton} 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.sun.bingo:floatingActionButtonImplicitElevation
+ */
+ public static final int FloatingActionButton_floatingActionButtonImplicitElevation = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#floatingActionButtonShadow}
+ attribute's value can be found in the {@link #FloatingActionButton} 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.sun.bingo:floatingActionButtonShadow
+ */
+ public static final int FloatingActionButton_floatingActionButtonShadow = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#floatingActionButtonSize}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
mini
1
+
+ @attr name com.sun.bingo:floatingActionButtonSize
+ */
+ public static final int FloatingActionButton_floatingActionButtonSize = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#pressedTranslationZ}
+ attribute's value can be found in the {@link #FloatingActionButton} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:pressedTranslationZ
+ */
+ public static final int FloatingActionButton_pressedTranslationZ = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#rippleColor}
+ attribute's value can be found in the {@link #FloatingActionButton} 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.sun.bingo:rippleColor
+ */
+ public static final int FloatingActionButton_rippleColor = 6;
+ /** Attributes that can be used with a GenericDraweeView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#actualImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.sun.bingo:actualImageScaleType
+ */
+ public static final int GenericDraweeView_actualImageScaleType = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:backgroundImage
+ */
+ public static final int GenericDraweeView_backgroundImage = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:fadeDuration
+ */
+ public static final int GenericDraweeView_fadeDuration = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:failureImage
+ */
+ public static final int GenericDraweeView_failureImage = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#failureImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.sun.bingo:failureImageScaleType
+ */
+ public static final int GenericDraweeView_failureImageScaleType = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:overlayImage
+ */
+ public static final int GenericDraweeView_overlayImage = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:placeholderImage
+ */
+ public static final int GenericDraweeView_placeholderImage = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#placeholderImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.sun.bingo:placeholderImageScaleType
+ */
+ public static final int GenericDraweeView_placeholderImageScaleType = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:pressedStateOverlayImage
+ */
+ public static final int GenericDraweeView_pressedStateOverlayImage = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:progressBarAutoRotateInterval
+ */
+ public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:progressBarImage
+ */
+ public static final int GenericDraweeView_progressBarImage = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#progressBarImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.sun.bingo:progressBarImageScaleType
+ */
+ public static final int GenericDraweeView_progressBarImageScaleType = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:retryImage
+ */
+ public static final int GenericDraweeView_retryImage = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#retryImageScaleType}
+ attribute's value can be found in the {@link #GenericDraweeView} 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.sun.bingo:retryImageScaleType
+ */
+ public static final int GenericDraweeView_retryImageScaleType = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundAsCircle
+ */
+ public static final int GenericDraweeView_roundAsCircle = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundBottomLeft
+ */
+ public static final int GenericDraweeView_roundBottomLeft = 20;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundBottomRight
+ */
+ public static final int GenericDraweeView_roundBottomRight = 19;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundTopLeft
+ */
+ public static final int GenericDraweeView_roundTopLeft = 17;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundTopRight
+ */
+ public static final int GenericDraweeView_roundTopRight = 18;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundWithOverlayColor
+ */
+ public static final int GenericDraweeView_roundWithOverlayColor = 21;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundedCornerRadius
+ */
+ public static final int GenericDraweeView_roundedCornerRadius = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundingBorderColor
+ */
+ public static final int GenericDraweeView_roundingBorderColor = 23;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:roundingBorderWidth
+ */
+ public static final int GenericDraweeView_roundingBorderWidth = 22;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:viewAspectRatio
+ */
+ public static final int GenericDraweeView_viewAspectRatio = 1;
+ /** Attributes that can be used with a GoogleProgressBar.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#colors}
+ attribute's value can be found in the {@link #GoogleProgressBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:colors
+ */
+ public static final int GoogleProgressBar_colors = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#type}
+ attribute's value can be found in the {@link #GoogleProgressBar} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
folding_circles
0
+
google_music_dices
1
+
nexus_rotation_cross
2
+
chrome_floating_circles
3
+
+ @attr name com.sun.bingo:type
+ */
+ public static final int GoogleProgressBar_type = 0;
+ /** 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.sun.bingo.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.sun.bingo:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo: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 MDRootLayout.
+
+ @see #MDRootLayout_md_reduce_padding_no_title_no_buttons
+ */
+ public static final int[] MDRootLayout = {
+ 0x7f0100b2
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#md_reduce_padding_no_title_no_buttons}
+ attribute's value can be found in the {@link #MDRootLayout} 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.sun.bingo:md_reduce_padding_no_title_no_buttons
+ */
+ public static final int MDRootLayout_md_reduce_padding_no_title_no_buttons = 0;
+ /** Attributes that can be used with a MaterialEditText.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_accentTypeface}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_accentTypeface
+ */
+ public static final int MaterialEditText_met_accentTypeface = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_autoValidate}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_autoValidate
+ */
+ public static final int MaterialEditText_met_autoValidate = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_baseColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_baseColor
+ */
+ public static final int MaterialEditText_met_baseColor = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_bottomTextSize}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:met_bottomTextSize
+ */
+ public static final int MaterialEditText_met_bottomTextSize = 23;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_checkCharactersCountAtBeginning}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_checkCharactersCountAtBeginning
+ */
+ public static final int MaterialEditText_met_checkCharactersCountAtBeginning = 30;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_clearButton}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_clearButton
+ */
+ public static final int MaterialEditText_met_clearButton = 20;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_errorColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_errorColor
+ */
+ public static final int MaterialEditText_met_errorColor = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabel}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
normal
1
+
highlight
2
+
+ @attr name com.sun.bingo:met_floatingLabel
+ */
+ public static final int MaterialEditText_met_floatingLabel = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelAlwaysShown}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_floatingLabelAlwaysShown
+ */
+ public static final int MaterialEditText_met_floatingLabelAlwaysShown = 24;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelAnimating}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_floatingLabelAnimating
+ */
+ public static final int MaterialEditText_met_floatingLabelAnimating = 26;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelPadding}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:met_floatingLabelPadding
+ */
+ public static final int MaterialEditText_met_floatingLabelPadding = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelText}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_floatingLabelText
+ */
+ public static final int MaterialEditText_met_floatingLabelText = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelTextColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_floatingLabelTextColor
+ */
+ public static final int MaterialEditText_met_floatingLabelTextColor = 22;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_floatingLabelTextSize}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:met_floatingLabelTextSize
+ */
+ public static final int MaterialEditText_met_floatingLabelTextSize = 21;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_helperText}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_helperText
+ */
+ public static final int MaterialEditText_met_helperText = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_helperTextAlwaysShown}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_helperTextAlwaysShown
+ */
+ public static final int MaterialEditText_met_helperTextAlwaysShown = 25;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_helperTextColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_helperTextColor
+ */
+ public static final int MaterialEditText_met_helperTextColor = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_hideUnderline}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_hideUnderline
+ */
+ public static final int MaterialEditText_met_hideUnderline = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_iconLeft}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:met_iconLeft
+ */
+ public static final int MaterialEditText_met_iconLeft = 17;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_iconPadding}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:met_iconPadding
+ */
+ public static final int MaterialEditText_met_iconPadding = 19;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_iconRight}
+ attribute's value can be found in the {@link #MaterialEditText} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:met_iconRight
+ */
+ public static final int MaterialEditText_met_iconRight = 18;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_maxCharacters}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_maxCharacters
+ */
+ public static final int MaterialEditText_met_maxCharacters = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_minBottomTextLines}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_minBottomTextLines
+ */
+ public static final int MaterialEditText_met_minBottomTextLines = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_minCharacters}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_minCharacters
+ */
+ public static final int MaterialEditText_met_minCharacters = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_primaryColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_primaryColor
+ */
+ public static final int MaterialEditText_met_primaryColor = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_singleLineEllipsis}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_singleLineEllipsis
+ */
+ public static final int MaterialEditText_met_singleLineEllipsis = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_textColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_textColor
+ */
+ public static final int MaterialEditText_met_textColor = 27;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_textColorHint}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_textColorHint
+ */
+ public static final int MaterialEditText_met_textColorHint = 28;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_typeface}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_typeface
+ */
+ public static final int MaterialEditText_met_typeface = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_underlineColor}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_underlineColor
+ */
+ public static final int MaterialEditText_met_underlineColor = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#met_validateOnFocusLost}
+ attribute's value can be found in the {@link #MaterialEditText} 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.sun.bingo:met_validateOnFocusLost
+ */
+ public static final int MaterialEditText_met_validateOnFocusLost = 29;
+ /** 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.sun.bingo.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.sun.bingo:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo: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.sun.bingo.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.sun.bingo: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.sun.bingo.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.sun.bingo:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a NavigationView.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #NavigationView} array.
+ @attr name android:background
+ */
+ public static final int NavigationView_android_background = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#fitsSystemWindows}
+ attribute's value can be found in the {@link #NavigationView} array.
+ @attr name android:fitsSystemWindows
+ */
+ public static final int NavigationView_android_fitsSystemWindows = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #NavigationView} array.
+ @attr name android:maxWidth
+ */
+ public static final int NavigationView_android_maxWidth = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#elevation}
+ attribute's value can be found in the {@link #NavigationView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:elevation
+ */
+ public static final int NavigationView_elevation = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#headerLayout}
+ attribute's value can be found in the {@link #NavigationView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:headerLayout
+ */
+ public static final int NavigationView_headerLayout = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#itemBackground}
+ attribute's value can be found in the {@link #NavigationView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:itemBackground
+ */
+ public static final int NavigationView_itemBackground = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#itemIconTint}
+ attribute's value can be found in the {@link #NavigationView} 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.sun.bingo:itemIconTint
+ */
+ public static final int NavigationView_itemIconTint = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#itemTextColor}
+ attribute's value can be found in the {@link #NavigationView} 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.sun.bingo:itemTextColor
+ */
+ public static final int NavigationView_itemTextColor = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#menu}
+ attribute's value can be found in the {@link #NavigationView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:menu
+ */
+ public static final int NavigationView_menu = 4;
+ /** 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.sun.bingo.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.sun.bingo: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 = {
+ 0x7f0100dd
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a ProgressWheel.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_barColor}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_barColor
+ */
+ public static final int ProgressWheel_matProg_barColor = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_barSpinCycleTime}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_barSpinCycleTime
+ */
+ public static final int ProgressWheel_matProg_barSpinCycleTime = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_barWidth}
+ attribute's value can be found in the {@link #ProgressWheel} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:matProg_barWidth
+ */
+ public static final int ProgressWheel_matProg_barWidth = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_circleRadius}
+ attribute's value can be found in the {@link #ProgressWheel} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:matProg_circleRadius
+ */
+ public static final int ProgressWheel_matProg_circleRadius = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_fillRadius}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_fillRadius
+ */
+ public static final int ProgressWheel_matProg_fillRadius = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_linearProgress}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_linearProgress
+ */
+ public static final int ProgressWheel_matProg_linearProgress = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_progressIndeterminate}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_progressIndeterminate
+ */
+ public static final int ProgressWheel_matProg_progressIndeterminate = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_rimColor}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_rimColor
+ */
+ public static final int ProgressWheel_matProg_rimColor = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_rimWidth}
+ attribute's value can be found in the {@link #ProgressWheel} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:matProg_rimWidth
+ */
+ public static final int ProgressWheel_matProg_rimWidth = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#matProg_spinSpeed}
+ attribute's value can be found in the {@link #ProgressWheel} 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.sun.bingo:matProg_spinSpeed
+ */
+ public static final int ProgressWheel_matProg_spinSpeed = 4;
+ /** 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.sun.bingo.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.sun.bingo:layoutManager
+ */
+ public static final int RecyclerView_layoutManager = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:reverseLayout
+ */
+ public static final int RecyclerView_reverseLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:spanCount
+ */
+ public static final int RecyclerView_spanCount = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:stackFromEnd
+ */
+ public static final int RecyclerView_stackFromEnd = 4;
+ /** Attributes that can be used with a ScrimInsetsFrameLayout.
+
+ @see #ScrimInsetsFrameLayout_insetForeground
+ */
+ public static final int[] ScrimInsetsFrameLayout = {
+ 0x7f0100ec
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#insetForeground}
+ attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or 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.sun.bingo:insetForeground
+ */
+ public static final int ScrimInsetsFrameLayout_insetForeground = 0;
+ /** Attributes that can be used with a ScrollingViewBehavior_Params.
+
+ @see #ScrollingViewBehavior_Params_behavior_overlapTop
+ */
+ public static final int[] ScrollingViewBehavior_Params = {
+ 0x7f0100ed
+ };
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#behavior_overlapTop}
+ attribute's value can be found in the {@link #ScrollingViewBehavior_Params} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:behavior_overlapTop
+ */
+ public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static final int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static final int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static final int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static final int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:closeIcon
+ */
+ public static final int SearchView_closeIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:commitIcon
+ */
+ public static final int SearchView_commitIcon = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:defaultQueryHint
+ */
+ public static final int SearchView_defaultQueryHint = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:goIcon
+ */
+ public static final int SearchView_goIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:queryBackground
+ */
+ public static final int SearchView_queryBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:searchHintIcon
+ */
+ public static final int SearchView_searchHintIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:searchIcon
+ */
+ public static final int SearchView_searchIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:submitBackground
+ */
+ public static final int SearchView_submitBackground = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 12;
+ /** Attributes that can be used with a ShaderImageView.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siArrowPosition}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
left
0
+
right
1
+
+ @attr name com.sun.bingo:siArrowPosition
+ */
+ public static final int ShaderImageView_siArrowPosition = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siBorderAlpha}
+ attribute's value can be found in the {@link #ShaderImageView} 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.sun.bingo:siBorderAlpha
+ */
+ public static final int ShaderImageView_siBorderAlpha = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siBorderColor}
+ attribute's value can be found in the {@link #ShaderImageView} 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.sun.bingo:siBorderColor
+ */
+ public static final int ShaderImageView_siBorderColor = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siBorderType}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
stroke
0
+
fill
1
+
+ @attr name com.sun.bingo:siBorderType
+ */
+ public static final int ShaderImageView_siBorderType = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siBorderWidth}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:siBorderWidth
+ */
+ public static final int ShaderImageView_siBorderWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siForeground}
+ attribute's value can be found in the {@link #ShaderImageView} 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 an integer value, such as "100".
+ @attr name com.sun.bingo:siForeground
+ */
+ public static final int ShaderImageView_siForeground = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siRadius}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:siRadius
+ */
+ public static final int ShaderImageView_siRadius = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siShape}
+ attribute's value can be found in the {@link #ShaderImageView} 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 an integer value, such as "100".
+ @attr name com.sun.bingo:siShape
+ */
+ public static final int ShaderImageView_siShape = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siSquare}
+ attribute's value can be found in the {@link #ShaderImageView} 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.sun.bingo:siSquare
+ */
+ public static final int ShaderImageView_siSquare = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siStrokeCap}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
butt
0
+
round
1
+
square
2
+
+ @attr name com.sun.bingo:siStrokeCap
+ */
+ public static final int ShaderImageView_siStrokeCap = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siStrokeJoin}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
bevel
0
+
miter
1
+
round
2
+
+ @attr name com.sun.bingo:siStrokeJoin
+ */
+ public static final int ShaderImageView_siStrokeJoin = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siStrokeMiter}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:siStrokeMiter
+ */
+ public static final int ShaderImageView_siStrokeMiter = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#siTriangleHeight}
+ attribute's value can be found in the {@link #ShaderImageView} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:siTriangleHeight
+ */
+ public static final int ShaderImageView_siTriangleHeight = 10;
+ /** Attributes that can be used with a SnackbarLayout.
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SnackbarLayout} array.
+ @attr name android:maxWidth
+ */
+ public static final int SnackbarLayout_android_maxWidth = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#elevation}
+ attribute's value can be found in the {@link #SnackbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:elevation
+ */
+ public static final int SnackbarLayout_elevation = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#maxActionInlineWidth}
+ attribute's value can be found in the {@link #SnackbarLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:maxActionInlineWidth
+ */
+ public static final int SnackbarLayout_maxActionInlineWidth = 2;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:background
+ */
+ public static final int Spinner_android_background = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownSelector}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownSelector
+ */
+ public static final int Spinner_android_dropDownSelector = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static final int Spinner_android_dropDownWidth = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:gravity
+ */
+ public static final int Spinner_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static final int Spinner_android_popupBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#disableChildrenWhenDisabled}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:disableChildrenWhenDisabled
+ */
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#popupPromptView}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:popupPromptView
+ */
+ public static final int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:prompt
+ */
+ public static final int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#spinnerMode}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ @attr name com.sun.bingo:spinnerMode
+ */
+ public static final int Spinner_spinnerMode = 8;
+ /** Attributes that can be used with a SwitchCompat.
+
This symbol is the offset where the {@link android.R.attr#textOff}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOff
+ */
+ public static final int SwitchCompat_android_textOff = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textOn}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOn
+ */
+ public static final int SwitchCompat_android_textOn = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#thumb}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:thumb
+ */
+ public static final int SwitchCompat_android_thumb = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:track
+ */
+ public static final int SwitchCompat_track = 3;
+ /** Attributes that can be used with a TabLayout.
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabBackground}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:tabBackground
+ */
+ public static final int TabLayout_tabBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabContentStart}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabContentStart
+ */
+ public static final int TabLayout_tabContentStart = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabGravity}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
fill
0
+
center
1
+
+ @attr name com.sun.bingo:tabGravity
+ */
+ public static final int TabLayout_tabGravity = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabIndicatorColor}
+ attribute's value can be found in the {@link #TabLayout} 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.sun.bingo:tabIndicatorColor
+ */
+ public static final int TabLayout_tabIndicatorColor = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabIndicatorHeight}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabIndicatorHeight
+ */
+ public static final int TabLayout_tabIndicatorHeight = 1;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabMaxWidth}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabMaxWidth
+ */
+ public static final int TabLayout_tabMaxWidth = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabMinWidth}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabMinWidth
+ */
+ public static final int TabLayout_tabMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabMode}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
scrollable
0
+
fixed
1
+
+ @attr name com.sun.bingo:tabMode
+ */
+ public static final int TabLayout_tabMode = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabPadding}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabPadding
+ */
+ public static final int TabLayout_tabPadding = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabPaddingBottom}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabPaddingBottom
+ */
+ public static final int TabLayout_tabPaddingBottom = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabPaddingEnd}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabPaddingEnd
+ */
+ public static final int TabLayout_tabPaddingEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabPaddingStart}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabPaddingStart
+ */
+ public static final int TabLayout_tabPaddingStart = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabPaddingTop}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:tabPaddingTop
+ */
+ public static final int TabLayout_tabPaddingTop = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabSelectedTextColor}
+ attribute's value can be found in the {@link #TabLayout} 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.sun.bingo:tabSelectedTextColor
+ */
+ public static final int TabLayout_tabSelectedTextColor = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabTextAppearance}
+ attribute's value can be found in the {@link #TabLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:tabTextAppearance
+ */
+ public static final int TabLayout_tabTextAppearance = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#tabTextColor}
+ attribute's value can be found in the {@link #TabLayout} 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.sun.bingo:tabTextColor
+ */
+ public static final int TabLayout_tabTextColor = 9;
+ /** 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.sun.bingo.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.sun.bingo:textAllCaps
+ */
+ public static final int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a TextInputLayout.
+
This symbol is the offset where the {@link android.R.attr#hint}
+ attribute's value can be found in the {@link #TextInputLayout} array.
+ @attr name android:hint
+ */
+ public static final int TextInputLayout_android_hint = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#errorEnabled}
+ attribute's value can be found in the {@link #TextInputLayout} 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.sun.bingo:errorEnabled
+ */
+ public static final int TextInputLayout_errorEnabled = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#errorTextAppearance}
+ attribute's value can be found in the {@link #TextInputLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:errorTextAppearance
+ */
+ public static final int TextInputLayout_errorTextAppearance = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#hintTextAppearance}
+ attribute's value can be found in the {@link #TextInputLayout} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.sun.bingo:hintTextAppearance
+ */
+ public static final int TextInputLayout_hintTextAppearance = 1;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:alertDialogButtonGroupStyle
+ */
+ public static final int Theme_alertDialogButtonGroupStyle = 90;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:alertDialogCenterButtons
+ */
+ public static final int Theme_alertDialogCenterButtons = 91;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:alertDialogStyle
+ */
+ public static final int Theme_alertDialogStyle = 89;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:alertDialogTheme
+ */
+ public static final int Theme_alertDialogTheme = 92;
+ /**
+
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.sun.bingo.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.sun.bingo:autoCompleteTextViewStyle
+ */
+ public static final int Theme_autoCompleteTextViewStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:borderlessButtonStyle
+ */
+ public static final int Theme_borderlessButtonStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonBarNegativeButtonStyle
+ */
+ public static final int Theme_buttonBarNegativeButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonBarNeutralButtonStyle
+ */
+ public static final int Theme_buttonBarNeutralButtonStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonBarPositiveButtonStyle
+ */
+ public static final int Theme_buttonBarPositiveButtonStyle = 94;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonStyle
+ */
+ public static final int Theme_buttonStyle = 98;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:buttonStyleSmall
+ */
+ public static final int Theme_buttonStyleSmall = 99;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:checkboxStyle
+ */
+ public static final int Theme_checkboxStyle = 100;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:checkedTextViewStyle
+ */
+ public static final int Theme_checkedTextViewStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorAccent
+ */
+ public static final int Theme_colorAccent = 83;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 85;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 86;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 84;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 81;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 82;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 88;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dialogPreferredPadding
+ */
+ public static final int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dialogTheme
+ */
+ public static final int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 56;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 55;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 63;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:editTextColor
+ */
+ public static final int Theme_editTextColor = 62;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:editTextStyle
+ */
+ public static final int Theme_editTextStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 80;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listDividerAlertDialog
+ */
+ public static final int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 74;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 68;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 70;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 69;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 71;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 72;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:panelBackground
+ */
+ public static final int Theme_panelBackground = 77;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 79;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 78;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 61;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:radioButtonStyle
+ */
+ public static final int Theme_radioButtonStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:ratingBarStyle
+ */
+ public static final int Theme_ratingBarStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 67;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:switchStyle
+ */
+ public static final int Theme_switchStyle = 106;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 75;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 76;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 65;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 64;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textColorAlertDialogListItem
+ */
+ public static final int Theme_textColorAlertDialogListItem = 93;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 66;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowMinWidthMajor
+ */
+ public static final int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:windowMinWidthMinor
+ */
+ public static final int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo: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.sun.bingo.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.sun.bingo:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 18;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 17;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 20;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 19;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:titleTextAppearance
+ */
+ public static final int Toolbar_titleTextAppearance = 9;
+ /** Attributes that can be used with a View.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:focusable
+ */
+ public static final int View_android_focusable = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:theme
+ */
+ public static final int View_android_theme = 0;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.sun.bingo:backgroundTint
+ */
+ public static final int View_backgroundTint = 5;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.sun.bingo:backgroundTintMode
+ */
+ public static final int View_backgroundTintMode = 6;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:paddingEnd
+ */
+ public static final int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:paddingStart
+ */
+ public static final int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.sun.bingo.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.sun.bingo:theme
+ */
+ public static final int View_theme = 4;
+ /** Attributes that can be used with a ViewStubCompat.
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:id
+ */
+ public static final int ViewStubCompat_android_id = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inflatedId}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:inflatedId
+ */
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:layout
+ */
+ public static final int ViewStubCompat_android_layout = 1;
+ };
+}
diff --git a/app/build/generated/source/r/debug/jp/wasabeef/richeditor/R.java b/app/build/generated/source/r/debug/jp/wasabeef/richeditor/R.java
new file mode 100644
index 0000000..ec2f8b3
--- /dev/null
+++ b/app/build/generated/source/r/debug/jp/wasabeef/richeditor/R.java
@@ -0,0 +1,19 @@
+/* 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 jp.wasabeef.richeditor;
+
+public final class R {
+ public static final class raw {
+ public static final int editor = 0x7f060000;
+ public static final int normalize = 0x7f060007;
+ public static final int rich_editor = 0x7f060008;
+ public static final int style = 0x7f060009;
+ }
+ public static final class string {
+ public static final int app_name = 0x7f070015;
+ }
+}
diff --git a/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/ApplicationTest.class b/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/ApplicationTest.class
new file mode 100644
index 0000000..893c1a9
Binary files /dev/null and b/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/ApplicationTest.class differ
diff --git a/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/test/BuildConfig.class b/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/test/BuildConfig.class
new file mode 100644
index 0000000..f0da011
Binary files /dev/null and b/app/build/intermediates/classes/androidTest/debug/com/sun/bingo/test/BuildConfig.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$anim.class b/app/build/intermediates/classes/debug/android/support/design/R$anim.class
new file mode 100644
index 0000000..8424ff3
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$attr.class b/app/build/intermediates/classes/debug/android/support/design/R$attr.class
new file mode 100644
index 0000000..967a422
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$bool.class b/app/build/intermediates/classes/debug/android/support/design/R$bool.class
new file mode 100644
index 0000000..7db6568
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$color.class b/app/build/intermediates/classes/debug/android/support/design/R$color.class
new file mode 100644
index 0000000..bcacfce
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$dimen.class b/app/build/intermediates/classes/debug/android/support/design/R$dimen.class
new file mode 100644
index 0000000..d1892eb
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$drawable.class b/app/build/intermediates/classes/debug/android/support/design/R$drawable.class
new file mode 100644
index 0000000..16c96c9
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$id.class b/app/build/intermediates/classes/debug/android/support/design/R$id.class
new file mode 100644
index 0000000..4d0469d
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$integer.class b/app/build/intermediates/classes/debug/android/support/design/R$integer.class
new file mode 100644
index 0000000..de52dc8
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$layout.class b/app/build/intermediates/classes/debug/android/support/design/R$layout.class
new file mode 100644
index 0000000..bfd93dd
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$string.class b/app/build/intermediates/classes/debug/android/support/design/R$string.class
new file mode 100644
index 0000000..a0715ec
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$style.class b/app/build/intermediates/classes/debug/android/support/design/R$style.class
new file mode 100644
index 0000000..139ccd2
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R$styleable.class b/app/build/intermediates/classes/debug/android/support/design/R$styleable.class
new file mode 100644
index 0000000..9dffd14
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/design/R.class b/app/build/intermediates/classes/debug/android/support/design/R.class
new file mode 100644
index 0000000..93f9786
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/design/R.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class
new file mode 100644
index 0000000..f085038
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class
new file mode 100644
index 0000000..dea439f
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class
new file mode 100644
index 0000000..b8555f2
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class
new file mode 100644
index 0000000..5f75620
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class
new file mode 100644
index 0000000..63653cf
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class
new file mode 100644
index 0000000..86e5963
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class
new file mode 100644
index 0000000..0f0f7ce
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class
new file mode 100644
index 0000000..cbc03ef
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class
new file mode 100644
index 0000000..09b73e3
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class
new file mode 100644
index 0000000..1ff1fad
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class
new file mode 100644
index 0000000..4aada81
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class
new file mode 100644
index 0000000..a6f0abc
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class
new file mode 100644
index 0000000..ee66d0e
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class
new file mode 100644
index 0000000..bb66ea4
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class
new file mode 100644
index 0000000..6180ed9
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class
new file mode 100644
index 0000000..4cf35ea
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class
new file mode 100644
index 0000000..2f86460
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class
new file mode 100644
index 0000000..aea18da
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/cardview/R.class b/app/build/intermediates/classes/debug/android/support/v7/cardview/R.class
new file mode 100644
index 0000000..291d0db
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/cardview/R.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class
new file mode 100644
index 0000000..d486e4a
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class
new file mode 100644
index 0000000..20c8ee4
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class
new file mode 100644
index 0000000..f5f37ce
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class
new file mode 100644
index 0000000..ce43e1a
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class
new file mode 100644
index 0000000..c156ead
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$anim.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$anim.class
new file mode 100644
index 0000000..0b0f47d
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$attr.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$attr.class
new file mode 100644
index 0000000..de8283f
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$dimen.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$dimen.class
new file mode 100644
index 0000000..510ef40
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$id.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$id.class
new file mode 100644
index 0000000..9ed695e
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$layout.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$layout.class
new file mode 100644
index 0000000..eb86483
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$mipmap.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$mipmap.class
new file mode 100644
index 0000000..5fd5291
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$mipmap.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$styleable.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$styleable.class
new file mode 100644
index 0000000..7e94085
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R.class b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R.class
new file mode 100644
index 0000000..a2fc114
Binary files /dev/null and b/app/build/intermediates/classes/debug/cn/bingoogolapple/refreshlayout/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$anim.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$anim.class
new file mode 100644
index 0000000..10af68b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$attr.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$attr.class
new file mode 100644
index 0000000..084c9e0
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$bool.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$bool.class
new file mode 100644
index 0000000..d51c4f7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$color.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$color.class
new file mode 100644
index 0000000..e26f744
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$dimen.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$dimen.class
new file mode 100644
index 0000000..4324484
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$drawable.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$drawable.class
new file mode 100644
index 0000000..3239ee7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$id.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$id.class
new file mode 100644
index 0000000..6ad2c7d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$integer.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$integer.class
new file mode 100644
index 0000000..bde07f6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$layout.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$layout.class
new file mode 100644
index 0000000..ac83829
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$string.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$string.class
new file mode 100644
index 0000000..9b12587
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$style.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$style.class
new file mode 100644
index 0000000..6ca709f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$styleable.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$styleable.class
new file mode 100644
index 0000000..3349075
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R.class b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R.class
new file mode 100644
index 0000000..59a2023
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/afollestad/materialdialogs/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/apkfuns/logutils/R$string.class b/app/build/intermediates/classes/debug/com/apkfuns/logutils/R$string.class
new file mode 100644
index 0000000..64888f9
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/apkfuns/logutils/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/apkfuns/logutils/R.class b/app/build/intermediates/classes/debug/com/apkfuns/logutils/R.class
new file mode 100644
index 0000000..0966dd7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/apkfuns/logutils/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class b/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class
new file mode 100644
index 0000000..24d430f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class b/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class
new file mode 100644
index 0000000..aa2e9c9
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/R.class b/app/build/intermediates/classes/debug/com/facebook/drawee/R.class
new file mode 100644
index 0000000..576b6e2
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class
new file mode 100644
index 0000000..1842bf5
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class
new file mode 100644
index 0000000..527a4fe
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class
new file mode 100644
index 0000000..6274b2f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$attr.class b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$attr.class
new file mode 100644
index 0000000..6cc6628
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$id.class b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$id.class
new file mode 100644
index 0000000..7727eeb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$raw.class b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$raw.class
new file mode 100644
index 0000000..65e42b1
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$raw.class differ
diff --git a/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$styleable.class b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$styleable.class
new file mode 100644
index 0000000..4ee8d7b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R.class b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R.class
new file mode 100644
index 0000000..59bc42b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/github/siyamed/shapeimageview/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$array.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$array.class
new file mode 100644
index 0000000..76ef6c8
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$array.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$attr.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$attr.class
new file mode 100644
index 0000000..3ba6ae8
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$color.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$color.class
new file mode 100644
index 0000000..39f74c0
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$id.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$id.class
new file mode 100644
index 0000000..b1bc32c
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$integer.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$integer.class
new file mode 100644
index 0000000..a5235e9
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$styleable.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$styleable.class
new file mode 100644
index 0000000..c633b40
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R.class b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R.class
new file mode 100644
index 0000000..9eaecfd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/jpardogo/android/googleprogressbar/library/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$anim.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$anim.class
new file mode 100644
index 0000000..422164f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$attr.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$attr.class
new file mode 100644
index 0000000..a863eab
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$bool.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$bool.class
new file mode 100644
index 0000000..be9e2e6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$color.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$color.class
new file mode 100644
index 0000000..49b2bfc
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$dimen.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$dimen.class
new file mode 100644
index 0000000..0210e8b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$drawable.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$drawable.class
new file mode 100644
index 0000000..f3488c7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$id.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$id.class
new file mode 100644
index 0000000..fe05148
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$integer.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$integer.class
new file mode 100644
index 0000000..2c814ca
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$layout.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$layout.class
new file mode 100644
index 0000000..d94bd09
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$string.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$string.class
new file mode 100644
index 0000000..28954ba
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$style.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$style.class
new file mode 100644
index 0000000..b4ca5f6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$styleable.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$styleable.class
new file mode 100644
index 0000000..34e5b9f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R.class b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R.class
new file mode 100644
index 0000000..1d7c240
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/rengwuxian/materialedittext/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$anim.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$anim.class
new file mode 100644
index 0000000..8ac96fb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$attr.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$attr.class
new file mode 100644
index 0000000..7c97ac8
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$dimen.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$dimen.class
new file mode 100644
index 0000000..3a9f7db
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$drawable.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$drawable.class
new file mode 100644
index 0000000..2ac140a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$id.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$id.class
new file mode 100644
index 0000000..ed6b57a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$style.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$style.class
new file mode 100644
index 0000000..94d399d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R$styleable.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R$styleable.class
new file mode 100644
index 0000000..8637a34
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/shamanland/fab/R.class b/app/build/intermediates/classes/debug/com/shamanland/fab/R.class
new file mode 100644
index 0000000..907a681
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/shamanland/fab/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/BingoApplication.class b/app/build/intermediates/classes/debug/com/sun/bingo/BingoApplication.class
new file mode 100644
index 0000000..b851d31
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/BingoApplication.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/BuildConfig.class b/app/build/intermediates/classes/debug/com/sun/bingo/BuildConfig.class
new file mode 100644
index 0000000..688bd1a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/BuildConfig.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/Manifest$permission.class b/app/build/intermediates/classes/debug/com/sun/bingo/Manifest$permission.class
new file mode 100644
index 0000000..39b9eb5
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/Manifest$permission.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/Manifest.class b/app/build/intermediates/classes/debug/com/sun/bingo/Manifest.class
new file mode 100644
index 0000000..988affb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/Manifest.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$anim.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$anim.class
new file mode 100644
index 0000000..c3ded78
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$array.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$array.class
new file mode 100644
index 0000000..53048c6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$array.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$attr.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$attr.class
new file mode 100644
index 0000000..1a4cc86
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$bool.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$bool.class
new file mode 100644
index 0000000..b120e20
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$color.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$color.class
new file mode 100644
index 0000000..4b9cf28
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$dimen.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$dimen.class
new file mode 100644
index 0000000..c30ef9f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$drawable.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$drawable.class
new file mode 100644
index 0000000..3b75a24
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$id.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$id.class
new file mode 100644
index 0000000..b902560
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$integer.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$integer.class
new file mode 100644
index 0000000..8723d08
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$layout.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$layout.class
new file mode 100644
index 0000000..d522824
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$menu.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$menu.class
new file mode 100644
index 0000000..0e5bdce
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$menu.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$mipmap.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$mipmap.class
new file mode 100644
index 0000000..2f0de64
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$mipmap.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$raw.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$raw.class
new file mode 100644
index 0000000..0f1651b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$raw.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$string.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$string.class
new file mode 100644
index 0000000..1b7c335
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$style.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$style.class
new file mode 100644
index 0000000..de572af
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R$styleable.class b/app/build/intermediates/classes/debug/com/sun/bingo/R$styleable.class
new file mode 100644
index 0000000..f4fe658
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/R.class b/app/build/intermediates/classes/debug/com/sun/bingo/R.class
new file mode 100644
index 0000000..febeebd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$1.class
new file mode 100644
index 0000000..5e3050a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$2.class
new file mode 100644
index 0000000..f32398d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$onInternalClickListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$onInternalClickListener.class
new file mode 100644
index 0000000..cca35bf
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter$onInternalClickListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter.class
new file mode 100644
index 0000000..be5dc95
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/BaseListAdapter.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/FragmentAdapter.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/FragmentAdapter.class
new file mode 100644
index 0000000..2a2bdaf
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/FragmentAdapter.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1$1.class
new file mode 100644
index 0000000..83598f1
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1.class
new file mode 100644
index 0000000..9b6f1aa
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$2.class
new file mode 100644
index 0000000..2e2658a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$3.class
new file mode 100644
index 0000000..ebef888
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder$$ViewInjector.class
new file mode 100644
index 0000000..4aaaab3
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder.class
new file mode 100644
index 0000000..02f83eb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter$ViewHolder.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter.class
new file mode 100644
index 0000000..47fc2b2
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/RecyclerViewAdapter.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/adapter/ViewHolder.class b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/ViewHolder.class
new file mode 100644
index 0000000..8df2a4d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/adapter/ViewHolder.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/constant/ConstantParams.class b/app/build/intermediates/classes/debug/com/sun/bingo/constant/ConstantParams.class
new file mode 100644
index 0000000..5f7d965
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/constant/ConstantParams.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/constant/GlobalParams.class b/app/build/intermediates/classes/debug/com/sun/bingo/constant/GlobalParams.class
new file mode 100644
index 0000000..3149822
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/constant/GlobalParams.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/control/NavigateManager.class b/app/build/intermediates/classes/debug/com/sun/bingo/control/NavigateManager.class
new file mode 100644
index 0000000..d9a15e4
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/control/NavigateManager.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/control/PageControl.class b/app/build/intermediates/classes/debug/com/sun/bingo/control/PageControl.class
new file mode 100644
index 0000000..78b59ab
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/control/PageControl.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/entity/NewBingoEntity.class b/app/build/intermediates/classes/debug/com/sun/bingo/entity/NewBingoEntity.class
new file mode 100644
index 0000000..e0abc0d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/entity/NewBingoEntity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/entity/UserEntity.class b/app/build/intermediates/classes/debug/com/sun/bingo/entity/UserEntity.class
new file mode 100644
index 0000000..16217ac
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/entity/UserEntity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences$$Impl.class b/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences$$Impl.class
new file mode 100644
index 0000000..ff4b199
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences$$Impl.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences.class b/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences.class
new file mode 100644
index 0000000..87e263f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/sharedpreferences/SettingsSharedPreferences.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/BaseActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/BaseActivity.class
new file mode 100644
index 0000000..f64dd99
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/BaseActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$$ViewInjector.class
new file mode 100644
index 0000000..6d82e16
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$1.class
new file mode 100644
index 0000000..e96e463
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$2.class
new file mode 100644
index 0000000..f644863
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity.class
new file mode 100644
index 0000000..6dae27a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/DetailActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$$ViewInjector.class
new file mode 100644
index 0000000..3c59502
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1$1.class
new file mode 100644
index 0000000..2987753
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1.class
new file mode 100644
index 0000000..2f506a1
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$2.class
new file mode 100644
index 0000000..4c82733
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$3.class
new file mode 100644
index 0000000..76a02eb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$4.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$4.class
new file mode 100644
index 0000000..e46990b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$4.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$5.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$5.class
new file mode 100644
index 0000000..d4b57d4
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity$5.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity.class
new file mode 100644
index 0000000..5e2cc4b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/EditNewBingoActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$$ViewInjector.class
new file mode 100644
index 0000000..0260cbe
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$1.class
new file mode 100644
index 0000000..01010e1
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$2.class
new file mode 100644
index 0000000..4064b4b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$3.class
new file mode 100644
index 0000000..665773d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$CountDownThread.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$CountDownThread.class
new file mode 100644
index 0000000..28f08ab
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity$CountDownThread.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity.class
new file mode 100644
index 0000000..eba15b6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/LoginActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$$ViewInjector.class
new file mode 100644
index 0000000..05945eb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$1.class
new file mode 100644
index 0000000..fa5e710
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$2.class
new file mode 100644
index 0000000..17124fb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$3.class
new file mode 100644
index 0000000..1c82368
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity.class
new file mode 100644
index 0000000..252aa73
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/MainActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$$ViewInjector.class
new file mode 100644
index 0000000..58cb1b7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$1.class
new file mode 100644
index 0000000..203a582
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2$1.class
new file mode 100644
index 0000000..c956051
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2.class
new file mode 100644
index 0000000..f6c1cce
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3$1.class
new file mode 100644
index 0000000..16f35ea
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3.class
new file mode 100644
index 0000000..e260be7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity.class
new file mode 100644
index 0000000..1789c28
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/ProfileActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity$$ViewInjector.class
new file mode 100644
index 0000000..d1c2290
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity.class
new file mode 100644
index 0000000..0d86a69
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/activity/RichEditorActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$$ViewInjector.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$$ViewInjector.class
new file mode 100644
index 0000000..9af77ac
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$$ViewInjector.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$1.class
new file mode 100644
index 0000000..2002baf
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment.class
new file mode 100644
index 0000000..17a338a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/BaseFragment.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment$1.class
new file mode 100644
index 0000000..e7e6929
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment.class
new file mode 100644
index 0000000..ebc85c9
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/MyBingoFragment.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment$1.class
new file mode 100644
index 0000000..120bcf6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment.class b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment.class
new file mode 100644
index 0000000..369e567
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/ui/fragment/SquareBingoFragment.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/DateUtil.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/DateUtil.class
new file mode 100644
index 0000000..ab769ae
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/DateUtil.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/DisplayUtil.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/DisplayUtil.class
new file mode 100644
index 0000000..e3bb389
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/DisplayUtil.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/ImageTools.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/ImageTools.class
new file mode 100644
index 0000000..f5b3e61
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/ImageTools.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/IsNullOrEmpty.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/IsNullOrEmpty.class
new file mode 100644
index 0000000..1fb0e9c
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/IsNullOrEmpty.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil$1.class
new file mode 100644
index 0000000..0177970
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil.class
new file mode 100644
index 0000000..459d1ef
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/KeyBoardUtil.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/PhoneUtil.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/PhoneUtil.class
new file mode 100644
index 0000000..b083d6e
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/PhoneUtil.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/util/UserEntityUtil.class b/app/build/intermediates/classes/debug/com/sun/bingo/util/UserEntityUtil.class
new file mode 100644
index 0000000..e1cb641
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/util/UserEntityUtil.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$1.class
new file mode 100644
index 0000000..bf9154e
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$ActionSheetListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$ActionSheetListener.class
new file mode 100644
index 0000000..7265d05
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$ActionSheetListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Attributes.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Attributes.class
new file mode 100644
index 0000000..cc5377c
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Attributes.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Builder.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Builder.class
new file mode 100644
index 0000000..8bbe472
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet$Builder.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet.class
new file mode 100644
index 0000000..23736e6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ActionSheet.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$1.class
new file mode 100644
index 0000000..a74af1f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$AnimatorStatus.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$AnimatorStatus.class
new file mode 100644
index 0000000..5211ef2
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$AnimatorStatus.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$OnViewAniDone.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$OnViewAniDone.class
new file mode 100644
index 0000000..7caed97
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView$OnViewAniDone.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView.class
new file mode 100644
index 0000000..0536398
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/AnimationView.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$1.class
new file mode 100644
index 0000000..44896e3
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$2.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$2.class
new file mode 100644
index 0000000..e09317e
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$2.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$3.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$3.class
new file mode 100644
index 0000000..88ead22
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$3.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$4.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$4.class
new file mode 100644
index 0000000..ef88bd4
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$4.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$5.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$5.class
new file mode 100644
index 0000000..b72f9dd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$5.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$OnCircleRefreshListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$OnCircleRefreshListener.class
new file mode 100644
index 0000000..16f8814
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout$OnCircleRefreshListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout.class
new file mode 100644
index 0000000..76dc883
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/CircleRefreshLayout.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/GroupImageView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/GroupImageView.class
new file mode 100644
index 0000000..d9eeacb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/GroupImageView.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/entity/PicSize.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/entity/PicSize.class
new file mode 100644
index 0000000..add1e13
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/entity/PicSize.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/util/KeyGenerator.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/util/KeyGenerator.class
new file mode 100644
index 0000000..4bf47b2
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/GroupImageView/util/KeyGenerator.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$1.class
new file mode 100644
index 0000000..f20d024
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$ProgressCallback.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$ProgressCallback.class
new file mode 100644
index 0000000..6a50ceb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$ProgressCallback.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState$1.class
new file mode 100644
index 0000000..47cff20
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState.class
new file mode 100644
index 0000000..91cb3c4
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel$WheelSavedState.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel.class
new file mode 100644
index 0000000..8b02cbd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/ProgressWheel.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadAvatarView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadAvatarView.class
new file mode 100644
index 0000000..e3a9c33
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadAvatarView.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadImageView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadImageView.class
new file mode 100644
index 0000000..8eb2d0d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/UploadImageView.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenu.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenu.class
new file mode 100644
index 0000000..d6b66d6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenu.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuAdapter.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuAdapter.class
new file mode 100644
index 0000000..9afa952
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuAdapter.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuCreator.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuCreator.class
new file mode 100644
index 0000000..1b02f4a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuCreator.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuItem.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuItem.class
new file mode 100644
index 0000000..610eaf1
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuItem.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout$1.class
new file mode 100644
index 0000000..4f56acd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout.class
new file mode 100644
index 0000000..f99eafb
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuLayout.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$1.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$1.class
new file mode 100644
index 0000000..14e972f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnMenuItemClickListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnMenuItemClickListener.class
new file mode 100644
index 0000000..342763a
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnMenuItemClickListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnSwipeListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnSwipeListener.class
new file mode 100644
index 0000000..bdc16df
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView$OnSwipeListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView.class
new file mode 100644
index 0000000..05fd0cf
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuListView.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView$OnSwipeItemClickListener.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView$OnSwipeItemClickListener.class
new file mode 100644
index 0000000..029300e
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView$OnSwipeItemClickListener.class differ
diff --git a/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView.class b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView.class
new file mode 100644
index 0000000..980625d
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/sun/bingo/widget/swipemenulistview/SwipeMenuView.class differ
diff --git a/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$raw.class b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$raw.class
new file mode 100644
index 0000000..c99fd7f
Binary files /dev/null and b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$raw.class differ
diff --git a/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$string.class b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$string.class
new file mode 100644
index 0000000..b9570fe
Binary files /dev/null and b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R.class b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R.class
new file mode 100644
index 0000000..83067b8
Binary files /dev/null and b/app/build/intermediates/classes/debug/jp/wasabeef/richeditor/R.class differ
diff --git a/app/build/intermediates/dex/debug/classes.dex b/app/build/intermediates/dex/debug/classes.dex
new file mode 100644
index 0000000..0db45ae
Binary files /dev/null and b/app/build/intermediates/dex/debug/classes.dex differ
diff --git a/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/AndroidManifest.xml b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/AndroidManifest.xml
new file mode 100644
index 0000000..25a27fe
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/AndroidManifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..25a27fe
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/aapt/AndroidManifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/jars/classes.jar b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/jars/classes.jar
new file mode 100644
index 0000000..b6c9a06
Binary files /dev/null and b/app/build/intermediates/exploded-aar/Bingo.extras/ImageLoader/unspecified/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/AndroidManifest.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/AndroidManifest.xml
new file mode 100644
index 0000000..44baa9d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/R.txt b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/R.txt
new file mode 100644
index 0000000..d5db77d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/R.txt
@@ -0,0 +1,46 @@
+int anim bga_refresh_loding 0x7f040000
+int attr layoutManager 0x7f010002
+int attr mv_originalImg 0x7f010001
+int attr mv_ultimateColor 0x7f010000
+int attr reverseLayout 0x7f010004
+int attr spanCount 0x7f010003
+int attr stackFromEnd 0x7f010005
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f050000
+int id item_touch_helper_previous_elevation 0x7f060000
+int id iv_normal_refresh_footer_chrysanthemum 0x7f060001
+int id iv_normal_refresh_header_arrow 0x7f060004
+int id iv_normal_refresh_header_chrysanthemum 0x7f060005
+int id moocView 0x7f060003
+int id stickinessRefreshView 0x7f060007
+int id tv_normal_refresh_footer_status 0x7f060002
+int id tv_normal_refresh_header_status 0x7f060006
+int layout view_normal_refresh_footer 0x7f030000
+int layout view_refresh_header_mooc_style 0x7f030001
+int layout view_refresh_header_normal 0x7f030002
+int layout view_refresh_header_stickiness 0x7f030003
+int mipmap bga_refresh_loading 0x7f020000
+int mipmap bga_refresh_loading01 0x7f020001
+int mipmap bga_refresh_loading02 0x7f020002
+int mipmap bga_refresh_loading03 0x7f020003
+int mipmap bga_refresh_loading04 0x7f020004
+int mipmap bga_refresh_loading05 0x7f020005
+int mipmap bga_refresh_loading06 0x7f020006
+int mipmap bga_refresh_loading07 0x7f020007
+int mipmap bga_refresh_loading08 0x7f020008
+int mipmap bga_refresh_loading09 0x7f020009
+int mipmap bga_refresh_loading10 0x7f02000a
+int mipmap bga_refresh_loading11 0x7f02000b
+int mipmap bga_refresh_loading12 0x7f02000c
+int mipmap bga_refresh_moooc 0x7f02000d
+int mipmap bga_refresh_stickiness 0x7f02000e
+int mipmap list_divider 0x7f02000f
+int mipmap refresh_head_arrow 0x7f020010
+int[] styleable BGAMoocStyleRefreshView { 0x7f010000, 0x7f010001 }
+int styleable BGAMoocStyleRefreshView_mv_originalImg 1
+int styleable BGAMoocStyleRefreshView_mv_ultimateColor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
+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/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..44baa9d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/aapt/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/annotations.zip b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/annotations.zip
new file mode 100644
index 0000000..d89696b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/jars/classes.jar b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/jars/classes.jar
new file mode 100644
index 0000000..f96b39f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/anim/bga_refresh_loding.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/anim/bga_refresh_loding.xml
new file mode 100644
index 0000000..2174864
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/anim/bga_refresh_loding.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_normal_refresh_footer.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_normal_refresh_footer.xml
new file mode 100644
index 0000000..a30fabd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_normal_refresh_footer.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_mooc_style.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_mooc_style.xml
new file mode 100644
index 0000000..7576a98
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_mooc_style.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_normal.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_normal.xml
new file mode 100644
index 0000000..4241122
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_normal.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_stickiness.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_stickiness.xml
new file mode 100644
index 0000000..1d0ed26
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/layout/view_refresh_header_stickiness.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading.png
new file mode 100644
index 0000000..af2a523
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading01.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading01.png
new file mode 100644
index 0000000..1c190a9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading01.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading02.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading02.png
new file mode 100644
index 0000000..bc930f2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading02.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading03.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading03.png
new file mode 100644
index 0000000..e461335
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading03.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading04.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading04.png
new file mode 100644
index 0000000..071af1e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading04.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading05.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading05.png
new file mode 100644
index 0000000..43ba85f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading05.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading06.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading06.png
new file mode 100644
index 0000000..67c6faa
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading06.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading07.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading07.png
new file mode 100644
index 0000000..797c5d8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading07.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading08.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading08.png
new file mode 100644
index 0000000..bbeecf2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading08.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading09.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading09.png
new file mode 100644
index 0000000..397c08d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading09.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading10.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading10.png
new file mode 100644
index 0000000..2c4c58b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading10.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading11.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading11.png
new file mode 100644
index 0000000..587c1df
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading11.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading12.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading12.png
new file mode 100644
index 0000000..162ffd4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_loading12.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_moooc.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_moooc.png
new file mode 100644
index 0000000..3050165
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_moooc.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_stickiness.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_stickiness.png
new file mode 100644
index 0000000..957045f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/bga_refresh_stickiness.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/list_divider.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/list_divider.png
new file mode 100644
index 0000000..a89f3ca
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/list_divider.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/refresh_head_arrow.png b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/refresh_head_arrow.png
new file mode 100644
index 0000000..701605b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/mipmap-hdpi/refresh_head_arrow.png differ
diff --git a/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/values/values.xml b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/values/values.xml
new file mode 100644
index 0000000..25536e9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/cn.bingoogolapple/bga-refreshlayout/1.0.4/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/AndroidManifest.xml
new file mode 100644
index 0000000..dc73407
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/R.txt b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/R.txt
new file mode 100644
index 0000000..fbc8e06
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/R.txt
@@ -0,0 +1,1294 @@
+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 decelerate_cubic 0x7f04000a
+int anim popup_enter 0x7f04000b
+int anim popup_exit 0x7f04000c
+int attr actionBarDivider 0x7f010083
+int attr actionBarItemBackground 0x7f010084
+int attr actionBarPopupTheme 0x7f01007d
+int attr actionBarSize 0x7f010082
+int attr actionBarSplitStyle 0x7f01007f
+int attr actionBarStyle 0x7f01007e
+int attr actionBarTabBarStyle 0x7f010079
+int attr actionBarTabStyle 0x7f010078
+int attr actionBarTabTextStyle 0x7f01007a
+int attr actionBarTheme 0x7f010080
+int attr actionBarWidgetTheme 0x7f010081
+int attr actionButtonStyle 0x7f01009d
+int attr actionDropDownStyle 0x7f010099
+int attr actionLayout 0x7f01004c
+int attr actionMenuTextAppearance 0x7f010085
+int attr actionMenuTextColor 0x7f010086
+int attr actionModeBackground 0x7f010089
+int attr actionModeCloseButtonStyle 0x7f010088
+int attr actionModeCloseDrawable 0x7f01008b
+int attr actionModeCopyDrawable 0x7f01008d
+int attr actionModeCutDrawable 0x7f01008c
+int attr actionModeFindDrawable 0x7f010091
+int attr actionModePasteDrawable 0x7f01008e
+int attr actionModePopupWindowStyle 0x7f010093
+int attr actionModeSelectAllDrawable 0x7f01008f
+int attr actionModeShareDrawable 0x7f010090
+int attr actionModeSplitBackground 0x7f01008a
+int attr actionModeStyle 0x7f010087
+int attr actionModeWebSearchDrawable 0x7f010092
+int attr actionOverflowButtonStyle 0x7f01007b
+int attr actionOverflowMenuStyle 0x7f01007c
+int attr actionProviderClass 0x7f01004e
+int attr actionViewClass 0x7f01004d
+int attr activityChooserViewStyle 0x7f0100a5
+int attr alertDialogButtonGroupStyle 0x7f0100c6
+int attr alertDialogCenterButtons 0x7f0100c7
+int attr alertDialogStyle 0x7f0100c5
+int attr alertDialogTheme 0x7f0100c8
+int attr autoCompleteTextViewStyle 0x7f0100cd
+int attr background 0x7f010026
+int attr backgroundSplit 0x7f010028
+int attr backgroundStacked 0x7f010027
+int attr backgroundTint 0x7f0100e6
+int attr backgroundTintMode 0x7f0100e7
+int attr barSize 0x7f010045
+int attr borderlessButtonStyle 0x7f0100a2
+int attr buttonBarButtonStyle 0x7f01009f
+int attr buttonBarNegativeButtonStyle 0x7f0100cb
+int attr buttonBarNeutralButtonStyle 0x7f0100cc
+int attr buttonBarPositiveButtonStyle 0x7f0100ca
+int attr buttonBarStyle 0x7f01009e
+int attr buttonPanelSideLayout 0x7f010039
+int attr buttonStyle 0x7f0100ce
+int attr buttonStyleSmall 0x7f0100cf
+int attr checkboxStyle 0x7f0100d0
+int attr checkedTextViewStyle 0x7f0100d1
+int attr closeIcon 0x7f01005a
+int attr closeItemLayout 0x7f010036
+int attr collapseContentDescription 0x7f0100e0
+int attr collapseIcon 0x7f0100df
+int attr color 0x7f01003f
+int attr colorAccent 0x7f0100bf
+int attr colorButtonNormal 0x7f0100c3
+int attr colorControlActivated 0x7f0100c1
+int attr colorControlHighlight 0x7f0100c2
+int attr colorControlNormal 0x7f0100c0
+int attr colorPrimary 0x7f0100bd
+int attr colorPrimaryDark 0x7f0100be
+int attr colorSwitchThumbNormal 0x7f0100c4
+int attr commitIcon 0x7f01005f
+int attr contentInsetEnd 0x7f010031
+int attr contentInsetLeft 0x7f010032
+int attr contentInsetRight 0x7f010033
+int attr contentInsetStart 0x7f010030
+int attr customNavigationLayout 0x7f010029
+int attr defaultQueryHint 0x7f010059
+int attr dialogPreferredPadding 0x7f010097
+int attr dialogTheme 0x7f010096
+int attr disableChildrenWhenDisabled 0x7f010066
+int attr displayOptions 0x7f01001f
+int attr divider 0x7f010025
+int attr dividerHorizontal 0x7f0100a4
+int attr dividerPadding 0x7f010049
+int attr dividerVertical 0x7f0100a3
+int attr drawableSize 0x7f010041
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b5
+int attr dropdownListPreferredItemHeight 0x7f01009a
+int attr editTextBackground 0x7f0100ab
+int attr editTextColor 0x7f0100aa
+int attr editTextStyle 0x7f0100d2
+int attr elevation 0x7f010034
+int attr expandActivityOverflowButtonDrawable 0x7f010038
+int attr gapBetweenBars 0x7f010042
+int attr goIcon 0x7f01005b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f01002f
+int attr homeAsUpIndicator 0x7f01009c
+int attr homeLayout 0x7f01002a
+int attr icon 0x7f010023
+int attr iconifiedByDefault 0x7f010057
+int attr indeterminateProgressStyle 0x7f01002c
+int attr initialActivityCount 0x7f010037
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f01002e
+int attr layout 0x7f010056
+int attr layoutManager 0x7f010052
+int attr listChoiceBackgroundIndicator 0x7f0100bc
+int attr listDividerAlertDialog 0x7f010098
+int attr listItemLayout 0x7f01003d
+int attr listLayout 0x7f01003a
+int attr listPopupWindowStyle 0x7f0100b6
+int attr listPreferredItemHeight 0x7f0100b0
+int attr listPreferredItemHeightLarge 0x7f0100b2
+int attr listPreferredItemHeightSmall 0x7f0100b1
+int attr listPreferredItemPaddingLeft 0x7f0100b3
+int attr listPreferredItemPaddingRight 0x7f0100b4
+int attr logo 0x7f010024
+int attr maxButtonHeight 0x7f0100de
+int attr md_background_color 0x7f010003
+int attr md_btn_negative_selector 0x7f010004
+int attr md_btn_neutral_selector 0x7f010005
+int attr md_btn_positive_selector 0x7f010006
+int attr md_btn_stacked_selector 0x7f010007
+int attr md_btnstacked_gravity 0x7f010008
+int attr md_buttons_gravity 0x7f010009
+int attr md_content_color 0x7f01000a
+int attr md_content_gravity 0x7f01000b
+int attr md_dark_theme 0x7f01000c
+int attr md_divider 0x7f01000d
+int attr md_divider_color 0x7f01000e
+int attr md_icon 0x7f01000f
+int attr md_icon_limit_icon_to_default_size 0x7f010010
+int attr md_icon_max_size 0x7f010011
+int attr md_item_color 0x7f010012
+int attr md_items_gravity 0x7f010013
+int attr md_list_selector 0x7f010014
+int attr md_medium_font 0x7f010015
+int attr md_negative_color 0x7f010016
+int attr md_neutral_color 0x7f010017
+int attr md_positive_color 0x7f010018
+int attr md_reduce_padding_no_title_no_buttons 0x7f01004a
+int attr md_regular_font 0x7f010019
+int attr md_title_color 0x7f01001a
+int attr md_title_gravity 0x7f01001b
+int attr md_widget_color 0x7f01001c
+int attr measureWithLargestChild 0x7f010047
+int attr middleBarArrowSize 0x7f010044
+int attr multiChoiceItemLayout 0x7f01003b
+int attr navigationContentDescription 0x7f0100e2
+int attr navigationIcon 0x7f0100e1
+int attr navigationMode 0x7f01001e
+int attr overlapAnchor 0x7f010050
+int attr paddingEnd 0x7f0100e4
+int attr paddingStart 0x7f0100e3
+int attr panelBackground 0x7f0100b9
+int attr panelMenuListTheme 0x7f0100bb
+int attr panelMenuListWidth 0x7f0100ba
+int attr popupMenuStyle 0x7f0100a8
+int attr popupPromptView 0x7f010065
+int attr popupTheme 0x7f010035
+int attr popupWindowStyle 0x7f0100a9
+int attr preserveIconSpacing 0x7f01004f
+int attr progressBarPadding 0x7f01002d
+int attr progressBarStyle 0x7f01002b
+int attr prompt 0x7f010063
+int attr queryBackground 0x7f010061
+int attr queryHint 0x7f010058
+int attr radioButtonStyle 0x7f0100d3
+int attr ratingBarStyle 0x7f0100d4
+int attr reverseLayout 0x7f010054
+int attr searchHintIcon 0x7f01005d
+int attr searchIcon 0x7f01005c
+int attr searchViewStyle 0x7f0100af
+int attr selectableItemBackground 0x7f0100a0
+int attr selectableItemBackgroundBorderless 0x7f0100a1
+int attr showAsAction 0x7f01004b
+int attr showDividers 0x7f010048
+int attr showText 0x7f01006d
+int attr singleChoiceItemLayout 0x7f01003c
+int attr spanCount 0x7f010053
+int attr spinBars 0x7f010040
+int attr spinnerDropDownItemStyle 0x7f01009b
+int attr spinnerMode 0x7f010064
+int attr spinnerStyle 0x7f0100d5
+int attr splitTrack 0x7f01006c
+int attr stackFromEnd 0x7f010055
+int attr state_above_anchor 0x7f010051
+int attr submitBackground 0x7f010062
+int attr subtitle 0x7f010020
+int attr subtitleTextAppearance 0x7f0100d8
+int attr subtitleTextStyle 0x7f010022
+int attr suggestionRowLayout 0x7f010060
+int attr switchMinWidth 0x7f01006a
+int attr switchPadding 0x7f01006b
+int attr switchStyle 0x7f0100d6
+int attr switchTextAppearance 0x7f010069
+int attr textAllCaps 0x7f01003e
+int attr textAppearanceLargePopupMenu 0x7f010094
+int attr textAppearanceListItem 0x7f0100b7
+int attr textAppearanceListItemSmall 0x7f0100b8
+int attr textAppearanceSearchResultSubtitle 0x7f0100ad
+int attr textAppearanceSearchResultTitle 0x7f0100ac
+int attr textAppearanceSmallPopupMenu 0x7f010095
+int attr textColorAlertDialogListItem 0x7f0100c9
+int attr textColorSearchUrl 0x7f0100ae
+int attr theme 0x7f0100e5
+int attr thickness 0x7f010046
+int attr thumbTextPadding 0x7f010068
+int attr title 0x7f01001d
+int attr titleMarginBottom 0x7f0100dd
+int attr titleMarginEnd 0x7f0100db
+int attr titleMarginStart 0x7f0100da
+int attr titleMarginTop 0x7f0100dc
+int attr titleMargins 0x7f0100d9
+int attr titleTextAppearance 0x7f0100d7
+int attr titleTextStyle 0x7f010021
+int attr toolbarNavigationButtonStyle 0x7f0100a7
+int attr toolbarStyle 0x7f0100a6
+int attr topBottomBarArrowSize 0x7f010043
+int attr track 0x7f010067
+int attr voiceIcon 0x7f01005e
+int attr windowActionBar 0x7f01006e
+int attr windowActionBarOverlay 0x7f010070
+int attr windowActionModeOverlay 0x7f010071
+int attr windowFixedHeightMajor 0x7f010075
+int attr windowFixedHeightMinor 0x7f010073
+int attr windowFixedWidthMajor 0x7f010072
+int attr windowFixedWidthMinor 0x7f010074
+int attr windowMinWidthMajor 0x7f010076
+int attr windowMinWidthMinor 0x7f010077
+int attr windowNoTitle 0x7f01006f
+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_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a003c
+int color abc_primary_text_disable_only_material_light 0x7f0a003d
+int color abc_primary_text_material_dark 0x7f0a003e
+int color abc_primary_text_material_light 0x7f0a003f
+int color abc_search_url_text 0x7f0a0040
+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 0x7f0a0041
+int color abc_secondary_text_material_light 0x7f0a0042
+int color accent_material_dark 0x7f0a0004
+int color accent_material_light 0x7f0a0005
+int color background_floating_material_dark 0x7f0a0006
+int color background_floating_material_light 0x7f0a0007
+int color background_material_dark 0x7f0a0008
+int color background_material_light 0x7f0a0009
+int color bright_foreground_disabled_material_dark 0x7f0a000a
+int color bright_foreground_disabled_material_light 0x7f0a000b
+int color bright_foreground_inverse_material_dark 0x7f0a000c
+int color bright_foreground_inverse_material_light 0x7f0a000d
+int color bright_foreground_material_dark 0x7f0a000e
+int color bright_foreground_material_light 0x7f0a000f
+int color button_material_dark 0x7f0a0010
+int color button_material_light 0x7f0a0011
+int color dim_foreground_disabled_material_dark 0x7f0a0012
+int color dim_foreground_disabled_material_light 0x7f0a0013
+int color dim_foreground_material_dark 0x7f0a0014
+int color dim_foreground_material_light 0x7f0a0015
+int color highlighted_text_material_dark 0x7f0a0016
+int color highlighted_text_material_light 0x7f0a0017
+int color hint_foreground_material_dark 0x7f0a0018
+int color hint_foreground_material_light 0x7f0a0019
+int color link_text_material_dark 0x7f0a001a
+int color link_text_material_light 0x7f0a001b
+int color material_blue_grey_800 0x7f0a001c
+int color material_blue_grey_900 0x7f0a001d
+int color material_blue_grey_950 0x7f0a001e
+int color material_deep_teal_200 0x7f0a001f
+int color material_deep_teal_500 0x7f0a0020
+int color md_btn_selected 0x7f0a0021
+int color md_btn_selected_dark 0x7f0a0022
+int color md_divider_black 0x7f0a0023
+int color md_divider_white 0x7f0a0024
+int color md_edittext_error 0x7f0a0025
+int color md_material_blue_600 0x7f0a0026
+int color md_material_blue_800 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 0x7f0a0043
+int color switch_thumb_material_light 0x7f0a0044
+int color switch_thumb_normal_material_dark 0x7f0a0038
+int color switch_thumb_normal_material_light 0x7f0a0039
+int dimen abc_action_bar_content_inset_material 0x7f06000c
+int dimen abc_action_bar_default_height_material 0x7f060001
+int dimen abc_action_bar_default_padding_material 0x7f060002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f060010
+int dimen abc_action_bar_navigation_padding_start_material 0x7f06000d
+int dimen abc_action_bar_overflow_padding_end_material 0x7f06000e
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060011
+int dimen abc_action_bar_progress_bar_size 0x7f060003
+int dimen abc_action_bar_stacked_max_height 0x7f060012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f060013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015
+int dimen abc_action_button_min_height_material 0x7f060016
+int dimen abc_action_button_min_width_material 0x7f060017
+int dimen abc_action_button_min_width_overflow_material 0x7f060018
+int dimen abc_alert_dialog_button_bar_height 0x7f060000
+int dimen abc_button_inset_horizontal_material 0x7f060019
+int dimen abc_button_inset_vertical_material 0x7f06001a
+int dimen abc_button_padding_horizontal_material 0x7f06001b
+int dimen abc_button_padding_vertical_material 0x7f06001c
+int dimen abc_config_prefDialogWidth 0x7f060006
+int dimen abc_control_corner_material 0x7f06001d
+int dimen abc_control_inset_material 0x7f06001e
+int dimen abc_control_padding_material 0x7f06001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f060020
+int dimen abc_dialog_min_width_major 0x7f060021
+int dimen abc_dialog_min_width_minor 0x7f060022
+int dimen abc_dialog_padding_material 0x7f060023
+int dimen abc_dialog_padding_top_material 0x7f060024
+int dimen abc_disabled_alpha_material_dark 0x7f060025
+int dimen abc_disabled_alpha_material_light 0x7f060026
+int dimen abc_dropdownitem_icon_width 0x7f060027
+int dimen abc_dropdownitem_text_padding_left 0x7f060028
+int dimen abc_dropdownitem_text_padding_right 0x7f060029
+int dimen abc_edit_text_inset_bottom_material 0x7f06002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f06002b
+int dimen abc_edit_text_inset_top_material 0x7f06002c
+int dimen abc_floating_window_z 0x7f06002d
+int dimen abc_list_item_padding_horizontal_material 0x7f06002e
+int dimen abc_panel_menu_list_width 0x7f06002f
+int dimen abc_search_view_preferred_width 0x7f060030
+int dimen abc_search_view_text_min_width 0x7f060007
+int dimen abc_switch_padding 0x7f06000f
+int dimen abc_text_size_body_1_material 0x7f060031
+int dimen abc_text_size_body_2_material 0x7f060032
+int dimen abc_text_size_button_material 0x7f060033
+int dimen abc_text_size_caption_material 0x7f060034
+int dimen abc_text_size_display_1_material 0x7f060035
+int dimen abc_text_size_display_2_material 0x7f060036
+int dimen abc_text_size_display_3_material 0x7f060037
+int dimen abc_text_size_display_4_material 0x7f060038
+int dimen abc_text_size_headline_material 0x7f060039
+int dimen abc_text_size_large_material 0x7f06003a
+int dimen abc_text_size_medium_material 0x7f06003b
+int dimen abc_text_size_menu_material 0x7f06003c
+int dimen abc_text_size_small_material 0x7f06003d
+int dimen abc_text_size_subhead_material 0x7f06003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060004
+int dimen abc_text_size_title_material 0x7f06003f
+int dimen abc_text_size_title_material_toolbar 0x7f060005
+int dimen circular_progress_border 0x7f060040
+int dimen dialog_fixed_height_major 0x7f060008
+int dimen dialog_fixed_height_minor 0x7f060009
+int dimen dialog_fixed_width_major 0x7f06000a
+int dimen dialog_fixed_width_minor 0x7f06000b
+int dimen disabled_alpha_material_dark 0x7f060041
+int dimen disabled_alpha_material_light 0x7f060042
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060043
+int dimen md_action_corner_radius 0x7f060044
+int dimen md_bg_corner_radius 0x7f060045
+int dimen md_button_frame_vertical_padding 0x7f060046
+int dimen md_button_height 0x7f060047
+int dimen md_button_inset_horizontal 0x7f060048
+int dimen md_button_inset_vertical 0x7f060049
+int dimen md_button_min_width 0x7f06004a
+int dimen md_button_padding_frame_side 0x7f06004b
+int dimen md_button_padding_horizontal 0x7f06004c
+int dimen md_button_padding_horizontal_internalexternal 0x7f06004d
+int dimen md_button_padding_vertical 0x7f06004e
+int dimen md_button_textpadding_horizontal 0x7f06004f
+int dimen md_button_textsize 0x7f060050
+int dimen md_content_padding_bottom 0x7f060051
+int dimen md_content_padding_top 0x7f060052
+int dimen md_content_textsize 0x7f060053
+int dimen md_dialog_frame_margin 0x7f060054
+int dimen md_divider_height 0x7f060055
+int dimen md_icon_margin 0x7f060056
+int dimen md_icon_max_size 0x7f060057
+int dimen md_listitem_control_margin 0x7f060058
+int dimen md_listitem_height 0x7f060059
+int dimen md_listitem_margin_left 0x7f06005a
+int dimen md_listitem_textsize 0x7f06005b
+int dimen md_neutral_button_margin 0x7f06005c
+int dimen md_notitle_vertical_padding 0x7f06005d
+int dimen md_simplelist_icon 0x7f06005e
+int dimen md_simplelist_icon_margin 0x7f06005f
+int dimen md_simplelistitem_padding_top 0x7f060060
+int dimen md_title_frame_margin_bottom 0x7f060061
+int dimen md_title_textsize 0x7f060062
+int dimen notification_large_icon_height 0x7f060063
+int dimen notification_large_icon_width 0x7f060064
+int dimen notification_subtext_size 0x7f060065
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable md_btn_selected 0x7f02003b
+int drawable md_btn_selected_dark 0x7f02003c
+int drawable md_btn_selector 0x7f02003d
+int drawable md_btn_selector_dark 0x7f02003e
+int drawable md_btn_selector_ripple 0x7f02003f
+int drawable md_btn_selector_ripple_dark 0x7f020040
+int drawable md_btn_shape 0x7f020041
+int drawable md_item_selected 0x7f020042
+int drawable md_item_selected_dark 0x7f020043
+int drawable md_selector 0x7f020044
+int drawable md_selector_dark 0x7f020045
+int drawable md_transparent 0x7f020046
+int drawable notification_template_icon_bg 0x7f020047
+int id action0 0x7f0b005f
+int id action_bar 0x7f0b0043
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b0042
+int id action_bar_root 0x7f0b003e
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b0027
+int id action_bar_title 0x7f0b0026
+int id action_context_bar 0x7f0b0044
+int id action_divider 0x7f0b0063
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b0040
+int id action_mode_bar_stub 0x7f0b003f
+int id action_mode_close_button 0x7f0b0028
+int id activity_chooser_view_content 0x7f0b0029
+int id alertTitle 0x7f0b0033
+int id always 0x7f0b0019
+int id beginning 0x7f0b0017
+int id buttonDefaultNegative 0x7f0b005b
+int id buttonDefaultNeutral 0x7f0b005a
+int id buttonDefaultPositive 0x7f0b005c
+int id buttonPanel 0x7f0b0039
+int id cancel_action 0x7f0b0060
+int id center 0x7f0b000a
+int id checkbox 0x7f0b003b
+int id chronometer 0x7f0b0066
+int id collapseActionView 0x7f0b001a
+int id content 0x7f0b0053
+int id contentListView 0x7f0b0058
+int id contentListViewFrame 0x7f0b0057
+int id contentPanel 0x7f0b0034
+int id contentScrollView 0x7f0b0052
+int id control 0x7f0b0059
+int id custom 0x7f0b0038
+int id customPanel 0x7f0b0037
+int id customViewFrame 0x7f0b0055
+int id decor_content_parent 0x7f0b0041
+int id default_activity_button 0x7f0b002c
+int id dialog 0x7f0b001e
+int id disableHome 0x7f0b0010
+int id dropdown 0x7f0b001f
+int id edit_query 0x7f0b0045
+int id end 0x7f0b000b
+int id end_padder 0x7f0b006b
+int id expand_activities_button 0x7f0b002a
+int id expanded_menu 0x7f0b003a
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b0011
+int id icon 0x7f0b002e
+int id ifRoom 0x7f0b001b
+int id image 0x7f0b002b
+int id info 0x7f0b006a
+int id item_touch_helper_previous_elevation 0x7f0b0005
+int id label 0x7f0b005d
+int id line1 0x7f0b0064
+int id line3 0x7f0b0068
+int id listMode 0x7f0b000d
+int id list_item 0x7f0b002d
+int id media_actions 0x7f0b0062
+int id middle 0x7f0b0018
+int id minMax 0x7f0b0056
+int id multiply 0x7f0b0021
+int id never 0x7f0b001c
+int id none 0x7f0b0012
+int id normal 0x7f0b000e
+int id parentPanel 0x7f0b0030
+int id progress_circular 0x7f0b0006
+int id progress_horizontal 0x7f0b0007
+int id radio 0x7f0b003d
+int id root 0x7f0b0054
+int id screen 0x7f0b0022
+int id scrollView 0x7f0b0035
+int id search_badge 0x7f0b0047
+int id search_bar 0x7f0b0046
+int id search_button 0x7f0b0048
+int id search_close_btn 0x7f0b004d
+int id search_edit_frame 0x7f0b0049
+int id search_go_btn 0x7f0b004f
+int id search_mag_icon 0x7f0b004a
+int id search_plate 0x7f0b004b
+int id search_src_text 0x7f0b004c
+int id search_voice_btn 0x7f0b0050
+int id select_dialog_listview 0x7f0b0051
+int id shortcut 0x7f0b003c
+int id showCustom 0x7f0b0013
+int id showHome 0x7f0b0014
+int id showTitle 0x7f0b0015
+int id split_action_bar 0x7f0b0008
+int id src_atop 0x7f0b0023
+int id src_in 0x7f0b0024
+int id src_over 0x7f0b0025
+int id start 0x7f0b000c
+int id status_bar_latest_event_content 0x7f0b0061
+int id submit_area 0x7f0b004e
+int id tabMode 0x7f0b000f
+int id text 0x7f0b0069
+int id text2 0x7f0b0067
+int id textSpacerNoButtons 0x7f0b0036
+int id time 0x7f0b0065
+int id title 0x7f0b002f
+int id titleFrame 0x7f0b005e
+int id title_template 0x7f0b0032
+int id topPanel 0x7f0b0031
+int id up 0x7f0b0009
+int id useLogo 0x7f0b0016
+int id withText 0x7f0b001d
+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 abc_simple_dropdown_hint 0x7f030018
+int layout md_dialog_basic 0x7f030019
+int layout md_dialog_custom 0x7f03001a
+int layout md_dialog_input 0x7f03001b
+int layout md_dialog_list 0x7f03001c
+int layout md_dialog_progress 0x7f03001d
+int layout md_dialog_progress_indeterminate 0x7f03001e
+int layout md_dialog_progress_indeterminate_horizontal 0x7f03001f
+int layout md_listitem 0x7f030020
+int layout md_listitem_multichoice 0x7f030021
+int layout md_listitem_singlechoice 0x7f030022
+int layout md_simplelist_item 0x7f030023
+int layout md_stub_actionbuttons 0x7f030024
+int layout md_stub_inputpref 0x7f030025
+int layout md_stub_progress 0x7f030026
+int layout md_stub_progress_indeterminate 0x7f030027
+int layout md_stub_progress_indeterminate_horizontal 0x7f030028
+int layout md_stub_titleframe 0x7f030029
+int layout notification_media_action 0x7f03002a
+int layout notification_media_cancel_action 0x7f03002b
+int layout notification_template_big_media 0x7f03002c
+int layout notification_template_big_media_narrow 0x7f03002d
+int layout notification_template_lines 0x7f03002e
+int layout notification_template_media 0x7f03002f
+int layout notification_template_part_chronometer 0x7f030030
+int layout notification_template_part_time 0x7f030031
+int layout select_dialog_item_material 0x7f030032
+int layout select_dialog_multichoice_material 0x7f030033
+int layout select_dialog_singlechoice_material 0x7f030034
+int layout support_simple_spinner_dropdown_item 0x7f030035
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f05000d
+int string abc_action_bar_home_subtitle_description_format 0x7f05000e
+int string abc_action_bar_up_description 0x7f050001
+int string abc_action_menu_overflow_description 0x7f050002
+int string abc_action_mode_done 0x7f050003
+int string abc_activity_chooser_view_see_all 0x7f050004
+int string abc_activitychooserview_choose_application 0x7f050005
+int string abc_search_hint 0x7f05000f
+int string abc_searchview_description_clear 0x7f050006
+int string abc_searchview_description_query 0x7f050007
+int string abc_searchview_description_search 0x7f050008
+int string abc_searchview_description_submit 0x7f050009
+int string abc_searchview_description_voice 0x7f05000a
+int string abc_shareactionprovider_share_with 0x7f05000b
+int string abc_shareactionprovider_share_with_application 0x7f05000c
+int string abc_toolbar_collapse_description 0x7f050010
+int string status_bar_notification_info_overflow 0x7f050011
+int style AlertDialog_AppCompat 0x7f070075
+int style AlertDialog_AppCompat_Light 0x7f070076
+int style Animation_AppCompat_Dialog 0x7f070077
+int style Animation_AppCompat_DropDownUp 0x7f070078
+int style Base_AlertDialog_AppCompat 0x7f070079
+int style Base_AlertDialog_AppCompat_Light 0x7f07007a
+int style Base_Animation_AppCompat_Dialog 0x7f07007b
+int style Base_Animation_AppCompat_DropDownUp 0x7f07007c
+int style Base_DialogWindowTitle_AppCompat 0x7f07007d
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f07007e
+int style Base_TextAppearance_AppCompat 0x7f070030
+int style Base_TextAppearance_AppCompat_Body1 0x7f070031
+int style Base_TextAppearance_AppCompat_Body2 0x7f070032
+int style Base_TextAppearance_AppCompat_Button 0x7f07001a
+int style Base_TextAppearance_AppCompat_Caption 0x7f070033
+int style Base_TextAppearance_AppCompat_Display1 0x7f070034
+int style Base_TextAppearance_AppCompat_Display2 0x7f070035
+int style Base_TextAppearance_AppCompat_Display3 0x7f070036
+int style Base_TextAppearance_AppCompat_Display4 0x7f070037
+int style Base_TextAppearance_AppCompat_Headline 0x7f070038
+int style Base_TextAppearance_AppCompat_Inverse 0x7f070003
+int style Base_TextAppearance_AppCompat_Large 0x7f070039
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f07003a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f07003b
+int style Base_TextAppearance_AppCompat_Medium 0x7f07003c
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005
+int style Base_TextAppearance_AppCompat_Menu 0x7f07003d
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f07007f
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003e
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003f
+int style Base_TextAppearance_AppCompat_Small 0x7f070040
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f070041
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007
+int style Base_TextAppearance_AppCompat_Title 0x7f070042
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070045
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070046
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070047
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070048
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070049
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f070080
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f07004a
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f07004b
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004c
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004d
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070081
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004e
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004f
+int style Base_Theme_AppCompat 0x7f070050
+int style Base_Theme_AppCompat_CompactMenu 0x7f070082
+int style Base_Theme_AppCompat_Dialog 0x7f070009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f070083
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070084
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f070085
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001
+int style Base_Theme_AppCompat_Light 0x7f070051
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f070086
+int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f070087
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f070088
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f070089
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002
+int style Base_ThemeOverlay_AppCompat 0x7f07008a
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f07008b
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f07008c
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f07008d
+int style Base_ThemeOverlay_AppCompat_Light 0x7f07008e
+int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070016
+int style Base_V12_Widget_AppCompat_EditText 0x7f070017
+int style Base_V21_Theme_AppCompat 0x7f070052
+int style Base_V21_Theme_AppCompat_Dialog 0x7f070053
+int style Base_V21_Theme_AppCompat_Light 0x7f070054
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070055
+int style Base_V7_Theme_AppCompat 0x7f07008f
+int style Base_V7_Theme_AppCompat_Dialog 0x7f070090
+int style Base_V7_Theme_AppCompat_Light 0x7f070091
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070092
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070093
+int style Base_V7_Widget_AppCompat_EditText 0x7f070094
+int style Base_Widget_AppCompat_ActionBar 0x7f070095
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f070096
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f070097
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070056
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070057
+int style Base_Widget_AppCompat_ActionButton 0x7f070058
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070059
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f07005a
+int style Base_Widget_AppCompat_ActionMode 0x7f070098
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f070099
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070018
+int style Base_Widget_AppCompat_Button 0x7f07005b
+int style Base_Widget_AppCompat_Button_Borderless 0x7f07005c
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005d
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f07009a
+int style Base_Widget_AppCompat_Button_Small 0x7f07005e
+int style Base_Widget_AppCompat_ButtonBar 0x7f07005f
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f07009b
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f070060
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f070061
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f07009c
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f07009d
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070062
+int style Base_Widget_AppCompat_EditText 0x7f070019
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f07009e
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f07009f
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700a0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070063
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070064
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070065
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070066
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070067
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f070068
+int style Base_Widget_AppCompat_ListView 0x7f070069
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f07006a
+int style Base_Widget_AppCompat_ListView_Menu 0x7f07006b
+int style Base_Widget_AppCompat_PopupMenu 0x7f07006c
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006d
+int style Base_Widget_AppCompat_PopupWindow 0x7f0700a1
+int style Base_Widget_AppCompat_ProgressBar 0x7f07000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e
+int style Base_Widget_AppCompat_RatingBar 0x7f07006e
+int style Base_Widget_AppCompat_SearchView 0x7f0700a2
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a3
+int style Base_Widget_AppCompat_Spinner 0x7f07000f
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07006f
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f070070
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f070071
+int style Base_Widget_AppCompat_Toolbar 0x7f0700a4
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070072
+int style MD_ActionButton 0x7f0700a5
+int style MD_ActionButton_Text 0x7f0700a6
+int style MD_ActionButtonStacked 0x7f0700a7
+int style MD_Dark 0x7f070010
+int style MD_Light 0x7f070011
+int style MD_WindowAnimation 0x7f0700a8
+int style Platform_AppCompat 0x7f070012
+int style Platform_AppCompat_Light 0x7f070013
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070073
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f070074
+int style Platform_V11_AppCompat 0x7f070014
+int style Platform_V11_AppCompat_Light 0x7f070015
+int style Platform_V14_AppCompat 0x7f07001b
+int style Platform_V14_AppCompat_Light 0x7f07001c
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070022
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070023
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070024
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070026
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070027
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f07002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f07002b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002c
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002d
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002e
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f07002f
+int style TextAppearance_AppCompat 0x7f0700a9
+int style TextAppearance_AppCompat_Body1 0x7f0700aa
+int style TextAppearance_AppCompat_Body2 0x7f0700ab
+int style TextAppearance_AppCompat_Button 0x7f0700ac
+int style TextAppearance_AppCompat_Caption 0x7f0700ad
+int style TextAppearance_AppCompat_Display1 0x7f0700ae
+int style TextAppearance_AppCompat_Display2 0x7f0700af
+int style TextAppearance_AppCompat_Display3 0x7f0700b0
+int style TextAppearance_AppCompat_Display4 0x7f0700b1
+int style TextAppearance_AppCompat_Headline 0x7f0700b2
+int style TextAppearance_AppCompat_Inverse 0x7f0700b3
+int style TextAppearance_AppCompat_Large 0x7f0700b4
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b5
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b6
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b7
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b8
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700b9
+int style TextAppearance_AppCompat_Medium 0x7f0700ba
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700bb
+int style TextAppearance_AppCompat_Menu 0x7f0700bc
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700bd
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700be
+int style TextAppearance_AppCompat_Small 0x7f0700bf
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0700c0
+int style TextAppearance_AppCompat_Subhead 0x7f0700c1
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700c2
+int style TextAppearance_AppCompat_Title 0x7f0700c3
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c4
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c5
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c6
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c7
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c8
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700c9
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700ca
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700cb
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700cc
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700cd
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700ce
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700cf
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700d0
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0700d1
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700d2
+int style TextAppearance_StatusBar_EventContent 0x7f07001d
+int style TextAppearance_StatusBar_EventContent_Info 0x7f07001e
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001f
+int style TextAppearance_StatusBar_EventContent_Time 0x7f070020
+int style TextAppearance_StatusBar_EventContent_Title 0x7f070021
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d3
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d4
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d5
+int style Theme_AppCompat 0x7f0700d6
+int style Theme_AppCompat_CompactMenu 0x7f0700d7
+int style Theme_AppCompat_Dialog 0x7f0700d8
+int style Theme_AppCompat_Dialog_Alert 0x7f0700d9
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0700da
+int style Theme_AppCompat_DialogWhenLarge 0x7f0700db
+int style Theme_AppCompat_Light 0x7f0700dc
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0700dd
+int style Theme_AppCompat_Light_Dialog 0x7f0700de
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700df
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e1
+int style Theme_AppCompat_Light_NoActionBar 0x7f0700e2
+int style Theme_AppCompat_NoActionBar 0x7f0700e3
+int style ThemeOverlay_AppCompat 0x7f0700e4
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e5
+int style ThemeOverlay_AppCompat_Dark 0x7f0700e6
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700e7
+int style ThemeOverlay_AppCompat_Light 0x7f0700e8
+int style Widget_AppCompat_ActionBar 0x7f0700e9
+int style Widget_AppCompat_ActionBar_Solid 0x7f0700ea
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0700eb
+int style Widget_AppCompat_ActionBar_TabText 0x7f0700ec
+int style Widget_AppCompat_ActionBar_TabView 0x7f0700ed
+int style Widget_AppCompat_ActionButton 0x7f0700ee
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700ef
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f0
+int style Widget_AppCompat_ActionMode 0x7f0700f1
+int style Widget_AppCompat_ActivityChooserView 0x7f0700f2
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f3
+int style Widget_AppCompat_Button 0x7f0700f4
+int style Widget_AppCompat_Button_Borderless 0x7f0700f5
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f6
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700f7
+int style Widget_AppCompat_Button_Small 0x7f0700f8
+int style Widget_AppCompat_ButtonBar 0x7f0700f9
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fa
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700fb
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0700fc
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0700fd
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0700fe
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0700ff
+int style Widget_AppCompat_EditText 0x7f070100
+int style Widget_AppCompat_Light_ActionBar 0x7f070101
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070102
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070103
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070104
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070105
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f070106
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070107
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f070108
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f070109
+int style Widget_AppCompat_Light_ActionButton 0x7f07010a
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010b
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f07010c
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f07010d
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f07010e
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f07010f
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070110
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f070111
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f070112
+int style Widget_AppCompat_Light_PopupMenu 0x7f070113
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070114
+int style Widget_AppCompat_Light_SearchView 0x7f070115
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f070116
+int style Widget_AppCompat_ListPopupWindow 0x7f070117
+int style Widget_AppCompat_ListView 0x7f070118
+int style Widget_AppCompat_ListView_DropDown 0x7f070119
+int style Widget_AppCompat_ListView_Menu 0x7f07011a
+int style Widget_AppCompat_PopupMenu 0x7f07011b
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f07011c
+int style Widget_AppCompat_PopupWindow 0x7f07011d
+int style Widget_AppCompat_ProgressBar 0x7f07011e
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f07011f
+int style Widget_AppCompat_RatingBar 0x7f070120
+int style Widget_AppCompat_SearchView 0x7f070121
+int style Widget_AppCompat_SearchView_ActionBar 0x7f070122
+int style Widget_AppCompat_Spinner 0x7f070123
+int style Widget_AppCompat_Spinner_DropDown 0x7f070124
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070125
+int style Widget_AppCompat_Spinner_Underlined 0x7f070126
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f070127
+int style Widget_AppCompat_Toolbar 0x7f070128
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f070129
+int[] styleable ActionBar { 0x7f010001, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f01009c }
+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, 0x7f010021, 0x7f010022, 0x7f010026, 0x7f010028, 0x7f010036 }
+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 { 0x7f010037, 0x7f010038 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d }
+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, 0x7f01003e }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f010025, 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 MDRootLayout { 0x7f01004a }
+int styleable MDRootLayout_md_reduce_padding_no_title_no_buttons 0
+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, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e }
+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, 0x7f01004f }
+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, 0x7f010050 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010051 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 }
+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, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d }
+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, 0x7f01003e }
+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, 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, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 90
+int styleable Theme_alertDialogCenterButtons 91
+int styleable Theme_alertDialogStyle 89
+int styleable Theme_alertDialogTheme 92
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 97
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 95
+int styleable Theme_buttonBarNeutralButtonStyle 96
+int styleable Theme_buttonBarPositiveButtonStyle 94
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 98
+int styleable Theme_buttonStyleSmall 99
+int styleable Theme_checkboxStyle 100
+int styleable Theme_checkedTextViewStyle 101
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 102
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 103
+int styleable Theme_ratingBarStyle 104
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 105
+int styleable Theme_switchStyle 106
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 93
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f01001d, 0x7f010020, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010035, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..dc73407
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/aapt/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/annotations.zip b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/annotations.zip
new file mode 100644
index 0000000..8a296f7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/jars/classes.jar
new file mode 100644
index 0000000..61b9f78
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/decelerate_cubic.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/decelerate_cubic.xml
new file mode 100644
index 0000000..33e427d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/decelerate_cubic.xml
@@ -0,0 +1,3 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_enter.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_enter.xml
new file mode 100644
index 0000000..a703c4e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_enter.xml
@@ -0,0 +1,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_exit.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_exit.xml
new file mode 100644
index 0000000..2817869
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/anim/popup_exit.xml
@@ -0,0 +1,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple.xml
new file mode 100644
index 0000000..980fe87
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple_dark.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple_dark.xml
new file mode 100644
index 0000000..b2ed02c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_selector_ripple_dark.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_shape.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_shape.xml
new file mode 100644
index 0000000..942d234
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable-v21/md_btn_shape.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected.xml
new file mode 100644
index 0000000..fdf1a62
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected_dark.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected_dark.xml
new file mode 100644
index 0000000..4b8fe80
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selected_dark.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector.xml
new file mode 100644
index 0000000..6e4a62a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector_dark.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector_dark.xml
new file mode 100644
index 0000000..231ceae
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_btn_selector_dark.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected.xml
new file mode 100644
index 0000000..7d46ef1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected_dark.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected_dark.xml
new file mode 100644
index 0000000..3129765
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_item_selected_dark.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector.xml
new file mode 100644
index 0000000..3cd9425
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector_dark.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector_dark.xml
new file mode 100644
index 0000000..968511d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_selector_dark.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_transparent.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_transparent.xml
new file mode 100644
index 0000000..0d59ee9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/drawable/md_transparent.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_multichoice.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_multichoice.xml
new file mode 100644
index 0000000..e55630c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_multichoice.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_singlechoice.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_singlechoice.xml
new file mode 100644
index 0000000..ce194b2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_listitem_singlechoice.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_simplelist_item.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_simplelist_item.xml
new file mode 100644
index 0000000..137a46e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout-ldrtl/md_simplelist_item.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_basic.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_basic.xml
new file mode 100644
index 0000000..bc99ec3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_basic.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_custom.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_custom.xml
new file mode 100644
index 0000000..508e1d4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_custom.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_input.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_input.xml
new file mode 100644
index 0000000..ad8cd69
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_input.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_list.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_list.xml
new file mode 100644
index 0000000..fbfb270
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_list.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress.xml
new file mode 100644
index 0000000..c7b14ee
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate.xml
new file mode 100644
index 0000000..a19d344
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate_horizontal.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate_horizontal.xml
new file mode 100644
index 0000000..f5f789c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_dialog_progress_indeterminate_horizontal.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem.xml
new file mode 100644
index 0000000..773d649
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_multichoice.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_multichoice.xml
new file mode 100644
index 0000000..8b97b52
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_multichoice.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_singlechoice.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_singlechoice.xml
new file mode 100644
index 0000000..ffa8d46
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_listitem_singlechoice.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_simplelist_item.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_simplelist_item.xml
new file mode 100644
index 0000000..92d504a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_simplelist_item.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_actionbuttons.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_actionbuttons.xml
new file mode 100644
index 0000000..6ad8065
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_actionbuttons.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_inputpref.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_inputpref.xml
new file mode 100644
index 0000000..7f65333
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_inputpref.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress.xml
new file mode 100644
index 0000000..a3a7bac
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate.xml
new file mode 100644
index 0000000..24d0c58
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate_horizontal.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate_horizontal.xml
new file mode 100644
index 0000000..6574ffd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_progress_indeterminate_horizontal.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_titleframe.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_titleframe.xml
new file mode 100644
index 0000000..221e02a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/layout/md_stub_titleframe.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v11/values-v11.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v11/values-v11.xml
new file mode 100644
index 0000000..e55ecae
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v11/values-v11.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v21/values-v21.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..cfe4f5b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values-v21/values-v21.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values/values.xml
new file mode 100644
index 0000000..e69f9ab
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.afollestad/material-dialogs/0.7.6.0/res/values/values.xml
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #33969696
+ #40CBCBCB
+ #10000000
+ #10FFFFFF
+ #DD2C00
+ #1E88E5
+ #1565C0
+
+
+
+ 4dp
+ 2dp
+ 2dp
+ 8dp
+ 48dp
+ 4dp
+ 6dp
+ 72dp
+ 12dp
+ 8dp
+ 32dp
+ 4dp
+ 1dp
+ 14sp
+ 8dp
+ 8dp
+ 16sp
+ 24dp
+ 1dp
+ 16dp
+ 48dp
+ 6dp
+ 48dp
+ 24dp
+ 16sp
+ 12dp
+ 16dp
+ 40dp
+ 16dp
+ 8dp
+ 12dp
+ 20sp
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/R.txt b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/R.txt
new file mode 100644
index 0000000..318b126
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/R.txt
@@ -0,0 +1,1161 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int attr actionBarDivider 0x7f010064
+int attr actionBarItemBackground 0x7f010065
+int attr actionBarPopupTheme 0x7f01005e
+int attr actionBarSize 0x7f010063
+int attr actionBarSplitStyle 0x7f010060
+int attr actionBarStyle 0x7f01005f
+int attr actionBarTabBarStyle 0x7f01005a
+int attr actionBarTabStyle 0x7f010059
+int attr actionBarTabTextStyle 0x7f01005b
+int attr actionBarTheme 0x7f010061
+int attr actionBarWidgetTheme 0x7f010062
+int attr actionButtonStyle 0x7f01007e
+int attr actionDropDownStyle 0x7f01007a
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010066
+int attr actionMenuTextColor 0x7f010067
+int attr actionModeBackground 0x7f01006a
+int attr actionModeCloseButtonStyle 0x7f010069
+int attr actionModeCloseDrawable 0x7f01006c
+int attr actionModeCopyDrawable 0x7f01006e
+int attr actionModeCutDrawable 0x7f01006d
+int attr actionModeFindDrawable 0x7f010072
+int attr actionModePasteDrawable 0x7f01006f
+int attr actionModePopupWindowStyle 0x7f010074
+int attr actionModeSelectAllDrawable 0x7f010070
+int attr actionModeShareDrawable 0x7f010071
+int attr actionModeSplitBackground 0x7f01006b
+int attr actionModeStyle 0x7f010068
+int attr actionModeWebSearchDrawable 0x7f010073
+int attr actionOverflowButtonStyle 0x7f01005c
+int attr actionOverflowMenuStyle 0x7f01005d
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010086
+int attr alertDialogButtonGroupStyle 0x7f0100a7
+int attr alertDialogCenterButtons 0x7f0100a8
+int attr alertDialogStyle 0x7f0100a6
+int attr alertDialogTheme 0x7f0100a9
+int attr autoCompleteTextViewStyle 0x7f0100ae
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c7
+int attr backgroundTintMode 0x7f0100c8
+int attr barSize 0x7f01002b
+int attr borderlessButtonStyle 0x7f010083
+int attr buttonBarButtonStyle 0x7f010080
+int attr buttonBarNegativeButtonStyle 0x7f0100ac
+int attr buttonBarNeutralButtonStyle 0x7f0100ad
+int attr buttonBarPositiveButtonStyle 0x7f0100ab
+int attr buttonBarStyle 0x7f01007f
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100af
+int attr buttonStyleSmall 0x7f0100b0
+int attr checkboxStyle 0x7f0100b1
+int attr checkedTextViewStyle 0x7f0100b2
+int attr closeIcon 0x7f01003b
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100c1
+int attr collapseIcon 0x7f0100c0
+int attr color 0x7f010025
+int attr colorAccent 0x7f0100a0
+int attr colorButtonNormal 0x7f0100a4
+int attr colorControlActivated 0x7f0100a2
+int attr colorControlHighlight 0x7f0100a3
+int attr colorControlNormal 0x7f0100a1
+int attr colorPrimary 0x7f01009e
+int attr colorPrimaryDark 0x7f01009f
+int attr colorSwitchThumbNormal 0x7f0100a5
+int attr commitIcon 0x7f010040
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f01003a
+int attr dialogPreferredPadding 0x7f010078
+int attr dialogTheme 0x7f010077
+int attr disableChildrenWhenDisabled 0x7f010047
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010085
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010084
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010096
+int attr dropdownListPreferredItemHeight 0x7f01007b
+int attr editTextBackground 0x7f01008c
+int attr editTextColor 0x7f01008b
+int attr editTextStyle 0x7f0100b3
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003c
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007d
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009d
+int attr listDividerAlertDialog 0x7f010079
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010097
+int attr listPreferredItemHeight 0x7f010091
+int attr listPreferredItemHeightLarge 0x7f010093
+int attr listPreferredItemHeightSmall 0x7f010092
+int attr listPreferredItemPaddingLeft 0x7f010094
+int attr listPreferredItemPaddingRight 0x7f010095
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bf
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c3
+int attr navigationIcon 0x7f0100c2
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c5
+int attr paddingStart 0x7f0100c4
+int attr panelBackground 0x7f01009a
+int attr panelMenuListTheme 0x7f01009c
+int attr panelMenuListWidth 0x7f01009b
+int attr popupMenuStyle 0x7f010089
+int attr popupPromptView 0x7f010046
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f01008a
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010044
+int attr queryBackground 0x7f010042
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b4
+int attr ratingBarStyle 0x7f0100b5
+int attr searchHintIcon 0x7f01003e
+int attr searchIcon 0x7f01003d
+int attr searchViewStyle 0x7f010090
+int attr selectableItemBackground 0x7f010081
+int attr selectableItemBackgroundBorderless 0x7f010082
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004e
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007c
+int attr spinnerMode 0x7f010045
+int attr spinnerStyle 0x7f0100b6
+int attr splitTrack 0x7f01004d
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010043
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b9
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010041
+int attr switchMinWidth 0x7f01004b
+int attr switchPadding 0x7f01004c
+int attr switchStyle 0x7f0100b7
+int attr switchTextAppearance 0x7f01004a
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010075
+int attr textAppearanceListItem 0x7f010098
+int attr textAppearanceListItemSmall 0x7f010099
+int attr textAppearanceSearchResultSubtitle 0x7f01008e
+int attr textAppearanceSearchResultTitle 0x7f01008d
+int attr textAppearanceSmallPopupMenu 0x7f010076
+int attr textColorAlertDialogListItem 0x7f0100aa
+int attr textColorSearchUrl 0x7f01008f
+int attr theme 0x7f0100c6
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010049
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100be
+int attr titleMarginEnd 0x7f0100bc
+int attr titleMarginStart 0x7f0100bb
+int attr titleMarginTop 0x7f0100bd
+int attr titleMargins 0x7f0100ba
+int attr titleTextAppearance 0x7f0100b8
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010088
+int attr toolbarStyle 0x7f010087
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010048
+int attr voiceIcon 0x7f01003f
+int attr windowActionBar 0x7f01004f
+int attr windowActionBarOverlay 0x7f010051
+int attr windowActionModeOverlay 0x7f010052
+int attr windowFixedHeightMajor 0x7f010056
+int attr windowFixedHeightMinor 0x7f010054
+int attr windowFixedWidthMajor 0x7f010053
+int attr windowFixedWidthMinor 0x7f010055
+int attr windowMinWidthMajor 0x7f010057
+int attr windowMinWidthMinor 0x7f010058
+int attr windowNoTitle 0x7f010050
+int bool abc_action_bar_embed_tabs 0x7f080002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003
+int bool abc_config_actionMenuItemAllCaps 0x7f080004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f080005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006
+int color abc_background_cache_hint_selector_material_dark 0x7f0a0033
+int color abc_background_cache_hint_selector_material_light 0x7f0a0034
+int color abc_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a0035
+int color abc_primary_text_disable_only_material_light 0x7f0a0036
+int color abc_primary_text_material_dark 0x7f0a0037
+int color abc_primary_text_material_light 0x7f0a0038
+int color abc_search_url_text 0x7f0a0039
+int color abc_search_url_text_normal 0x7f0a0001
+int color abc_search_url_text_pressed 0x7f0a0002
+int color abc_search_url_text_selected 0x7f0a0003
+int color abc_secondary_text_material_dark 0x7f0a003a
+int color abc_secondary_text_material_light 0x7f0a003b
+int color accent_material_dark 0x7f0a0004
+int color accent_material_light 0x7f0a0005
+int color background_floating_material_dark 0x7f0a0006
+int color background_floating_material_light 0x7f0a0007
+int color background_material_dark 0x7f0a0008
+int color background_material_light 0x7f0a0009
+int color bright_foreground_disabled_material_dark 0x7f0a000a
+int color bright_foreground_disabled_material_light 0x7f0a000b
+int color bright_foreground_inverse_material_dark 0x7f0a000c
+int color bright_foreground_inverse_material_light 0x7f0a000d
+int color bright_foreground_material_dark 0x7f0a000e
+int color bright_foreground_material_light 0x7f0a000f
+int color button_material_dark 0x7f0a0010
+int color button_material_light 0x7f0a0011
+int color dim_foreground_disabled_material_dark 0x7f0a0012
+int color dim_foreground_disabled_material_light 0x7f0a0013
+int color dim_foreground_material_dark 0x7f0a0014
+int color dim_foreground_material_light 0x7f0a0015
+int color highlighted_text_material_dark 0x7f0a0016
+int color highlighted_text_material_light 0x7f0a0017
+int color hint_foreground_material_dark 0x7f0a0018
+int color hint_foreground_material_light 0x7f0a0019
+int color link_text_material_dark 0x7f0a001a
+int color link_text_material_light 0x7f0a001b
+int color material_blue_grey_800 0x7f0a001c
+int color material_blue_grey_900 0x7f0a001d
+int color material_blue_grey_950 0x7f0a001e
+int color material_deep_teal_200 0x7f0a001f
+int color material_deep_teal_500 0x7f0a0020
+int color primary_dark_material_dark 0x7f0a0021
+int color primary_dark_material_light 0x7f0a0022
+int color primary_material_dark 0x7f0a0023
+int color primary_material_light 0x7f0a0024
+int color primary_text_default_material_dark 0x7f0a0025
+int color primary_text_default_material_light 0x7f0a0026
+int color primary_text_disabled_material_dark 0x7f0a0027
+int color primary_text_disabled_material_light 0x7f0a0028
+int color ripple_material_dark 0x7f0a0029
+int color ripple_material_light 0x7f0a002a
+int color secondary_text_default_material_dark 0x7f0a002b
+int color secondary_text_default_material_light 0x7f0a002c
+int color secondary_text_disabled_material_dark 0x7f0a002d
+int color secondary_text_disabled_material_light 0x7f0a002e
+int color switch_thumb_disabled_material_dark 0x7f0a002f
+int color switch_thumb_disabled_material_light 0x7f0a0030
+int color switch_thumb_material_dark 0x7f0a003c
+int color switch_thumb_material_light 0x7f0a003d
+int color switch_thumb_normal_material_dark 0x7f0a0031
+int color switch_thumb_normal_material_light 0x7f0a0032
+int dimen abc_action_bar_content_inset_material 0x7f06000c
+int dimen abc_action_bar_default_height_material 0x7f060001
+int dimen abc_action_bar_default_padding_material 0x7f060002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f060010
+int dimen abc_action_bar_navigation_padding_start_material 0x7f06000d
+int dimen abc_action_bar_overflow_padding_end_material 0x7f06000e
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060011
+int dimen abc_action_bar_progress_bar_size 0x7f060003
+int dimen abc_action_bar_stacked_max_height 0x7f060012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f060013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015
+int dimen abc_action_button_min_height_material 0x7f060016
+int dimen abc_action_button_min_width_material 0x7f060017
+int dimen abc_action_button_min_width_overflow_material 0x7f060018
+int dimen abc_alert_dialog_button_bar_height 0x7f060000
+int dimen abc_button_inset_horizontal_material 0x7f060019
+int dimen abc_button_inset_vertical_material 0x7f06001a
+int dimen abc_button_padding_horizontal_material 0x7f06001b
+int dimen abc_button_padding_vertical_material 0x7f06001c
+int dimen abc_config_prefDialogWidth 0x7f060006
+int dimen abc_control_corner_material 0x7f06001d
+int dimen abc_control_inset_material 0x7f06001e
+int dimen abc_control_padding_material 0x7f06001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f060020
+int dimen abc_dialog_min_width_major 0x7f060021
+int dimen abc_dialog_min_width_minor 0x7f060022
+int dimen abc_dialog_padding_material 0x7f060023
+int dimen abc_dialog_padding_top_material 0x7f060024
+int dimen abc_disabled_alpha_material_dark 0x7f060025
+int dimen abc_disabled_alpha_material_light 0x7f060026
+int dimen abc_dropdownitem_icon_width 0x7f060027
+int dimen abc_dropdownitem_text_padding_left 0x7f060028
+int dimen abc_dropdownitem_text_padding_right 0x7f060029
+int dimen abc_edit_text_inset_bottom_material 0x7f06002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f06002b
+int dimen abc_edit_text_inset_top_material 0x7f06002c
+int dimen abc_floating_window_z 0x7f06002d
+int dimen abc_list_item_padding_horizontal_material 0x7f06002e
+int dimen abc_panel_menu_list_width 0x7f06002f
+int dimen abc_search_view_preferred_width 0x7f060030
+int dimen abc_search_view_text_min_width 0x7f060007
+int dimen abc_switch_padding 0x7f06000f
+int dimen abc_text_size_body_1_material 0x7f060031
+int dimen abc_text_size_body_2_material 0x7f060032
+int dimen abc_text_size_button_material 0x7f060033
+int dimen abc_text_size_caption_material 0x7f060034
+int dimen abc_text_size_display_1_material 0x7f060035
+int dimen abc_text_size_display_2_material 0x7f060036
+int dimen abc_text_size_display_3_material 0x7f060037
+int dimen abc_text_size_display_4_material 0x7f060038
+int dimen abc_text_size_headline_material 0x7f060039
+int dimen abc_text_size_large_material 0x7f06003a
+int dimen abc_text_size_medium_material 0x7f06003b
+int dimen abc_text_size_menu_material 0x7f06003c
+int dimen abc_text_size_small_material 0x7f06003d
+int dimen abc_text_size_subhead_material 0x7f06003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060004
+int dimen abc_text_size_title_material 0x7f06003f
+int dimen abc_text_size_title_material_toolbar 0x7f060005
+int dimen dialog_fixed_height_major 0x7f060008
+int dimen dialog_fixed_height_minor 0x7f060009
+int dimen dialog_fixed_width_major 0x7f06000a
+int dimen dialog_fixed_width_minor 0x7f06000b
+int dimen disabled_alpha_material_dark 0x7f060040
+int dimen disabled_alpha_material_light 0x7f060041
+int dimen notification_large_icon_height 0x7f060042
+int dimen notification_large_icon_width 0x7f060043
+int dimen notification_subtext_size 0x7f060044
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable notification_template_icon_bg 0x7f02003b
+int id action0 0x7f0b004f
+int id action_bar 0x7f0b0040
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b003f
+int id action_bar_root 0x7f0b003b
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b0024
+int id action_bar_title 0x7f0b0023
+int id action_context_bar 0x7f0b0041
+int id action_divider 0x7f0b0053
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b003d
+int id action_mode_bar_stub 0x7f0b003c
+int id action_mode_close_button 0x7f0b0025
+int id activity_chooser_view_content 0x7f0b0026
+int id alertTitle 0x7f0b0030
+int id always 0x7f0b0016
+int id beginning 0x7f0b0013
+int id buttonPanel 0x7f0b0036
+int id cancel_action 0x7f0b0050
+int id checkbox 0x7f0b0038
+int id chronometer 0x7f0b0056
+int id collapseActionView 0x7f0b0017
+int id contentPanel 0x7f0b0031
+int id custom 0x7f0b0035
+int id customPanel 0x7f0b0034
+int id decor_content_parent 0x7f0b003e
+int id default_activity_button 0x7f0b0029
+int id dialog 0x7f0b001b
+int id disableHome 0x7f0b000c
+int id dropdown 0x7f0b001c
+int id edit_query 0x7f0b0042
+int id end 0x7f0b0014
+int id end_padder 0x7f0b005b
+int id expand_activities_button 0x7f0b0027
+int id expanded_menu 0x7f0b0037
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b000d
+int id icon 0x7f0b002b
+int id ifRoom 0x7f0b0018
+int id image 0x7f0b0028
+int id info 0x7f0b005a
+int id line1 0x7f0b0054
+int id line3 0x7f0b0058
+int id listMode 0x7f0b0009
+int id list_item 0x7f0b002a
+int id media_actions 0x7f0b0052
+int id middle 0x7f0b0015
+int id multiply 0x7f0b001e
+int id never 0x7f0b0019
+int id none 0x7f0b000e
+int id normal 0x7f0b000a
+int id parentPanel 0x7f0b002d
+int id progress_circular 0x7f0b0005
+int id progress_horizontal 0x7f0b0006
+int id radio 0x7f0b003a
+int id screen 0x7f0b001f
+int id scrollView 0x7f0b0032
+int id search_badge 0x7f0b0044
+int id search_bar 0x7f0b0043
+int id search_button 0x7f0b0045
+int id search_close_btn 0x7f0b004a
+int id search_edit_frame 0x7f0b0046
+int id search_go_btn 0x7f0b004c
+int id search_mag_icon 0x7f0b0047
+int id search_plate 0x7f0b0048
+int id search_src_text 0x7f0b0049
+int id search_voice_btn 0x7f0b004d
+int id select_dialog_listview 0x7f0b004e
+int id shortcut 0x7f0b0039
+int id showCustom 0x7f0b000f
+int id showHome 0x7f0b0010
+int id showTitle 0x7f0b0011
+int id split_action_bar 0x7f0b0007
+int id src_atop 0x7f0b0020
+int id src_in 0x7f0b0021
+int id src_over 0x7f0b0022
+int id status_bar_latest_event_content 0x7f0b0051
+int id submit_area 0x7f0b004b
+int id tabMode 0x7f0b000b
+int id text 0x7f0b0059
+int id text2 0x7f0b0057
+int id textSpacerNoButtons 0x7f0b0033
+int id time 0x7f0b0055
+int id title 0x7f0b002c
+int id title_template 0x7f0b002f
+int id topPanel 0x7f0b002e
+int id up 0x7f0b0008
+int id useLogo 0x7f0b0012
+int id withText 0x7f0b001a
+int id wrap_content 0x7f0b001d
+int integer abc_config_activityDefaultDur 0x7f090001
+int integer abc_config_activityShortDur 0x7f090002
+int integer abc_max_action_buttons 0x7f090000
+int integer cancel_button_image_alpha 0x7f090003
+int integer status_bar_notification_info_maxnum 0x7f090004
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout select_dialog_item_material 0x7f030021
+int layout select_dialog_multichoice_material 0x7f030022
+int layout select_dialog_singlechoice_material 0x7f030023
+int layout support_simple_spinner_dropdown_item 0x7f030024
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f05000d
+int string abc_action_bar_home_subtitle_description_format 0x7f05000e
+int string abc_action_bar_up_description 0x7f050001
+int string abc_action_menu_overflow_description 0x7f050002
+int string abc_action_mode_done 0x7f050003
+int string abc_activity_chooser_view_see_all 0x7f050004
+int string abc_activitychooserview_choose_application 0x7f050005
+int string abc_search_hint 0x7f05000f
+int string abc_searchview_description_clear 0x7f050006
+int string abc_searchview_description_query 0x7f050007
+int string abc_searchview_description_search 0x7f050008
+int string abc_searchview_description_submit 0x7f050009
+int string abc_searchview_description_voice 0x7f05000a
+int string abc_shareactionprovider_share_with 0x7f05000b
+int string abc_shareactionprovider_share_with_application 0x7f05000c
+int string abc_toolbar_collapse_description 0x7f050010
+int string status_bar_notification_info_overflow 0x7f050011
+int style AlertDialog_AppCompat 0x7f070073
+int style AlertDialog_AppCompat_Light 0x7f070074
+int style Animation_AppCompat_Dialog 0x7f070075
+int style Animation_AppCompat_DropDownUp 0x7f070076
+int style Base_AlertDialog_AppCompat 0x7f070077
+int style Base_AlertDialog_AppCompat_Light 0x7f070078
+int style Base_Animation_AppCompat_Dialog 0x7f070079
+int style Base_Animation_AppCompat_DropDownUp 0x7f07007a
+int style Base_DialogWindowTitle_AppCompat 0x7f07007b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f07007c
+int style Base_TextAppearance_AppCompat 0x7f07002e
+int style Base_TextAppearance_AppCompat_Body1 0x7f07002f
+int style Base_TextAppearance_AppCompat_Body2 0x7f070030
+int style Base_TextAppearance_AppCompat_Button 0x7f070018
+int style Base_TextAppearance_AppCompat_Caption 0x7f070031
+int style Base_TextAppearance_AppCompat_Display1 0x7f070032
+int style Base_TextAppearance_AppCompat_Display2 0x7f070033
+int style Base_TextAppearance_AppCompat_Display3 0x7f070034
+int style Base_TextAppearance_AppCompat_Display4 0x7f070035
+int style Base_TextAppearance_AppCompat_Headline 0x7f070036
+int style Base_TextAppearance_AppCompat_Inverse 0x7f070003
+int style Base_TextAppearance_AppCompat_Large 0x7f070037
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070038
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070039
+int style Base_TextAppearance_AppCompat_Medium 0x7f07003a
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005
+int style Base_TextAppearance_AppCompat_Menu 0x7f07003b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f07007d
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003c
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003d
+int style Base_TextAppearance_AppCompat_Small 0x7f07003e
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f07003f
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007
+int style Base_TextAppearance_AppCompat_Title 0x7f070040
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070046
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070047
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f07007e
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f07007f
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d
+int style Base_Theme_AppCompat 0x7f07004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f070080
+int style Base_Theme_AppCompat_Dialog 0x7f070009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f070081
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070082
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f070083
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001
+int style Base_Theme_AppCompat_Light 0x7f07004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f070084
+int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f070085
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f070086
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f070087
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002
+int style Base_ThemeOverlay_AppCompat 0x7f070088
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070089
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f07008a
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f07008b
+int style Base_ThemeOverlay_AppCompat_Light 0x7f07008c
+int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014
+int style Base_V12_Widget_AppCompat_EditText 0x7f070015
+int style Base_V21_Theme_AppCompat 0x7f070050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f070051
+int style Base_V21_Theme_AppCompat_Light 0x7f070052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053
+int style Base_V7_Theme_AppCompat 0x7f07008d
+int style Base_V7_Theme_AppCompat_Dialog 0x7f07008e
+int style Base_V7_Theme_AppCompat_Light 0x7f07008f
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070090
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070091
+int style Base_V7_Widget_AppCompat_EditText 0x7f070092
+int style Base_Widget_AppCompat_ActionBar 0x7f070093
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f070094
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f070095
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055
+int style Base_Widget_AppCompat_ActionButton 0x7f070056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058
+int style Base_Widget_AppCompat_ActionMode 0x7f070096
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f070097
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016
+int style Base_Widget_AppCompat_Button 0x7f070059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f070098
+int style Base_Widget_AppCompat_Button_Small 0x7f07005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f07005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f070099
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f07009a
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f07009b
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060
+int style Base_Widget_AppCompat_EditText 0x7f070017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f07009c
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f07009d
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f07009e
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066
+int style Base_Widget_AppCompat_ListView 0x7f070067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f070069
+int style Base_Widget_AppCompat_PopupMenu 0x7f07006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f07009f
+int style Base_Widget_AppCompat_ProgressBar 0x7f07000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e
+int style Base_Widget_AppCompat_RatingBar 0x7f07006c
+int style Base_Widget_AppCompat_SearchView 0x7f0700a0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a1
+int style Base_Widget_AppCompat_Spinner 0x7f07000f
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0700a2
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070
+int style Platform_AppCompat 0x7f070010
+int style Platform_AppCompat_Light 0x7f070011
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070071
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f070072
+int style Platform_V11_AppCompat 0x7f070012
+int style Platform_V11_AppCompat_Light 0x7f070013
+int style Platform_V14_AppCompat 0x7f070019
+int style Platform_V14_AppCompat_Light 0x7f07001a
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f07002d
+int style TextAppearance_AppCompat 0x7f0700a3
+int style TextAppearance_AppCompat_Body1 0x7f0700a4
+int style TextAppearance_AppCompat_Body2 0x7f0700a5
+int style TextAppearance_AppCompat_Button 0x7f0700a6
+int style TextAppearance_AppCompat_Caption 0x7f0700a7
+int style TextAppearance_AppCompat_Display1 0x7f0700a8
+int style TextAppearance_AppCompat_Display2 0x7f0700a9
+int style TextAppearance_AppCompat_Display3 0x7f0700aa
+int style TextAppearance_AppCompat_Display4 0x7f0700ab
+int style TextAppearance_AppCompat_Headline 0x7f0700ac
+int style TextAppearance_AppCompat_Inverse 0x7f0700ad
+int style TextAppearance_AppCompat_Large 0x7f0700ae
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0700af
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b1
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b2
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700b3
+int style TextAppearance_AppCompat_Medium 0x7f0700b4
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700b5
+int style TextAppearance_AppCompat_Menu 0x7f0700b6
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700b7
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700b8
+int style TextAppearance_AppCompat_Small 0x7f0700b9
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0700ba
+int style TextAppearance_AppCompat_Subhead 0x7f0700bb
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700bc
+int style TextAppearance_AppCompat_Title 0x7f0700bd
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0700be
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700bf
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c1
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c2
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700c3
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700c4
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700c5
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700c6
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700c7
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700c8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700c9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700ca
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0700cb
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700cc
+int style TextAppearance_StatusBar_EventContent 0x7f07001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700cd
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700ce
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700cf
+int style Theme_AppCompat 0x7f0700d0
+int style Theme_AppCompat_CompactMenu 0x7f0700d1
+int style Theme_AppCompat_Dialog 0x7f0700d2
+int style Theme_AppCompat_Dialog_Alert 0x7f0700d3
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0700d4
+int style Theme_AppCompat_DialogWhenLarge 0x7f0700d5
+int style Theme_AppCompat_Light 0x7f0700d6
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0700d7
+int style Theme_AppCompat_Light_Dialog 0x7f0700d8
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700d9
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700da
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700db
+int style Theme_AppCompat_Light_NoActionBar 0x7f0700dc
+int style Theme_AppCompat_NoActionBar 0x7f0700dd
+int style ThemeOverlay_AppCompat 0x7f0700de
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0700df
+int style ThemeOverlay_AppCompat_Dark 0x7f0700e0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700e1
+int style ThemeOverlay_AppCompat_Light 0x7f0700e2
+int style Widget_AppCompat_ActionBar 0x7f0700e3
+int style Widget_AppCompat_ActionBar_Solid 0x7f0700e4
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0700e5
+int style Widget_AppCompat_ActionBar_TabText 0x7f0700e6
+int style Widget_AppCompat_ActionBar_TabView 0x7f0700e7
+int style Widget_AppCompat_ActionButton 0x7f0700e8
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700e9
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0700ea
+int style Widget_AppCompat_ActionMode 0x7f0700eb
+int style Widget_AppCompat_ActivityChooserView 0x7f0700ec
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0700ed
+int style Widget_AppCompat_Button 0x7f0700ee
+int style Widget_AppCompat_Button_Borderless 0x7f0700ef
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700f1
+int style Widget_AppCompat_Button_Small 0x7f0700f2
+int style Widget_AppCompat_ButtonBar 0x7f0700f3
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700f4
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700f5
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0700f6
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0700f7
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0700f8
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0700f9
+int style Widget_AppCompat_EditText 0x7f0700fa
+int style Widget_AppCompat_Light_ActionBar 0x7f0700fb
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0700fc
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0700fd
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700fe
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0700ff
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f070100
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070101
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f070102
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f070103
+int style Widget_AppCompat_Light_ActionButton 0x7f070104
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f070105
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070106
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070107
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f070108
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070109
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f07010a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f07010b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f07010c
+int style Widget_AppCompat_Light_PopupMenu 0x7f07010d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f07010e
+int style Widget_AppCompat_Light_SearchView 0x7f07010f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f070110
+int style Widget_AppCompat_ListPopupWindow 0x7f070111
+int style Widget_AppCompat_ListView 0x7f070112
+int style Widget_AppCompat_ListView_DropDown 0x7f070113
+int style Widget_AppCompat_ListView_Menu 0x7f070114
+int style Widget_AppCompat_PopupMenu 0x7f070115
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f070116
+int style Widget_AppCompat_PopupWindow 0x7f070117
+int style Widget_AppCompat_ProgressBar 0x7f070118
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070119
+int style Widget_AppCompat_RatingBar 0x7f07011a
+int style Widget_AppCompat_SearchView 0x7f07011b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f07011c
+int style Widget_AppCompat_Spinner 0x7f07011d
+int style Widget_AppCompat_Spinner_DropDown 0x7f07011e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07011f
+int style Widget_AppCompat_Spinner_Underlined 0x7f070120
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f070121
+int style Widget_AppCompat_Toolbar 0x7f070122
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f070123
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007d }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 90
+int styleable Theme_alertDialogCenterButtons 91
+int styleable Theme_alertDialogStyle 89
+int styleable Theme_alertDialogTheme 92
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 97
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 95
+int styleable Theme_buttonBarNeutralButtonStyle 96
+int styleable Theme_buttonBarPositiveButtonStyle 94
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 98
+int styleable Theme_buttonStyleSmall 99
+int styleable Theme_checkboxStyle 100
+int styleable Theme_checkedTextViewStyle 101
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 102
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 103
+int styleable Theme_ratingBarStyle 104
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 105
+int styleable Theme_switchStyle 106
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 93
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/annotations.zip
new file mode 100644
index 0000000..5c5a619
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..0887c69
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_in.xml
new file mode 100644
index 0000000..35e4aa5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_out.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_out.xml
new file mode 100644
index 0000000..c71dc12
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..c9cb7d3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_enter.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..c7b18b2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_exit.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..535a092
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..8d28106
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..7d819d5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..7dd9880
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..e11c80c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..9fa9e4f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..61e47c2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..926f2bd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..e5c143a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..697c8ba
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..2d22cdf
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..7f4bd59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..a82fbea
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..169b3cd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_search_url_text.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_search_url_text.xml
new file mode 100644
index 0000000..9827356
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..5566c2a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..e96a7df
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..132aef8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..8e95351
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..88f1767
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..d5e1a00
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2cf413c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..5e0bf84
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..d890a62
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..0620439
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fe0ec49
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..36348a8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..a854864
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..726b1dc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..09d1022
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..666b10a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..f026a41
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..c8b9f68
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..f7f306d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..08ee2b4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..6fd5bfe
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..99e68cc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..012e524
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_check_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..68f606b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..95d3382
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_radio_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..3444b5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..52655a5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..acacfd9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..f98179f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..5411635
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_edit_text_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..ab9c90f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..db7bacc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..c38248f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..bb98c2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..4e95440
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..f23ed0a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..329d880
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..964686a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..315afd2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..170e958
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..17aacb2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_textfield_search_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..503fe9e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_title_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..c6c180c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_up_container.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..ca4712a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..7ce06a0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..73482e2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..e1a9e0d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_bar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ffb6a77
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..c52ce7d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..df8895d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..29c798b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_alert_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..a763dbd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_dialog_title_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..472faac
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..449be09
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f1b0a07
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..e4613d5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..e31c0b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..7bc5206
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..0d10365
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_content_include.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..7a6d272
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..f96f64f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..468fe14
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_toolbar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..2ab548b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..dfc0d7e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..00cfd33
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_select_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..a4011d8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_simple_dropdown_hint.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..c76ab75
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_action.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_action.xml
new file mode 100644
index 0000000..fa4b171
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_cancel_action.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..2ea0e6c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..2d95321
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media_narrow.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..e1e4ff5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_lines.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_lines.xml
new file mode 100644
index 0000000..7cdaaf9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_media.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_media.xml
new file mode 100644
index 0000000..0c53d24
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_chronometer.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..b76205c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_time.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..e5d3864
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..91f62f8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..76d2c37
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..eeccbc2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..7c17788
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-af/values-af.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-af/values-af.xml
new file mode 100644
index 0000000..8050f0d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-af/values-af.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-am/values-am.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-am/values-am.xml
new file mode 100644
index 0000000..bceeaf6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-am/values-am.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ar/values-ar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..495be02
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ar/values-ar.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bg/values-bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..39a0b8c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bg/values-bg.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bn-rBD/values-bn-rBD.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..078dd47
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ca/values-ca.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..16e784b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ca/values-ca.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-cs/values-cs.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..ef5477c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-cs/values-cs.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-da/values-da.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-da/values-da.xml
new file mode 100644
index 0000000..3d9628d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-da/values-da.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-de/values-de.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-de/values-de.xml
new file mode 100644
index 0000000..33867f2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-de/values-de.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-el/values-el.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-el/values-el.xml
new file mode 100644
index 0000000..24b8e51
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-el/values-el.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..cd0bcbe
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..ab5fea6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..df9949f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es/values-es.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es/values-es.xml
new file mode 100644
index 0000000..329ddec
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-es/values-es.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-et-rEE/values-et-rEE.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..2caae58
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-eu-rES/values-eu-rES.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..e097657
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fa/values-fa.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..1bd7354
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fa/values-fa.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fi/values-fi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..28ecbb9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fi/values-fi.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..703a48a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr/values-fr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..ee73b76
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr/values-fr.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-gl-rES/values-gl-rES.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..bd0a3ff
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-h720dp/values-h720dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..7d80f6b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hdpi/values-hdpi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..d9db7af
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hi/values-hi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..5cee91f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hi/values-hi.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hr/values-hr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..cfbad3e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hr/values-hr.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hu/values-hu.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..4136206
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hu/values-hu.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hy-rAM/values-hy-rAM.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..d7b69d1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-in/values-in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-in/values-in.xml
new file mode 100644
index 0000000..a78f16e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-in/values-in.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-is-rIS/values-is-rIS.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..10416a8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-it/values-it.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-it/values-it.xml
new file mode 100644
index 0000000..e12fdb0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-it/values-it.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-iw/values-iw.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..db23729
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-iw/values-iw.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ja/values-ja.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..167cc12
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ja/values-ja.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ka-rGE/values-ka-rGE.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..5b2be7f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kk-rKZ/values-kk-rKZ.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..ca71cff
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-km-rKH/values-km-rKH.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..88d4282
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kn-rIN/values-kn-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..cbb7321
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ko/values-ko.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..01665e9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ko/values-ko.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ky-rKG/values-ky-rKG.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..c3e1291
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-land/values-land.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-land/values-land.xml
new file mode 100644
index 0000000..75a944b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-land/values-land.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+ 0dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-large/values-large.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-large/values-large.xml
new file mode 100644
index 0000000..fa578f9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lo-rLA/values-lo-rLA.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..2dccd57
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lt/values-lt.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..4dae547
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lt/values-lt.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lv/values-lv.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..c5284bd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-lv/values-lv.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mk-rMK/values-mk-rMK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..c52ce99
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ml-rIN/values-ml-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..24a1606
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mn-rMN/values-mn-rMN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..6a742c1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mr-rIN/values-mr-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..6408c6a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ms-rMY/values-ms-rMY.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..8c4d77b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-my-rMM/values-my-rMM.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..8881c68
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nb/values-nb.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..56a3b44
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nb/values-nb.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ne-rNP/values-ne-rNP.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..58f2061
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nl/values-nl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..b50f3b0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-nl/values-nl.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pl/values-pl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..d13752f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pl/values-pl.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-port/values-port.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-port/values-port.xml
new file mode 100644
index 0000000..1f0e3b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt-rPT/values-pt-rPT.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..547dadc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt/values-pt.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..d481d7b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-pt/values-pt.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ro/values-ro.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..f3f7acd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ro/values-ro.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ru/values-ru.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..30e114e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ru/values-ru.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-si-rLK/values-si-rLK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..f1ea4b3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sk/values-sk.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..aafad0f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sk/values-sk.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sl/values-sl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..36e3412
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sl/values-sl.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sr/values-sr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..071ddaa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sr/values-sr.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sv/values-sv.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..ac3d4b8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sv/values-sv.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw/values-sw.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..0e96241
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw/values-sw.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw600dp/values-sw600dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..1f76c38
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ta-rIN/values-ta-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..5443056
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-te-rIN/values-te-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..a2a85f2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-th/values-th.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-th/values-th.xml
new file mode 100644
index 0000000..e126e07
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-th/values-th.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tl/values-tl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..f67e79f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tl/values-tl.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tr/values-tr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..9fe3516
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-tr/values-tr.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uk/values-uk.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..13e26c3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uk/values-uk.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ur-rPK/values-ur-rPK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..c656d55
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uz-rUZ/values-uz-rUZ.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..6292661
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v11/values-v11.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v11/values-v11.xml
new file mode 100644
index 0000000..734fb2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v11/values-v11.xml
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v12/values-v12.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v12/values-v12.xml
new file mode 100644
index 0000000..6e5ba69
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v14/values-v14.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v14/values-v14.xml
new file mode 100644
index 0000000..8433f44
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v14/values-v14.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v17/values-v17.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v17/values-v17.xml
new file mode 100644
index 0000000..ec51b3d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v17/values-v17.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v18/values-v18.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v18/values-v18.xml
new file mode 100644
index 0000000..79ff579
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v21/values-v21.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..9f0083a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-v21/values-v21.xml
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-vi/values-vi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..8fd629b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-vi/values-vi.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w360dp/values-w360dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..2c8ee7d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w480dp/values-w480dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..060127b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w480dp/values-w480dp.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w500dp/values-w500dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..67b3b2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w600dp/values-w600dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..aef006d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w720dp/values-w720dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..66422e8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-xlarge-land/values-xlarge-land.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..5041515
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-xlarge/values-xlarge.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..35ed941
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rCN/values-zh-rCN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..495f124
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rHK/values-zh-rHK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..23ab4be
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rTW/values-zh-rTW.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..8e253eb
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zu/values-zu.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..3c8273b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-zu/values-zu.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values/values.xml
new file mode 100644
index 0000000..b32de0f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values/values.xml
@@ -0,0 +1,1518 @@
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+ true
+ false
+ true
+
+
+ false
+
+
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+
+
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+
+
+ 0.30
+ 0.26
+
+
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+
+
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+
+
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+
+
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+
+
+ 0.30
+ 0.26
+
+
+ 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/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..013a9ca
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/R.txt b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/R.txt
new file mode 100644
index 0000000..f132b06
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/R.txt
@@ -0,0 +1,33 @@
+int attr cardBackgroundColor 0x7f010000
+int attr cardCornerRadius 0x7f010001
+int attr cardElevation 0x7f010002
+int attr cardMaxElevation 0x7f010003
+int attr cardPreventCornerOverlap 0x7f010005
+int attr cardUseCompatPadding 0x7f010004
+int attr contentPadding 0x7f010006
+int attr contentPaddingBottom 0x7f01000a
+int attr contentPaddingLeft 0x7f010007
+int attr contentPaddingRight 0x7f010008
+int attr contentPaddingTop 0x7f010009
+int color cardview_dark_background 0x7f020000
+int color cardview_light_background 0x7f020001
+int color cardview_shadow_end_color 0x7f020002
+int color cardview_shadow_start_color 0x7f020003
+int dimen cardview_compat_inset_shadow 0x7f030000
+int dimen cardview_default_elevation 0x7f030001
+int dimen cardview_default_radius 0x7f030002
+int style CardView 0x7f040000
+int style CardView_Dark 0x7f040001
+int style CardView_Light 0x7f040002
+int[] styleable CardView { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a }
+int styleable CardView_cardBackgroundColor 0
+int styleable CardView_cardCornerRadius 1
+int styleable CardView_cardElevation 2
+int styleable CardView_cardMaxElevation 3
+int styleable CardView_cardPreventCornerOverlap 5
+int styleable CardView_cardUseCompatPadding 4
+int styleable CardView_contentPadding 6
+int styleable CardView_contentPaddingBottom 10
+int styleable CardView_contentPaddingLeft 7
+int styleable CardView_contentPaddingRight 8
+int styleable CardView_contentPaddingTop 9
diff --git a/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..013a9ca
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..c17a8bd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/res/values/values.xml
new file mode 100644
index 0000000..f749d19
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.2.0/res/values/values.xml
@@ -0,0 +1,31 @@
+
+
+
+
+ #FF202020
+ #FFFAFAFA
+ #03000000
+ #37000000
+
+
+
+ 1dp
+ 2dp
+ 2dp
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..6c078ef
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/R.txt b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/R.txt
new file mode 100644
index 0000000..5ee441c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/R.txt
@@ -0,0 +1,1380 @@
+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 fab_in 0x7f04000a
+int anim fab_out 0x7f04000b
+int anim snackbar_in 0x7f04000c
+int anim snackbar_out 0x7f04000d
+int attr actionBarDivider 0x7f010097
+int attr actionBarItemBackground 0x7f010098
+int attr actionBarPopupTheme 0x7f010091
+int attr actionBarSize 0x7f010096
+int attr actionBarSplitStyle 0x7f010093
+int attr actionBarStyle 0x7f010092
+int attr actionBarTabBarStyle 0x7f01008d
+int attr actionBarTabStyle 0x7f01008c
+int attr actionBarTabTextStyle 0x7f01008e
+int attr actionBarTheme 0x7f010094
+int attr actionBarWidgetTheme 0x7f010095
+int attr actionButtonStyle 0x7f0100b1
+int attr actionDropDownStyle 0x7f0100ad
+int attr actionLayout 0x7f010049
+int attr actionMenuTextAppearance 0x7f010099
+int attr actionMenuTextColor 0x7f01009a
+int attr actionModeBackground 0x7f01009d
+int attr actionModeCloseButtonStyle 0x7f01009c
+int attr actionModeCloseDrawable 0x7f01009f
+int attr actionModeCopyDrawable 0x7f0100a1
+int attr actionModeCutDrawable 0x7f0100a0
+int attr actionModeFindDrawable 0x7f0100a5
+int attr actionModePasteDrawable 0x7f0100a2
+int attr actionModePopupWindowStyle 0x7f0100a7
+int attr actionModeSelectAllDrawable 0x7f0100a3
+int attr actionModeShareDrawable 0x7f0100a4
+int attr actionModeSplitBackground 0x7f01009e
+int attr actionModeStyle 0x7f01009b
+int attr actionModeWebSearchDrawable 0x7f0100a6
+int attr actionOverflowButtonStyle 0x7f01008f
+int attr actionOverflowMenuStyle 0x7f010090
+int attr actionProviderClass 0x7f01004b
+int attr actionViewClass 0x7f01004a
+int attr activityChooserViewStyle 0x7f0100b9
+int attr alertDialogButtonGroupStyle 0x7f0100da
+int attr alertDialogCenterButtons 0x7f0100db
+int attr alertDialogStyle 0x7f0100d9
+int attr alertDialogTheme 0x7f0100dc
+int attr autoCompleteTextViewStyle 0x7f0100e1
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100fa
+int attr backgroundTintMode 0x7f0100fb
+int attr barSize 0x7f01003f
+int attr behavior_overlapTop 0x7f010055
+int attr borderWidth 0x7f010044
+int attr borderlessButtonStyle 0x7f0100b6
+int attr buttonBarButtonStyle 0x7f0100b3
+int attr buttonBarNegativeButtonStyle 0x7f0100df
+int attr buttonBarNeutralButtonStyle 0x7f0100e0
+int attr buttonBarPositiveButtonStyle 0x7f0100de
+int attr buttonBarStyle 0x7f0100b2
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100e2
+int attr buttonStyleSmall 0x7f0100e3
+int attr checkboxStyle 0x7f0100e4
+int attr checkedTextViewStyle 0x7f0100e5
+int attr closeIcon 0x7f01005a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100f4
+int attr collapseIcon 0x7f0100f3
+int attr collapsedTitleTextAppearance 0x7f01002f
+int attr color 0x7f010039
+int attr colorAccent 0x7f0100d3
+int attr colorButtonNormal 0x7f0100d7
+int attr colorControlActivated 0x7f0100d5
+int attr colorControlHighlight 0x7f0100d6
+int attr colorControlNormal 0x7f0100d4
+int attr colorPrimary 0x7f0100d1
+int attr colorPrimaryDark 0x7f0100d2
+int attr colorSwitchThumbNormal 0x7f0100d8
+int attr commitIcon 0x7f01005f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr contentScrim 0x7f010030
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010059
+int attr dialogPreferredPadding 0x7f0100ab
+int attr dialogTheme 0x7f0100aa
+int attr disableChildrenWhenDisabled 0x7f010067
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f0100b8
+int attr dividerPadding 0x7f010047
+int attr dividerVertical 0x7f0100b7
+int attr drawableSize 0x7f01003b
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100c9
+int attr dropdownListPreferredItemHeight 0x7f0100ae
+int attr editTextBackground 0x7f0100bf
+int attr editTextColor 0x7f0100be
+int attr editTextStyle 0x7f0100e6
+int attr elevation 0x7f01001a
+int attr errorEnabled 0x7f010080
+int attr errorTextAppearance 0x7f010081
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr expandedTitleMargin 0x7f010029
+int attr expandedTitleMarginBottom 0x7f01002d
+int attr expandedTitleMarginEnd 0x7f01002c
+int attr expandedTitleMarginStart 0x7f01002a
+int attr expandedTitleMarginTop 0x7f01002b
+int attr expandedTitleTextAppearance 0x7f01002e
+int attr fabSize 0x7f010042
+int attr gapBetweenBars 0x7f01003c
+int attr goIcon 0x7f01005b
+int attr headerLayout 0x7f010051
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr hintTextAppearance 0x7f01007f
+int attr homeAsUpIndicator 0x7f0100b0
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010057
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr insetForeground 0x7f010054
+int attr isLightTheme 0x7f010002
+int attr itemBackground 0x7f010050
+int attr itemIconTint 0x7f01004e
+int attr itemPadding 0x7f010014
+int attr itemTextColor 0x7f01004f
+int attr keylines 0x7f010033
+int attr layout 0x7f010056
+int attr layout_anchor 0x7f010036
+int attr layout_anchorGravity 0x7f010038
+int attr layout_behavior 0x7f010035
+int attr layout_collapseMode 0x7f010027
+int attr layout_collapseParallaxMultiplier 0x7f010028
+int attr layout_keyline 0x7f010037
+int attr layout_scrollFlags 0x7f010024
+int attr layout_scrollInterpolator 0x7f010025
+int attr listChoiceBackgroundIndicator 0x7f0100d0
+int attr listDividerAlertDialog 0x7f0100ac
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100ca
+int attr listPreferredItemHeight 0x7f0100c4
+int attr listPreferredItemHeightLarge 0x7f0100c6
+int attr listPreferredItemHeightSmall 0x7f0100c5
+int attr listPreferredItemPaddingLeft 0x7f0100c7
+int attr listPreferredItemPaddingRight 0x7f0100c8
+int attr logo 0x7f01000a
+int attr maxActionInlineWidth 0x7f010063
+int attr maxButtonHeight 0x7f0100f2
+int attr measureWithLargestChild 0x7f010045
+int attr menu 0x7f01004d
+int attr middleBarArrowSize 0x7f01003e
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100f6
+int attr navigationIcon 0x7f0100f5
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010052
+int attr paddingEnd 0x7f0100f8
+int attr paddingStart 0x7f0100f7
+int attr panelBackground 0x7f0100cd
+int attr panelMenuListTheme 0x7f0100cf
+int attr panelMenuListWidth 0x7f0100ce
+int attr popupMenuStyle 0x7f0100bc
+int attr popupPromptView 0x7f010066
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100bd
+int attr preserveIconSpacing 0x7f01004c
+int attr pressedTranslationZ 0x7f010043
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010064
+int attr queryBackground 0x7f010061
+int attr queryHint 0x7f010058
+int attr radioButtonStyle 0x7f0100e7
+int attr ratingBarStyle 0x7f0100e8
+int attr rippleColor 0x7f010041
+int attr searchHintIcon 0x7f01005d
+int attr searchIcon 0x7f01005c
+int attr searchViewStyle 0x7f0100c3
+int attr selectableItemBackground 0x7f0100b4
+int attr selectableItemBackgroundBorderless 0x7f0100b5
+int attr showAsAction 0x7f010048
+int attr showDividers 0x7f010046
+int attr showText 0x7f01006e
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f01003a
+int attr spinnerDropDownItemStyle 0x7f0100af
+int attr spinnerMode 0x7f010065
+int attr spinnerStyle 0x7f0100e9
+int attr splitTrack 0x7f01006d
+int attr state_above_anchor 0x7f010053
+int attr statusBarBackground 0x7f010034
+int attr statusBarScrim 0x7f010031
+int attr submitBackground 0x7f010062
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100ec
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010060
+int attr switchMinWidth 0x7f01006b
+int attr switchPadding 0x7f01006c
+int attr switchStyle 0x7f0100ea
+int attr switchTextAppearance 0x7f01006a
+int attr tabBackground 0x7f010072
+int attr tabContentStart 0x7f010071
+int attr tabGravity 0x7f010074
+int attr tabIndicatorColor 0x7f01006f
+int attr tabIndicatorHeight 0x7f010070
+int attr tabMaxWidth 0x7f010076
+int attr tabMinWidth 0x7f010075
+int attr tabMode 0x7f010073
+int attr tabPadding 0x7f01007e
+int attr tabPaddingBottom 0x7f01007d
+int attr tabPaddingEnd 0x7f01007c
+int attr tabPaddingStart 0x7f01007a
+int attr tabPaddingTop 0x7f01007b
+int attr tabSelectedTextColor 0x7f010079
+int attr tabTextAppearance 0x7f010077
+int attr tabTextColor 0x7f010078
+int attr textAllCaps 0x7f010026
+int attr textAppearanceLargePopupMenu 0x7f0100a8
+int attr textAppearanceListItem 0x7f0100cb
+int attr textAppearanceListItemSmall 0x7f0100cc
+int attr textAppearanceSearchResultSubtitle 0x7f0100c1
+int attr textAppearanceSearchResultTitle 0x7f0100c0
+int attr textAppearanceSmallPopupMenu 0x7f0100a9
+int attr textColorAlertDialogListItem 0x7f0100dd
+int attr textColorSearchUrl 0x7f0100c2
+int attr theme 0x7f0100f9
+int attr thickness 0x7f010040
+int attr thumbTextPadding 0x7f010069
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100f1
+int attr titleMarginEnd 0x7f0100ef
+int attr titleMarginStart 0x7f0100ee
+int attr titleMarginTop 0x7f0100f0
+int attr titleMargins 0x7f0100ed
+int attr titleTextAppearance 0x7f0100eb
+int attr titleTextStyle 0x7f010007
+int attr toolbarId 0x7f010032
+int attr toolbarNavigationButtonStyle 0x7f0100bb
+int attr toolbarStyle 0x7f0100ba
+int attr topBottomBarArrowSize 0x7f01003d
+int attr track 0x7f010068
+int attr voiceIcon 0x7f01005e
+int attr windowActionBar 0x7f010082
+int attr windowActionBarOverlay 0x7f010084
+int attr windowActionModeOverlay 0x7f010085
+int attr windowFixedHeightMajor 0x7f010089
+int attr windowFixedHeightMinor 0x7f010087
+int attr windowFixedWidthMajor 0x7f010086
+int attr windowFixedWidthMinor 0x7f010088
+int attr windowMinWidthMajor 0x7f01008a
+int attr windowMinWidthMinor 0x7f01008b
+int attr windowNoTitle 0x7f010083
+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 0x7f0a003c
+int color abc_background_cache_hint_selector_material_light 0x7f0a003d
+int color abc_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a003e
+int color abc_primary_text_disable_only_material_light 0x7f0a003f
+int color abc_primary_text_material_dark 0x7f0a0040
+int color abc_primary_text_material_light 0x7f0a0041
+int color abc_search_url_text 0x7f0a0042
+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 0x7f0a0043
+int color abc_secondary_text_material_light 0x7f0a0044
+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 error_color 0x7f0a0016
+int color fab_stroke_end_inner_color 0x7f0a0017
+int color fab_stroke_end_outer_color 0x7f0a0018
+int color fab_stroke_top_inner_color 0x7f0a0019
+int color fab_stroke_top_outer_color 0x7f0a001a
+int color highlighted_text_material_dark 0x7f0a001b
+int color highlighted_text_material_light 0x7f0a001c
+int color hint_foreground_material_dark 0x7f0a001d
+int color hint_foreground_material_light 0x7f0a001e
+int color link_text_material_dark 0x7f0a001f
+int color link_text_material_light 0x7f0a0020
+int color material_blue_grey_800 0x7f0a0021
+int color material_blue_grey_900 0x7f0a0022
+int color material_blue_grey_950 0x7f0a0023
+int color material_deep_teal_200 0x7f0a0024
+int color material_deep_teal_500 0x7f0a0025
+int color primary_dark_material_dark 0x7f0a0026
+int color primary_dark_material_light 0x7f0a0027
+int color primary_material_dark 0x7f0a0028
+int color primary_material_light 0x7f0a0029
+int color primary_text_default_material_dark 0x7f0a002a
+int color primary_text_default_material_light 0x7f0a002b
+int color primary_text_disabled_material_dark 0x7f0a002c
+int color primary_text_disabled_material_light 0x7f0a002d
+int color ripple_material_dark 0x7f0a002e
+int color ripple_material_light 0x7f0a002f
+int color secondary_text_default_material_dark 0x7f0a0030
+int color secondary_text_default_material_light 0x7f0a0031
+int color secondary_text_disabled_material_dark 0x7f0a0032
+int color secondary_text_disabled_material_light 0x7f0a0033
+int color shadow_end_color 0x7f0a0034
+int color shadow_mid_color 0x7f0a0035
+int color shadow_start_color 0x7f0a0036
+int color snackbar_background_color 0x7f0a0037
+int color switch_thumb_disabled_material_dark 0x7f0a0038
+int color switch_thumb_disabled_material_light 0x7f0a0039
+int color switch_thumb_material_dark 0x7f0a0045
+int color switch_thumb_material_light 0x7f0a0046
+int color switch_thumb_normal_material_dark 0x7f0a003a
+int color switch_thumb_normal_material_light 0x7f0a003b
+int dimen abc_action_bar_content_inset_material 0x7f06000c
+int dimen abc_action_bar_default_height_material 0x7f060001
+int dimen abc_action_bar_default_padding_material 0x7f060002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f060018
+int dimen abc_action_bar_navigation_padding_start_material 0x7f06000d
+int dimen abc_action_bar_overflow_padding_end_material 0x7f06000e
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060019
+int dimen abc_action_bar_progress_bar_size 0x7f060003
+int dimen abc_action_bar_stacked_max_height 0x7f06001a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f06001b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06001c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f06001d
+int dimen abc_action_button_min_height_material 0x7f06001e
+int dimen abc_action_button_min_width_material 0x7f06001f
+int dimen abc_action_button_min_width_overflow_material 0x7f060020
+int dimen abc_alert_dialog_button_bar_height 0x7f060000
+int dimen abc_button_inset_horizontal_material 0x7f060021
+int dimen abc_button_inset_vertical_material 0x7f060022
+int dimen abc_button_padding_horizontal_material 0x7f060023
+int dimen abc_button_padding_vertical_material 0x7f060024
+int dimen abc_config_prefDialogWidth 0x7f060006
+int dimen abc_control_corner_material 0x7f060025
+int dimen abc_control_inset_material 0x7f060026
+int dimen abc_control_padding_material 0x7f060027
+int dimen abc_dialog_list_padding_vertical_material 0x7f060028
+int dimen abc_dialog_min_width_major 0x7f060029
+int dimen abc_dialog_min_width_minor 0x7f06002a
+int dimen abc_dialog_padding_material 0x7f06002b
+int dimen abc_dialog_padding_top_material 0x7f06002c
+int dimen abc_disabled_alpha_material_dark 0x7f06002d
+int dimen abc_disabled_alpha_material_light 0x7f06002e
+int dimen abc_dropdownitem_icon_width 0x7f06002f
+int dimen abc_dropdownitem_text_padding_left 0x7f060030
+int dimen abc_dropdownitem_text_padding_right 0x7f060031
+int dimen abc_edit_text_inset_bottom_material 0x7f060032
+int dimen abc_edit_text_inset_horizontal_material 0x7f060033
+int dimen abc_edit_text_inset_top_material 0x7f060034
+int dimen abc_floating_window_z 0x7f060035
+int dimen abc_list_item_padding_horizontal_material 0x7f060036
+int dimen abc_panel_menu_list_width 0x7f060037
+int dimen abc_search_view_preferred_width 0x7f060038
+int dimen abc_search_view_text_min_width 0x7f060007
+int dimen abc_switch_padding 0x7f060016
+int dimen abc_text_size_body_1_material 0x7f060039
+int dimen abc_text_size_body_2_material 0x7f06003a
+int dimen abc_text_size_button_material 0x7f06003b
+int dimen abc_text_size_caption_material 0x7f06003c
+int dimen abc_text_size_display_1_material 0x7f06003d
+int dimen abc_text_size_display_2_material 0x7f06003e
+int dimen abc_text_size_display_3_material 0x7f06003f
+int dimen abc_text_size_display_4_material 0x7f060040
+int dimen abc_text_size_headline_material 0x7f060041
+int dimen abc_text_size_large_material 0x7f060042
+int dimen abc_text_size_medium_material 0x7f060043
+int dimen abc_text_size_menu_material 0x7f060044
+int dimen abc_text_size_small_material 0x7f060045
+int dimen abc_text_size_subhead_material 0x7f060046
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060004
+int dimen abc_text_size_title_material 0x7f060047
+int dimen abc_text_size_title_material_toolbar 0x7f060005
+int dimen appbar_elevation 0x7f060048
+int dimen dialog_fixed_height_major 0x7f060008
+int dimen dialog_fixed_height_minor 0x7f060009
+int dimen dialog_fixed_width_major 0x7f06000a
+int dimen dialog_fixed_width_minor 0x7f06000b
+int dimen disabled_alpha_material_dark 0x7f060049
+int dimen disabled_alpha_material_light 0x7f06004a
+int dimen fab_border_width 0x7f06004b
+int dimen fab_content_size 0x7f06004c
+int dimen fab_elevation 0x7f06004d
+int dimen fab_size_mini 0x7f06004e
+int dimen fab_size_normal 0x7f06004f
+int dimen fab_translation_z_pressed 0x7f060050
+int dimen navigation_elevation 0x7f060051
+int dimen navigation_icon_padding 0x7f060052
+int dimen navigation_icon_size 0x7f060053
+int dimen navigation_max_width 0x7f060054
+int dimen navigation_padding_bottom 0x7f060055
+int dimen navigation_padding_top_default 0x7f060017
+int dimen navigation_separator_vertical_padding 0x7f060056
+int dimen notification_large_icon_height 0x7f060057
+int dimen notification_large_icon_width 0x7f060058
+int dimen notification_subtext_size 0x7f060059
+int dimen snackbar_action_inline_max_width 0x7f06000f
+int dimen snackbar_background_corner_radius 0x7f060010
+int dimen snackbar_elevation 0x7f06005a
+int dimen snackbar_extra_spacing_horizontal 0x7f060011
+int dimen snackbar_max_width 0x7f060012
+int dimen snackbar_min_width 0x7f060013
+int dimen snackbar_padding_horizontal 0x7f06005b
+int dimen snackbar_padding_vertical 0x7f06005c
+int dimen snackbar_padding_vertical_2lines 0x7f060014
+int dimen snackbar_text_size 0x7f06005d
+int dimen tab_max_width 0x7f06005e
+int dimen tab_min_width 0x7f060015
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable fab_background 0x7f02003b
+int drawable notification_template_icon_bg 0x7f02003d
+int drawable snackbar_background 0x7f02003c
+int id action0 0x7f0b0068
+int id action_bar 0x7f0b0057
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b0056
+int id action_bar_root 0x7f0b0052
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b003b
+int id action_bar_title 0x7f0b003a
+int id action_context_bar 0x7f0b0058
+int id action_divider 0x7f0b006c
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b0054
+int id action_mode_bar_stub 0x7f0b0053
+int id action_mode_close_button 0x7f0b003c
+int id activity_chooser_view_content 0x7f0b003d
+int id alertTitle 0x7f0b0047
+int id always 0x7f0b002b
+int id beginning 0x7f0b0029
+int id bottom 0x7f0b001a
+int id buttonPanel 0x7f0b004d
+int id cancel_action 0x7f0b0069
+int id center 0x7f0b001b
+int id center_horizontal 0x7f0b001c
+int id center_vertical 0x7f0b001d
+int id checkbox 0x7f0b004f
+int id chronometer 0x7f0b006f
+int id clip_horizontal 0x7f0b001e
+int id clip_vertical 0x7f0b001f
+int id collapseActionView 0x7f0b002c
+int id contentPanel 0x7f0b0048
+int id custom 0x7f0b004c
+int id customPanel 0x7f0b004b
+int id decor_content_parent 0x7f0b0055
+int id default_activity_button 0x7f0b0040
+int id dialog 0x7f0b0030
+int id disableHome 0x7f0b000d
+int id dropdown 0x7f0b0031
+int id edit_query 0x7f0b0059
+int id end 0x7f0b0020
+int id end_padder 0x7f0b0074
+int id enterAlways 0x7f0b0014
+int id enterAlwaysCollapsed 0x7f0b0015
+int id exitUntilCollapsed 0x7f0b0016
+int id expand_activities_button 0x7f0b003e
+int id expanded_menu 0x7f0b004e
+int id fill 0x7f0b0021
+int id fill_horizontal 0x7f0b0022
+int id fill_vertical 0x7f0b0023
+int id fixed 0x7f0b0032
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b000e
+int id icon 0x7f0b0042
+int id ifRoom 0x7f0b002d
+int id image 0x7f0b003f
+int id info 0x7f0b0073
+int id left 0x7f0b0024
+int id line1 0x7f0b006d
+int id line3 0x7f0b0071
+int id listMode 0x7f0b000a
+int id list_item 0x7f0b0041
+int id media_actions 0x7f0b006b
+int id middle 0x7f0b002a
+int id mini 0x7f0b0028
+int id multiply 0x7f0b0035
+int id never 0x7f0b002e
+int id none 0x7f0b000f
+int id normal 0x7f0b000b
+int id parallax 0x7f0b0018
+int id parentPanel 0x7f0b0044
+int id pin 0x7f0b0019
+int id progress_circular 0x7f0b0005
+int id progress_horizontal 0x7f0b0006
+int id radio 0x7f0b0051
+int id right 0x7f0b0025
+int id screen 0x7f0b0036
+int id scroll 0x7f0b0017
+int id scrollView 0x7f0b0049
+int id scrollable 0x7f0b0033
+int id search_badge 0x7f0b005b
+int id search_bar 0x7f0b005a
+int id search_button 0x7f0b005c
+int id search_close_btn 0x7f0b0061
+int id search_edit_frame 0x7f0b005d
+int id search_go_btn 0x7f0b0063
+int id search_mag_icon 0x7f0b005e
+int id search_plate 0x7f0b005f
+int id search_src_text 0x7f0b0060
+int id search_voice_btn 0x7f0b0064
+int id select_dialog_listview 0x7f0b0065
+int id shortcut 0x7f0b0050
+int id showCustom 0x7f0b0010
+int id showHome 0x7f0b0011
+int id showTitle 0x7f0b0012
+int id snackbar_action 0x7f0b0067
+int id snackbar_text 0x7f0b0066
+int id split_action_bar 0x7f0b0007
+int id src_atop 0x7f0b0037
+int id src_in 0x7f0b0038
+int id src_over 0x7f0b0039
+int id start 0x7f0b0026
+int id status_bar_latest_event_content 0x7f0b006a
+int id submit_area 0x7f0b0062
+int id tabMode 0x7f0b000c
+int id text 0x7f0b0072
+int id text2 0x7f0b0070
+int id textSpacerNoButtons 0x7f0b004a
+int id time 0x7f0b006e
+int id title 0x7f0b0043
+int id title_template 0x7f0b0046
+int id top 0x7f0b0027
+int id topPanel 0x7f0b0045
+int id up 0x7f0b0008
+int id useLogo 0x7f0b0013
+int id view_offset_helper 0x7f0b0009
+int id withText 0x7f0b002f
+int id wrap_content 0x7f0b0034
+int integer abc_config_activityDefaultDur 0x7f090002
+int integer abc_config_activityShortDur 0x7f090003
+int integer abc_max_action_buttons 0x7f090000
+int integer cancel_button_image_alpha 0x7f090004
+int integer snackbar_text_max_lines 0x7f090001
+int integer status_bar_notification_info_maxnum 0x7f090005
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout design_navigation_item 0x7f030019
+int layout design_navigation_item_header 0x7f03001a
+int layout design_navigation_item_separator 0x7f03001b
+int layout design_navigation_item_subheader 0x7f03001c
+int layout design_navigation_menu 0x7f03001d
+int layout layout_snackbar 0x7f03001e
+int layout layout_snackbar_include 0x7f03001f
+int layout notification_media_action 0x7f030020
+int layout notification_media_cancel_action 0x7f030021
+int layout notification_template_big_media 0x7f030022
+int layout notification_template_big_media_narrow 0x7f030023
+int layout notification_template_lines 0x7f030024
+int layout notification_template_media 0x7f030025
+int layout notification_template_part_chronometer 0x7f030026
+int layout notification_template_part_time 0x7f030027
+int layout select_dialog_item_material 0x7f030028
+int layout select_dialog_multichoice_material 0x7f030029
+int layout select_dialog_singlechoice_material 0x7f03002a
+int layout support_simple_spinner_dropdown_item 0x7f03002b
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f05000d
+int string abc_action_bar_home_subtitle_description_format 0x7f05000e
+int string abc_action_bar_up_description 0x7f050001
+int string abc_action_menu_overflow_description 0x7f050002
+int string abc_action_mode_done 0x7f050003
+int string abc_activity_chooser_view_see_all 0x7f050004
+int string abc_activitychooserview_choose_application 0x7f050005
+int string abc_search_hint 0x7f05000f
+int string abc_searchview_description_clear 0x7f050006
+int string abc_searchview_description_query 0x7f050007
+int string abc_searchview_description_search 0x7f050008
+int string abc_searchview_description_submit 0x7f050009
+int string abc_searchview_description_voice 0x7f05000a
+int string abc_shareactionprovider_share_with 0x7f05000b
+int string abc_shareactionprovider_share_with_application 0x7f05000c
+int string abc_toolbar_collapse_description 0x7f050010
+int string appbar_scrolling_view_behavior 0x7f050011
+int string status_bar_notification_info_overflow 0x7f050012
+int style AlertDialog_AppCompat 0x7f070074
+int style AlertDialog_AppCompat_Light 0x7f070075
+int style Animation_AppCompat_Dialog 0x7f070076
+int style Animation_AppCompat_DropDownUp 0x7f070077
+int style Base_AlertDialog_AppCompat 0x7f070078
+int style Base_AlertDialog_AppCompat_Light 0x7f070079
+int style Base_Animation_AppCompat_Dialog 0x7f07007a
+int style Base_Animation_AppCompat_DropDownUp 0x7f07007b
+int style Base_DialogWindowTitle_AppCompat 0x7f07007c
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f07007d
+int style Base_TextAppearance_AppCompat 0x7f07002f
+int style Base_TextAppearance_AppCompat_Body1 0x7f070030
+int style Base_TextAppearance_AppCompat_Body2 0x7f070031
+int style Base_TextAppearance_AppCompat_Button 0x7f070019
+int style Base_TextAppearance_AppCompat_Caption 0x7f070032
+int style Base_TextAppearance_AppCompat_Display1 0x7f070033
+int style Base_TextAppearance_AppCompat_Display2 0x7f070034
+int style Base_TextAppearance_AppCompat_Display3 0x7f070035
+int style Base_TextAppearance_AppCompat_Display4 0x7f070036
+int style Base_TextAppearance_AppCompat_Headline 0x7f070037
+int style Base_TextAppearance_AppCompat_Inverse 0x7f070004
+int style Base_TextAppearance_AppCompat_Large 0x7f070038
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070005
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070039
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f07003a
+int style Base_TextAppearance_AppCompat_Medium 0x7f07003b
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070006
+int style Base_TextAppearance_AppCompat_Menu 0x7f07003c
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f07007e
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003e
+int style Base_TextAppearance_AppCompat_Small 0x7f07003f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070007
+int style Base_TextAppearance_AppCompat_Subhead 0x7f070040
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070008
+int style Base_TextAppearance_AppCompat_Title 0x7f070041
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070009
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070045
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070046
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070047
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070048
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f07007f
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070049
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f07004a
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004b
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004c
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070080
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004d
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004e
+int style Base_Theme_AppCompat 0x7f07004f
+int style Base_Theme_AppCompat_CompactMenu 0x7f070081
+int style Base_Theme_AppCompat_Dialog 0x7f07000a
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f070082
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070083
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f070084
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070002
+int style Base_Theme_AppCompat_Light 0x7f070050
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f070085
+int style Base_Theme_AppCompat_Light_Dialog 0x7f07000b
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f070086
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f070087
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f070088
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070003
+int style Base_ThemeOverlay_AppCompat 0x7f070089
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f07008a
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f07008b
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f07008c
+int style Base_ThemeOverlay_AppCompat_Light 0x7f07008d
+int style Base_V11_Theme_AppCompat_Dialog 0x7f07000c
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000d
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070015
+int style Base_V12_Widget_AppCompat_EditText 0x7f070016
+int style Base_V21_Theme_AppCompat 0x7f070051
+int style Base_V21_Theme_AppCompat_Dialog 0x7f070052
+int style Base_V21_Theme_AppCompat_Light 0x7f070053
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070054
+int style Base_V7_Theme_AppCompat 0x7f07008e
+int style Base_V7_Theme_AppCompat_Dialog 0x7f07008f
+int style Base_V7_Theme_AppCompat_Light 0x7f070090
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070091
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070092
+int style Base_V7_Widget_AppCompat_EditText 0x7f070093
+int style Base_Widget_AppCompat_ActionBar 0x7f070094
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f070095
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f070096
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070055
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070056
+int style Base_Widget_AppCompat_ActionButton 0x7f070057
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070058
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070059
+int style Base_Widget_AppCompat_ActionMode 0x7f070097
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f070098
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070017
+int style Base_Widget_AppCompat_Button 0x7f07005a
+int style Base_Widget_AppCompat_Button_Borderless 0x7f07005b
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005c
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f070099
+int style Base_Widget_AppCompat_Button_Small 0x7f07005d
+int style Base_Widget_AppCompat_ButtonBar 0x7f07005e
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f07009a
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005f
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f070060
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f07009b
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f07009c
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070061
+int style Base_Widget_AppCompat_EditText 0x7f070018
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f07009d
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f07009e
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f07009f
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070062
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070063
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070064
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070065
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070066
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f070067
+int style Base_Widget_AppCompat_ListView 0x7f070068
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f070069
+int style Base_Widget_AppCompat_ListView_Menu 0x7f07006a
+int style Base_Widget_AppCompat_PopupMenu 0x7f07006b
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006c
+int style Base_Widget_AppCompat_PopupWindow 0x7f0700a0
+int style Base_Widget_AppCompat_ProgressBar 0x7f07000e
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000f
+int style Base_Widget_AppCompat_RatingBar 0x7f07006d
+int style Base_Widget_AppCompat_SearchView 0x7f0700a1
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a2
+int style Base_Widget_AppCompat_Spinner 0x7f070010
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07006e
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006f
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f070070
+int style Base_Widget_AppCompat_Toolbar 0x7f0700a3
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070071
+int style Base_Widget_Design_TabLayout 0x7f0700a4
+int style Platform_AppCompat 0x7f070011
+int style Platform_AppCompat_Light 0x7f070012
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070072
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f070073
+int style Platform_V11_AppCompat 0x7f070013
+int style Platform_V11_AppCompat_Light 0x7f070014
+int style Platform_V14_AppCompat 0x7f07001a
+int style Platform_V14_AppCompat_Light 0x7f07001b
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070021
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070022
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070023
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070026
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f07002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002c
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002d
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f07002e
+int style TextAppearance_AppCompat 0x7f0700a5
+int style TextAppearance_AppCompat_Body1 0x7f0700a6
+int style TextAppearance_AppCompat_Body2 0x7f0700a7
+int style TextAppearance_AppCompat_Button 0x7f0700a8
+int style TextAppearance_AppCompat_Caption 0x7f0700a9
+int style TextAppearance_AppCompat_Display1 0x7f0700aa
+int style TextAppearance_AppCompat_Display2 0x7f0700ab
+int style TextAppearance_AppCompat_Display3 0x7f0700ac
+int style TextAppearance_AppCompat_Display4 0x7f0700ad
+int style TextAppearance_AppCompat_Headline 0x7f0700ae
+int style TextAppearance_AppCompat_Inverse 0x7f0700af
+int style TextAppearance_AppCompat_Large 0x7f0700b0
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b1
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b2
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b3
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b4
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700b5
+int style TextAppearance_AppCompat_Medium 0x7f0700b6
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700b7
+int style TextAppearance_AppCompat_Menu 0x7f0700b8
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700b9
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700ba
+int style TextAppearance_AppCompat_Small 0x7f0700bb
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0700bc
+int style TextAppearance_AppCompat_Subhead 0x7f0700bd
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700be
+int style TextAppearance_AppCompat_Title 0x7f0700bf
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c1
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c2
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c3
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c4
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700c5
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700c6
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700c7
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700c8
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700c9
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700ca
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700cb
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700cc
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0700cd
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700ce
+int style TextAppearance_Design_Error 0x7f0700cf
+int style TextAppearance_Design_Hint 0x7f0700d0
+int style TextAppearance_Design_Snackbar_Action 0x7f0700d1
+int style TextAppearance_Design_Snackbar_Message 0x7f0700d2
+int style TextAppearance_Design_Tab 0x7f0700d3
+int style TextAppearance_StatusBar_EventContent 0x7f07001c
+int style TextAppearance_StatusBar_EventContent_Info 0x7f07001d
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001e
+int style TextAppearance_StatusBar_EventContent_Time 0x7f07001f
+int style TextAppearance_StatusBar_EventContent_Title 0x7f070020
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d4
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d5
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d6
+int style Theme_AppCompat 0x7f0700d7
+int style Theme_AppCompat_CompactMenu 0x7f0700d8
+int style Theme_AppCompat_Dialog 0x7f0700d9
+int style Theme_AppCompat_Dialog_Alert 0x7f0700da
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0700db
+int style Theme_AppCompat_DialogWhenLarge 0x7f0700dc
+int style Theme_AppCompat_Light 0x7f0700dd
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0700de
+int style Theme_AppCompat_Light_Dialog 0x7f0700df
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700e0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e1
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e2
+int style Theme_AppCompat_Light_NoActionBar 0x7f0700e3
+int style Theme_AppCompat_NoActionBar 0x7f0700e4
+int style ThemeOverlay_AppCompat 0x7f0700e5
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e6
+int style ThemeOverlay_AppCompat_Dark 0x7f0700e7
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700e8
+int style ThemeOverlay_AppCompat_Light 0x7f0700e9
+int style Widget_AppCompat_ActionBar 0x7f0700ea
+int style Widget_AppCompat_ActionBar_Solid 0x7f0700eb
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0700ec
+int style Widget_AppCompat_ActionBar_TabText 0x7f0700ed
+int style Widget_AppCompat_ActionBar_TabView 0x7f0700ee
+int style Widget_AppCompat_ActionButton 0x7f0700ef
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700f0
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f1
+int style Widget_AppCompat_ActionMode 0x7f0700f2
+int style Widget_AppCompat_ActivityChooserView 0x7f0700f3
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f4
+int style Widget_AppCompat_Button 0x7f0700f5
+int style Widget_AppCompat_Button_Borderless 0x7f0700f6
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f7
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700f8
+int style Widget_AppCompat_Button_Small 0x7f0700f9
+int style Widget_AppCompat_ButtonBar 0x7f0700fa
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fb
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700fc
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0700fd
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0700fe
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0700ff
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f070100
+int style Widget_AppCompat_EditText 0x7f070101
+int style Widget_AppCompat_Light_ActionBar 0x7f070102
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070103
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070104
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070105
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070106
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f070107
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070108
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f070109
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f07010a
+int style Widget_AppCompat_Light_ActionButton 0x7f07010b
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010c
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f07010d
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f07010e
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f07010f
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070110
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070111
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f070112
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f070113
+int style Widget_AppCompat_Light_PopupMenu 0x7f070114
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070115
+int style Widget_AppCompat_Light_SearchView 0x7f070116
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f070117
+int style Widget_AppCompat_ListPopupWindow 0x7f070118
+int style Widget_AppCompat_ListView 0x7f070119
+int style Widget_AppCompat_ListView_DropDown 0x7f07011a
+int style Widget_AppCompat_ListView_Menu 0x7f07011b
+int style Widget_AppCompat_PopupMenu 0x7f07011c
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f07011d
+int style Widget_AppCompat_PopupWindow 0x7f07011e
+int style Widget_AppCompat_ProgressBar 0x7f07011f
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070120
+int style Widget_AppCompat_RatingBar 0x7f070121
+int style Widget_AppCompat_SearchView 0x7f070122
+int style Widget_AppCompat_SearchView_ActionBar 0x7f070123
+int style Widget_AppCompat_Spinner 0x7f070124
+int style Widget_AppCompat_Spinner_DropDown 0x7f070125
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070126
+int style Widget_AppCompat_Spinner_Underlined 0x7f070127
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f070128
+int style Widget_AppCompat_Toolbar 0x7f070129
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f07012a
+int style Widget_Design_AppBarLayout 0x7f07012b
+int style Widget_Design_CollapsingToolbar 0x7f07012c
+int style Widget_Design_CoordinatorLayout 0x7f07012d
+int style Widget_Design_FloatingActionButton 0x7f07012e
+int style Widget_Design_NavigationView 0x7f07012f
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f070130
+int style Widget_Design_Snackbar 0x7f070131
+int style Widget_Design_TabLayout 0x7f070001
+int style Widget_Design_TextInputLayout 0x7f070132
+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, 0x7f0100b0 }
+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 AppBarLayout { 0x010100d4, 0x7f01001a }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_elevation 1
+int[] styleable AppBarLayout_LayoutParams { 0x7f010024, 0x7f010025 }
+int styleable AppBarLayout_LayoutParams_layout_scrollFlags 0
+int styleable AppBarLayout_LayoutParams_layout_scrollInterpolator 1
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010026 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable CollapsingAppBarLayout_LayoutParams { 0x7f010027, 0x7f010028 }
+int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseMode 0
+int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier 1
+int[] styleable CollapsingToolbarLayout { 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032 }
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 6
+int styleable CollapsingToolbarLayout_contentScrim 7
+int styleable CollapsingToolbarLayout_expandedTitleMargin 0
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 4
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 3
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 1
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 2
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 5
+int styleable CollapsingToolbarLayout_statusBarScrim 8
+int styleable CollapsingToolbarLayout_toolbarId 9
+int[] styleable CoordinatorLayout { 0x7f010033, 0x7f010034 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_LayoutParams { 0x010100b3, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038 }
+int styleable CoordinatorLayout_LayoutParams_android_layout_gravity 0
+int styleable CoordinatorLayout_LayoutParams_layout_anchor 2
+int styleable CoordinatorLayout_LayoutParams_layout_anchorGravity 4
+int styleable CoordinatorLayout_LayoutParams_layout_behavior 1
+int styleable CoordinatorLayout_LayoutParams_layout_keyline 3
+int[] styleable DrawerArrowToggle { 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable FloatingActionButton { 0x010100d4, 0x7f01001a, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f0100fa, 0x7f0100fb }
+int styleable FloatingActionButton_android_background 0
+int styleable FloatingActionButton_backgroundTint 6
+int styleable FloatingActionButton_backgroundTintMode 7
+int styleable FloatingActionButton_borderWidth 5
+int styleable FloatingActionButton_elevation 1
+int styleable FloatingActionButton_fabSize 3
+int styleable FloatingActionButton_pressedTranslationZ 4
+int styleable FloatingActionButton_rippleColor 2
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010045, 0x7f010046, 0x7f010047 }
+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, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b }
+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, 0x7f01004c }
+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 NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_maxWidth 2
+int styleable NavigationView_elevation 3
+int styleable NavigationView_headerLayout 8
+int styleable NavigationView_itemBackground 7
+int styleable NavigationView_itemIconTint 5
+int styleable NavigationView_itemTextColor 6
+int styleable NavigationView_menu 4
+int[] styleable PopupWindow { 0x01010176, 0x7f010052 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010053 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable ScrimInsetsFrameLayout { 0x7f010054 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Params { 0x7f010055 }
+int styleable ScrollingViewBehavior_Params_behavior_overlapTop 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062 }
+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 SnackbarLayout { 0x0101011f, 0x7f01001a, 0x7f010063 }
+int styleable SnackbarLayout_android_maxWidth 0
+int styleable SnackbarLayout_elevation 1
+int styleable SnackbarLayout_maxActionInlineWidth 2
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e }
+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 TabLayout { 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e }
+int styleable TabLayout_tabBackground 3
+int styleable TabLayout_tabContentStart 2
+int styleable TabLayout_tabGravity 5
+int styleable TabLayout_tabIndicatorColor 0
+int styleable TabLayout_tabIndicatorHeight 1
+int styleable TabLayout_tabMaxWidth 7
+int styleable TabLayout_tabMinWidth 6
+int styleable TabLayout_tabMode 4
+int styleable TabLayout_tabPadding 15
+int styleable TabLayout_tabPaddingBottom 14
+int styleable TabLayout_tabPaddingEnd 13
+int styleable TabLayout_tabPaddingStart 11
+int styleable TabLayout_tabPaddingTop 12
+int styleable TabLayout_tabSelectedTextColor 10
+int styleable TabLayout_tabTextAppearance 8
+int styleable TabLayout_tabTextColor 9
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010026 }
+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 TextInputLayout { 0x01010150, 0x7f01007f, 0x7f010080, 0x7f010081 }
+int styleable TextInputLayout_android_hint 0
+int styleable TextInputLayout_errorEnabled 2
+int styleable TextInputLayout_errorTextAppearance 3
+int styleable TextInputLayout_hintTextAppearance 1
+int[] styleable Theme { 0x01010057, 0x010100ae, 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, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 90
+int styleable Theme_alertDialogCenterButtons 91
+int styleable Theme_alertDialogStyle 89
+int styleable Theme_alertDialogTheme 92
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 97
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 95
+int styleable Theme_buttonBarNeutralButtonStyle 96
+int styleable Theme_buttonBarPositiveButtonStyle 94
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 98
+int styleable Theme_buttonStyleSmall 99
+int styleable Theme_checkboxStyle 100
+int styleable Theme_checkedTextViewStyle 101
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 102
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 103
+int styleable Theme_ratingBarStyle 104
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 105
+int styleable Theme_switchStyle 106
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 93
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..6c078ef
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/annotations.zip
new file mode 100644
index 0000000..32e99c6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..9e379dd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_in.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_in.xml
new file mode 100644
index 0000000..0a3051e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_in.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_out.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_out.xml
new file mode 100644
index 0000000..b992940
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/fab_out.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_in.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_in.xml
new file mode 100644
index 0000000..ceeb5df
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_in.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_out.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_out.xml
new file mode 100644
index 0000000..4c721a9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/anim/snackbar_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/fab_background.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/fab_background.xml
new file mode 100644
index 0000000..7b808b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/fab_background.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/snackbar_background.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/snackbar_background.xml
new file mode 100644
index 0000000..b776d93
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/drawable/snackbar_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout-sw600dp/layout_snackbar.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout-sw600dp/layout_snackbar.xml
new file mode 100644
index 0000000..6338b24
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout-sw600dp/layout_snackbar.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item.xml
new file mode 100644
index 0000000..e30abf9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item.xml
@@ -0,0 +1,27 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_header.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_header.xml
new file mode 100644
index 0000000..da7f79c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_header.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_separator.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_separator.xml
new file mode 100644
index 0000000..3634413
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_separator.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_subheader.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_subheader.xml
new file mode 100644
index 0000000..fd2fd68
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_item_subheader.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_menu.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_menu.xml
new file mode 100644
index 0000000..ed5257f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/design_navigation_menu.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar.xml
new file mode 100644
index 0000000..f8c2646
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar_include.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar_include.xml
new file mode 100644
index 0000000..c3234f0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/layout/layout_snackbar_include.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-land/values-land.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-land/values-land.xml
new file mode 100644
index 0000000..06388b4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-land/values-land.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-sw600dp/values-sw600dp.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..dbbbd60
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ 0dp
+ 2dp
+ 24dp
+ 576dp
+ 320dp
+ @dimen/snackbar_padding_vertical
+ 160dp
+
+
+ 1
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-v21/values-v21.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..cb03e9c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values-v21/values-v21.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 24dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values/values.xml
new file mode 100644
index 0000000..6a64f5a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/design/22.2.0/res/values/values.xml
@@ -0,0 +1,144 @@
+
+
+
+
+ #FFDD2C00
+ #0A000000
+ #0F000000
+ #1AFFFFFF
+ #2EFFFFFF
+ @android:color/transparent
+ #14000000
+ #44000000
+ #323232
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4dp
+ 0.5dp
+ 24dp
+ 8dp
+ 40dp
+ 56dp
+ 6dp
+ 12dp
+ 32dp
+ 24dp
+ 320dp
+ 8dp
+ 0dp
+ 8dp
+ 128dp
+ 0dp
+ 2dp
+ 0dp
+ -1px
+ -1px
+ 12dp
+ 14dp
+ 24dp
+ 14sp
+ 264dp
+ 72dp
+
+
+
+
+
+ 2
+
+
+ android.support.design.widget.AppBarLayout$ScrollingViewBehavior
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..2dc1a15
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/AndroidManifest.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..2dc1a15
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..766faa5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/palette-v7/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..f191b9b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/R.txt b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/R.txt
new file mode 100644
index 0000000..2879374
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/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/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f191b9b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..791e545
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/res/values/values.xml
new file mode 100644
index 0000000..79b78b7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/res/values/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+ 20dp
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaMetadataCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/RatingCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/RatingCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable RatingCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
@@ -0,0 +1,20 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable MediaSessionCompat.Token;
+parcelable MediaSessionCompat.QueueItem;
+parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable ParcelableVolumeInfo;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable PlaybackStateCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/annotations.zip
new file mode 100644
index 0000000..9693cfa
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/classes.jar
new file mode 100644
index 0000000..e02d845
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/libs/internal_impl-22.2.0.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/libs/internal_impl-22.2.0.jar
new file mode 100644
index 0000000..d3c0945
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars/libs/internal_impl-22.2.0.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/AndroidManifest.xml
new file mode 100644
index 0000000..866012c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/R.txt b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/R.txt
new file mode 100644
index 0000000..a80644b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/R.txt
@@ -0,0 +1 @@
+int string app_name 0x7f020000
diff --git a/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..866012c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/aapt/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/jars/classes.jar b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/jars/classes.jar
new file mode 100644
index 0000000..e690e3d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/res/values/values.xml b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/res/values/values.xml
new file mode 100644
index 0000000..803e1e9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.apkfuns.logutils/library/1.0.4/res/values/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ library
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/AndroidManifest.xml
new file mode 100644
index 0000000..e7d3ca4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/R.txt b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/R.txt
new file mode 100644
index 0000000..6a23def
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/R.txt
@@ -0,0 +1,49 @@
+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[] 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/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..e7d3ca4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/jars/classes.jar
new file mode 100644
index 0000000..1f329b9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/res/values/values.xml
new file mode 100644
index 0000000..5eac81b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.0/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/AndroidManifest.xml
new file mode 100644
index 0000000..495ffaa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..495ffaa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/jars/classes.jar
new file mode 100644
index 0000000..4257f81
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/AndroidManifest.xml
new file mode 100644
index 0000000..ad7610f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/R.txt b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/R.txt
new file mode 100644
index 0000000..6a23def
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/R.txt
@@ -0,0 +1,49 @@
+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[] 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/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..ad7610f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/jars/classes.jar
new file mode 100644
index 0000000..a15d835
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/AndroidManifest.xml
new file mode 100644
index 0000000..69e2e08
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..69e2e08
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jars/classes.jar
new file mode 100644
index 0000000..f5fe129
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libbitmaps.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libbitmaps.so
new file mode 100755
index 0000000..d62b6d6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libbitmaps.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libgifimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libgifimage.so
new file mode 100755
index 0000000..83b4de3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libgifimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libimagepipeline.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libimagepipeline.so
new file mode 100755
index 0000000..6e8d4cc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libimagepipeline.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libmemchunk.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libmemchunk.so
new file mode 100755
index 0000000..668c777
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libmemchunk.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebp.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebp.so
new file mode 100755
index 0000000..4684571
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebp.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebpimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebpimage.so
new file mode 100755
index 0000000..b4308c7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/arm64-v8a/libwebpimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libbitmaps.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libbitmaps.so
new file mode 100755
index 0000000..0a72fb9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libbitmaps.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libgifimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libgifimage.so
new file mode 100755
index 0000000..f8eb09c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libgifimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libimagepipeline.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libimagepipeline.so
new file mode 100755
index 0000000..6f2acd3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libimagepipeline.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libmemchunk.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libmemchunk.so
new file mode 100755
index 0000000..538047f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libmemchunk.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebp.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebp.so
new file mode 100755
index 0000000..9ebb6c0
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebp.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebpimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebpimage.so
new file mode 100755
index 0000000..204592a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi-v7a/libwebpimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libbitmaps.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libbitmaps.so
new file mode 100755
index 0000000..cf2cde4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libbitmaps.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libgifimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libgifimage.so
new file mode 100755
index 0000000..ffdde3b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libgifimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libimagepipeline.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libimagepipeline.so
new file mode 100755
index 0000000..e04015b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libimagepipeline.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libmemchunk.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libmemchunk.so
new file mode 100755
index 0000000..fadce90
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libmemchunk.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebp.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebp.so
new file mode 100755
index 0000000..8826ba3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebp.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebpimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebpimage.so
new file mode 100755
index 0000000..6ae3418
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/armeabi/libwebpimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libbitmaps.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libbitmaps.so
new file mode 100755
index 0000000..40446aa
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libbitmaps.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libgifimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libgifimage.so
new file mode 100755
index 0000000..7addc1f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libgifimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libimagepipeline.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libimagepipeline.so
new file mode 100755
index 0000000..9d35291
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libimagepipeline.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libmemchunk.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libmemchunk.so
new file mode 100755
index 0000000..349c823
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libmemchunk.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebp.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebp.so
new file mode 100755
index 0000000..307e176
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebp.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebpimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebpimage.so
new file mode 100755
index 0000000..4559c33
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86/libwebpimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libbitmaps.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libbitmaps.so
new file mode 100755
index 0000000..de0438b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libbitmaps.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libgifimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libgifimage.so
new file mode 100755
index 0000000..ebaa48a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libgifimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libimagepipeline.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libimagepipeline.so
new file mode 100755
index 0000000..bd310b6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libimagepipeline.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libmemchunk.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libmemchunk.so
new file mode 100755
index 0000000..95fe6fd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libmemchunk.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebp.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebp.so
new file mode 100755
index 0000000..c915679
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebp.so differ
diff --git a/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebpimage.so b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebpimage.so
new file mode 100755
index 0000000..4e54c36
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.0/jni/x86_64/libwebpimage.so differ
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/AndroidManifest.xml
new file mode 100644
index 0000000..c00ff3a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/R.txt b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/R.txt
new file mode 100644
index 0000000..a2252d1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/R.txt
@@ -0,0 +1,42 @@
+int attr siArrowPosition 0x7f010000
+int attr siBorderAlpha 0x7f010007
+int attr siBorderColor 0x7f010005
+int attr siBorderType 0x7f010001
+int attr siBorderWidth 0x7f010006
+int attr siForeground 0x7f010008
+int attr siRadius 0x7f010009
+int attr siShape 0x7f01000b
+int attr siSquare 0x7f010004
+int attr siStrokeCap 0x7f010002
+int attr siStrokeJoin 0x7f010003
+int attr siStrokeMiter 0x7f01000c
+int attr siTriangleHeight 0x7f01000a
+int id bevel 0x7f030007
+int id butt 0x7f030004
+int id fill 0x7f030003
+int id left 0x7f030000
+int id miter 0x7f030008
+int id right 0x7f030001
+int id round 0x7f030005
+int id square 0x7f030006
+int id stroke 0x7f030002
+int raw imgview_diamond 0x7f020000
+int raw imgview_heart 0x7f020001
+int raw imgview_hexagon 0x7f020002
+int raw imgview_octogon 0x7f020003
+int raw imgview_pentagon 0x7f020004
+int raw imgview_star 0x7f020005
+int[] styleable ShaderImageView { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c }
+int styleable ShaderImageView_siArrowPosition 0
+int styleable ShaderImageView_siBorderAlpha 7
+int styleable ShaderImageView_siBorderColor 5
+int styleable ShaderImageView_siBorderType 1
+int styleable ShaderImageView_siBorderWidth 6
+int styleable ShaderImageView_siForeground 8
+int styleable ShaderImageView_siRadius 9
+int styleable ShaderImageView_siShape 11
+int styleable ShaderImageView_siSquare 4
+int styleable ShaderImageView_siStrokeCap 2
+int styleable ShaderImageView_siStrokeJoin 3
+int styleable ShaderImageView_siStrokeMiter 12
+int styleable ShaderImageView_siTriangleHeight 10
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/jars/classes.jar b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/jars/classes.jar
new file mode 100644
index 0000000..31c5b12
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_diamond.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_diamond.svg
new file mode 100644
index 0000000..f1ced2a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_diamond.svg
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_heart.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_heart.svg
new file mode 100644
index 0000000..5c8128f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_heart.svg
@@ -0,0 +1,20 @@
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_hexagon.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_hexagon.svg
new file mode 100644
index 0000000..8d0c583
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_hexagon.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_octogon.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_octogon.svg
new file mode 100644
index 0000000..c4a3552
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_octogon.svg
@@ -0,0 +1,6 @@
+
+
+
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_pentagon.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_pentagon.svg
new file mode 100644
index 0000000..0368b65
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_pentagon.svg
@@ -0,0 +1,7 @@
+
+
+
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_star.svg b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_star.svg
new file mode 100644
index 0000000..895338d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/raw/imgview_star.svg
@@ -0,0 +1,9 @@
+
+
+
+
diff --git a/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/values/values.xml b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/values/values.xml
new file mode 100644
index 0000000..5f864de
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.github.siyamed/android-shape-imageview/0.9.2/res/values/values.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/AndroidManifest.xml
new file mode 100644
index 0000000..a41c85e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/R.txt b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/R.txt
new file mode 100644
index 0000000..fa46847
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/R.txt
@@ -0,0 +1,15 @@
+int array google_colors 0x7f020000
+int attr colors 0x7f010001
+int attr type 0x7f010000
+int color blue 0x7f030000
+int color green 0x7f030001
+int color red 0x7f030002
+int color yellow 0x7f030003
+int id chrome_floating_circles 0x7f050000
+int id folding_circles 0x7f050001
+int id google_music_dices 0x7f050002
+int id nexus_rotation_cross 0x7f050003
+int integer default_type 0x7f040000
+int[] styleable GoogleProgressBar { 0x7f010000, 0x7f010001 }
+int styleable GoogleProgressBar_colors 1
+int styleable GoogleProgressBar_type 0
diff --git a/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..a41c85e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/aapt/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/jars/classes.jar
new file mode 100644
index 0000000..68e378e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/res/values/values.xml b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/res/values/values.xml
new file mode 100644
index 0000000..9997a7d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.jpardogo.googleprogressbar/library/1.2.0/res/values/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+ @color/red
+ @color/blue
+ @color/yellow
+ @color/green
+
+
+
+ #FF375BF1
+ #FF34A350
+ #FFC93437
+ #FFF7D23E
+
+
+
+ 0
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/AndroidManifest.xml
new file mode 100644
index 0000000..27d71e0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/R.txt b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/R.txt
new file mode 100644
index 0000000..c885241
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/R.txt
@@ -0,0 +1,1234 @@
+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 0x7f010083
+int attr actionBarItemBackground 0x7f010084
+int attr actionBarPopupTheme 0x7f01007d
+int attr actionBarSize 0x7f010082
+int attr actionBarSplitStyle 0x7f01007f
+int attr actionBarStyle 0x7f01007e
+int attr actionBarTabBarStyle 0x7f010079
+int attr actionBarTabStyle 0x7f010078
+int attr actionBarTabTextStyle 0x7f01007a
+int attr actionBarTheme 0x7f010080
+int attr actionBarWidgetTheme 0x7f010081
+int attr actionButtonStyle 0x7f01009d
+int attr actionDropDownStyle 0x7f010099
+int attr actionLayout 0x7f010050
+int attr actionMenuTextAppearance 0x7f010085
+int attr actionMenuTextColor 0x7f010086
+int attr actionModeBackground 0x7f010089
+int attr actionModeCloseButtonStyle 0x7f010088
+int attr actionModeCloseDrawable 0x7f01008b
+int attr actionModeCopyDrawable 0x7f01008d
+int attr actionModeCutDrawable 0x7f01008c
+int attr actionModeFindDrawable 0x7f010091
+int attr actionModePasteDrawable 0x7f01008e
+int attr actionModePopupWindowStyle 0x7f010093
+int attr actionModeSelectAllDrawable 0x7f01008f
+int attr actionModeShareDrawable 0x7f010090
+int attr actionModeSplitBackground 0x7f01008a
+int attr actionModeStyle 0x7f010087
+int attr actionModeWebSearchDrawable 0x7f010092
+int attr actionOverflowButtonStyle 0x7f01007b
+int attr actionOverflowMenuStyle 0x7f01007c
+int attr actionProviderClass 0x7f010052
+int attr actionViewClass 0x7f010051
+int attr activityChooserViewStyle 0x7f0100a5
+int attr alertDialogButtonGroupStyle 0x7f0100c6
+int attr alertDialogCenterButtons 0x7f0100c7
+int attr alertDialogStyle 0x7f0100c5
+int attr alertDialogTheme 0x7f0100c8
+int attr autoCompleteTextViewStyle 0x7f0100cd
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100e6
+int attr backgroundTintMode 0x7f0100e7
+int attr barSize 0x7f01002b
+int attr borderlessButtonStyle 0x7f0100a2
+int attr buttonBarButtonStyle 0x7f01009f
+int attr buttonBarNegativeButtonStyle 0x7f0100cb
+int attr buttonBarNeutralButtonStyle 0x7f0100cc
+int attr buttonBarPositiveButtonStyle 0x7f0100ca
+int attr buttonBarStyle 0x7f01009e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ce
+int attr buttonStyleSmall 0x7f0100cf
+int attr checkboxStyle 0x7f0100d0
+int attr checkedTextViewStyle 0x7f0100d1
+int attr closeIcon 0x7f01005a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100e0
+int attr collapseIcon 0x7f0100df
+int attr color 0x7f010025
+int attr colorAccent 0x7f0100bf
+int attr colorButtonNormal 0x7f0100c3
+int attr colorControlActivated 0x7f0100c1
+int attr colorControlHighlight 0x7f0100c2
+int attr colorControlNormal 0x7f0100c0
+int attr colorPrimary 0x7f0100bd
+int attr colorPrimaryDark 0x7f0100be
+int attr colorSwitchThumbNormal 0x7f0100c4
+int attr commitIcon 0x7f01005f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010059
+int attr dialogPreferredPadding 0x7f010097
+int attr dialogTheme 0x7f010096
+int attr disableChildrenWhenDisabled 0x7f010066
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f0100a4
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f0100a3
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100b5
+int attr dropdownListPreferredItemHeight 0x7f01009a
+int attr editTextBackground 0x7f0100ab
+int attr editTextColor 0x7f0100aa
+int attr editTextStyle 0x7f0100d2
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01005b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01009c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010057
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010056
+int attr listChoiceBackgroundIndicator 0x7f0100bc
+int attr listDividerAlertDialog 0x7f010098
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100b6
+int attr listPreferredItemHeight 0x7f0100b0
+int attr listPreferredItemHeightLarge 0x7f0100b2
+int attr listPreferredItemHeightSmall 0x7f0100b1
+int attr listPreferredItemPaddingLeft 0x7f0100b3
+int attr listPreferredItemPaddingRight 0x7f0100b4
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100de
+int attr measureWithLargestChild 0x7f01002d
+int attr met_accentTypeface 0x7f01003a
+int attr met_autoValidate 0x7f010040
+int attr met_baseColor 0x7f010030
+int attr met_bottomTextSize 0x7f010047
+int attr met_checkCharactersCountAtBeginning 0x7f01004e
+int attr met_clearButton 0x7f010044
+int attr met_errorColor 0x7f010033
+int attr met_floatingLabel 0x7f010032
+int attr met_floatingLabelAlwaysShown 0x7f010048
+int attr met_floatingLabelAnimating 0x7f01004a
+int attr met_floatingLabelPadding 0x7f01003d
+int attr met_floatingLabelText 0x7f01003c
+int attr met_floatingLabelTextColor 0x7f010046
+int attr met_floatingLabelTextSize 0x7f010045
+int attr met_helperText 0x7f010038
+int attr met_helperTextAlwaysShown 0x7f010049
+int attr met_helperTextColor 0x7f010039
+int attr met_hideUnderline 0x7f01003e
+int attr met_iconLeft 0x7f010041
+int attr met_iconPadding 0x7f010043
+int attr met_iconRight 0x7f010042
+int attr met_maxCharacters 0x7f010035
+int attr met_minBottomTextLines 0x7f010037
+int attr met_minCharacters 0x7f010034
+int attr met_primaryColor 0x7f010031
+int attr met_singleLineEllipsis 0x7f010036
+int attr met_textColor 0x7f01004b
+int attr met_textColorHint 0x7f01004c
+int attr met_typeface 0x7f01003b
+int attr met_underlineColor 0x7f01003f
+int attr met_validateOnFocusLost 0x7f01004d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100e2
+int attr navigationIcon 0x7f0100e1
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010054
+int attr paddingEnd 0x7f0100e4
+int attr paddingStart 0x7f0100e3
+int attr panelBackground 0x7f0100b9
+int attr panelMenuListTheme 0x7f0100bb
+int attr panelMenuListWidth 0x7f0100ba
+int attr popupMenuStyle 0x7f0100a8
+int attr popupPromptView 0x7f010065
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100a9
+int attr preserveIconSpacing 0x7f010053
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010063
+int attr queryBackground 0x7f010061
+int attr queryHint 0x7f010058
+int attr radioButtonStyle 0x7f0100d3
+int attr ratingBarStyle 0x7f0100d4
+int attr searchHintIcon 0x7f01005d
+int attr searchIcon 0x7f01005c
+int attr searchViewStyle 0x7f0100af
+int attr selectableItemBackground 0x7f0100a0
+int attr selectableItemBackgroundBorderless 0x7f0100a1
+int attr showAsAction 0x7f01004f
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01006d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01009b
+int attr spinnerMode 0x7f010064
+int attr spinnerStyle 0x7f0100d5
+int attr splitTrack 0x7f01006c
+int attr state_above_anchor 0x7f010055
+int attr submitBackground 0x7f010062
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100d8
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010060
+int attr switchMinWidth 0x7f01006a
+int attr switchPadding 0x7f01006b
+int attr switchStyle 0x7f0100d6
+int attr switchTextAppearance 0x7f010069
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010094
+int attr textAppearanceListItem 0x7f0100b7
+int attr textAppearanceListItemSmall 0x7f0100b8
+int attr textAppearanceSearchResultSubtitle 0x7f0100ad
+int attr textAppearanceSearchResultTitle 0x7f0100ac
+int attr textAppearanceSmallPopupMenu 0x7f010095
+int attr textColorAlertDialogListItem 0x7f0100c9
+int attr textColorSearchUrl 0x7f0100ae
+int attr theme 0x7f0100e5
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010068
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100dd
+int attr titleMarginEnd 0x7f0100db
+int attr titleMarginStart 0x7f0100da
+int attr titleMarginTop 0x7f0100dc
+int attr titleMargins 0x7f0100d9
+int attr titleTextAppearance 0x7f0100d7
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f0100a7
+int attr toolbarStyle 0x7f0100a6
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010067
+int attr voiceIcon 0x7f01005e
+int attr windowActionBar 0x7f01006e
+int attr windowActionBarOverlay 0x7f010070
+int attr windowActionModeOverlay 0x7f010071
+int attr windowFixedHeightMajor 0x7f010075
+int attr windowFixedHeightMinor 0x7f010073
+int attr windowFixedWidthMajor 0x7f010072
+int attr windowFixedWidthMinor 0x7f010074
+int attr windowMinWidthMajor 0x7f010076
+int attr windowMinWidthMinor 0x7f010077
+int attr windowNoTitle 0x7f01006f
+int bool abc_action_bar_embed_tabs 0x7f080002
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003
+int bool abc_config_actionMenuItemAllCaps 0x7f080004
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001
+int bool abc_config_closeDialogWhenTouchOutside 0x7f080005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006
+int color abc_background_cache_hint_selector_material_dark 0x7f0a0033
+int color abc_background_cache_hint_selector_material_light 0x7f0a0034
+int color abc_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a0035
+int color abc_primary_text_disable_only_material_light 0x7f0a0036
+int color abc_primary_text_material_dark 0x7f0a0037
+int color abc_primary_text_material_light 0x7f0a0038
+int color abc_search_url_text 0x7f0a0039
+int color abc_search_url_text_normal 0x7f0a0001
+int color abc_search_url_text_pressed 0x7f0a0002
+int color abc_search_url_text_selected 0x7f0a0003
+int color abc_secondary_text_material_dark 0x7f0a003a
+int color abc_secondary_text_material_light 0x7f0a003b
+int color accent_material_dark 0x7f0a0004
+int color accent_material_light 0x7f0a0005
+int color background_floating_material_dark 0x7f0a0006
+int color background_floating_material_light 0x7f0a0007
+int color background_material_dark 0x7f0a0008
+int color background_material_light 0x7f0a0009
+int color bright_foreground_disabled_material_dark 0x7f0a000a
+int color bright_foreground_disabled_material_light 0x7f0a000b
+int color bright_foreground_inverse_material_dark 0x7f0a000c
+int color bright_foreground_inverse_material_light 0x7f0a000d
+int color bright_foreground_material_dark 0x7f0a000e
+int color bright_foreground_material_light 0x7f0a000f
+int color button_material_dark 0x7f0a0010
+int color button_material_light 0x7f0a0011
+int color dim_foreground_disabled_material_dark 0x7f0a0012
+int color dim_foreground_disabled_material_light 0x7f0a0013
+int color dim_foreground_material_dark 0x7f0a0014
+int color dim_foreground_material_light 0x7f0a0015
+int color highlighted_text_material_dark 0x7f0a0016
+int color highlighted_text_material_light 0x7f0a0017
+int color hint_foreground_material_dark 0x7f0a0018
+int color hint_foreground_material_light 0x7f0a0019
+int color link_text_material_dark 0x7f0a001a
+int color link_text_material_light 0x7f0a001b
+int color material_blue_grey_800 0x7f0a001c
+int color material_blue_grey_900 0x7f0a001d
+int color material_blue_grey_950 0x7f0a001e
+int color material_deep_teal_200 0x7f0a001f
+int color material_deep_teal_500 0x7f0a0020
+int color primary_dark_material_dark 0x7f0a0021
+int color primary_dark_material_light 0x7f0a0022
+int color primary_material_dark 0x7f0a0023
+int color primary_material_light 0x7f0a0024
+int color primary_text_default_material_dark 0x7f0a0025
+int color primary_text_default_material_light 0x7f0a0026
+int color primary_text_disabled_material_dark 0x7f0a0027
+int color primary_text_disabled_material_light 0x7f0a0028
+int color ripple_material_dark 0x7f0a0029
+int color ripple_material_light 0x7f0a002a
+int color secondary_text_default_material_dark 0x7f0a002b
+int color secondary_text_default_material_light 0x7f0a002c
+int color secondary_text_disabled_material_dark 0x7f0a002d
+int color secondary_text_disabled_material_light 0x7f0a002e
+int color switch_thumb_disabled_material_dark 0x7f0a002f
+int color switch_thumb_disabled_material_light 0x7f0a0030
+int color switch_thumb_material_dark 0x7f0a003c
+int color switch_thumb_material_light 0x7f0a003d
+int color switch_thumb_normal_material_dark 0x7f0a0031
+int color switch_thumb_normal_material_light 0x7f0a0032
+int dimen abc_action_bar_content_inset_material 0x7f06000c
+int dimen abc_action_bar_default_height_material 0x7f060001
+int dimen abc_action_bar_default_padding_material 0x7f060002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f060010
+int dimen abc_action_bar_navigation_padding_start_material 0x7f06000d
+int dimen abc_action_bar_overflow_padding_end_material 0x7f06000e
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060011
+int dimen abc_action_bar_progress_bar_size 0x7f060003
+int dimen abc_action_bar_stacked_max_height 0x7f060012
+int dimen abc_action_bar_stacked_tab_max_width 0x7f060013
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015
+int dimen abc_action_button_min_height_material 0x7f060016
+int dimen abc_action_button_min_width_material 0x7f060017
+int dimen abc_action_button_min_width_overflow_material 0x7f060018
+int dimen abc_alert_dialog_button_bar_height 0x7f060000
+int dimen abc_button_inset_horizontal_material 0x7f060019
+int dimen abc_button_inset_vertical_material 0x7f06001a
+int dimen abc_button_padding_horizontal_material 0x7f06001b
+int dimen abc_button_padding_vertical_material 0x7f06001c
+int dimen abc_config_prefDialogWidth 0x7f060006
+int dimen abc_control_corner_material 0x7f06001d
+int dimen abc_control_inset_material 0x7f06001e
+int dimen abc_control_padding_material 0x7f06001f
+int dimen abc_dialog_list_padding_vertical_material 0x7f060020
+int dimen abc_dialog_min_width_major 0x7f060021
+int dimen abc_dialog_min_width_minor 0x7f060022
+int dimen abc_dialog_padding_material 0x7f060023
+int dimen abc_dialog_padding_top_material 0x7f060024
+int dimen abc_disabled_alpha_material_dark 0x7f060025
+int dimen abc_disabled_alpha_material_light 0x7f060026
+int dimen abc_dropdownitem_icon_width 0x7f060027
+int dimen abc_dropdownitem_text_padding_left 0x7f060028
+int dimen abc_dropdownitem_text_padding_right 0x7f060029
+int dimen abc_edit_text_inset_bottom_material 0x7f06002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f06002b
+int dimen abc_edit_text_inset_top_material 0x7f06002c
+int dimen abc_floating_window_z 0x7f06002d
+int dimen abc_list_item_padding_horizontal_material 0x7f06002e
+int dimen abc_panel_menu_list_width 0x7f06002f
+int dimen abc_search_view_preferred_width 0x7f060030
+int dimen abc_search_view_text_min_width 0x7f060007
+int dimen abc_switch_padding 0x7f06000f
+int dimen abc_text_size_body_1_material 0x7f060031
+int dimen abc_text_size_body_2_material 0x7f060032
+int dimen abc_text_size_button_material 0x7f060033
+int dimen abc_text_size_caption_material 0x7f060034
+int dimen abc_text_size_display_1_material 0x7f060035
+int dimen abc_text_size_display_2_material 0x7f060036
+int dimen abc_text_size_display_3_material 0x7f060037
+int dimen abc_text_size_display_4_material 0x7f060038
+int dimen abc_text_size_headline_material 0x7f060039
+int dimen abc_text_size_large_material 0x7f06003a
+int dimen abc_text_size_medium_material 0x7f06003b
+int dimen abc_text_size_menu_material 0x7f06003c
+int dimen abc_text_size_small_material 0x7f06003d
+int dimen abc_text_size_subhead_material 0x7f06003e
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060004
+int dimen abc_text_size_title_material 0x7f06003f
+int dimen abc_text_size_title_material_toolbar 0x7f060005
+int dimen bottom_ellipsis_height 0x7f060040
+int dimen bottom_text_size 0x7f060041
+int dimen default_padding_bottom 0x7f060042
+int dimen default_padding_top 0x7f060043
+int dimen dialog_fixed_height_major 0x7f060008
+int dimen dialog_fixed_height_minor 0x7f060009
+int dimen dialog_fixed_width_major 0x7f06000a
+int dimen dialog_fixed_width_minor 0x7f06000b
+int dimen disabled_alpha_material_dark 0x7f060044
+int dimen disabled_alpha_material_light 0x7f060045
+int dimen floating_label_text_size 0x7f060046
+int dimen inner_components_spacing 0x7f060047
+int dimen inner_padding_left 0x7f060048
+int dimen inner_padding_right 0x7f060049
+int dimen notification_large_icon_height 0x7f06004a
+int dimen notification_large_icon_width 0x7f06004b
+int dimen notification_subtext_size 0x7f06004c
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable met_ic_clear 0x7f02003b
+int drawable notification_template_icon_bg 0x7f02003c
+int id action0 0x7f0b0050
+int id action_bar 0x7f0b0041
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b0040
+int id action_bar_root 0x7f0b003c
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b0025
+int id action_bar_title 0x7f0b0024
+int id action_context_bar 0x7f0b0042
+int id action_divider 0x7f0b0054
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b003e
+int id action_mode_bar_stub 0x7f0b003d
+int id action_mode_close_button 0x7f0b0026
+int id activity_chooser_view_content 0x7f0b0027
+int id alertTitle 0x7f0b0031
+int id always 0x7f0b0017
+int id beginning 0x7f0b0013
+int id buttonPanel 0x7f0b0037
+int id cancel_action 0x7f0b0051
+int id checkbox 0x7f0b0039
+int id chronometer 0x7f0b0057
+int id collapseActionView 0x7f0b0018
+int id contentPanel 0x7f0b0032
+int id custom 0x7f0b0036
+int id customPanel 0x7f0b0035
+int id decor_content_parent 0x7f0b003f
+int id default_activity_button 0x7f0b002a
+int id dialog 0x7f0b001c
+int id disableHome 0x7f0b000c
+int id dropdown 0x7f0b001d
+int id edit_query 0x7f0b0043
+int id end 0x7f0b0014
+int id end_padder 0x7f0b005c
+int id expand_activities_button 0x7f0b0028
+int id expanded_menu 0x7f0b0038
+int id highlight 0x7f0b0016
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b000d
+int id icon 0x7f0b002c
+int id ifRoom 0x7f0b0019
+int id image 0x7f0b0029
+int id info 0x7f0b005b
+int id line1 0x7f0b0055
+int id line3 0x7f0b0059
+int id listMode 0x7f0b0009
+int id list_item 0x7f0b002b
+int id media_actions 0x7f0b0053
+int id middle 0x7f0b0015
+int id multiply 0x7f0b001f
+int id never 0x7f0b001a
+int id none 0x7f0b000e
+int id normal 0x7f0b000a
+int id parentPanel 0x7f0b002e
+int id progress_circular 0x7f0b0005
+int id progress_horizontal 0x7f0b0006
+int id radio 0x7f0b003b
+int id screen 0x7f0b0020
+int id scrollView 0x7f0b0033
+int id search_badge 0x7f0b0045
+int id search_bar 0x7f0b0044
+int id search_button 0x7f0b0046
+int id search_close_btn 0x7f0b004b
+int id search_edit_frame 0x7f0b0047
+int id search_go_btn 0x7f0b004d
+int id search_mag_icon 0x7f0b0048
+int id search_plate 0x7f0b0049
+int id search_src_text 0x7f0b004a
+int id search_voice_btn 0x7f0b004e
+int id select_dialog_listview 0x7f0b004f
+int id shortcut 0x7f0b003a
+int id showCustom 0x7f0b000f
+int id showHome 0x7f0b0010
+int id showTitle 0x7f0b0011
+int id split_action_bar 0x7f0b0007
+int id src_atop 0x7f0b0021
+int id src_in 0x7f0b0022
+int id src_over 0x7f0b0023
+int id status_bar_latest_event_content 0x7f0b0052
+int id submit_area 0x7f0b004c
+int id tabMode 0x7f0b000b
+int id text 0x7f0b005a
+int id text2 0x7f0b0058
+int id textSpacerNoButtons 0x7f0b0034
+int id time 0x7f0b0056
+int id title 0x7f0b002d
+int id title_template 0x7f0b0030
+int id topPanel 0x7f0b002f
+int id up 0x7f0b0008
+int id useLogo 0x7f0b0012
+int id withText 0x7f0b001b
+int id wrap_content 0x7f0b001e
+int integer abc_config_activityDefaultDur 0x7f090001
+int integer abc_config_activityShortDur 0x7f090002
+int integer abc_max_action_buttons 0x7f090000
+int integer cancel_button_image_alpha 0x7f090003
+int integer status_bar_notification_info_maxnum 0x7f090004
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout notification_media_action 0x7f030019
+int layout notification_media_cancel_action 0x7f03001a
+int layout notification_template_big_media 0x7f03001b
+int layout notification_template_big_media_narrow 0x7f03001c
+int layout notification_template_lines 0x7f03001d
+int layout notification_template_media 0x7f03001e
+int layout notification_template_part_chronometer 0x7f03001f
+int layout notification_template_part_time 0x7f030020
+int layout select_dialog_item_material 0x7f030021
+int layout select_dialog_multichoice_material 0x7f030022
+int layout select_dialog_singlechoice_material 0x7f030023
+int layout support_simple_spinner_dropdown_item 0x7f030024
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f05000d
+int string abc_action_bar_home_subtitle_description_format 0x7f05000e
+int string abc_action_bar_up_description 0x7f050001
+int string abc_action_menu_overflow_description 0x7f050002
+int string abc_action_mode_done 0x7f050003
+int string abc_activity_chooser_view_see_all 0x7f050004
+int string abc_activitychooserview_choose_application 0x7f050005
+int string abc_search_hint 0x7f05000f
+int string abc_searchview_description_clear 0x7f050006
+int string abc_searchview_description_query 0x7f050007
+int string abc_searchview_description_search 0x7f050008
+int string abc_searchview_description_submit 0x7f050009
+int string abc_searchview_description_voice 0x7f05000a
+int string abc_shareactionprovider_share_with 0x7f05000b
+int string abc_shareactionprovider_share_with_application 0x7f05000c
+int string abc_toolbar_collapse_description 0x7f050010
+int string status_bar_notification_info_overflow 0x7f050011
+int style AlertDialog_AppCompat 0x7f070073
+int style AlertDialog_AppCompat_Light 0x7f070074
+int style Animation_AppCompat_Dialog 0x7f070075
+int style Animation_AppCompat_DropDownUp 0x7f070076
+int style Base_AlertDialog_AppCompat 0x7f070077
+int style Base_AlertDialog_AppCompat_Light 0x7f070078
+int style Base_Animation_AppCompat_Dialog 0x7f070079
+int style Base_Animation_AppCompat_DropDownUp 0x7f07007a
+int style Base_DialogWindowTitle_AppCompat 0x7f07007b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f07007c
+int style Base_TextAppearance_AppCompat 0x7f07002e
+int style Base_TextAppearance_AppCompat_Body1 0x7f07002f
+int style Base_TextAppearance_AppCompat_Body2 0x7f070030
+int style Base_TextAppearance_AppCompat_Button 0x7f070018
+int style Base_TextAppearance_AppCompat_Caption 0x7f070031
+int style Base_TextAppearance_AppCompat_Display1 0x7f070032
+int style Base_TextAppearance_AppCompat_Display2 0x7f070033
+int style Base_TextAppearance_AppCompat_Display3 0x7f070034
+int style Base_TextAppearance_AppCompat_Display4 0x7f070035
+int style Base_TextAppearance_AppCompat_Headline 0x7f070036
+int style Base_TextAppearance_AppCompat_Inverse 0x7f070003
+int style Base_TextAppearance_AppCompat_Large 0x7f070037
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070038
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070039
+int style Base_TextAppearance_AppCompat_Medium 0x7f07003a
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005
+int style Base_TextAppearance_AppCompat_Menu 0x7f07003b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f07007d
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003c
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003d
+int style Base_TextAppearance_AppCompat_Small 0x7f07003e
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006
+int style Base_TextAppearance_AppCompat_Subhead 0x7f07003f
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007
+int style Base_TextAppearance_AppCompat_Title 0x7f070040
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070041
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070045
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070046
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070047
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f07007e
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f07007f
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d
+int style Base_Theme_AppCompat 0x7f07004e
+int style Base_Theme_AppCompat_CompactMenu 0x7f070080
+int style Base_Theme_AppCompat_Dialog 0x7f070009
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f070081
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070082
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f070083
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001
+int style Base_Theme_AppCompat_Light 0x7f07004f
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f070084
+int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f070085
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f070086
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f070087
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002
+int style Base_ThemeOverlay_AppCompat 0x7f070088
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070089
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f07008a
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f07008b
+int style Base_ThemeOverlay_AppCompat_Light 0x7f07008c
+int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014
+int style Base_V12_Widget_AppCompat_EditText 0x7f070015
+int style Base_V21_Theme_AppCompat 0x7f070050
+int style Base_V21_Theme_AppCompat_Dialog 0x7f070051
+int style Base_V21_Theme_AppCompat_Light 0x7f070052
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053
+int style Base_V7_Theme_AppCompat 0x7f07008d
+int style Base_V7_Theme_AppCompat_Dialog 0x7f07008e
+int style Base_V7_Theme_AppCompat_Light 0x7f07008f
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070090
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070091
+int style Base_V7_Widget_AppCompat_EditText 0x7f070092
+int style Base_Widget_AppCompat_ActionBar 0x7f070093
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f070094
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f070095
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055
+int style Base_Widget_AppCompat_ActionButton 0x7f070056
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058
+int style Base_Widget_AppCompat_ActionMode 0x7f070096
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f070097
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016
+int style Base_Widget_AppCompat_Button 0x7f070059
+int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f070098
+int style Base_Widget_AppCompat_Button_Small 0x7f07005c
+int style Base_Widget_AppCompat_ButtonBar 0x7f07005d
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f070099
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f07009a
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f07009b
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060
+int style Base_Widget_AppCompat_EditText 0x7f070017
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f07009c
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f07009d
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f07009e
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066
+int style Base_Widget_AppCompat_ListView 0x7f070067
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068
+int style Base_Widget_AppCompat_ListView_Menu 0x7f070069
+int style Base_Widget_AppCompat_PopupMenu 0x7f07006a
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b
+int style Base_Widget_AppCompat_PopupWindow 0x7f07009f
+int style Base_Widget_AppCompat_ProgressBar 0x7f07000d
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e
+int style Base_Widget_AppCompat_RatingBar 0x7f07006c
+int style Base_Widget_AppCompat_SearchView 0x7f0700a0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a1
+int style Base_Widget_AppCompat_Spinner 0x7f07000f
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07006d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f
+int style Base_Widget_AppCompat_Toolbar 0x7f0700a2
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070
+int style Platform_AppCompat 0x7f070010
+int style Platform_AppCompat_Light 0x7f070011
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070071
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f070072
+int style Platform_V11_AppCompat 0x7f070012
+int style Platform_V11_AppCompat_Light 0x7f070013
+int style Platform_V14_AppCompat 0x7f070019
+int style Platform_V14_AppCompat_Light 0x7f07001a
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f07002d
+int style TextAppearance_AppCompat 0x7f0700a3
+int style TextAppearance_AppCompat_Body1 0x7f0700a4
+int style TextAppearance_AppCompat_Body2 0x7f0700a5
+int style TextAppearance_AppCompat_Button 0x7f0700a6
+int style TextAppearance_AppCompat_Caption 0x7f0700a7
+int style TextAppearance_AppCompat_Display1 0x7f0700a8
+int style TextAppearance_AppCompat_Display2 0x7f0700a9
+int style TextAppearance_AppCompat_Display3 0x7f0700aa
+int style TextAppearance_AppCompat_Display4 0x7f0700ab
+int style TextAppearance_AppCompat_Headline 0x7f0700ac
+int style TextAppearance_AppCompat_Inverse 0x7f0700ad
+int style TextAppearance_AppCompat_Large 0x7f0700ae
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0700af
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b1
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b2
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700b3
+int style TextAppearance_AppCompat_Medium 0x7f0700b4
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700b5
+int style TextAppearance_AppCompat_Menu 0x7f0700b6
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700b7
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700b8
+int style TextAppearance_AppCompat_Small 0x7f0700b9
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0700ba
+int style TextAppearance_AppCompat_Subhead 0x7f0700bb
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700bc
+int style TextAppearance_AppCompat_Title 0x7f0700bd
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0700be
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700bf
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c1
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c2
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700c3
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700c4
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700c5
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700c6
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700c7
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700c8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700c9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700ca
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0700cb
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700cc
+int style TextAppearance_StatusBar_EventContent 0x7f07001b
+int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d
+int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e
+int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700cd
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700ce
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700cf
+int style Theme_AppCompat 0x7f0700d0
+int style Theme_AppCompat_CompactMenu 0x7f0700d1
+int style Theme_AppCompat_Dialog 0x7f0700d2
+int style Theme_AppCompat_Dialog_Alert 0x7f0700d3
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0700d4
+int style Theme_AppCompat_DialogWhenLarge 0x7f0700d5
+int style Theme_AppCompat_Light 0x7f0700d6
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0700d7
+int style Theme_AppCompat_Light_Dialog 0x7f0700d8
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700d9
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700da
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700db
+int style Theme_AppCompat_Light_NoActionBar 0x7f0700dc
+int style Theme_AppCompat_NoActionBar 0x7f0700dd
+int style ThemeOverlay_AppCompat 0x7f0700de
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0700df
+int style ThemeOverlay_AppCompat_Dark 0x7f0700e0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700e1
+int style ThemeOverlay_AppCompat_Light 0x7f0700e2
+int style Widget_AppCompat_ActionBar 0x7f0700e3
+int style Widget_AppCompat_ActionBar_Solid 0x7f0700e4
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0700e5
+int style Widget_AppCompat_ActionBar_TabText 0x7f0700e6
+int style Widget_AppCompat_ActionBar_TabView 0x7f0700e7
+int style Widget_AppCompat_ActionButton 0x7f0700e8
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700e9
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0700ea
+int style Widget_AppCompat_ActionMode 0x7f0700eb
+int style Widget_AppCompat_ActivityChooserView 0x7f0700ec
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0700ed
+int style Widget_AppCompat_Button 0x7f0700ee
+int style Widget_AppCompat_Button_Borderless 0x7f0700ef
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700f1
+int style Widget_AppCompat_Button_Small 0x7f0700f2
+int style Widget_AppCompat_ButtonBar 0x7f0700f3
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700f4
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700f5
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0700f6
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0700f7
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0700f8
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0700f9
+int style Widget_AppCompat_EditText 0x7f0700fa
+int style Widget_AppCompat_Light_ActionBar 0x7f0700fb
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0700fc
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0700fd
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700fe
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0700ff
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f070100
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070101
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f070102
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f070103
+int style Widget_AppCompat_Light_ActionButton 0x7f070104
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f070105
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070106
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070107
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f070108
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070109
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f07010a
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f07010b
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f07010c
+int style Widget_AppCompat_Light_PopupMenu 0x7f07010d
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f07010e
+int style Widget_AppCompat_Light_SearchView 0x7f07010f
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f070110
+int style Widget_AppCompat_ListPopupWindow 0x7f070111
+int style Widget_AppCompat_ListView 0x7f070112
+int style Widget_AppCompat_ListView_DropDown 0x7f070113
+int style Widget_AppCompat_ListView_Menu 0x7f070114
+int style Widget_AppCompat_PopupMenu 0x7f070115
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f070116
+int style Widget_AppCompat_PopupWindow 0x7f070117
+int style Widget_AppCompat_ProgressBar 0x7f070118
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070119
+int style Widget_AppCompat_RatingBar 0x7f07011a
+int style Widget_AppCompat_SearchView 0x7f07011b
+int style Widget_AppCompat_SearchView_ActionBar 0x7f07011c
+int style Widget_AppCompat_Spinner 0x7f07011d
+int style Widget_AppCompat_Spinner_DropDown 0x7f07011e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07011f
+int style Widget_AppCompat_Spinner_Underlined 0x7f070120
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f070121
+int style Widget_AppCompat_Toolbar 0x7f070122
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f070123
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01009c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialEditText { 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e }
+int styleable MaterialEditText_met_accentTypeface 10
+int styleable MaterialEditText_met_autoValidate 16
+int styleable MaterialEditText_met_baseColor 0
+int styleable MaterialEditText_met_bottomTextSize 23
+int styleable MaterialEditText_met_checkCharactersCountAtBeginning 30
+int styleable MaterialEditText_met_clearButton 20
+int styleable MaterialEditText_met_errorColor 3
+int styleable MaterialEditText_met_floatingLabel 2
+int styleable MaterialEditText_met_floatingLabelAlwaysShown 24
+int styleable MaterialEditText_met_floatingLabelAnimating 26
+int styleable MaterialEditText_met_floatingLabelPadding 13
+int styleable MaterialEditText_met_floatingLabelText 12
+int styleable MaterialEditText_met_floatingLabelTextColor 22
+int styleable MaterialEditText_met_floatingLabelTextSize 21
+int styleable MaterialEditText_met_helperText 8
+int styleable MaterialEditText_met_helperTextAlwaysShown 25
+int styleable MaterialEditText_met_helperTextColor 9
+int styleable MaterialEditText_met_hideUnderline 14
+int styleable MaterialEditText_met_iconLeft 17
+int styleable MaterialEditText_met_iconPadding 19
+int styleable MaterialEditText_met_iconRight 18
+int styleable MaterialEditText_met_maxCharacters 5
+int styleable MaterialEditText_met_minBottomTextLines 7
+int styleable MaterialEditText_met_minCharacters 4
+int styleable MaterialEditText_met_primaryColor 1
+int styleable MaterialEditText_met_singleLineEllipsis 6
+int styleable MaterialEditText_met_textColor 27
+int styleable MaterialEditText_met_textColorHint 28
+int styleable MaterialEditText_met_typeface 11
+int styleable MaterialEditText_met_underlineColor 15
+int styleable MaterialEditText_met_validateOnFocusLost 29
+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, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052 }
+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, 0x7f010053 }
+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, 0x7f010054 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010055 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d }
+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, 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, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 90
+int styleable Theme_alertDialogCenterButtons 91
+int styleable Theme_alertDialogStyle 89
+int styleable Theme_alertDialogTheme 92
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 97
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 95
+int styleable Theme_buttonBarNeutralButtonStyle 96
+int styleable Theme_buttonBarPositiveButtonStyle 94
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 98
+int styleable Theme_buttonStyleSmall 99
+int styleable Theme_checkboxStyle 100
+int styleable Theme_checkedTextViewStyle 101
+int styleable Theme_colorAccent 83
+int styleable Theme_colorButtonNormal 87
+int styleable Theme_colorControlActivated 85
+int styleable Theme_colorControlHighlight 86
+int styleable Theme_colorControlNormal 84
+int styleable Theme_colorPrimary 81
+int styleable Theme_colorPrimaryDark 82
+int styleable Theme_colorSwitchThumbNormal 88
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 73
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 102
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 80
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 74
+int styleable Theme_listPreferredItemHeight 68
+int styleable Theme_listPreferredItemHeightLarge 70
+int styleable Theme_listPreferredItemHeightSmall 69
+int styleable Theme_listPreferredItemPaddingLeft 71
+int styleable Theme_listPreferredItemPaddingRight 72
+int styleable Theme_panelBackground 77
+int styleable Theme_panelMenuListTheme 79
+int styleable Theme_panelMenuListWidth 78
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 103
+int styleable Theme_ratingBarStyle 104
+int styleable Theme_searchViewStyle 67
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 105
+int styleable Theme_switchStyle 106
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 75
+int styleable Theme_textAppearanceListItemSmall 76
+int styleable Theme_textAppearanceSearchResultSubtitle 65
+int styleable Theme_textAppearanceSearchResultTitle 64
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 93
+int styleable Theme_textColorSearchUrl 66
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..27d71e0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/aapt/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/annotations.zip b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/annotations.zip
new file mode 100644
index 0000000..163757e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/jars/classes.jar b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/jars/classes.jar
new file mode 100644
index 0000000..5d7515b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-hdpi/met_ic_clear.png b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-hdpi/met_ic_clear.png
new file mode 100644
index 0000000..e8f8a33
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-hdpi/met_ic_clear.png differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-mdpi/met_ic_clear.png b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-mdpi/met_ic_clear.png
new file mode 100644
index 0000000..bd6b5e9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-mdpi/met_ic_clear.png differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xhdpi/met_ic_clear.png b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xhdpi/met_ic_clear.png
new file mode 100644
index 0000000..87a38ed
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xhdpi/met_ic_clear.png differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxhdpi/met_ic_clear.png b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxhdpi/met_ic_clear.png
new file mode 100644
index 0000000..d05b698
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxhdpi/met_ic_clear.png differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxxhdpi/met_ic_clear.png b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxxhdpi/met_ic_clear.png
new file mode 100644
index 0000000..044ace7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/drawable-xxxhdpi/met_ic_clear.png differ
diff --git a/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/values/values.xml b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/values/values.xml
new file mode 100644
index 0000000..5c35bed
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.rengwuxian.materialedittext/library/2.1.4/res/values/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+ 4dp
+ 12sp
+ 8dp
+ 8dp
+ 12sp
+ 8dp
+ 0dp
+ 0dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/AndroidManifest.xml
new file mode 100644
index 0000000..9db7b40
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/R.txt b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/R.txt
new file mode 100644
index 0000000..5baec16
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/R.txt
@@ -0,0 +1,33 @@
+int anim floating_action_button_hide 0x7f030000
+int anim floating_action_button_show 0x7f030001
+int attr floatingActionButtonColor 0x7f010001
+int attr floatingActionButtonImplicitElevation 0x7f010003
+int attr floatingActionButtonShadow 0x7f010004
+int attr floatingActionButtonSize 0x7f010002
+int attr floatingActionButtonStyle 0x7f010000
+int dimen floating_action_button_elevation 0x7f040000
+int dimen floating_action_button_margin_mini 0x7f040001
+int dimen floating_action_button_margin_mini_minus 0x7f040002
+int dimen floating_action_button_margin_normal 0x7f040003
+int dimen floating_action_button_margin_normal_minus 0x7f040004
+int dimen floating_action_button_shadow_radius 0x7f040005
+int dimen floating_action_button_size_mini 0x7f040006
+int dimen floating_action_button_size_normal 0x7f040007
+int drawable com_shamanland_fab_circle_mini 0x7f020000
+int drawable com_shamanland_fab_circle_normal 0x7f020001
+int drawable com_shamanland_fab_mini 0x7f020002
+int drawable com_shamanland_fab_normal 0x7f020003
+int drawable com_shamanland_fab_shadow 0x7f020004
+int id mini 0x7f060000
+int id normal 0x7f060001
+int style FloatingActionButton 0x7f050000
+int style FloatingActionButton_Dark 0x7f050001
+int style FloatingActionButton_Dark_Mini 0x7f050002
+int style FloatingActionButton_Light 0x7f050003
+int style FloatingActionButton_Light_Mini 0x7f050004
+int style FloatingActionButton_Mini 0x7f050005
+int[] styleable FloatingActionButton { 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004 }
+int styleable FloatingActionButton_floatingActionButtonColor 0
+int styleable FloatingActionButton_floatingActionButtonImplicitElevation 2
+int styleable FloatingActionButton_floatingActionButtonShadow 3
+int styleable FloatingActionButton_floatingActionButtonSize 1
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/jars/classes.jar b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/jars/classes.jar
new file mode 100644
index 0000000..8c745e6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_hide.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_hide.xml
new file mode 100644
index 0000000..841c591
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_hide.xml
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_show.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_show.xml
new file mode 100644
index 0000000..5a32052
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/anim/floating_action_button_show.xml
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_mini.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_mini.xml
new file mode 100644
index 0000000..b429649
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_mini.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_normal.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_normal.xml
new file mode 100644
index 0000000..d5ac3d7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_circle_normal.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_mini.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_mini.xml
new file mode 100644
index 0000000..1eb0cac
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_mini.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_normal.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_normal.xml
new file mode 100644
index 0000000..f5ce0e3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_normal.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_shadow.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_shadow.xml
new file mode 100644
index 0000000..5293e59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/drawable/com_shamanland_fab_shadow.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values-v21/values.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values-v21/values.xml
new file mode 100644
index 0000000..b57889e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values-v21/values.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ 20dp
+ -20dp
+ 28dp
+ -28dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values/values.xml b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values/values.xml
new file mode 100644
index 0000000..415048c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.shamanland/fab/0.0.8/res/values/values.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+ 4dp
+ 26dp
+ -26dp
+ 34dp
+ -34dp
+ 6dp
+ 40dp
+ 56dp
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/AndroidManifest.xml b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/AndroidManifest.xml
new file mode 100644
index 0000000..feff834
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/R.txt b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/R.txt
new file mode 100644
index 0000000..101a1cc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/R.txt
@@ -0,0 +1,5 @@
+int raw editor 0x7f020000
+int raw normalize 0x7f020001
+int raw rich_editor 0x7f020002
+int raw style 0x7f020003
+int string app_name 0x7f030000
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..feff834
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/aapt/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/jars/classes.jar b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/jars/classes.jar
new file mode 100644
index 0000000..02a80e2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/editor.html b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/editor.html
new file mode 100644
index 0000000..1b63e11
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/editor.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/normalize.css b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/normalize.css
new file mode 100644
index 0000000..a5ae163
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/normalize.css
@@ -0,0 +1,413 @@
+/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
+
+/**
+ * 1. Set default font family to sans-serif.
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
+ * user zoom.
+ */
+
+html {
+ font-family: sans-serif; /* 1 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/**
+ * Remove default margin.
+ */
+
+body {
+ margin: 0;
+}
+
+/* HTML5 display definitions
+ ========================================================================== */
+
+/**
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
+ * and Firefox.
+ * Correct `block` display not defined for `main` in IE 11.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+/**
+ * 1. Correct `inline-block` display not defined in IE 8/9.
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
+ */
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block; /* 1 */
+ vertical-align: baseline; /* 2 */
+}
+
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
+ */
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+/**
+ * Address `[hidden]` styling not present in IE 8/9/10.
+ * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
+ */
+
+[hidden],
+template {
+ display: none;
+}
+
+/* Links
+ ========================================================================== */
+
+/**
+ * Remove the gray background color from active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * Improve readability when focused and also mouse hovered in all browsers.
+ */
+
+a:active,
+a:hover {
+ outline: 0;
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
+ */
+
+abbr[title] {
+ border-bottom: 1px dotted;
+}
+
+/**
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
+ */
+
+b,
+strong {
+ font-weight: bold;
+}
+
+/**
+ * Address styling not present in Safari and Chrome.
+ */
+
+dfn {
+ font-style: italic;
+}
+
+/**
+ * Address variable `h1` font-size and margin within `section` and `article`
+ * contexts in Firefox 4+, Safari, and Chrome.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/**
+ * Address styling not present in IE 8/9.
+ */
+
+mark {
+ background: #ff0;
+ color: #000;
+}
+
+/**
+ * Address inconsistent and variable font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sup {
+ top: -0.5em;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove border when inside `a` element in IE 8/9/10.
+ */
+
+img {
+ border: 0;
+}
+
+/**
+ * Correct overflow not hidden in IE 9/10/11.
+ */
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * Address margin not present in IE 8/9 and Safari.
+ */
+
+figure {
+ margin: 1em 40px;
+}
+
+/**
+ * Address differences between Firefox and other browsers.
+ */
+
+hr {
+ box-sizing: content-box;
+ height: 0;
+}
+
+/**
+ * Contain overflow in all browsers.
+ */
+
+pre {
+ overflow: auto;
+}
+
+/**
+ * Address odd `em`-unit font size rendering in all browsers.
+ */
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
+ * styling of `select`, unless a `border` property is set.
+ */
+
+/**
+ * 1. Correct color not being inherited.
+ * Known issue: affects color of disabled elements.
+ * 2. Correct font properties not being inherited.
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ color: inherit; /* 1 */
+ font: inherit; /* 2 */
+ margin: 0; /* 3 */
+}
+
+/**
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
+ */
+
+button {
+ overflow: visible;
+}
+
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
+ * Correct `select` style inheritance in Firefox.
+ */
+
+button,
+select {
+ text-transform: none;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ * `input` and others.
+ */
+
+button,
+html input[type="button"], /* 1 */
+input[type="reset"],
+input[type="submit"] {
+ -webkit-appearance: button; /* 2 */
+ cursor: pointer; /* 3 */
+}
+
+/**
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+html input[disabled] {
+ cursor: default;
+}
+
+/**
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
+ */
+
+input {
+ line-height: normal;
+}
+
+/**
+ * It's recommended that you don't attempt to style these elements.
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
+ *
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
+ * 2. Remove excess padding in IE 8/9/10.
+ */
+
+input[type="checkbox"],
+input[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
+ * `font-size` values of the `input`, it causes the cursor style of the
+ * decrement button to change from `default` to `text`.
+ */
+
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
+ */
+
+input[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ -webkit-box-sizing: content-box; /* 2 */
+ box-sizing: content-box;
+}
+
+/**
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
+ * Safari (but not Chrome) clips the cancel button when the search input has
+ * padding (and `textfield` appearance).
+ */
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * Define consistent border, margin, and padding.
+ */
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
+ */
+
+legend {
+ border: 0; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Remove default vertical scrollbar in IE 8/9/10/11.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * Don't inherit the `font-weight` (applied by a rule above).
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
+ */
+
+optgroup {
+ font-weight: bold;
+}
+
+/* Tables
+ ========================================================================== */
+
+/**
+ * Remove most spacing between table cells.
+ */
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+td,
+th {
+ padding: 0;
+}
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/rich_editor.js b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/rich_editor.js
new file mode 100644
index 0000000..1096927
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/jp.wasabeef/richeditor-android/0.1/res/raw/rich_editor.js
@@ -0,0 +1,257 @@
+/**
+ * Copyright (C) 2015 Wasabeef
+ *
+ * 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.
+ */
+
+var RE = {};
+
+RE.currentSelection;
+
+RE.editor = document.getElementById('editor');
+
+// Initializations
+RE.callback = function() {
+ window.location.href = "re-callback://" + encodeURI(RE.getHtml());
+}
+
+RE.setHtml = function(contents) {
+ RE.editor.innerHTML = decodeURIComponent(contents.replace(/\+/g, '%20'));
+}
+
+RE.getHtml = function() {
+ return RE.editor.innerHTML;
+}
+
+RE.getText = function() {
+ return RE.editor.innerText;
+}
+
+RE.setFontSize = function(size) {
+ RE.editor.style.fontSize = size;
+}
+
+RE.setBackgroundColor = function(color) {
+ RE.editor.style.backgroundColor = color;
+}
+
+RE.setWidth = function(size) {
+ RE.editor.style.minWidth = size;
+}
+
+RE.setHeight = function(size) {
+ RE.editor.style.minHeight = size;
+}
+
+RE.setPlaceholder = function(placeholder) {
+ RE.editor.setAttribute("placeholder", placeholder);
+}
+
+RE.undo = function() {
+ document.execCommand('undo', false, null);
+}
+
+RE.redo = function() {
+ document.execCommand('redo', false, null);
+}
+
+RE.setBold = function() {
+ document.execCommand('bold', false, null);
+}
+
+RE.setItalic = function() {
+ document.execCommand('italic', false, null);
+}
+
+RE.setSubscript = function() {
+ document.execCommand('subscript', false, null);
+}
+
+RE.setSuperscript = function() {
+ document.execCommand('superscript', false, null);
+}
+
+RE.setStrikeThrough = function() {
+ document.execCommand('strikeThrough', false, null);
+}
+
+RE.setUnderline = function() {
+ document.execCommand('underline', false, null);
+}
+
+RE.setTextColor = function(color) {
+ RE.restorerange();
+ document.execCommand("styleWithCSS", null, true);
+ document.execCommand('foreColor', false, color);
+ document.execCommand("styleWithCSS", null, false);
+}
+
+RE.setTextBackgroundColor = function(color) {
+ RE.restorerange();
+ document.execCommand("styleWithCSS", null, true);
+ document.execCommand('hiliteColor', false, color);
+ document.execCommand("styleWithCSS", null, false);
+}
+
+RE.setHeading = function(heading) {
+ document.execCommand('formatBlock', false, '');
+}
+
+RE.setIndent = function() {
+ document.execCommand('indent', false, null);
+}
+
+RE.setOutdent = function() {
+ document.execCommand('outdent', false, null);
+}
+
+RE.setJustifyLeft = function() {
+ document.execCommand('justifyLeft', false, null);
+}
+
+RE.setJustifyCenter = function() {
+ document.execCommand('justifyCenter', false, null);
+}
+
+RE.setJustifyRight = function() {
+ document.execCommand('justifyRight', false, null);
+}
+
+RE.setBlockquote = function() {
+ document.execCommand('formatBlock', false, '
whether stub image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} during image loading
+ *
whether stub image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if empty URI is passed
+ *
whether stub image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if image loading fails
+ *
whether {@link com.nostra13.universalimageloader.core.imageaware.ImageAware image aware view} should be reset
+ * before image loading start
auxiliary object which will be passed to {@link ImageDownloader#getStream(String, Object) ImageDownloader}
+ *
pre-processor for image Bitmap (before caching in memory)
+ *
post-processor for image Bitmap (after caching in memory, before displaying)
+ *
how decoded {@link Bitmap} will be displayed
+ *
+ *
+ * You can create instance:
+ *
+ *
with {@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder}:
+ * i.e. :
+ * new {@link com.nostra13.universalimageloader.core.DisplayImageOptions}.{@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#Builder() Builder()}.{@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#cacheInMemory() cacheInMemory()}.
+ * {@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageOnLoading(int) showImageOnLoading()}.{@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#build() build()}
+ *
+ *
or by static method: {@link #createSimple()}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public final class DisplayImageOptions {
+
+ private final int imageResOnLoading;
+ private final int imageResForEmptyUri;
+ private final int imageResOnFail;
+ private final Drawable imageOnLoading;
+ private final Drawable imageForEmptyUri;
+ private final Drawable imageOnFail;
+ private final boolean resetViewBeforeLoading;
+ private final boolean cacheInMemory;
+ private final boolean cacheOnDisc;
+ private final ImageScaleType imageScaleType;
+ private final Options decodingOptions;
+ private final int delayBeforeLoading;
+ private final boolean considerExifParams;
+ private final Object extraForDownloader;
+ private final BitmapProcessor preProcessor;
+ private final BitmapProcessor postProcessor;
+ private final BitmapDisplayer displayer;
+ private final Handler handler;
+ private final boolean isSyncLoading;
+
+ private DisplayImageOptions(Builder builder) {
+ imageResOnLoading = builder.imageResOnLoading;
+ imageResForEmptyUri = builder.imageResForEmptyUri;
+ imageResOnFail = builder.imageResOnFail;
+ imageOnLoading = builder.imageOnLoading;
+ imageForEmptyUri = builder.imageForEmptyUri;
+ imageOnFail = builder.imageOnFail;
+ resetViewBeforeLoading = builder.resetViewBeforeLoading;
+ cacheInMemory = builder.cacheInMemory;
+ cacheOnDisc = builder.cacheOnDisc;
+ imageScaleType = builder.imageScaleType;
+ decodingOptions = builder.decodingOptions;
+ delayBeforeLoading = builder.delayBeforeLoading;
+ considerExifParams = builder.considerExifParams;
+ extraForDownloader = builder.extraForDownloader;
+ preProcessor = builder.preProcessor;
+ postProcessor = builder.postProcessor;
+ displayer = builder.displayer;
+ handler = builder.handler;
+ isSyncLoading = builder.isSyncLoading;
+ }
+
+ public boolean shouldShowImageOnLoading() {
+ return imageOnLoading != null || imageResOnLoading != 0;
+ }
+
+ public boolean shouldShowImageForEmptyUri() {
+ return imageForEmptyUri != null || imageResForEmptyUri != 0;
+ }
+
+ public boolean shouldShowImageOnFail() {
+ return imageOnFail != null || imageResOnFail != 0;
+ }
+
+ public boolean shouldPreProcess() {
+ return preProcessor != null;
+ }
+
+ public boolean shouldPostProcess() {
+ return postProcessor != null;
+ }
+
+ public boolean shouldDelayBeforeLoading() {
+ return delayBeforeLoading > 0;
+ }
+
+ public Drawable getImageOnLoading(Resources res) {
+ return imageResOnLoading != 0 ? res.getDrawable(imageResOnLoading) : imageOnLoading;
+ }
+
+ public Drawable getImageForEmptyUri(Resources res) {
+ return imageResForEmptyUri != 0 ? res.getDrawable(imageResForEmptyUri) : imageForEmptyUri;
+ }
+
+ public Drawable getImageOnFail(Resources res) {
+ return imageResOnFail != 0 ? res.getDrawable(imageResOnFail) : imageOnFail;
+ }
+
+ public boolean isResetViewBeforeLoading() {
+ return resetViewBeforeLoading;
+ }
+
+ public boolean isCacheInMemory() {
+ return cacheInMemory;
+ }
+
+ public boolean isCacheOnDisc() {
+ return cacheOnDisc;
+ }
+
+ public ImageScaleType getImageScaleType() {
+ return imageScaleType;
+ }
+
+ public Options getDecodingOptions() {
+ return decodingOptions;
+ }
+
+ public int getDelayBeforeLoading() {
+ return delayBeforeLoading;
+ }
+
+ public boolean isConsiderExifParams() {
+ return considerExifParams;
+ }
+
+ public Object getExtraForDownloader() {
+ return extraForDownloader;
+ }
+
+ public BitmapProcessor getPreProcessor() {
+ return preProcessor;
+ }
+
+ public BitmapProcessor getPostProcessor() {
+ return postProcessor;
+ }
+
+ public BitmapDisplayer getDisplayer() {
+ return displayer;
+ }
+
+ public Handler getHandler() {
+ return handler;
+ }
+
+ boolean isSyncLoading() {
+ return isSyncLoading;
+ }
+
+ /**
+ * Builder for {@link com.nostra13.universalimageloader.core.DisplayImageOptions}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ */
+ public static class Builder {
+ private int imageResOnLoading = 0;
+ private int imageResForEmptyUri = 0;
+ private int imageResOnFail = 0;
+ private Drawable imageOnLoading = null;
+ private Drawable imageForEmptyUri = null;
+ private Drawable imageOnFail = null;
+ private boolean resetViewBeforeLoading = false;
+ private boolean cacheInMemory = false;
+ private boolean cacheOnDisc = false;
+ private ImageScaleType imageScaleType = ImageScaleType.IN_SAMPLE_POWER_OF_2;
+ private Options decodingOptions = new Options();
+ private int delayBeforeLoading = 0;
+ private boolean considerExifParams = false;
+ private Object extraForDownloader = null;
+ private BitmapProcessor preProcessor = null;
+ private BitmapProcessor postProcessor = null;
+ private BitmapDisplayer displayer = DefaultConfigurationFactory.createBitmapDisplayer();
+ private Handler handler = null;
+ private boolean isSyncLoading = false;
+
+ public Builder() {
+ decodingOptions.inPurgeable = true;
+ decodingOptions.inInputShareable = true;
+ }
+
+ /**
+ * Stub image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} during image loading
+ *
+ * @param imageRes Stub image resource
+ * @deprecated Use {@link #showImageOnLoading(int)} instead
+ */
+ @Deprecated
+ public Builder showStubImage(int imageRes) {
+ imageResOnLoading = imageRes;
+ return this;
+ }
+
+ /**
+ * Incoming image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} during image loading
+ *
+ * @param imageRes Image resource
+ */
+ public Builder showImageOnLoading(int imageRes) {
+ imageResOnLoading = imageRes;
+ return this;
+ }
+
+ /**
+ * Incoming drawable will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} during image loading.
+ * This option will be ignored if {@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageOnLoading(int)} is set.
+ */
+ public Builder showImageOnLoading(Drawable drawable) {
+ imageOnLoading = drawable;
+ return this;
+ }
+
+ /**
+ * Incoming image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if empty URI (null or empty
+ * string) will be passed to ImageLoader.displayImage(...) method.
+ *
+ * @param imageRes Image resource
+ */
+ public Builder showImageForEmptyUri(int imageRes) {
+ imageResForEmptyUri = imageRes;
+ return this;
+ }
+
+ /**
+ * Incoming drawable will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if empty URI (null or empty
+ * string) will be passed to ImageLoader.displayImage(...) method.
+ * This option will be ignored if {@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageForEmptyUri(int)} is set.
+ */
+ public Builder showImageForEmptyUri(Drawable drawable) {
+ imageForEmptyUri = drawable;
+ return this;
+ }
+
+ /**
+ * Incoming image will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if some error occurs during
+ * requested image loading/decoding.
+ *
+ * @param imageRes Image resource
+ */
+ public Builder showImageOnFail(int imageRes) {
+ imageResOnFail = imageRes;
+ return this;
+ }
+
+ /**
+ * Incoming drawable will be displayed in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} if some error occurs during
+ * requested image loading/decoding.
+ * This option will be ignored if {@link com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageOnFail(int)} is set.
+ */
+ public Builder showImageOnFail(Drawable drawable) {
+ imageOnFail = drawable;
+ return this;
+ }
+
+ /**
+ * {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} will be reset (set null) before image loading start
+ *
+ * @deprecated Use {@link #resetViewBeforeLoading(boolean) resetViewBeforeLoading(true)} instead
+ */
+ public Builder resetViewBeforeLoading() {
+ resetViewBeforeLoading = true;
+ return this;
+ }
+
+ /**
+ * Sets whether {@link com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * image aware view} will be reset (set null) before image loading start
+ */
+ public Builder resetViewBeforeLoading(boolean resetViewBeforeLoading) {
+ this.resetViewBeforeLoading = resetViewBeforeLoading;
+ return this;
+ }
+
+ /**
+ * Loaded image will be cached in memory
+ *
+ * @deprecated Use {@link #cacheInMemory(boolean) cacheInMemory(true)} instead
+ */
+ public Builder cacheInMemory() {
+ cacheInMemory = true;
+ return this;
+ }
+
+ /** Sets whether loaded image will be cached in memory */
+ public Builder cacheInMemory(boolean cacheInMemory) {
+ this.cacheInMemory = cacheInMemory;
+ return this;
+ }
+
+ /**
+ * Loaded image will be cached on disc
+ *
+ * @deprecated Use {@link #cacheOnDisc(boolean) cacheOnDisc(true)} instead
+ */
+ public Builder cacheOnDisc() {
+ cacheOnDisc = true;
+ return this;
+ }
+
+ /** Sets whether loaded image will be cached on disc */
+ public Builder cacheOnDisc(boolean cacheOnDisc) {
+ this.cacheOnDisc = cacheOnDisc;
+ return this;
+ }
+
+ /**
+ * Sets {@linkplain ImageScaleType scale type} for decoding image. This parameter is used while define scale
+ * size for decoding image to Bitmap. Default value - {@link ImageScaleType#IN_SAMPLE_POWER_OF_2}
+ */
+ public Builder imageScaleType(ImageScaleType imageScaleType) {
+ this.imageScaleType = imageScaleType;
+ return this;
+ }
+
+ /** Sets {@link Bitmap.Config bitmap config} for image decoding. Default value - {@link Bitmap.Config#ARGB_8888} */
+ public Builder bitmapConfig(Bitmap.Config bitmapConfig) {
+ if (bitmapConfig == null) throw new IllegalArgumentException("bitmapConfig can't be null");
+ decodingOptions.inPreferredConfig = bitmapConfig;
+ return this;
+ }
+
+ /**
+ * Sets options for image decoding.
+ * NOTE: {@link Options#inSampleSize} of incoming options will NOT be considered. Library
+ * calculate the most appropriate sample size itself according yo {@link #imageScaleType(ImageScaleType)}
+ * options.
+ * NOTE: This option overlaps {@link #bitmapConfig(android.graphics.Bitmap.Config) bitmapConfig()}
+ * option.
+ */
+ public Builder decodingOptions(Options decodingOptions) {
+ if (decodingOptions == null) throw new IllegalArgumentException("decodingOptions can't be null");
+ this.decodingOptions = decodingOptions;
+ return this;
+ }
+
+ /** Sets delay time before starting loading task. Default - no delay. */
+ public Builder delayBeforeLoading(int delayInMillis) {
+ this.delayBeforeLoading = delayInMillis;
+ return this;
+ }
+
+ /** Sets auxiliary object which will be passed to {@link ImageDownloader#getStream(String, Object)} */
+ public Builder extraForDownloader(Object extra) {
+ this.extraForDownloader = extra;
+ return this;
+ }
+
+ /** Sets whether ImageLoader will consider EXIF parameters of JPEG image (rotate, flip) */
+ public Builder considerExifParams(boolean considerExifParams) {
+ this.considerExifParams = considerExifParams;
+ return this;
+ }
+
+ /**
+ * Sets bitmap processor which will be process bitmaps before they will be cached in memory. So memory cache
+ * will contain bitmap processed by incoming preProcessor.
+ * Image will be pre-processed even if caching in memory is disabled.
+ */
+ public Builder preProcessor(BitmapProcessor preProcessor) {
+ this.preProcessor = preProcessor;
+ return this;
+ }
+
+ /**
+ * Sets bitmap processor which will be process bitmaps before they will be displayed in
+ * {@link com.nostra13.universalimageloader.core.imageaware.ImageAware image aware view} but
+ * after they'll have been saved in memory cache.
+ */
+ public Builder postProcessor(BitmapProcessor postProcessor) {
+ this.postProcessor = postProcessor;
+ return this;
+ }
+
+ /**
+ * Sets custom {@link BitmapDisplayer displayer} for image loading task. Default value -
+ * {@link DefaultConfigurationFactory#createBitmapDisplayer()}
+ */
+ public Builder displayer(BitmapDisplayer displayer) {
+ if (displayer == null) throw new IllegalArgumentException("displayer can't be null");
+ this.displayer = displayer;
+ return this;
+ }
+
+ Builder syncLoading(boolean isSyncLoading) {
+ this.isSyncLoading = isSyncLoading;
+ return this;
+ }
+
+ /**
+ * Sets custom {@linkplain Handler handler} for displaying images and firing {@linkplain ImageLoadingListener
+ * listener} events.
+ */
+ public Builder handler(Handler handler) {
+ this.handler = handler;
+ return this;
+ }
+
+ /** Sets all options equal to incoming options */
+ public Builder cloneFrom(DisplayImageOptions options) {
+ imageResOnLoading = options.imageResOnLoading;
+ imageResForEmptyUri = options.imageResForEmptyUri;
+ imageResOnFail = options.imageResOnFail;
+ imageOnLoading = options.imageOnLoading;
+ imageForEmptyUri = options.imageForEmptyUri;
+ imageOnFail = options.imageOnFail;
+ resetViewBeforeLoading = options.resetViewBeforeLoading;
+ cacheInMemory = options.cacheInMemory;
+ cacheOnDisc = options.cacheOnDisc;
+ imageScaleType = options.imageScaleType;
+ decodingOptions = options.decodingOptions;
+ delayBeforeLoading = options.delayBeforeLoading;
+ considerExifParams = options.considerExifParams;
+ extraForDownloader = options.extraForDownloader;
+ preProcessor = options.preProcessor;
+ postProcessor = options.postProcessor;
+ displayer = options.displayer;
+ handler = options.handler;
+ isSyncLoading = options.isSyncLoading;
+ return this;
+ }
+
+ /** Builds configured {@link com.nostra13.universalimageloader.core.DisplayImageOptions} object */
+ public DisplayImageOptions build() {
+ return new DisplayImageOptions(this);
+ }
+ }
+
+ /**
+ * Creates options appropriate for single displaying:
+ *
+ *
View will not be reset before loading
+ *
Loaded image will not be cached in memory
+ *
Loaded image will not be cached on disc
+ *
{@link ImageScaleType#IN_SAMPLE_POWER_OF_2} decoding type will be used
+ *
{@link Bitmap.Config#ARGB_8888} bitmap config will be used for image decoding
+ *
{@link SimpleBitmapDisplayer} will be used for image displaying
+ *
+ *
+ * These option are appropriate for simple single-use image (from drawables or from Internet) displaying.
+ */
+ public static DisplayImageOptions createSimple() {
+ return new Builder().build();
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java
new file mode 100644
index 0000000..5145af0
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java
@@ -0,0 +1,725 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import android.graphics.Bitmap;
+import android.os.Handler;
+import android.os.Looper;
+import android.text.TextUtils;
+import android.view.View;
+import android.widget.ImageView;
+import com.nostra13.universalimageloader.cache.disc.DiscCacheAware;
+import com.nostra13.universalimageloader.cache.memory.MemoryCacheAware;
+import com.nostra13.universalimageloader.core.assist.FailReason;
+import com.nostra13.universalimageloader.core.assist.FlushedInputStream;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+import com.nostra13.universalimageloader.core.imageaware.ImageNonViewAware;
+import com.nostra13.universalimageloader.core.imageaware.ImageViewAware;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingListener;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener;
+import com.nostra13.universalimageloader.core.listener.SimpleImageLoadingListener;
+import com.nostra13.universalimageloader.core.listener.SyncImageLoadingListener;
+import com.nostra13.universalimageloader.utils.ImageSizeUtils;
+import com.nostra13.universalimageloader.utils.L;
+import com.nostra13.universalimageloader.utils.MemoryCacheUtils;
+
+/**
+ * Singletone for image loading and displaying at {@link ImageView ImageViews}
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before any other method.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public class ImageLoader {
+
+ public static final String TAG = ImageLoader.class.getSimpleName();
+
+ static final String LOG_INIT_CONFIG = "Initialize ImageLoader with configuration";
+ static final String LOG_DESTROY = "Destroy ImageLoader";
+ static final String LOG_LOAD_IMAGE_FROM_MEMORY_CACHE = "Load image from memory cache [%s]";
+
+ private static final String WARNING_RE_INIT_CONFIG = "Try to initialize ImageLoader which had already been initialized before. " + "To re-init ImageLoader with new configuration call ImageLoader.destroy() at first.";
+ private static final String ERROR_WRONG_ARGUMENTS = "Wrong arguments were passed to displayImage() method (ImageView reference must not be null)";
+ private static final String ERROR_NOT_INIT = "ImageLoader must be init with configuration before using";
+ private static final String ERROR_INIT_CONFIG_WITH_NULL = "ImageLoader configuration can not be initialized with null";
+
+ private ImageLoaderConfiguration configuration;
+ private ImageLoaderEngine engine;
+
+ private final ImageLoadingListener emptyListener = new SimpleImageLoadingListener();
+
+ private volatile static ImageLoader instance;
+
+ /** Returns singleton class instance */
+ public static ImageLoader getInstance() {
+ if (instance == null) {
+ synchronized (ImageLoader.class) {
+ if (instance == null) {
+ instance = new ImageLoader();
+ }
+ }
+ }
+ return instance;
+ }
+
+ protected ImageLoader() {
+ }
+
+ /**
+ * Initializes ImageLoader instance with configuration.
+ * If configurations was set before ( {@link #isInited()} == true) then this method does nothing.
+ * To force initialization with new configuration you should {@linkplain #destroy() destroy ImageLoader} at first.
+ *
+ * @param configuration {@linkplain ImageLoaderConfiguration ImageLoader configuration}
+ * @throws IllegalArgumentException if configuration parameter is null
+ */
+ public synchronized void init(ImageLoaderConfiguration configuration) {
+ if (configuration == null) {
+ throw new IllegalArgumentException(ERROR_INIT_CONFIG_WITH_NULL);
+ }
+ if (this.configuration == null) {
+ if (configuration.writeLogs) L.d(LOG_INIT_CONFIG);
+ engine = new ImageLoaderEngine(configuration);
+ this.configuration = configuration;
+ } else {
+ L.w(WARNING_RE_INIT_CONFIG);
+ }
+ }
+
+ /**
+ * Returns true - if ImageLoader {@linkplain #init(ImageLoaderConfiguration) is initialized with
+ * configuration}; false - otherwise
+ */
+ public boolean isInited() {
+ return configuration != null;
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageAware when it's turn.
+ * Default {@linkplain DisplayImageOptions display image options} from {@linkplain ImageLoaderConfiguration
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view}
+ * which should display image
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageAware is null
+ */
+ public void displayImage(String uri, ImageAware imageAware,boolean froced) {
+ displayImage(uri, imageAware, null, null, null,froced);
+ }
+
+ public void displayImage(String uri, ImageAware imageAware) {
+ displayImage(uri, imageAware, null, null, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageAware when it's turn.
+ * Default {@linkplain DisplayImageOptions display image options} from {@linkplain ImageLoaderConfiguration
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view}
+ * which should display image
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on
+ * UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageAware is null
+ */
+ public void displayImage(String uri, ImageAware imageAware, ImageLoadingListener listener) {
+ displayImage(uri, imageAware, null, listener, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageAware when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view}
+ * which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageAware is null
+ */
+ public void displayImage(String uri, ImageAware imageAware, DisplayImageOptions options) {
+ displayImage(uri, imageAware, options, null, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageAware when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view}
+ * which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on
+ * UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageAware is null
+ */
+ public void displayImage(String uri, ImageAware imageAware, DisplayImageOptions options,
+ ImageLoadingListener listener) {
+ displayImage(uri, imageAware, options, listener, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageAware when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view}
+ * which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires
+ * events on UI thread if this method is called on UI thread.
+ * @param progressListener {@linkplain com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener
+ * Listener} for image loading progress. Listener fires events on UI thread if this method
+ * is called on UI thread. Caching on disc should be enabled in
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions options} to make
+ * this listener work.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageAware is null
+ */
+ public void displayImage(String uri, ImageAware imageAware, DisplayImageOptions options,
+ ImageLoadingListener listener, ImageLoadingProgressListener progressListener,boolean froced) {
+ checkConfiguration();
+ if (imageAware == null) {
+ throw new IllegalArgumentException(ERROR_WRONG_ARGUMENTS);
+ }
+ if (listener == null) {
+ listener = emptyListener;
+ }
+ if (options == null) {
+ options = configuration.defaultDisplayImageOptions;
+ }
+
+ if (TextUtils.isEmpty(uri)) {
+ engine.cancelDisplayTaskFor(imageAware);
+ listener.onLoadingStarted(uri, imageAware.getWrappedView());
+ if (options.shouldShowImageForEmptyUri()) {
+ imageAware.setImageDrawable(options.getImageForEmptyUri(configuration.resources));
+ } else {
+ imageAware.setImageDrawable(null);
+ }
+ listener.onLoadingComplete(uri, imageAware.getWrappedView(), null);
+ return;
+ }
+
+ ImageSize targetSize = ImageSizeUtils.defineTargetSizeForView(imageAware, configuration.getMaxImageSize());
+ String memoryCacheKey = MemoryCacheUtils.generateKey(uri, targetSize);
+ engine.prepareDisplayTaskFor(imageAware, memoryCacheKey);
+
+ listener.onLoadingStarted(uri, imageAware.getWrappedView());
+
+ Bitmap bmp = configuration.memoryCache.get(memoryCacheKey);
+ if (bmp != null && !bmp.isRecycled()) {
+ if (configuration.writeLogs) L.d(LOG_LOAD_IMAGE_FROM_MEMORY_CACHE, memoryCacheKey);
+
+ if (options.shouldPostProcess()) {
+ ImageLoadingInfo imageLoadingInfo = new ImageLoadingInfo(uri, imageAware, targetSize, memoryCacheKey,
+ options, listener, progressListener, engine.getLockForUri(uri));
+ ProcessAndDisplayImageTask displayTask = new ProcessAndDisplayImageTask(engine, bmp, imageLoadingInfo,
+ defineHandler(options));
+ if (options.isSyncLoading()) {
+ displayTask.run();
+ } else {
+ engine.submit(displayTask);
+ }
+ } else {
+ options.getDisplayer().display(bmp, imageAware, LoadedFrom.MEMORY_CACHE);
+ listener.onLoadingComplete(uri, imageAware.getWrappedView(), bmp);
+ }
+ } else {
+ if (options.shouldShowImageOnLoading()) {
+ imageAware.setImageDrawable(options.getImageOnLoading(configuration.resources));
+ } else if (options.isResetViewBeforeLoading()) {
+ imageAware.setImageDrawable(null);
+ }
+
+ ImageLoadingInfo imageLoadingInfo = new ImageLoadingInfo(uri, imageAware, targetSize, memoryCacheKey,
+ options, listener, progressListener, engine.getLockForUri(uri));
+ LoadAndDisplayImageTask displayTask = new LoadAndDisplayImageTask(engine, imageLoadingInfo,
+ defineHandler(options),froced);
+ if (options.isSyncLoading()) {
+ displayTask.run();
+ } else {
+ engine.submit(displayTask);
+ }
+ }
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageView when it's turn.
+ * Default {@linkplain DisplayImageOptions display image options} from {@linkplain ImageLoaderConfiguration
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageView {@link ImageView} which should display image
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageView is null
+ */
+ public void displayImage(String uri, ImageView imageView) {
+ displayImage(uri, new ImageViewAware(imageView), null, null, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageView when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageView {@link ImageView} which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageView is null
+ */
+ public void displayImage(String uri, ImageView imageView, DisplayImageOptions options) {
+ displayImage(uri, new ImageViewAware(imageView), options, null, null,false);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageView when it's turn.
+ * Default {@linkplain DisplayImageOptions display image options} from {@linkplain ImageLoaderConfiguration
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageView {@link ImageView} which should display image
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on
+ * UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageView is null
+ */
+ public void displayImage(String uri, ImageView imageView, ImageLoadingListener listener) {
+ displayImage(uri, new ImageViewAware(imageView), null, listener, null,false);
+ }
+
+ public void displayImage(String uri, ImageView imageView, ImageLoadingListener listener,boolean froced) {
+ displayImage(uri, new ImageViewAware(imageView), null, listener, null,froced);
+ }
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageView when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageView {@link ImageView} which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on
+ * UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageView is null
+ */
+ public void displayImage(String uri, ImageView imageView, DisplayImageOptions options,
+ ImageLoadingListener listener) {
+ displayImage(uri, imageView, options, listener, null);
+ }
+
+ /**
+ * Adds display image task to execution pool. Image will be set to ImageView when it's turn.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param imageView {@link ImageView} which should display image
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires
+ * events on UI thread if this method is called on UI thread.
+ * @param progressListener {@linkplain com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener
+ * Listener} for image loading progress. Listener fires events on UI thread if this method
+ * is called on UI thread. Caching on disc should be enabled in
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions options} to make
+ * this listener work.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ * @throws IllegalArgumentException if passed imageView is null
+ */
+ public void displayImage(String uri, ImageView imageView, DisplayImageOptions options,
+ ImageLoadingListener listener, ImageLoadingProgressListener progressListener) {
+ displayImage(uri, new ImageViewAware(imageView), options, listener, progressListener,false);
+ }
+
+ /**
+ * Adds load image task to execution pool. Image will be returned with
+ * {@link ImageLoadingListener#onLoadingComplete(String, android.view.View, android.graphics.Bitmap)} callback}.
+ *
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on UI
+ * thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void loadImage(String uri, ImageLoadingListener listener) {
+ loadImage(uri, null, null, listener, null);
+ }
+
+ /**
+ * Adds load image task to execution pool. Image will be returned with
+ * {@link ImageLoadingListener#onLoadingComplete(String, android.view.View, android.graphics.Bitmap)} callback}.
+ *
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param targetImageSize Minimal size for {@link Bitmap} which will be returned in
+ * {@linkplain ImageLoadingListener#onLoadingComplete(String, android.view.View,
+ * android.graphics.Bitmap)} callback}. Downloaded image will be decoded
+ * and scaled to {@link Bitmap} of the size which is equal or larger (usually a bit
+ * larger) than incoming targetImageSize.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires
+ * events on UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void loadImage(String uri, ImageSize targetImageSize, ImageLoadingListener listener) {
+ loadImage(uri, targetImageSize, null, listener, null);
+ }
+
+ /**
+ * Adds load image task to execution pool. Image will be returned with
+ * {@link ImageLoadingListener#onLoadingComplete(String, android.view.View, android.graphics.Bitmap)} callback}.
+ *
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions) from
+ * configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires events on UI
+ * thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void loadImage(String uri, DisplayImageOptions options, ImageLoadingListener listener) {
+ loadImage(uri, null, options, listener, null);
+ }
+
+ /**
+ * Adds load image task to execution pool. Image will be returned with
+ * {@link ImageLoadingListener#onLoadingComplete(String, android.view.View, android.graphics.Bitmap)} callback}.
+ *
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param targetImageSize Minimal size for {@link Bitmap} which will be returned in
+ * {@linkplain ImageLoadingListener#onLoadingComplete(String, android.view.View,
+ * android.graphics.Bitmap)} callback}. Downloaded image will be decoded
+ * and scaled to {@link Bitmap} of the size which is equal or larger (usually a bit
+ * larger) than incoming targetImageSize.
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires
+ * events on UI thread if this method is called on UI thread.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void loadImage(String uri, ImageSize targetImageSize, DisplayImageOptions options,
+ ImageLoadingListener listener) {
+ loadImage(uri, targetImageSize, options, listener, null);
+ }
+
+ /**
+ * Adds load image task to execution pool. Image will be returned with
+ * {@link ImageLoadingListener#onLoadingComplete(String, android.view.View, android.graphics.Bitmap)} callback}.
+ *
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param targetImageSize Minimal size for {@link Bitmap} which will be returned in
+ * {@linkplain ImageLoadingListener#onLoadingComplete(String, android.view.View,
+ * android.graphics.Bitmap)} callback}. Downloaded image will be decoded
+ * and scaled to {@link Bitmap} of the size which is equal or larger (usually a bit
+ * larger) than incoming targetImageSize.
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and displaying. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @param listener {@linkplain ImageLoadingListener Listener} for image loading process. Listener fires
+ * events on UI thread if this method is called on UI thread.
+ * @param progressListener {@linkplain com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener
+ * Listener} for image loading progress. Listener fires events on UI thread if this method
+ * is called on UI thread. Caching on disc should be enabled in
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions options} to make
+ * this listener work.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void loadImage(String uri, ImageSize targetImageSize, DisplayImageOptions options,
+ ImageLoadingListener listener, ImageLoadingProgressListener progressListener) {
+ checkConfiguration();
+ if (targetImageSize == null) {
+ targetImageSize = configuration.getMaxImageSize();
+ }
+ if (options == null) {
+ options = configuration.defaultDisplayImageOptions;
+ }
+
+ ImageNonViewAware imageAware = new ImageNonViewAware(uri, targetImageSize, ViewScaleType.CROP);
+ displayImage(uri, imageAware, options, listener, progressListener,false);
+ }
+
+ /**
+ * Loads and decodes image synchronously.
+ * Default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions) from
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @return Result image Bitmap. Can be null if image loading/decoding was failed or cancelled.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public Bitmap loadImageSync(String uri) {
+ return loadImageSync(uri, null, null);
+ }
+
+ /**
+ * Loads and decodes image synchronously.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and scaling. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions) from
+ * configuration} will be used.
+ * @return Result image Bitmap. Can be null if image loading/decoding was failed or cancelled.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public Bitmap loadImageSync(String uri, DisplayImageOptions options) {
+ return loadImageSync(uri, null, options);
+ }
+
+ /**
+ * Loads and decodes image synchronously.
+ * Default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions) from
+ * configuration} will be used.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param targetImageSize Minimal size for {@link Bitmap} which will be returned. Downloaded image will be decoded
+ * and scaled to {@link Bitmap} of the size which is equal or larger (usually a bit
+ * larger) than incoming targetImageSize.
+ * @return Result image Bitmap. Can be null if image loading/decoding was failed or cancelled.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public Bitmap loadImageSync(String uri, ImageSize targetImageSize) {
+ return loadImageSync(uri, targetImageSize, null);
+ }
+
+ /**
+ * Loads and decodes image synchronously.
+ * NOTE: {@link #init(ImageLoaderConfiguration)} method must be called before this method call
+ *
+ * @param uri Image URI (i.e. "http://site.com/image.png", "file:///mnt/sdcard/image.png")
+ * @param targetImageSize Minimal size for {@link Bitmap} which will be returned. Downloaded image will be decoded
+ * and scaled to {@link Bitmap} of the size which is equal or larger (usually a bit
+ * larger) than incoming targetImageSize.
+ * @param options {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions Options} for image
+ * decoding and scaling. If null - default display image options
+ * {@linkplain ImageLoaderConfiguration.Builder#defaultDisplayImageOptions(DisplayImageOptions)
+ * from configuration} will be used.
+ * @return Result image Bitmap. Can be null if image loading/decoding was failed or cancelled.
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public Bitmap loadImageSync(String uri, ImageSize targetImageSize, DisplayImageOptions options) {
+ if (options == null) {
+ options = configuration.defaultDisplayImageOptions;
+ }
+ options = new DisplayImageOptions.Builder().cloneFrom(options).syncLoading(true).build();
+
+ SyncImageLoadingListener listener = new SyncImageLoadingListener();
+ loadImage(uri, targetImageSize, options, listener);
+ return listener.getLoadedBitmap();
+ }
+
+ /**
+ * Checks if ImageLoader's configuration was initialized
+ *
+ * @throws IllegalStateException if configuration wasn't initialized
+ */
+ private void checkConfiguration() {
+ if (configuration == null) {
+ throw new IllegalStateException(ERROR_NOT_INIT);
+ }
+ }
+
+ /**
+ * Returns memory cache
+ *
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public MemoryCacheAware getMemoryCache() {
+ checkConfiguration();
+ return configuration.memoryCache;
+ }
+
+ /**
+ * Clears memory cache
+ *
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void clearMemoryCache() {
+ checkConfiguration();
+ configuration.memoryCache.clear();
+ }
+
+ /**
+ * Returns disc cache
+ *
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public DiscCacheAware getDiscCache() {
+ checkConfiguration();
+ return configuration.discCache;
+ }
+
+ /**
+ * Clears disc cache.
+ *
+ * @throws IllegalStateException if {@link #init(ImageLoaderConfiguration)} method wasn't called before
+ */
+ public void clearDiscCache() {
+ checkConfiguration();
+ configuration.discCache.clear();
+ }
+
+ /**
+ * Returns URI of image which is loading at this moment into passed
+ * {@link com.nostra13.universalimageloader.core.imageaware.ImageAware ImageAware}
+ */
+ public String getLoadingUriForView(ImageAware imageAware) {
+ return engine.getLoadingUriForView(imageAware);
+ }
+
+ /**
+ * Returns URI of image which is loading at this moment into passed
+ * {@link android.widget.ImageView ImageView}
+ */
+ public String getLoadingUriForView(ImageView imageView) {
+ return engine.getLoadingUriForView(new ImageViewAware(imageView));
+ }
+
+ /**
+ * Cancel the task of loading and displaying image for passed
+ * {@link com.nostra13.universalimageloader.core.imageaware.ImageAware ImageAware}.
+ *
+ * @param imageAware {@link com.nostra13.universalimageloader.core.imageaware.ImageAware ImageAware} for
+ * which display task will be cancelled
+ */
+ public void cancelDisplayTask(ImageAware imageAware) {
+ engine.cancelDisplayTaskFor(imageAware);
+ }
+
+ /**
+ * Cancel the task of loading and displaying image for passed
+ * {@link android.widget.ImageView ImageView}.
+ *
+ * @param imageView {@link android.widget.ImageView ImageView} for which display task will be cancelled
+ */
+ public void cancelDisplayTask(ImageView imageView) {
+ engine.cancelDisplayTaskFor(new ImageViewAware(imageView));
+ }
+
+ /**
+ * Denies or allows ImageLoader to download images from the network.
+ *
+ * If downloads are denied and if image isn't cached then
+ * {@link ImageLoadingListener#onLoadingFailed(String, View, FailReason)} callback will be fired with
+ * {@link FailReason.FailType#NETWORK_DENIED}
+ *
+ * @param denyNetworkDownloads pass true - to deny engine to download images from the network; false -
+ * to allow engine to download images from network.
+ */
+ public void denyNetworkDownloads(boolean denyNetworkDownloads) {
+ engine.denyNetworkDownloads(denyNetworkDownloads);
+ }
+
+ /**
+ * Sets option whether ImageLoader will use {@link FlushedInputStream} for network downloads to handle this known problem or not.
+ *
+ * @param handleSlowNetwork pass true - to use {@link FlushedInputStream} for network downloads; false
+ * - otherwise.
+ */
+ public void handleSlowNetwork(boolean handleSlowNetwork) {
+ engine.handleSlowNetwork(handleSlowNetwork);
+ }
+
+ /**
+ * Pause ImageLoader. All new "load&display" tasks won't be executed until ImageLoader is {@link #resume() resumed}.
+ *
+ * Already running tasks are not paused.
+ */
+ public void pause() {
+ engine.pause();
+ }
+
+ /** Resumes waiting "load&display" tasks */
+ public void resume() {
+ engine.resume();
+ }
+
+ /**
+ * Cancels all running and scheduled display image tasks.
+ * ImageLoader still can be used after calling this method.
+ */
+ public void stop() {
+ engine.stop();
+ }
+
+ /**
+ * {@linkplain #stop() Stops ImageLoader} and clears current configuration.
+ * You can {@linkplain #init(ImageLoaderConfiguration) init} ImageLoader with new configuration after calling this
+ * method.
+ */
+ public void destroy() {
+ if (configuration != null && configuration.writeLogs) L.d(LOG_DESTROY);
+ stop();
+ engine = null;
+ configuration = null;
+ }
+
+ private static Handler defineHandler(DisplayImageOptions options) {
+ Handler handler = options.getHandler();
+ if (options.isSyncLoading()) {
+ handler = null;
+ } else if (handler == null && Looper.myLooper() == Looper.getMainLooper()) {
+ handler = new Handler();
+ }
+ return handler;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.java
new file mode 100644
index 0000000..14031e5
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.java
@@ -0,0 +1,587 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import android.content.Context;
+import android.content.res.Resources;
+import android.graphics.Bitmap;
+import android.graphics.Bitmap.CompressFormat;
+import android.util.DisplayMetrics;
+import com.nostra13.universalimageloader.cache.disc.DiscCacheAware;
+import com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache;
+import com.nostra13.universalimageloader.cache.disc.naming.FileNameGenerator;
+import com.nostra13.universalimageloader.cache.memory.MemoryCacheAware;
+import com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.utils.MemoryCacheUtils;
+import com.nostra13.universalimageloader.core.assist.QueueProcessingType;
+import com.nostra13.universalimageloader.core.decode.ImageDecoder;
+import com.nostra13.universalimageloader.core.download.ImageDownloader;
+import com.nostra13.universalimageloader.core.download.NetworkDeniedImageDownloader;
+import com.nostra13.universalimageloader.core.download.SlowNetworkImageDownloader;
+import com.nostra13.universalimageloader.core.process.BitmapProcessor;
+import com.nostra13.universalimageloader.utils.L;
+import com.nostra13.universalimageloader.utils.StorageUtils;
+
+import java.io.File;
+import java.util.concurrent.Executor;
+
+/**
+ * Presents configuration for {@link ImageLoader}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see ImageLoader
+ * @see MemoryCacheAware
+ * @see DiscCacheAware
+ * @see DisplayImageOptions
+ * @see ImageDownloader
+ * @see FileNameGenerator
+ * @since 1.0.0
+ */
+public final class ImageLoaderConfiguration {
+
+ final Resources resources;
+
+ final int maxImageWidthForMemoryCache;
+ final int maxImageHeightForMemoryCache;
+ final int maxImageWidthForDiscCache;
+ final int maxImageHeightForDiscCache;
+ final CompressFormat imageCompressFormatForDiscCache;
+ final int imageQualityForDiscCache;
+ final BitmapProcessor processorForDiscCache;
+
+ final Executor taskExecutor;
+ final Executor taskExecutorForCachedImages;
+ final boolean customExecutor;
+ final boolean customExecutorForCachedImages;
+
+ final int threadPoolSize;
+ final int threadPriority;
+ final QueueProcessingType tasksProcessingType;
+
+ final MemoryCacheAware memoryCache;
+ final DiscCacheAware discCache;
+ final ImageDownloader downloader;
+ final ImageDecoder decoder;
+ final DisplayImageOptions defaultDisplayImageOptions;
+ final boolean writeLogs;
+
+ final DiscCacheAware reserveDiscCache;
+ final ImageDownloader networkDeniedDownloader;
+ final ImageDownloader slowNetworkDownloader;
+
+ private ImageLoaderConfiguration(final Builder builder) {
+ resources = builder.context.getResources();
+ maxImageWidthForMemoryCache = builder.maxImageWidthForMemoryCache;
+ maxImageHeightForMemoryCache = builder.maxImageHeightForMemoryCache;
+ maxImageWidthForDiscCache = builder.maxImageWidthForDiscCache;
+ maxImageHeightForDiscCache = builder.maxImageHeightForDiscCache;
+ imageCompressFormatForDiscCache = builder.imageCompressFormatForDiscCache;
+ imageQualityForDiscCache = builder.imageQualityForDiscCache;
+ processorForDiscCache = builder.processorForDiscCache;
+ taskExecutor = builder.taskExecutor;
+ taskExecutorForCachedImages = builder.taskExecutorForCachedImages;
+ threadPoolSize = builder.threadPoolSize;
+ threadPriority = builder.threadPriority;
+ tasksProcessingType = builder.tasksProcessingType;
+ discCache = builder.discCache;
+ memoryCache = builder.memoryCache;
+ defaultDisplayImageOptions = builder.defaultDisplayImageOptions;
+ writeLogs = builder.writeLogs;
+ downloader = builder.downloader;
+ decoder = builder.decoder;
+
+ customExecutor = builder.customExecutor;
+ customExecutorForCachedImages = builder.customExecutorForCachedImages;
+
+ networkDeniedDownloader = new NetworkDeniedImageDownloader(downloader);
+ slowNetworkDownloader = new SlowNetworkImageDownloader(downloader);
+
+ File reserveCacheDir = StorageUtils.getCacheDirectory(builder.context, false);
+ reserveDiscCache = DefaultConfigurationFactory.createReserveDiscCache(reserveCacheDir);
+ }
+
+ /**
+ * Creates default configuration for {@link ImageLoader}
+ * Default values:
+ *
+ *
+ * @see #taskExecutorForCachedImages(java.util.concurrent.Executor)
+ */
+ public Builder taskExecutor(Executor executor) {
+ if (threadPoolSize != DEFAULT_THREAD_POOL_SIZE || threadPriority != DEFAULT_THREAD_PRIORITY || tasksProcessingType != DEFAULT_TASK_PROCESSING_TYPE) {
+ L.w(WARNING_OVERLAP_EXECUTOR);
+ }
+
+ this.taskExecutor = executor;
+ return this;
+ }
+
+ /**
+ * Sets custom {@linkplain java.util.concurrent.Executor executor} for tasks of displaying cached on disc images (these tasks
+ * are executed quickly so UIL prefer to use separate executor for them).
+ *
+ * If you set the same executor for {@linkplain #taskExecutor(java.util.concurrent.Executor) general tasks} and
+ * tasks about cached images (this method) then these tasks will be in the
+ * same thread pool. So short-lived tasks can wait a long time for their turn.
+ *
+ * NOTE: If you set custom executor then following configuration options will not be considered for this
+ * executor:
+ *
+ *
+ * @see #taskExecutor(java.util.concurrent.Executor)
+ */
+ public Builder taskExecutorForCachedImages(Executor executorForCachedImages) {
+ if (threadPoolSize != DEFAULT_THREAD_POOL_SIZE || threadPriority != DEFAULT_THREAD_PRIORITY || tasksProcessingType != DEFAULT_TASK_PROCESSING_TYPE) {
+ L.w(WARNING_OVERLAP_EXECUTOR);
+ }
+
+ this.taskExecutorForCachedImages = executorForCachedImages;
+ return this;
+ }
+
+ /**
+ * Sets thread pool size for image display tasks.
+ * Default value - {@link #DEFAULT_THREAD_POOL_SIZE this}
+ */
+ public Builder threadPoolSize(int threadPoolSize) {
+ if (taskExecutor != null || taskExecutorForCachedImages != null) {
+ L.w(WARNING_OVERLAP_EXECUTOR);
+ }
+
+ this.threadPoolSize = threadPoolSize;
+ return this;
+ }
+
+ /**
+ * Sets the priority for image loading threads. Should be NOT greater than {@link Thread#MAX_PRIORITY} or
+ * less than {@link Thread#MIN_PRIORITY}
+ * Default value - {@link #DEFAULT_THREAD_PRIORITY this}
+ */
+ public Builder threadPriority(int threadPriority) {
+ if (taskExecutor != null || taskExecutorForCachedImages != null) {
+ L.w(WARNING_OVERLAP_EXECUTOR);
+ }
+
+ if (threadPriority < Thread.MIN_PRIORITY) {
+ this.threadPriority = Thread.MIN_PRIORITY;
+ } else {
+ if (threadPriority > Thread.MAX_PRIORITY) {
+ this.threadPriority = Thread.MAX_PRIORITY;
+ } else {
+ this.threadPriority = threadPriority;
+ }
+ }
+ return this;
+ }
+
+ /**
+ * When you display an image in a small {@link android.widget.ImageView ImageView} and later you try to display
+ * this image (from identical URI) in a larger {@link android.widget.ImageView ImageView} so decoded image of
+ * bigger size will be cached in memory as a previous decoded image of smaller size.
+ * So the default behavior is to allow to cache multiple sizes of one image in memory. You can
+ * deny it by calling this method: so when some image will be cached in memory then previous
+ * cached size of this image (if it exists) will be removed from memory cache before.
+ */
+ public Builder denyCacheImageMultipleSizesInMemory() {
+ this.denyCacheImageMultipleSizesInMemory = true;
+ return this;
+ }
+
+ /**
+ * Sets type of queue processing for tasks for loading and displaying images.
+ * Default value - {@link QueueProcessingType#FIFO}
+ */
+ public Builder tasksProcessingOrder(QueueProcessingType tasksProcessingType) {
+ if (taskExecutor != null || taskExecutorForCachedImages != null) {
+ L.w(WARNING_OVERLAP_EXECUTOR);
+ }
+
+ this.tasksProcessingType = tasksProcessingType;
+ return this;
+ }
+
+ /**
+ * Sets maximum memory cache size for {@link android.graphics.Bitmap bitmaps} (in bytes).
+ * Default value - 1/8 of available app memory.
+ * NOTE: If you use this method then
+ * {@link com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache LruMemoryCache} will be used as
+ * memory cache. You can use {@link #memoryCache(MemoryCacheAware)} method to set your own implementation of
+ * {@link MemoryCacheAware}.
+ */
+ public Builder memoryCacheSize(int memoryCacheSize) {
+ if (memoryCacheSize <= 0) throw new IllegalArgumentException("memoryCacheSize must be a positive number");
+
+ if (memoryCache != null) {
+ L.w(WARNING_OVERLAP_MEMORY_CACHE);
+ }
+
+ this.memoryCacheSize = memoryCacheSize;
+ return this;
+ }
+
+ /**
+ * Sets maximum memory cache size (in percent of available app memory) for {@link android.graphics.Bitmap
+ * bitmaps}.
+ * Default value - 1/8 of available app memory.
+ * NOTE: If you use this method then
+ * {@link com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache LruMemoryCache} will be used as
+ * memory cache. You can use {@link #memoryCache(MemoryCacheAware)} method to set your own implementation of
+ * {@link MemoryCacheAware}.
+ */
+ public Builder memoryCacheSizePercentage(int availableMemoryPercent) {
+ if (availableMemoryPercent <= 0 || availableMemoryPercent >= 100) {
+ throw new IllegalArgumentException("availableMemoryPercent must be in range (0 < % < 100)");
+ }
+
+ if (memoryCache != null) {
+ L.w(WARNING_OVERLAP_MEMORY_CACHE);
+ }
+
+ long availableMemory = Runtime.getRuntime().maxMemory();
+ memoryCacheSize = (int) (availableMemory * (availableMemoryPercent / 100f));
+ return this;
+ }
+
+ /**
+ * Sets memory cache for {@link android.graphics.Bitmap bitmaps}.
+ * Default value - {@link com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache LruMemoryCache}
+ * with limited memory cache size (size = 1/8 of available app memory)
+ *
+ * NOTE: If you set custom memory cache then following configuration option will not be considered:
+ *
+ *
{@link #memoryCacheSize(int)}
+ *
+ */
+ public Builder memoryCache(MemoryCacheAware memoryCache) {
+ if (memoryCacheSize != 0) {
+ L.w(WARNING_OVERLAP_MEMORY_CACHE);
+ }
+
+ this.memoryCache = memoryCache;
+ return this;
+ }
+
+ /**
+ * Sets maximum disc cache size for images (in bytes).
+ * By default: disc cache is unlimited.
+ * NOTE: If you use this method then
+ * {@link com.nostra13.universalimageloader.cache.disc.impl.TotalSizeLimitedDiscCache TotalSizeLimitedDiscCache}
+ * will be used as disc cache. You can use {@link #discCache(DiscCacheAware)} method for introduction your own
+ * implementation of {@link DiscCacheAware}
+ */
+ public Builder discCacheSize(int maxCacheSize) {
+ if (maxCacheSize <= 0) throw new IllegalArgumentException("maxCacheSize must be a positive number");
+
+ if (discCache != null || discCacheFileCount > 0) {
+ L.w(WARNING_OVERLAP_DISC_CACHE_PARAMS);
+ }
+
+ this.discCacheSize = maxCacheSize;
+ return this;
+ }
+
+ /**
+ * Sets maximum file count in disc cache directory.
+ * By default: disc cache is unlimited.
+ * NOTE: If you use this method then
+ * {@link com.nostra13.universalimageloader.cache.disc.impl.FileCountLimitedDiscCache FileCountLimitedDiscCache}
+ * will be used as disc cache. You can use {@link #discCache(DiscCacheAware)} method for introduction your own
+ * implementation of {@link DiscCacheAware}
+ */
+ public Builder discCacheFileCount(int maxFileCount) {
+ if (maxFileCount <= 0) throw new IllegalArgumentException("maxFileCount must be a positive number");
+
+ if (discCache != null || discCacheSize > 0) {
+ L.w(WARNING_OVERLAP_DISC_CACHE_PARAMS);
+ }
+
+ this.discCacheSize = 0;
+ this.discCacheFileCount = maxFileCount;
+ return this;
+ }
+
+ /**
+ * Sets name generator for files cached in disc cache.
+ * Default value -
+ * {@link com.nostra13.universalimageloader.core.DefaultConfigurationFactory#createFileNameGenerator()
+ * DefaultConfigurationFactory.createFileNameGenerator()}
+ */
+ public Builder discCacheFileNameGenerator(FileNameGenerator fileNameGenerator) {
+ if (discCache != null) {
+ L.w(WARNING_OVERLAP_DISC_CACHE_NAME_GENERATOR);
+ }
+
+ this.discCacheFileNameGenerator = fileNameGenerator;
+ return this;
+ }
+
+ /**
+ * Sets utility which will be responsible for downloading of image.
+ * Default value -
+ * {@link com.nostra13.universalimageloader.core.DefaultConfigurationFactory#createImageDownloader(Context)
+ * DefaultConfigurationFactory.createImageDownloader()}
+ */
+ public Builder imageDownloader(ImageDownloader imageDownloader) {
+ this.downloader = imageDownloader;
+ return this;
+ }
+
+ /**
+ * Sets utility which will be responsible for decoding of image stream.
+ * Default value -
+ * {@link com.nostra13.universalimageloader.core.DefaultConfigurationFactory#createImageDecoder(boolean)
+ * DefaultConfigurationFactory.createImageDecoder()}
+ */
+ public Builder imageDecoder(ImageDecoder imageDecoder) {
+ this.decoder = imageDecoder;
+ return this;
+ }
+
+ /**
+ * Sets disc cache for images.
+ * Default value - {@link com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache
+ * UnlimitedDiscCache}. Cache directory is defined by
+ * {@link com.nostra13.universalimageloader.utils.StorageUtils#getCacheDirectory(Context)
+ * StorageUtils.getCacheDirectory(Context)}.
+ *
+ * NOTE: If you set custom disc cache then following configuration option will not be considered:
+ *
+ */
+ public Builder discCache(DiscCacheAware discCache) {
+ if (discCacheSize > 0 || discCacheFileCount > 0) {
+ L.w(WARNING_OVERLAP_DISC_CACHE_PARAMS);
+ }
+ if (discCacheFileNameGenerator != null) {
+ L.w(WARNING_OVERLAP_DISC_CACHE_NAME_GENERATOR);
+ }
+
+ this.discCache = discCache;
+ return this;
+ }
+
+ /**
+ * Sets default {@linkplain DisplayImageOptions display image options} for image displaying. These options will
+ * be used for every {@linkplain ImageLoader#displayImage(String, android.widget.ImageView) image display call}
+ * without passing custom {@linkplain DisplayImageOptions options}
+ * Default value - {@link DisplayImageOptions#createSimple() Simple options}
+ */
+ public Builder defaultDisplayImageOptions(DisplayImageOptions defaultDisplayImageOptions) {
+ this.defaultDisplayImageOptions = defaultDisplayImageOptions;
+ return this;
+ }
+
+ /**
+ * Enables detail logging of {@link ImageLoader} work. To prevent detail logs don't call this method.
+ * Consider {@link com.nostra13.universalimageloader.utils.L#disableLogging()} to disable ImageLoader logging completely (even error logs)
+ */
+ public Builder writeDebugLogs() {
+ this.writeLogs = true;
+ return this;
+ }
+
+ /** Builds configured {@link com.nostra13.universalimageloader.core.ImageLoaderConfiguration} object */
+ public ImageLoaderConfiguration build() {
+ initEmptyFieldsWithDefaultValues();
+ return new ImageLoaderConfiguration(this);
+ }
+
+ private void initEmptyFieldsWithDefaultValues() {
+ if (taskExecutor == null) {
+ taskExecutor = DefaultConfigurationFactory
+ .createExecutor(threadPoolSize, threadPriority, tasksProcessingType);
+ } else {
+ customExecutor = true;
+ }
+ if (taskExecutorForCachedImages == null) {
+ taskExecutorForCachedImages = DefaultConfigurationFactory
+ .createExecutor(threadPoolSize, threadPriority, tasksProcessingType);
+ } else {
+ customExecutorForCachedImages = true;
+ }
+ if (discCache == null) {
+ if (discCacheFileNameGenerator == null) {
+ discCacheFileNameGenerator = DefaultConfigurationFactory.createFileNameGenerator();
+ }
+ discCache = DefaultConfigurationFactory
+ .createDiscCache(context, discCacheFileNameGenerator, discCacheSize, discCacheFileCount);
+ }
+ if (memoryCache == null) {
+ memoryCache = DefaultConfigurationFactory.createMemoryCache(memoryCacheSize);
+ }
+ if (denyCacheImageMultipleSizesInMemory) {
+ memoryCache = new FuzzyKeyMemoryCache(memoryCache, MemoryCacheUtils
+ .createFuzzyKeyComparator());
+ }
+ if (downloader == null) {
+ downloader = DefaultConfigurationFactory.createImageDownloader(context);
+ }
+ if (decoder == null) {
+ decoder = DefaultConfigurationFactory.createImageDecoder(writeLogs);
+ }
+ if (defaultDisplayImageOptions == null) {
+ defaultDisplayImageOptions = DisplayImageOptions.createSimple();
+ }
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderEngine.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderEngine.java
new file mode 100644
index 0000000..e81bf15
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoaderEngine.java
@@ -0,0 +1,210 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import android.view.View;
+import com.nostra13.universalimageloader.core.assist.FailReason;
+import com.nostra13.universalimageloader.core.assist.FlushedInputStream;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingListener;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.WeakHashMap;
+import java.util.concurrent.Executor;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.Executors;
+import java.util.concurrent.atomic.AtomicBoolean;
+import java.util.concurrent.locks.ReentrantLock;
+
+/**
+ * {@link ImageLoader} engine which responsible for {@linkplain LoadAndDisplayImageTask display task} execution.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.7.1
+ */
+class ImageLoaderEngine {
+
+ final ImageLoaderConfiguration configuration;
+
+ private Executor taskExecutor;
+ private Executor taskExecutorForCachedImages;
+ private Executor taskDistributor;
+
+ private final Map cacheKeysForImageAwares = Collections
+ .synchronizedMap(new HashMap());
+ private final Map uriLocks = new WeakHashMap();
+
+ private final AtomicBoolean paused = new AtomicBoolean(false);
+ private final AtomicBoolean networkDenied = new AtomicBoolean(false);
+ private final AtomicBoolean slowNetwork = new AtomicBoolean(false);
+
+ private final Object pauseLock = new Object();
+
+ ImageLoaderEngine(ImageLoaderConfiguration configuration) {
+ this.configuration = configuration;
+
+ taskExecutor = configuration.taskExecutor;
+ taskExecutorForCachedImages = configuration.taskExecutorForCachedImages;
+
+ taskDistributor = Executors.newCachedThreadPool();
+ }
+
+ /** Submits task to execution pool */
+ void submit(final LoadAndDisplayImageTask task) {
+ taskDistributor.execute(new Runnable() {
+ @Override
+ public void run() {
+ boolean isImageCachedOnDisc = configuration.discCache.get(task.getLoadingUri()).exists();
+ initExecutorsIfNeed();
+ if (isImageCachedOnDisc) {
+ taskExecutorForCachedImages.execute(task);
+ } else {
+ taskExecutor.execute(task);
+ }
+ }
+ });
+ }
+
+ /** Submits task to execution pool */
+ void submit(ProcessAndDisplayImageTask task) {
+ initExecutorsIfNeed();
+ taskExecutorForCachedImages.execute(task);
+ }
+
+ private void initExecutorsIfNeed() {
+ if (!configuration.customExecutor && ((ExecutorService) taskExecutor).isShutdown()) {
+ taskExecutor = createTaskExecutor();
+ }
+ if (!configuration.customExecutorForCachedImages && ((ExecutorService) taskExecutorForCachedImages)
+ .isShutdown()) {
+ taskExecutorForCachedImages = createTaskExecutor();
+ }
+ }
+
+ private Executor createTaskExecutor() {
+ return DefaultConfigurationFactory
+ .createExecutor(configuration.threadPoolSize, configuration.threadPriority,
+ configuration.tasksProcessingType);
+ }
+
+ /**
+ * Returns URI of image which is loading at this moment into passed {@link com.nostra13.universalimageloader.core.imageaware.ImageAware}
+ */
+ String getLoadingUriForView(ImageAware imageAware) {
+ return cacheKeysForImageAwares.get(imageAware.getId());
+ }
+
+ /**
+ * Associates memoryCacheKey with imageAware. Then it helps to define image URI is loaded into View at
+ * exact moment.
+ */
+ void prepareDisplayTaskFor(ImageAware imageAware, String memoryCacheKey) {
+ cacheKeysForImageAwares.put(imageAware.getId(), memoryCacheKey);
+ }
+
+ /**
+ * Cancels the task of loading and displaying image for incoming imageAware.
+ *
+ * @param imageAware {@link com.nostra13.universalimageloader.core.imageaware.ImageAware} for which display task
+ * will be cancelled
+ */
+ void cancelDisplayTaskFor(ImageAware imageAware) {
+ cacheKeysForImageAwares.remove(imageAware.getId());
+ }
+
+ /**
+ * Denies or allows engine to download images from the network.
If downloads are denied and if image
+ * isn't cached then {@link ImageLoadingListener#onLoadingFailed(String, View, FailReason)} callback will be fired
+ * with {@link FailReason.FailType#NETWORK_DENIED}
+ *
+ * @param denyNetworkDownloads pass true - to deny engine to download images from the network; false -
+ * to allow engine to download images from network.
+ */
+ void denyNetworkDownloads(boolean denyNetworkDownloads) {
+ networkDenied.set(denyNetworkDownloads);
+ }
+
+ /**
+ * Sets option whether ImageLoader will use {@link FlushedInputStream} for network downloads to handle this known problem or not.
+ *
+ * @param handleSlowNetwork pass true - to use {@link FlushedInputStream} for network downloads; false
+ * - otherwise.
+ */
+ void handleSlowNetwork(boolean handleSlowNetwork) {
+ slowNetwork.set(handleSlowNetwork);
+ }
+
+ /**
+ * Pauses engine. All new "load&display" tasks won't be executed until ImageLoader is {@link #resume() resumed}. Already running tasks are not paused.
+ */
+ void pause() {
+ paused.set(true);
+ }
+
+ /** Resumes engine work. Paused "load&display" tasks will continue its work. */
+ void resume() {
+ paused.set(false);
+ synchronized (pauseLock) {
+ pauseLock.notifyAll();
+ }
+ }
+
+ /** Stops engine, cancels all running and scheduled display image tasks. Clears internal data. */
+ void stop() {
+ if (!configuration.customExecutor) {
+ ((ExecutorService) taskExecutor).shutdownNow();
+ }
+ if (!configuration.customExecutorForCachedImages) {
+ ((ExecutorService) taskExecutorForCachedImages).shutdownNow();
+ }
+
+ cacheKeysForImageAwares.clear();
+ uriLocks.clear();
+ }
+
+ void fireCallback(Runnable r) {
+ taskDistributor.execute(r);
+ }
+
+ ReentrantLock getLockForUri(String uri) {
+ ReentrantLock lock = uriLocks.get(uri);
+ if (lock == null) {
+ lock = new ReentrantLock();
+ uriLocks.put(uri, lock);
+ }
+ return lock;
+ }
+
+ AtomicBoolean getPause() {
+ return paused;
+ }
+
+ Object getPauseLock() {
+ return pauseLock;
+ }
+
+ boolean isNetworkDenied() {
+ return networkDenied.get();
+ }
+
+ boolean isSlowNetwork() {
+ return slowNetwork.get();
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoadingInfo.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoadingInfo.java
new file mode 100644
index 0000000..2950fc7
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ImageLoadingInfo.java
@@ -0,0 +1,58 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import com.nostra13.universalimageloader.core.listener.ImageLoadingListener;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+import java.util.concurrent.locks.ReentrantLock;
+
+/**
+ * Information for load'n'display image task
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see com.nostra13.universalimageloader.utils.MemoryCacheUtils
+ * @see DisplayImageOptions
+ * @see ImageLoadingListener
+ * @see com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener
+ * @since 1.3.1
+ */
+final class ImageLoadingInfo {
+
+ final String uri;
+ final String memoryCacheKey;
+ final ImageAware imageAware;
+ final ImageSize targetSize;
+ final DisplayImageOptions options;
+ final ImageLoadingListener listener;
+ final ImageLoadingProgressListener progressListener;
+ final ReentrantLock loadFromUriLock;
+
+ public ImageLoadingInfo(String uri, ImageAware imageAware, ImageSize targetSize, String memoryCacheKey,
+ DisplayImageOptions options, ImageLoadingListener listener,
+ ImageLoadingProgressListener progressListener, ReentrantLock loadFromUriLock) {
+ this.uri = uri;
+ this.imageAware = imageAware;
+ this.targetSize = targetSize;
+ this.options = options;
+ this.listener = listener;
+ this.progressListener = progressListener;
+ this.loadFromUriLock = loadFromUriLock;
+ this.memoryCacheKey = memoryCacheKey;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java
new file mode 100644
index 0000000..5c09a98
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java
@@ -0,0 +1,545 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import android.graphics.Bitmap;
+import android.os.Handler;
+
+import com.nostra13.universalimageloader.cache.disc.DiscCacheAware;
+import com.nostra13.universalimageloader.core.assist.FailReason;
+import com.nostra13.universalimageloader.core.assist.FailReason.FailType;
+import com.nostra13.universalimageloader.core.assist.ImageScaleType;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+import com.nostra13.universalimageloader.core.decode.ImageDecoder;
+import com.nostra13.universalimageloader.core.decode.ImageDecodingInfo;
+import com.nostra13.universalimageloader.core.download.ImageDownloader;
+import com.nostra13.universalimageloader.core.download.ImageDownloader.Scheme;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingListener;
+import com.nostra13.universalimageloader.core.listener.ImageLoadingProgressListener;
+import com.nostra13.universalimageloader.utils.IoUtils;
+import com.nostra13.universalimageloader.utils.L;
+
+import java.io.BufferedOutputStream;
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.util.concurrent.atomic.AtomicBoolean;
+import java.util.concurrent.locks.ReentrantLock;
+
+/**
+ * Presents load'n'display image task. Used to load image from Internet or file system, decode it to {@link Bitmap}, and
+ * display it in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware} using {@link DisplayBitmapTask}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see ImageLoaderConfiguration
+ * @see ImageLoadingInfo
+ * @since 1.3.1
+ */
+final class LoadAndDisplayImageTask implements Runnable, IoUtils.CopyListener {
+
+ private static final String LOG_WAITING_FOR_RESUME = "ImageLoader is paused. Waiting... [%s]";
+ private static final String LOG_RESUME_AFTER_PAUSE = ".. Resume loading [%s]";
+ private static final String LOG_DELAY_BEFORE_LOADING = "Delay %d ms before loading... [%s]";
+ private static final String LOG_START_DISPLAY_IMAGE_TASK = "Start display image task [%s]";
+ private static final String LOG_WAITING_FOR_IMAGE_LOADED = "Image already is loading. Waiting... [%s]";
+ private static final String LOG_GET_IMAGE_FROM_MEMORY_CACHE_AFTER_WAITING = "...Get cached bitmap from memory after waiting. [%s]";
+ private static final String LOG_LOAD_IMAGE_FROM_NETWORK = "Load image from network [%s]";
+ private static final String LOG_LOAD_IMAGE_FROM_DISC_CACHE = "Load image from disc cache [%s]";
+ private static final String LOG_RESIZE_CACHED_IMAGE_FILE = "Resize image in disc cache [%s]";
+ private static final String LOG_PREPROCESS_IMAGE = "PreProcess image before caching in memory [%s]";
+ private static final String LOG_POSTPROCESS_IMAGE = "PostProcess image before displaying [%s]";
+ private static final String LOG_CACHE_IMAGE_IN_MEMORY = "Cache image in memory [%s]";
+ private static final String LOG_CACHE_IMAGE_ON_DISC = "Cache image on disc [%s]";
+ private static final String LOG_PROCESS_IMAGE_BEFORE_CACHE_ON_DISC = "Process image before cache on disc [%s]";
+ private static final String LOG_TASK_CANCELLED_IMAGEAWARE_REUSED = "ImageAware is reused for another image. Task is cancelled. [%s]";
+ private static final String LOG_TASK_CANCELLED_IMAGEAWARE_COLLECTED = "ImageAware was collected by GC. Task is cancelled. [%s]";
+ private static final String LOG_TASK_INTERRUPTED = "Task was interrupted [%s]";
+
+ private static final String ERROR_PRE_PROCESSOR_NULL = "Pre-processor returned null [%s]";
+ private static final String ERROR_POST_PROCESSOR_NULL = "Post-processor returned null [%s]";
+ private static final String ERROR_PROCESSOR_FOR_DISC_CACHE_NULL = "Bitmap processor for disc cache returned null [%s]";
+
+ private static final int BUFFER_SIZE = 32 * 1024; // 32 Kb
+
+ private final ImageLoaderEngine engine;
+ private final ImageLoadingInfo imageLoadingInfo;
+ private final Handler handler;
+
+ // Helper references
+ private final ImageLoaderConfiguration configuration;
+ private final ImageDownloader downloader;
+ private final ImageDownloader networkDeniedDownloader;
+ private final ImageDownloader slowNetworkDownloader;
+ private final ImageDecoder decoder;
+ private final boolean writeLogs;
+ final String uri;
+ private final String memoryCacheKey;
+ final ImageAware imageAware;
+ private final ImageSize targetSize;
+ final DisplayImageOptions options;
+ final ImageLoadingListener listener;
+ final ImageLoadingProgressListener progressListener;
+
+ private boolean froced = false;
+
+ // State vars
+ private LoadedFrom loadedFrom = LoadedFrom.NETWORK;
+
+ public LoadAndDisplayImageTask(ImageLoaderEngine engine, ImageLoadingInfo imageLoadingInfo, Handler handler, boolean froced) {
+ this.engine = engine;
+ this.imageLoadingInfo = imageLoadingInfo;
+ this.handler = handler;
+
+ configuration = engine.configuration;
+ downloader = configuration.downloader;
+ networkDeniedDownloader = configuration.networkDeniedDownloader;
+ slowNetworkDownloader = configuration.slowNetworkDownloader;
+ decoder = configuration.decoder;
+ writeLogs = configuration.writeLogs;
+ uri = imageLoadingInfo.uri;
+ memoryCacheKey = imageLoadingInfo.memoryCacheKey;
+ imageAware = imageLoadingInfo.imageAware;
+ targetSize = imageLoadingInfo.targetSize;
+ options = imageLoadingInfo.options;
+ listener = imageLoadingInfo.listener;
+ progressListener = imageLoadingInfo.progressListener;
+ this.froced = froced;
+ }
+
+ @Override
+ public void run() {
+ if (waitIfPaused()) return;
+ if (delayIfNeed()) return;
+
+ ReentrantLock loadFromUriLock = imageLoadingInfo.loadFromUriLock;
+ log(LOG_START_DISPLAY_IMAGE_TASK);
+ if (loadFromUriLock.isLocked()) {
+ log(LOG_WAITING_FOR_IMAGE_LOADED);
+ }
+
+ loadFromUriLock.lock();
+ Bitmap bmp;
+ try {
+ checkTaskNotActual();
+
+ bmp = configuration.memoryCache.get(memoryCacheKey);
+ if (bmp == null) {
+ bmp = tryLoadBitmap();
+ if (bmp == null) return; // listener callback already was fired
+
+ checkTaskNotActual();
+ checkTaskInterrupted();
+
+ if (options.shouldPreProcess()) {
+ log(LOG_PREPROCESS_IMAGE);
+ bmp = options.getPreProcessor().process(bmp);
+ if (bmp == null) {
+ L.e(ERROR_PRE_PROCESSOR_NULL, memoryCacheKey);
+ }
+ }
+
+ if (bmp != null && options.isCacheInMemory()) {
+ log(LOG_CACHE_IMAGE_IN_MEMORY);
+ configuration.memoryCache.put(memoryCacheKey, bmp);
+ }
+ } else {
+ loadedFrom = LoadedFrom.MEMORY_CACHE;
+ log(LOG_GET_IMAGE_FROM_MEMORY_CACHE_AFTER_WAITING);
+ }
+
+ if (bmp != null && options.shouldPostProcess()) {
+ log(LOG_POSTPROCESS_IMAGE);
+ bmp = options.getPostProcessor().process(bmp);
+ if (bmp == null) {
+ L.e(ERROR_POST_PROCESSOR_NULL, memoryCacheKey);
+ }
+ }
+ checkTaskNotActual();
+ checkTaskInterrupted();
+ } catch (TaskCancelledException e) {
+ fireCancelEvent();
+ return;
+ } finally {
+ loadFromUriLock.unlock();
+ }
+
+ DisplayBitmapTask displayBitmapTask = new DisplayBitmapTask(bmp, imageLoadingInfo, engine, loadedFrom);
+ displayBitmapTask.setLoggingEnabled(writeLogs);
+ runTask(displayBitmapTask, options.isSyncLoading(), handler, engine);
+ }
+
+ /**
+ * @return true - if task should be interrupted; false - otherwise
+ */
+ private boolean waitIfPaused() {
+ AtomicBoolean pause = engine.getPause();
+ if (pause.get()) {
+ synchronized (engine.getPauseLock()) {
+ if (pause.get()) {
+ log(LOG_WAITING_FOR_RESUME);
+ try {
+ engine.getPauseLock().wait();
+ } catch (InterruptedException e) {
+ L.e(LOG_TASK_INTERRUPTED, memoryCacheKey);
+ return true;
+ }
+ log(LOG_RESUME_AFTER_PAUSE);
+ }
+ }
+ }
+ return isTaskNotActual();
+ }
+
+ /**
+ * @return true - if task should be interrupted; false - otherwise
+ */
+ private boolean delayIfNeed() {
+ if (options.shouldDelayBeforeLoading()) {
+ log(LOG_DELAY_BEFORE_LOADING, options.getDelayBeforeLoading(), memoryCacheKey);
+ try {
+ Thread.sleep(options.getDelayBeforeLoading());
+ } catch (InterruptedException e) {
+ L.e(LOG_TASK_INTERRUPTED, memoryCacheKey);
+ return true;
+ }
+ return isTaskNotActual();
+ }
+ return false;
+ }
+
+ private Bitmap tryLoadBitmap() throws TaskCancelledException {
+ File imageFile = getImageFileInDiscCache();
+
+ Bitmap bitmap = null;
+ try {
+ String cacheFileUri = Scheme.FILE.wrap(imageFile.getAbsolutePath());
+ if (imageFile.exists()) {
+ log(LOG_LOAD_IMAGE_FROM_DISC_CACHE);
+ loadedFrom = LoadedFrom.DISC_CACHE;
+
+ checkTaskNotActual();
+ bitmap = decodeImage(cacheFileUri);
+ }
+ if (bitmap == null || bitmap.getWidth() <= 0 || bitmap.getHeight() <= 0) {
+ log(LOG_LOAD_IMAGE_FROM_NETWORK);
+ loadedFrom = LoadedFrom.NETWORK;
+
+ String imageUriForDecoding =
+ options.isCacheOnDisc() && tryCacheImageOnDisc(imageFile) ? cacheFileUri : uri;
+
+ checkTaskNotActual();
+ bitmap = decodeImage(imageUriForDecoding);
+
+ if (bitmap == null || bitmap.getWidth() <= 0 || bitmap.getHeight() <= 0) {
+ fireFailEvent(FailType.DECODING_ERROR, null);
+ }
+ }
+ } catch (IllegalStateException e) {
+ fireFailEvent(FailType.NETWORK_DENIED, null);
+ } catch (TaskCancelledException e) {
+ throw e;
+ } catch (IOException e) {
+ L.e(e);
+ fireFailEvent(FailType.IO_ERROR, e);
+ if (imageFile.exists()) {
+ imageFile.delete();
+ }
+ } catch (OutOfMemoryError e) {
+ L.e(e);
+ fireFailEvent(FailType.OUT_OF_MEMORY, e);
+ } catch (Throwable e) {
+ L.e(e);
+ fireFailEvent(FailType.UNKNOWN, e);
+ }
+ return bitmap;
+ }
+
+ private File getImageFileInDiscCache() {
+ DiscCacheAware discCache = configuration.discCache;
+ File imageFile = discCache.get(uri);
+ File cacheDir = imageFile.getParentFile();
+ if (cacheDir == null || (!cacheDir.exists() && !cacheDir.mkdirs())) {
+ imageFile = configuration.reserveDiscCache.get(uri);
+ cacheDir = imageFile.getParentFile();
+ if (cacheDir != null && !cacheDir.exists()) {
+ cacheDir.mkdirs();
+ }
+ }
+ return imageFile;
+ }
+
+ private Bitmap decodeImage(String imageUri) throws IOException {
+ ViewScaleType viewScaleType = imageAware.getScaleType();
+ ImageDecodingInfo decodingInfo = new ImageDecodingInfo(memoryCacheKey, imageUri, targetSize, viewScaleType,
+ getDownloader(), options);
+ return decoder.decode(decodingInfo);
+ }
+
+ /**
+ * @return true - if image was downloaded successfully; false - otherwise
+ */
+ private boolean tryCacheImageOnDisc(File targetFile) throws TaskCancelledException {
+ log(LOG_CACHE_IMAGE_ON_DISC);
+
+ boolean loaded = false;
+ try {
+ loaded = downloadImage(targetFile);
+ if (loaded) {
+ int width = configuration.maxImageWidthForDiscCache;
+ int height = configuration.maxImageHeightForDiscCache;
+ if (width > 0 || height > 0) {
+ log(LOG_RESIZE_CACHED_IMAGE_FILE);
+ loaded = resizeAndSaveImage(targetFile, width, height); // TODO : process boolean result
+ }
+
+ configuration.discCache.put(uri, targetFile);
+ }
+ } catch (IOException e) {
+ L.e(e);
+ if (targetFile.exists()) {
+ targetFile.delete();
+ }
+ }
+ return loaded;
+ }
+
+ private boolean downloadImage(File targetFile) throws IOException {
+ InputStream is = getDownloader().getStream(uri, options.getExtraForDownloader());
+ boolean loaded;
+ try {
+ OutputStream os = new BufferedOutputStream(new FileOutputStream(targetFile), BUFFER_SIZE);
+ try {
+ loaded = IoUtils.copyStream(is, os, this);
+ } finally {
+ IoUtils.closeSilently(os);
+ }
+ } finally {
+ IoUtils.closeSilently(is);
+ }
+ return loaded;
+ }
+
+ /**
+ * Decodes image file into Bitmap, resize it and save it back
+ */
+ private boolean resizeAndSaveImage(File targetFile, int maxWidth, int maxHeight) throws IOException {
+ boolean saved = false;
+ // Decode image file, compress and re-save it
+ ImageSize targetImageSize = new ImageSize(maxWidth, maxHeight);
+ DisplayImageOptions specialOptions = new DisplayImageOptions.Builder().cloneFrom(options)
+ .imageScaleType(ImageScaleType.IN_SAMPLE_INT).build();
+ ImageDecodingInfo decodingInfo = new ImageDecodingInfo(memoryCacheKey,
+ Scheme.FILE.wrap(targetFile.getAbsolutePath()), targetImageSize, ViewScaleType.FIT_INSIDE,
+ getDownloader(), specialOptions);
+ Bitmap bmp = decoder.decode(decodingInfo);
+ if (bmp != null && configuration.processorForDiscCache != null) {
+ log(LOG_PROCESS_IMAGE_BEFORE_CACHE_ON_DISC);
+ bmp = configuration.processorForDiscCache.process(bmp);
+ if (bmp == null) {
+ L.e(ERROR_PROCESSOR_FOR_DISC_CACHE_NULL, memoryCacheKey);
+ }
+ }
+ if (bmp != null) {
+ OutputStream os = new BufferedOutputStream(new FileOutputStream(targetFile), BUFFER_SIZE);
+ try {
+ bmp.compress(configuration.imageCompressFormatForDiscCache, configuration.imageQualityForDiscCache, os);
+ } finally {
+ IoUtils.closeSilently(os);
+ }
+ bmp.recycle();
+ }
+ return true;
+ }
+
+ @Override
+ public boolean onBytesCopied(int current, int total) {
+ return progressListener == null || fireProgressEvent(current, total);
+ }
+
+ /**
+ * @return true - if loading should be continued; false - if loading should be interrupted
+ */
+ private boolean fireProgressEvent(final int current, final int total) {
+ if (options.isSyncLoading() || isTaskInterrupted() || isTaskNotActual()) return false;
+ Runnable r = new Runnable() {
+ @Override
+ public void run() {
+ progressListener.onProgressUpdate(uri, imageAware.getWrappedView(), current, total);
+ }
+ };
+ runTask(r, false, handler, engine);
+ return true;
+ }
+
+ private void fireFailEvent(final FailType failType, final Throwable failCause) {
+ if (options.isSyncLoading() || isTaskInterrupted() || isTaskNotActual()) return;
+ Runnable r = new Runnable() {
+ @Override
+ public void run() {
+ if (options.shouldShowImageOnFail()) {
+ imageAware.setImageDrawable(options.getImageOnFail(configuration.resources));
+ }
+ listener.onLoadingFailed(uri, imageAware.getWrappedView(), new FailReason(failType, failCause));
+ }
+ };
+ runTask(r, false, handler, engine);
+ }
+
+ private void fireCancelEvent() {
+ if (options.isSyncLoading() || isTaskInterrupted()) return;
+ Runnable r = new Runnable() {
+ @Override
+ public void run() {
+ listener.onLoadingCancelled(uri, imageAware.getWrappedView());
+ }
+ };
+ runTask(r, false, handler, engine);
+ }
+
+ private ImageDownloader getDownloader() {
+ if (froced) {
+ return downloader;
+ }
+ ImageDownloader d;
+ if (engine.isNetworkDenied()) {
+ d = networkDeniedDownloader;
+ } else if (engine.isSlowNetwork()) {
+ d = slowNetworkDownloader;
+ } else {
+ d = downloader;
+ }
+ return d;
+ }
+
+ /**
+ * @throws com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.TaskCancelledException if task is not actual (target ImageAware is collected by GC or the image URI of
+ * this task doesn't match to image URI which is actual for current ImageAware at
+ * this moment)
+ */
+ private void checkTaskNotActual() throws TaskCancelledException {
+ checkViewCollected();
+ checkViewReused();
+ }
+
+ /**
+ * @return true - if task is not actual (target ImageAware is collected by GC or the image URI of this task
+ * doesn't match to image URI which is actual for current ImageAware at this moment)); false - otherwise
+ */
+ private boolean isTaskNotActual() {
+ return isViewCollected() || isViewReused();
+ }
+
+ /**
+ * @throws com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.TaskCancelledException if target ImageAware is collected
+ */
+ private void checkViewCollected() throws TaskCancelledException {
+ if (isViewCollected()) {
+ throw new TaskCancelledException();
+ }
+ }
+
+ /**
+ * @return true - if target ImageAware is collected by GC; false - otherwise
+ */
+ private boolean isViewCollected() {
+ if (imageAware.isCollected()) {
+ log(LOG_TASK_CANCELLED_IMAGEAWARE_COLLECTED);
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * @throws com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.TaskCancelledException if target ImageAware is collected by GC
+ */
+ private void checkViewReused() throws TaskCancelledException {
+ if (isViewReused()) {
+ throw new TaskCancelledException();
+ }
+ }
+
+ /**
+ * @return true - if current ImageAware is reused for displaying another image; false - otherwise
+ */
+ private boolean isViewReused() {
+ String currentCacheKey = engine.getLoadingUriForView(imageAware);
+ // Check whether memory cache key (image URI) for current ImageAware is actual.
+ // If ImageAware is reused for another task then current task should be cancelled.
+ boolean imageAwareWasReused = !memoryCacheKey.equals(currentCacheKey);
+ if (imageAwareWasReused) {
+ log(LOG_TASK_CANCELLED_IMAGEAWARE_REUSED);
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * @throws com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.TaskCancelledException if current task was interrupted
+ */
+ private void checkTaskInterrupted() throws TaskCancelledException {
+ if (isTaskInterrupted()) {
+ throw new TaskCancelledException();
+ }
+ }
+
+ /**
+ * @return true - if current task was interrupted; false - otherwise
+ */
+ private boolean isTaskInterrupted() {
+ if (Thread.interrupted()) {
+ log(LOG_TASK_INTERRUPTED);
+ return true;
+ }
+ return false;
+ }
+
+ String getLoadingUri() {
+ return uri;
+ }
+
+ private void log(String message) {
+ if (writeLogs) L.d(message, memoryCacheKey);
+ }
+
+ private void log(String message, Object... args) {
+ if (writeLogs) L.d(message, args);
+ }
+
+ static void runTask(Runnable r, boolean sync, Handler handler, ImageLoaderEngine engine) {
+ if (sync) {
+ r.run();
+ } else if (handler == null) {
+ engine.fireCallback(r);
+ } else {
+ handler.post(r);
+ }
+ }
+
+ /**
+ * Exceptions for case when task is cancelled (thread is interrupted, image view is reused for another task, view is
+ * collected by GC).
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.1
+ */
+ class TaskCancelledException extends Exception {
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java
new file mode 100644
index 0000000..99376dc
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java
@@ -0,0 +1,60 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core;
+
+import android.graphics.Bitmap;
+import android.os.Handler;
+import android.widget.ImageView;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.process.BitmapProcessor;
+import com.nostra13.universalimageloader.utils.L;
+
+/**
+ * Presents process'n'display image task. Processes image {@linkplain Bitmap} and display it in {@link ImageView} using
+ * {@link DisplayBitmapTask}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.0
+ */
+class ProcessAndDisplayImageTask implements Runnable {
+
+ private static final String LOG_POSTPROCESS_IMAGE = "PostProcess image before displaying [%s]";
+
+ private final ImageLoaderEngine engine;
+ private final Bitmap bitmap;
+ private final ImageLoadingInfo imageLoadingInfo;
+ private final Handler handler;
+
+ public ProcessAndDisplayImageTask(ImageLoaderEngine engine, Bitmap bitmap, ImageLoadingInfo imageLoadingInfo,
+ Handler handler) {
+ this.engine = engine;
+ this.bitmap = bitmap;
+ this.imageLoadingInfo = imageLoadingInfo;
+ this.handler = handler;
+ }
+
+ @Override
+ public void run() {
+ if (engine.configuration.writeLogs) L.d(LOG_POSTPROCESS_IMAGE, imageLoadingInfo.memoryCacheKey);
+
+ BitmapProcessor processor = imageLoadingInfo.options.getPostProcessor();
+ Bitmap processedBitmap = processor.process(bitmap);
+ DisplayBitmapTask displayBitmapTask = new DisplayBitmapTask(processedBitmap, imageLoadingInfo, engine,
+ LoadedFrom.MEMORY_CACHE);
+ displayBitmapTask.setLoggingEnabled(engine.configuration.writeLogs);
+ LoadAndDisplayImageTask.runTask(displayBitmapTask, imageLoadingInfo.options.isSyncLoading(), handler, engine);
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.java
new file mode 100644
index 0000000..2386d0c
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.java
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+/**
+ *
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com), Mariotaku
+ * @since 1.9.1
+ */
+public class ContentLengthInputStream extends InputStream {
+
+ private final InputStream stream;
+ private final long length;
+
+ private long pos;
+
+ public ContentLengthInputStream(InputStream stream, long length) {
+ this.stream = stream;
+ this.length = length;
+ }
+
+ @Override
+ public synchronized int available() {
+ return (int) (length - pos);
+ }
+
+ @Override
+ public void close() throws IOException {
+ stream.close();
+ }
+
+ @Override
+ public void mark(final int readlimit) {
+ pos = readlimit;
+ stream.mark(readlimit);
+ }
+
+ @Override
+ public int read() throws IOException {
+ pos++;
+ return stream.read();
+ }
+
+ @Override
+ public int read(final byte[] buffer) throws IOException {
+ return read(buffer, 0, buffer.length);
+ }
+
+ @Override
+ public int read(final byte[] buffer, final int byteOffset, final int byteCount) throws IOException {
+ pos += byteCount;
+ return stream.read(buffer, byteOffset, byteCount);
+ }
+
+ @Override
+ public synchronized void reset() throws IOException {
+ pos = 0;
+ stream.reset();
+ }
+
+ @Override
+ public long skip(final long byteCount) throws IOException {
+ pos += byteCount;
+ return stream.skip(byteCount);
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FailReason.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FailReason.java
new file mode 100644
index 0000000..30dd479
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FailReason.java
@@ -0,0 +1,65 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+/**
+ * Presents the reason why image loading and displaying was failed
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public class FailReason {
+
+ private final FailType type;
+
+ private final Throwable cause;
+
+ public FailReason(FailType type, Throwable cause) {
+ this.type = type;
+ this.cause = cause;
+ }
+
+ /** @return {@linkplain com.nostra13.universalimageloader.core.assist.FailReason.FailType Fail type} */
+ public FailType getType() {
+ return type;
+ }
+
+ /** @return Thrown exception/error, can be null */
+ public Throwable getCause() {
+ return cause;
+ }
+
+ /** Presents type of fail while image loading */
+ public static enum FailType {
+ /** Input/output error. Can be caused by network communication fail or error while caching image on file system. */
+ IO_ERROR,
+ /**
+ * Error while
+ * {@linkplain android.graphics.BitmapFactory#decodeStream(java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)
+ * decode image to Bitmap}
+ */
+ DECODING_ERROR,
+ /**
+ * {@linkplain com.nostra13.universalimageloader.core.ImageLoader#denyNetworkDownloads(boolean) Network
+ * downloads are denied} and requested image wasn't cached in disc cache before.
+ */
+ NETWORK_DENIED,
+ /** Not enough memory to create needed Bitmap for image */
+ OUT_OF_MEMORY,
+ /** Unknown error was occurred while loading image */
+ UNKNOWN
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FlushedInputStream.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FlushedInputStream.java
new file mode 100644
index 0000000..b2e4506
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/FlushedInputStream.java
@@ -0,0 +1,34 @@
+package com.nostra13.universalimageloader.core.assist;
+
+import java.io.FilterInputStream;
+import java.io.IOException;
+import java.io.InputStream;
+
+/**
+ * Many streams obtained over slow connection show this
+ * problem.
+ */
+public class FlushedInputStream extends FilterInputStream {
+
+ public FlushedInputStream(InputStream inputStream) {
+ super(inputStream);
+ }
+
+ @Override
+ public long skip(long n) throws IOException {
+ long totalBytesSkipped = 0L;
+ while (totalBytesSkipped < n) {
+ long bytesSkipped = in.skip(n - totalBytesSkipped);
+ if (bytesSkipped == 0L) {
+ int by_te = read();
+ if (by_te < 0) {
+ break; // we reached EOF
+ } else {
+ bytesSkipped = 1; // we read one byte
+ }
+ }
+ totalBytesSkipped += bytesSkipped;
+ }
+ return totalBytesSkipped;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageScaleType.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageScaleType.java
new file mode 100644
index 0000000..219ba02
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageScaleType.java
@@ -0,0 +1,70 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+/**
+ * Type of image scaling during decoding.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.5.0
+ */
+public enum ImageScaleType {
+ /** Image won't be scaled */
+ NONE,
+ /**
+ * Image will be reduces 2-fold until next reduce step make image smaller target size.
+ * It's fast type and it's preferable for usage in lists/grids/galleries (and other
+ * {@linkplain android.widget.AdapterView adapter-views}) .
+ * Relates to {@link android.graphics.BitmapFactory.Options#inSampleSize}
+ * Note: If original image size is smaller than target size then original image won't be scaled.
+ */
+ IN_SAMPLE_POWER_OF_2,
+ /**
+ * Image will be subsampled in an integer number of times (1, 2, 3, ...). Use it if memory economy is quite
+ * important.
+ * Relates to {@link android.graphics.BitmapFactory.Options#inSampleSize}
+ * Note: If original image size is smaller than target size then original image won't be scaled.
+ */
+ IN_SAMPLE_INT,
+ /**
+ * Image will scaled-down exactly to target size (scaled width or height or both will be equal to target size;
+ * depends on {@linkplain android.widget.ImageView.ScaleType ImageView's scale type}). Use it if memory economy is
+ * critically important.
+ * Note: If original image size is smaller than target size then original image won't be scaled.
+ *
+ * NOTE: For creating result Bitmap (of exact size) additional Bitmap will be created with
+ * {@link android.graphics.Bitmap#createBitmap(android.graphics.Bitmap, int, int, int, int, android.graphics.Matrix, boolean)
+ * Bitmap.createBitmap(...)}.
+ * Cons: Saves memory by keeping smaller Bitmap in memory cache (comparing with IN_SAMPLE... scale types)
+ * Pros: Requires more memory in one time for creation of result Bitmap.
+ */
+ EXACTLY,
+
+ /**
+ * Image will scaled exactly to target size (scaled width or height or both will be equal to target size; depends on
+ * {@linkplain android.widget.ImageView.ScaleType ImageView's scale type}). Use it if memory economy is critically
+ * important.
+ * Note: If original image size is smaller than target size then original image will be stretched to
+ * target size.
+ *
+ * NOTE: For creating result Bitmap (of exact size) additional Bitmap will be created with
+ * {@link android.graphics.Bitmap#createBitmap(android.graphics.Bitmap, int, int, int, int, android.graphics.Matrix, boolean)
+ * Bitmap.createBitmap(...)}.
+ * Cons: Saves memory by keeping smaller Bitmap in memory cache (comparing with IN_SAMPLE... scale types)
+ * Pros: Requires more memory in one time for creation of result Bitmap.
+ */
+ EXACTLY_STRETCHED
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageSize.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageSize.java
new file mode 100644
index 0000000..54c97ca
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ImageSize.java
@@ -0,0 +1,69 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+/**
+ * Present width and height values
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public class ImageSize {
+
+ private static final int TO_STRING_MAX_LENGHT = 9; // "9999x9999".length()
+ private static final String SEPARATOR = "x";
+
+ private final int width;
+ private final int height;
+
+ public ImageSize(int width, int height) {
+ this.width = width;
+ this.height = height;
+ }
+
+ public ImageSize(int width, int height, int rotation) {
+ if (rotation % 180 == 0) {
+ this.width = width;
+ this.height = height;
+ } else {
+ this.width = height;
+ this.height = width;
+ }
+ }
+
+ public int getWidth() {
+ return width;
+ }
+
+ public int getHeight() {
+ return height;
+ }
+
+ /** Scales down dimensions in sampleSize times. Returns new object. */
+ public ImageSize scaleDown(int sampleSize) {
+ return new ImageSize(width / sampleSize, height / sampleSize);
+ }
+
+ /** Scales dimensions according to incoming scale. Returns new object. */
+ public ImageSize scale(float scale) {
+ return new ImageSize((int) (width * scale), (int) (height * scale));
+ }
+
+ @Override
+ public String toString() {
+ return new StringBuilder(TO_STRING_MAX_LENGHT).append(width).append(SEPARATOR).append(height).toString();
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/LoadedFrom.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/LoadedFrom.java
new file mode 100644
index 0000000..4f9fa62
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/LoadedFrom.java
@@ -0,0 +1,10 @@
+package com.nostra13.universalimageloader.core.assist;
+
+/**
+ * Source image loaded from.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ */
+public enum LoadedFrom {
+ NETWORK, DISC_CACHE, MEMORY_CACHE
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/QueueProcessingType.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/QueueProcessingType.java
new file mode 100644
index 0000000..0bbca58
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/QueueProcessingType.java
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+/**
+ * Queue processing type which will be used for display task processing
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.6.3
+ */
+public enum QueueProcessingType {
+ FIFO, LIFO
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ViewScaleType.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ViewScaleType.java
new file mode 100644
index 0000000..c618cfb
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/ViewScaleType.java
@@ -0,0 +1,73 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.assist;
+
+import android.widget.ImageView;
+import android.widget.ImageView.ScaleType;
+
+/**
+ * Simplify {@linkplain ScaleType ImageView's scale type} to 2 types: {@link #FIT_INSIDE} and {@link #CROP}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.6.1
+ */
+public enum ViewScaleType {
+ /**
+ * Scale the image uniformly (maintain the image's aspect ratio) so that at least one dimension (width or height) of
+ * the image will be equal to or less the corresponding dimension of the view.
+ */
+ FIT_INSIDE,
+ /**
+ * Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the
+ * image will be equal to or larger than the corresponding dimension of the view.
+ */
+ CROP;
+
+ /**
+ * Defines scale type of ImageView.
+ *
+ * @param imageView {@link ImageView}
+ * @return {@link #FIT_INSIDE} for
+ *
+ *
{@link ScaleType#FIT_CENTER}
+ *
{@link ScaleType#FIT_XY}
+ *
{@link ScaleType#FIT_START}
+ *
{@link ScaleType#FIT_END}
+ *
{@link ScaleType#CENTER_INSIDE}
+ *
+ * {@link #CROP} for
+ *
+ *
{@link ScaleType#CENTER}
+ *
{@link ScaleType#CENTER_CROP}
+ *
{@link ScaleType#MATRIX}
+ *
+ */
+ public static ViewScaleType fromImageView(ImageView imageView) {
+ switch (imageView.getScaleType()) {
+ case FIT_CENTER:
+ case FIT_XY:
+ case FIT_START:
+ case FIT_END:
+ case CENTER_INSIDE:
+ return FIT_INSIDE;
+ case MATRIX:
+ case CENTER:
+ case CENTER_CROP:
+ default:
+ return CROP;
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/BlockingDeque.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/BlockingDeque.java
new file mode 100644
index 0000000..88b0cd5
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/BlockingDeque.java
@@ -0,0 +1,615 @@
+/*
+ * Written by Doug Lea with assistance from members of JCP JSR-166
+ * Expert Group and released to the public domain, as explained at
+ * http://creativecommons.org/licenses/publicdomain
+ */
+
+package com.nostra13.universalimageloader.core.assist.deque;
+import java.util.Iterator;
+import java.util.concurrent.BlockingQueue;
+import java.util.concurrent.TimeUnit;
+
+/**
+ * A {@link Deque} that additionally supports blocking operations that wait
+ * for the deque to become non-empty when retrieving an element, and wait for
+ * space to become available in the deque when storing an element.
+ *
+ *
BlockingDeque methods come in four forms, with different ways
+ * of handling operations that cannot be satisfied immediately, but may be
+ * satisfied at some point in the future:
+ * one throws an exception, the second returns a special value (either
+ * null or false, depending on the operation), the third
+ * blocks the current thread indefinitely until the operation can succeed,
+ * and the fourth blocks for only a given maximum time limit before giving
+ * up. These methods are summarized in the following table:
+ *
+ *
Like any {@link java.util.concurrent.BlockingQueue}, a BlockingDeque is thread safe,
+ * does not permit null elements, and may (or may not) be
+ * capacity-constrained.
+ *
+ *
A BlockingDeque implementation may be used directly as a FIFO
+ * BlockingQueue. The methods inherited from the
+ * BlockingQueue interface are precisely equivalent to
+ * BlockingDeque methods as indicated in the following table:
+ *
+ *
Memory consistency effects: As with other concurrent
+ * collections, actions in a thread prior to placing an object into a
+ * {@code BlockingDeque}
+ * happen-before
+ * actions subsequent to the access or removal of that element from
+ * the {@code BlockingDeque} in another thread.
+ *
+ *
This interface is a member of the
+ *
+ * Java Collections Framework.
+ *
+ * @since 1.6
+ * @author Doug Lea
+ * @param the type of elements held in this collection
+ */
+public interface BlockingDeque extends BlockingQueue, Deque {
+ /*
+ * We have "diamond" multiple interface inheritance here, and that
+ * introduces ambiguities. Methods might end up with different
+ * specs depending on the branch chosen by javadoc. Thus a lot of
+ * methods specs here are copied from superinterfaces.
+ */
+
+ /**
+ * Inserts the specified element at the front of this deque if it is
+ * possible to do so immediately without violating capacity restrictions,
+ * throwing an IllegalStateException if no space is currently
+ * available. When using a capacity-restricted deque, it is generally
+ * preferable to use {@link #offerFirst offerFirst}.
+ *
+ * @param e the element to add
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ void addFirst(E e);
+
+ /**
+ * Inserts the specified element at the end of this deque if it is
+ * possible to do so immediately without violating capacity restrictions,
+ * throwing an IllegalStateException if no space is currently
+ * available. When using a capacity-restricted deque, it is generally
+ * preferable to use {@link #offerLast offerLast}.
+ *
+ * @param e the element to add
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ void addLast(E e);
+
+ /**
+ * Inserts the specified element at the front of this deque if it is
+ * possible to do so immediately without violating capacity restrictions,
+ * returning true upon success and false if no space is
+ * currently available.
+ * When using a capacity-restricted deque, this method is generally
+ * preferable to the {@link #addFirst addFirst} method, which can
+ * fail to insert an element only by throwing an exception.
+ *
+ * @param e the element to add
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ boolean offerFirst(E e);
+
+ /**
+ * Inserts the specified element at the end of this deque if it is
+ * possible to do so immediately without violating capacity restrictions,
+ * returning true upon success and false if no space is
+ * currently available.
+ * When using a capacity-restricted deque, this method is generally
+ * preferable to the {@link #addLast addLast} method, which can
+ * fail to insert an element only by throwing an exception.
+ *
+ * @param e the element to add
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ boolean offerLast(E e);
+
+ /**
+ * Inserts the specified element at the front of this deque,
+ * waiting if necessary for space to become available.
+ *
+ * @param e the element to add
+ * @throws InterruptedException if interrupted while waiting
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void putFirst(E e) throws InterruptedException;
+
+ /**
+ * Inserts the specified element at the end of this deque,
+ * waiting if necessary for space to become available.
+ *
+ * @param e the element to add
+ * @throws InterruptedException if interrupted while waiting
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void putLast(E e) throws InterruptedException;
+
+ /**
+ * Inserts the specified element at the front of this deque,
+ * waiting up to the specified wait time if necessary for space to
+ * become available.
+ *
+ * @param e the element to add
+ * @param timeout how long to wait before giving up, in units of
+ * unit
+ * @param unit a TimeUnit determining how to interpret the
+ * timeout parameter
+ * @return true if successful, or false if
+ * the specified waiting time elapses before space is available
+ * @throws InterruptedException if interrupted while waiting
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offerFirst(E e, long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Inserts the specified element at the end of this deque,
+ * waiting up to the specified wait time if necessary for space to
+ * become available.
+ *
+ * @param e the element to add
+ * @param timeout how long to wait before giving up, in units of
+ * unit
+ * @param unit a TimeUnit determining how to interpret the
+ * timeout parameter
+ * @return true if successful, or false if
+ * the specified waiting time elapses before space is available
+ * @throws InterruptedException if interrupted while waiting
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offerLast(E e, long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Retrieves and removes the first element of this deque, waiting
+ * if necessary until an element becomes available.
+ *
+ * @return the head of this deque
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E takeFirst() throws InterruptedException;
+
+ /**
+ * Retrieves and removes the last element of this deque, waiting
+ * if necessary until an element becomes available.
+ *
+ * @return the tail of this deque
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E takeLast() throws InterruptedException;
+
+ /**
+ * Retrieves and removes the first element of this deque, waiting
+ * up to the specified wait time if necessary for an element to
+ * become available.
+ *
+ * @param timeout how long to wait before giving up, in units of
+ * unit
+ * @param unit a TimeUnit determining how to interpret the
+ * timeout parameter
+ * @return the head of this deque, or null if the specified
+ * waiting time elapses before an element is available
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E pollFirst(long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Retrieves and removes the last element of this deque, waiting
+ * up to the specified wait time if necessary for an element to
+ * become available.
+ *
+ * @param timeout how long to wait before giving up, in units of
+ * unit
+ * @param unit a TimeUnit determining how to interpret the
+ * timeout parameter
+ * @return the tail of this deque, or null if the specified
+ * waiting time elapses before an element is available
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E pollLast(long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Removes the first occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the first element e such that
+ * o.equals(e) (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if an element was removed as a result of this call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null (optional)
+ */
+ boolean removeFirstOccurrence(Object o);
+
+ /**
+ * Removes the last occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the last element e such that
+ * o.equals(e) (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if an element was removed as a result of this call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null (optional)
+ */
+ boolean removeLastOccurrence(Object o);
+
+ // *** BlockingQueue methods ***
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque) if it is possible to do so
+ * immediately without violating capacity restrictions, returning
+ * true upon success and throwing an
+ * IllegalStateException if no space is currently available.
+ * When using a capacity-restricted deque, it is generally preferable to
+ * use {@link #offer offer}.
+ *
+ *
This method is equivalent to {@link #addLast addLast}.
+ *
+ * @param e the element to add
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean add(E e);
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque) if it is possible to do so
+ * immediately without violating capacity restrictions, returning
+ * true upon success and false if no space is currently
+ * available. When using a capacity-restricted deque, this method is
+ * generally preferable to the {@link #add} method, which can fail to
+ * insert an element only by throwing an exception.
+ *
+ *
This method is equivalent to {@link #offerLast offerLast}.
+ *
+ * @param e the element to add
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offer(E e);
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque), waiting if necessary for
+ * space to become available.
+ *
+ *
This method is equivalent to {@link #putLast putLast}.
+ *
+ * @param e the element to add
+ * @throws InterruptedException {@inheritDoc}
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void put(E e) throws InterruptedException;
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque), waiting up to the
+ * specified wait time if necessary for space to become available.
+ *
+ *
This method is equivalent to
+ * {@link #offerLast offerLast}.
+ *
+ * @param e the element to add
+ * @return true if the element was added to this deque, else
+ * false
+ * @throws InterruptedException {@inheritDoc}
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offer(E e, long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque).
+ * This method differs from {@link #poll poll} only in that it
+ * throws an exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #removeFirst() removeFirst}.
+ *
+ * @return the head of the queue represented by this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E remove();
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque), or returns
+ * null if this deque is empty.
+ *
+ *
This method is equivalent to {@link #pollFirst()}.
+ *
+ * @return the head of this deque, or null if this deque is empty
+ */
+ E poll();
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque), waiting if
+ * necessary until an element becomes available.
+ *
+ *
This method is equivalent to {@link #takeFirst() takeFirst}.
+ *
+ * @return the head of this deque
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E take() throws InterruptedException;
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque), waiting up to the
+ * specified wait time if necessary for an element to become available.
+ *
+ *
This method is equivalent to
+ * {@link #pollFirst(long, java.util.concurrent.TimeUnit) pollFirst}.
+ *
+ * @return the head of this deque, or null if the
+ * specified waiting time elapses before an element is available
+ * @throws InterruptedException if interrupted while waiting
+ */
+ E poll(long timeout, TimeUnit unit)
+ throws InterruptedException;
+
+ /**
+ * Retrieves, but does not remove, the head of the queue represented by
+ * this deque (in other words, the first element of this deque).
+ * This method differs from {@link #peek peek} only in that it throws an
+ * exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #getFirst() getFirst}.
+ *
+ * @return the head of this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E element();
+
+ /**
+ * Retrieves, but does not remove, the head of the queue represented by
+ * this deque (in other words, the first element of this deque), or
+ * returns null if this deque is empty.
+ *
+ *
This method is equivalent to {@link #peekFirst() peekFirst}.
+ *
+ * @return the head of this deque, or null if this deque is empty
+ */
+ E peek();
+
+ /**
+ * Removes the first occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the first element e such that
+ * o.equals(e) (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ *
This method is equivalent to
+ * {@link #removeFirstOccurrence removeFirstOccurrence}.
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if this deque changed as a result of the call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null (optional)
+ */
+ boolean remove(Object o);
+
+ /**
+ * Returns true if this deque contains the specified element.
+ * More formally, returns true if and only if this deque contains
+ * at least one element e such that o.equals(e).
+ *
+ * @param o object to be checked for containment in this deque
+ * @return true if this deque contains the specified element
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null (optional)
+ */
+ public boolean contains(Object o);
+
+ /**
+ * Returns the number of elements in this deque.
+ *
+ * @return the number of elements in this deque
+ */
+ public int size();
+
+ /**
+ * Returns an iterator over the elements in this deque in proper sequence.
+ * The elements will be returned in order from first (head) to last (tail).
+ *
+ * @return an iterator over the elements in this deque in proper sequence
+ */
+ Iterator iterator();
+
+ // *** Stack methods ***
+
+ /**
+ * Pushes an element onto the stack represented by this deque. In other
+ * words, inserts the element at the front of this deque unless it would
+ * violate capacity restrictions.
+ *
+ *
This method is equivalent to {@link #addFirst addFirst}.
+ *
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException if the specified element is null
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ void push(E e);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/Deque.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/Deque.java
new file mode 100644
index 0000000..c1d18a7
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/Deque.java
@@ -0,0 +1,550 @@
+/*
+ * Written by Doug Lea and Josh Bloch with assistance from members of
+ * JCP JSR-166 Expert Group and released to the public domain, as explained
+ * at http://creativecommons.org/licenses/publicdomain
+ */
+
+package com.nostra13.universalimageloader.core.assist.deque;
+
+import java.util.Collection;
+import java.util.Iterator;
+import java.util.List;
+import java.util.NoSuchElementException;
+import java.util.Queue;
+import java.util.Stack;
+
+/**
+ * A linear collection that supports element insertion and removal at
+ * both ends. The name deque is short for "double ended queue"
+ * and is usually pronounced "deck". Most Deque
+ * implementations place no fixed limits on the number of elements
+ * they may contain, but this interface supports capacity-restricted
+ * deques as well as those with no fixed size limit.
+ *
+ *
This interface defines methods to access the elements at both
+ * ends of the deque. Methods are provided to insert, remove, and
+ * examine the element. Each of these methods exists in two forms:
+ * one throws an exception if the operation fails, the other returns a
+ * special value (either null or false, depending on
+ * the operation). The latter form of the insert operation is
+ * designed specifically for use with capacity-restricted
+ * Deque implementations; in most implementations, insert
+ * operations cannot fail.
+ *
+ *
The twelve methods described above are summarized in the
+ * following table:
+ *
+ *
+ *
+ *
+ *
+ *
First Element (Head)
+ *
Last Element (Tail)
+ *
+ *
+ *
+ *
Throws exception
+ *
Special value
+ *
Throws exception
+ *
Special value
+ *
+ *
+ *
Insert
+ *
{@link #addFirst addFirst(e)}
+ *
{@link #offerFirst offerFirst(e)}
+ *
{@link #addLast addLast(e)}
+ *
{@link #offerLast offerLast(e)}
+ *
+ *
+ *
Remove
+ *
{@link #removeFirst removeFirst()}
+ *
{@link #pollFirst pollFirst()}
+ *
{@link #removeLast removeLast()}
+ *
{@link #pollLast pollLast()}
+ *
+ *
+ *
Examine
+ *
{@link #getFirst getFirst()}
+ *
{@link #peekFirst peekFirst()}
+ *
{@link #getLast getLast()}
+ *
{@link #peekLast peekLast()}
+ *
+ *
+ *
+ *
This interface extends the {@link java.util.Queue} interface. When a deque is
+ * used as a queue, FIFO (First-In-First-Out) behavior results. Elements are
+ * added at the end of the deque and removed from the beginning. The methods
+ * inherited from the Queue interface are precisely equivalent to
+ * Deque methods as indicated in the following table:
+ *
+ *
+ *
+ *
+ *
Queue Method
+ *
Equivalent Deque Method
+ *
+ *
+ *
{@link java.util.Queue#add add(e)}
+ *
{@link #addLast addLast(e)}
+ *
+ *
+ *
{@link java.util.Queue#offer offer(e)}
+ *
{@link #offerLast offerLast(e)}
+ *
+ *
+ *
{@link java.util.Queue#remove remove()}
+ *
{@link #removeFirst removeFirst()}
+ *
+ *
+ *
{@link java.util.Queue#poll poll()}
+ *
{@link #pollFirst pollFirst()}
+ *
+ *
+ *
{@link java.util.Queue#element element()}
+ *
{@link #getFirst getFirst()}
+ *
+ *
+ *
{@link java.util.Queue#peek peek()}
+ *
{@link #peek peekFirst()}
+ *
+ *
+ *
+ *
Deques can also be used as LIFO (Last-In-First-Out) stacks. This
+ * interface should be used in preference to the legacy {@link java.util.Stack} class.
+ * When a deque is used as a stack, elements are pushed and popped from the
+ * beginning of the deque. Stack methods are precisely equivalent to
+ * Deque methods as indicated in the table below:
+ *
+ *
+ *
+ *
+ *
Stack Method
+ *
Equivalent Deque Method
+ *
+ *
+ *
{@link #push push(e)}
+ *
{@link #addFirst addFirst(e)}
+ *
+ *
+ *
{@link #pop pop()}
+ *
{@link #removeFirst removeFirst()}
+ *
+ *
+ *
{@link #peek peek()}
+ *
{@link #peekFirst peekFirst()}
+ *
+ *
+ *
+ *
Note that the {@link #peek peek} method works equally well when
+ * a deque is used as a queue or a stack; in either case, elements are
+ * drawn from the beginning of the deque.
+ *
+ *
This interface provides two methods to remove interior
+ * elements, {@link #removeFirstOccurrence removeFirstOccurrence} and
+ * {@link #removeLastOccurrence removeLastOccurrence}.
+ *
+ *
Unlike the {@link java.util.List} interface, this interface does not
+ * provide support for indexed access to elements.
+ *
+ *
While Deque implementations are not strictly required
+ * to prohibit the insertion of null elements, they are strongly
+ * encouraged to do so. Users of any Deque implementations
+ * that do allow null elements are strongly encouraged not to
+ * take advantage of the ability to insert nulls. This is so because
+ * null is used as a special return value by various methods
+ * to indicated that the deque is empty.
+ *
+ *
Deque implementations generally do not define
+ * element-based versions of the equals and hashCode
+ * methods, but instead inherit the identity-based versions from class
+ * Object.
+ *
+ * @author Doug Lea
+ * @author Josh Bloch
+ * @since 1.6
+ * @param the type of elements held in this collection
+ */
+
+public interface Deque extends Queue {
+ /**
+ * Inserts the specified element at the front of this deque if it is
+ * possible to do so immediately without violating capacity restrictions.
+ * When using a capacity-restricted deque, it is generally preferable to
+ * use method {@link #offerFirst}.
+ *
+ * @param e the element to add
+ * @throws IllegalStateException if the element cannot be added at this
+ * time due to capacity restrictions
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void addFirst(E e);
+
+ /**
+ * Inserts the specified element at the end of this deque if it is
+ * possible to do so immediately without violating capacity restrictions.
+ * When using a capacity-restricted deque, it is generally preferable to
+ * use method {@link #offerLast}.
+ *
+ *
This method is equivalent to {@link #add}.
+ *
+ * @param e the element to add
+ * @throws IllegalStateException if the element cannot be added at this
+ * time due to capacity restrictions
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void addLast(E e);
+
+ /**
+ * Inserts the specified element at the front of this deque unless it would
+ * violate capacity restrictions. When using a capacity-restricted deque,
+ * this method is generally preferable to the {@link #addFirst} method,
+ * which can fail to insert an element only by throwing an exception.
+ *
+ * @param e the element to add
+ * @return true if the element was added to this deque, else
+ * false
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offerFirst(E e);
+
+ /**
+ * Inserts the specified element at the end of this deque unless it would
+ * violate capacity restrictions. When using a capacity-restricted deque,
+ * this method is generally preferable to the {@link #addLast} method,
+ * which can fail to insert an element only by throwing an exception.
+ *
+ * @param e the element to add
+ * @return true if the element was added to this deque, else
+ * false
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offerLast(E e);
+
+ /**
+ * Retrieves and removes the first element of this deque. This method
+ * differs from {@link #pollFirst pollFirst} only in that it throws an
+ * exception if this deque is empty.
+ *
+ * @return the head of this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E removeFirst();
+
+ /**
+ * Retrieves and removes the last element of this deque. This method
+ * differs from {@link #pollLast pollLast} only in that it throws an
+ * exception if this deque is empty.
+ *
+ * @return the tail of this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E removeLast();
+
+ /**
+ * Retrieves and removes the first element of this deque,
+ * or returns null if this deque is empty.
+ *
+ * @return the head of this deque, or null if this deque is empty
+ */
+ E pollFirst();
+
+ /**
+ * Retrieves and removes the last element of this deque,
+ * or returns null if this deque is empty.
+ *
+ * @return the tail of this deque, or null if this deque is empty
+ */
+ E pollLast();
+
+ /**
+ * Retrieves, but does not remove, the first element of this deque.
+ *
+ * This method differs from {@link #peekFirst peekFirst} only in that it
+ * throws an exception if this deque is empty.
+ *
+ * @return the head of this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E getFirst();
+
+ /**
+ * Retrieves, but does not remove, the last element of this deque.
+ * This method differs from {@link #peekLast peekLast} only in that it
+ * throws an exception if this deque is empty.
+ *
+ * @return the tail of this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E getLast();
+
+ /**
+ * Retrieves, but does not remove, the first element of this deque,
+ * or returns null if this deque is empty.
+ *
+ * @return the head of this deque, or null if this deque is empty
+ */
+ E peekFirst();
+
+ /**
+ * Retrieves, but does not remove, the last element of this deque,
+ * or returns null if this deque is empty.
+ *
+ * @return the tail of this deque, or null if this deque is empty
+ */
+ E peekLast();
+
+ /**
+ * Removes the first occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the first element e such that
+ * (o==null ? e==null : o.equals(e))
+ * (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if an element was removed as a result of this call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements (optional)
+ */
+ boolean removeFirstOccurrence(Object o);
+
+ /**
+ * Removes the last occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the last element e such that
+ * (o==null ? e==null : o.equals(e))
+ * (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if an element was removed as a result of this call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements (optional)
+ */
+ boolean removeLastOccurrence(Object o);
+
+ // *** Queue methods ***
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque) if it is possible to do so
+ * immediately without violating capacity restrictions, returning
+ * true upon success and throwing an
+ * IllegalStateException if no space is currently available.
+ * When using a capacity-restricted deque, it is generally preferable to
+ * use {@link #offer offer}.
+ *
+ *
This method is equivalent to {@link #addLast}.
+ *
+ * @param e the element to add
+ * @return true (as specified by {@link java.util.Collection#add})
+ * @throws IllegalStateException if the element cannot be added at this
+ * time due to capacity restrictions
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean add(E e);
+
+ /**
+ * Inserts the specified element into the queue represented by this deque
+ * (in other words, at the tail of this deque) if it is possible to do so
+ * immediately without violating capacity restrictions, returning
+ * true upon success and false if no space is currently
+ * available. When using a capacity-restricted deque, this method is
+ * generally preferable to the {@link #add} method, which can fail to
+ * insert an element only by throwing an exception.
+ *
+ *
This method is equivalent to {@link #offerLast}.
+ *
+ * @param e the element to add
+ * @return true if the element was added to this deque, else
+ * false
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ boolean offer(E e);
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque).
+ * This method differs from {@link #poll poll} only in that it throws an
+ * exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #removeFirst()}.
+ *
+ * @return the head of the queue represented by this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E remove();
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque
+ * (in other words, the first element of this deque), or returns
+ * null if this deque is empty.
+ *
+ *
This method is equivalent to {@link #pollFirst()}.
+ *
+ * @return the first element of this deque, or null if
+ * this deque is empty
+ */
+ E poll();
+
+ /**
+ * Retrieves, but does not remove, the head of the queue represented by
+ * this deque (in other words, the first element of this deque).
+ * This method differs from {@link #peek peek} only in that it throws an
+ * exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #getFirst()}.
+ *
+ * @return the head of the queue represented by this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E element();
+
+ /**
+ * Retrieves, but does not remove, the head of the queue represented by
+ * this deque (in other words, the first element of this deque), or
+ * returns null if this deque is empty.
+ *
+ *
This method is equivalent to {@link #peekFirst()}.
+ *
+ * @return the head of the queue represented by this deque, or
+ * null if this deque is empty
+ */
+ E peek();
+
+
+ // *** Stack methods ***
+
+ /**
+ * Pushes an element onto the stack represented by this deque (in other
+ * words, at the head of this deque) if it is possible to do so
+ * immediately without violating capacity restrictions, returning
+ * true upon success and throwing an
+ * IllegalStateException if no space is currently available.
+ *
+ *
This method is equivalent to {@link #addFirst}.
+ *
+ * @param e the element to push
+ * @throws IllegalStateException if the element cannot be added at this
+ * time due to capacity restrictions
+ * @throws ClassCastException if the class of the specified element
+ * prevents it from being added to this deque
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements
+ * @throws IllegalArgumentException if some property of the specified
+ * element prevents it from being added to this deque
+ */
+ void push(E e);
+
+ /**
+ * Pops an element from the stack represented by this deque. In other
+ * words, removes and returns the first element of this deque.
+ *
+ *
This method is equivalent to {@link #removeFirst()}.
+ *
+ * @return the element at the front of this deque (which is the top
+ * of the stack represented by this deque)
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ E pop();
+
+
+ // *** Collection methods ***
+
+ /**
+ * Removes the first occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the first element e such that
+ * (o==null ? e==null : o.equals(e))
+ * (if such an element exists).
+ * Returns true if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ *
This method is equivalent to {@link #removeFirstOccurrence}.
+ *
+ * @param o element to be removed from this deque, if present
+ * @return true if an element was removed as a result of this call
+ * @throws ClassCastException if the class of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements (optional)
+ */
+ boolean remove(Object o);
+
+ /**
+ * Returns true if this deque contains the specified element.
+ * More formally, returns true if and only if this deque contains
+ * at least one element e such that
+ * (o==null ? e==null : o.equals(e)).
+ *
+ * @param o element whose presence in this deque is to be tested
+ * @return true if this deque contains the specified element
+ * @throws ClassCastException if the type of the specified element
+ * is incompatible with this deque (optional)
+ * @throws NullPointerException if the specified element is null and this
+ * deque does not permit null elements (optional)
+ */
+ boolean contains(Object o);
+
+ /**
+ * Returns the number of elements in this deque.
+ *
+ * @return the number of elements in this deque
+ */
+ public int size();
+
+ /**
+ * Returns an iterator over the elements in this deque in proper sequence.
+ * The elements will be returned in order from first (head) to last (tail).
+ *
+ * @return an iterator over the elements in this deque in proper sequence
+ */
+ Iterator iterator();
+
+ /**
+ * Returns an iterator over the elements in this deque in reverse
+ * sequential order. The elements will be returned in order from
+ * last (tail) to first (head).
+ *
+ * @return an iterator over the elements in this deque in reverse
+ * sequence
+ */
+ Iterator descendingIterator();
+
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LIFOLinkedBlockingDeque.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LIFOLinkedBlockingDeque.java
new file mode 100644
index 0000000..b4de574
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LIFOLinkedBlockingDeque.java
@@ -0,0 +1,45 @@
+package com.nostra13.universalimageloader.core.assist.deque;
+
+/**
+ * {@link LinkedBlockingDeque} using LIFO algorithm
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.6.3
+ */
+public class LIFOLinkedBlockingDeque extends LinkedBlockingDeque {
+
+ private static final long serialVersionUID = -4114786347960826192L;
+
+ /**
+ * Inserts the specified element at the front of this deque if it is possible to do so immediately without violating
+ * capacity restrictions, returning true upon success and false if no space is currently
+ * available. When using a capacity-restricted deque, this method is generally preferable to the {@link #addFirst
+ * addFirst} method, which can fail to insert an element only by throwing an exception.
+ *
+ * @param e
+ * the element to add
+ * @throws ClassCastException
+ * {@inheritDoc}
+ * @throws NullPointerException
+ * if the specified element is null
+ * @throws IllegalArgumentException
+ * {@inheritDoc}
+ */
+ @Override
+ public boolean offer(T e) {
+ return super.offerFirst(e);
+ }
+
+ /**
+ * Retrieves and removes the first element of this deque. This method differs from {@link #pollFirst pollFirst} only
+ * in that it throws an exception if this deque is empty.
+ *
+ * @return the head of this deque
+ * @throws java.util.NoSuchElementException
+ * if this deque is empty
+ */
+ @Override
+ public T remove() {
+ return super.removeFirst();
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java
new file mode 100644
index 0000000..06bff8e
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java
@@ -0,0 +1,1169 @@
+/*
+ * Written by Doug Lea with assistance from members of JCP JSR-166
+ * Expert Group and released to the public domain, as explained at
+ * http://creativecommons.org/licenses/publicdomain
+ */
+
+package com.nostra13.universalimageloader.core.assist.deque;
+
+import java.util.AbstractQueue;
+import java.util.Collection;
+import java.util.Iterator;
+import java.util.NoSuchElementException;
+import java.util.concurrent.TimeUnit;
+import java.util.concurrent.locks.Condition;
+import java.util.concurrent.locks.ReentrantLock;
+
+/**
+ * An optionally-bounded {@linkplain BlockingDeque blocking deque} based on
+ * linked nodes.
+ *
+ *
The optional capacity bound constructor argument serves as a
+ * way to prevent excessive expansion. The capacity, if unspecified,
+ * is equal to {@link Integer#MAX_VALUE}. Linked nodes are
+ * dynamically created upon each insertion unless this would bring the
+ * deque above capacity.
+ *
+ *
Most operations run in constant time (ignoring time spent
+ * blocking). Exceptions include {@link #remove(Object) remove},
+ * {@link #removeFirstOccurrence removeFirstOccurrence}, {@link
+ * #removeLastOccurrence removeLastOccurrence}, {@link #contains
+ * contains}, {@link #iterator iterator.remove()}, and the bulk
+ * operations, all of which run in linear time.
+ *
+ *
This class and its iterator implement all of the
+ * optional methods of the {@link java.util.Collection} and {@link
+ * java.util.Iterator} interfaces.
+ *
+ *
This class is a member of the
+ *
+ * Java Collections Framework.
+ *
+ * @since 1.6
+ * @author Doug Lea
+ * @param the type of elements held in this collection
+ */
+public class LinkedBlockingDeque
+ extends AbstractQueue
+ implements BlockingDeque, java.io.Serializable {
+
+ /*
+ * Implemented as a simple doubly-linked list protected by a
+ * single lock and using conditions to manage blocking.
+ *
+ * To implement weakly consistent iterators, it appears we need to
+ * keep all Nodes GC-reachable from a predecessor dequeued Node.
+ * That would cause two problems:
+ * - allow a rogue Iterator to cause unbounded memory retention
+ * - cause cross-generational linking of old Nodes to new Nodes if
+ * a Node was tenured while live, which generational GCs have a
+ * hard time dealing with, causing repeated major collections.
+ * However, only non-deleted Nodes need to be reachable from
+ * dequeued Nodes, and reachability does not necessarily have to
+ * be of the kind understood by the GC. We use the trick of
+ * linking a Node that has just been dequeued to itself. Such a
+ * self-link implicitly means to jump to "first" (for next links)
+ * or "last" (for prev links).
+ */
+
+ /*
+ * We have "diamond" multiple interface/abstract class inheritance
+ * here, and that introduces ambiguities. Often we want the
+ * BlockingDeque javadoc combined with the AbstractQueue
+ * implementation, so a lot of method specs are duplicated here.
+ */
+
+ private static final long serialVersionUID = -387911632671998426L;
+
+ /** Doubly-linked list node class */
+ static final class Node {
+ /**
+ * The item, or null if this node has been removed.
+ */
+ E item;
+
+ /**
+ * One of:
+ * - the real predecessor Node
+ * - this Node, meaning the predecessor is tail
+ * - null, meaning there is no predecessor
+ */
+ Node prev;
+
+ /**
+ * One of:
+ * - the real successor Node
+ * - this Node, meaning the successor is head
+ * - null, meaning there is no successor
+ */
+ Node next;
+
+ Node(E x) {
+ item = x;
+ }
+ }
+
+ /**
+ * Pointer to first node.
+ * Invariant: (first == null && last == null) ||
+ * (first.prev == null && first.item != null)
+ */
+ transient Node first;
+
+ /**
+ * Pointer to last node.
+ * Invariant: (first == null && last == null) ||
+ * (last.next == null && last.item != null)
+ */
+ transient Node last;
+
+ /** Number of items in the deque */
+ private transient int count;
+
+ /** Maximum number of items in the deque */
+ private final int capacity;
+
+ /** Main lock guarding all access */
+ final ReentrantLock lock = new ReentrantLock();
+
+ /** Condition for waiting takes */
+ private final Condition notEmpty = lock.newCondition();
+
+ /** Condition for waiting puts */
+ private final Condition notFull = lock.newCondition();
+
+ /**
+ * Creates a {@code LinkedBlockingDeque} with a capacity of
+ * {@link Integer#MAX_VALUE}.
+ */
+ public LinkedBlockingDeque() {
+ this(Integer.MAX_VALUE);
+ }
+
+ /**
+ * Creates a {@code LinkedBlockingDeque} with the given (fixed) capacity.
+ *
+ * @param capacity the capacity of this deque
+ * @throws IllegalArgumentException if {@code capacity} is less than 1
+ */
+ public LinkedBlockingDeque(int capacity) {
+ if (capacity <= 0) throw new IllegalArgumentException();
+ this.capacity = capacity;
+ }
+
+ /**
+ * Creates a {@code LinkedBlockingDeque} with a capacity of
+ * {@link Integer#MAX_VALUE}, initially containing the elements of
+ * the given collection, added in traversal order of the
+ * collection's iterator.
+ *
+ * @param c the collection of elements to initially contain
+ * @throws NullPointerException if the specified collection or any
+ * of its elements are null
+ */
+ public LinkedBlockingDeque(Collection extends E> c) {
+ this(Integer.MAX_VALUE);
+ final ReentrantLock lock = this.lock;
+ lock.lock(); // Never contended, but necessary for visibility
+ try {
+ for (E e : c) {
+ if (e == null)
+ throw new NullPointerException();
+ if (!linkLast(new Node(e)))
+ throw new IllegalStateException("Deque full");
+ }
+ } finally {
+ lock.unlock();
+ }
+ }
+
+
+ // Basic linking and unlinking operations, called only while holding lock
+
+ /**
+ * Links node as first element, or returns false if full.
+ */
+ private boolean linkFirst(Node node) {
+ // assert lock.isHeldByCurrentThread();
+ if (count >= capacity)
+ return false;
+ Node f = first;
+ node.next = f;
+ first = node;
+ if (last == null)
+ last = node;
+ else
+ f.prev = node;
+ ++count;
+ notEmpty.signal();
+ return true;
+ }
+
+ /**
+ * Links node as last element, or returns false if full.
+ */
+ private boolean linkLast(Node node) {
+ // assert lock.isHeldByCurrentThread();
+ if (count >= capacity)
+ return false;
+ Node l = last;
+ node.prev = l;
+ last = node;
+ if (first == null)
+ first = node;
+ else
+ l.next = node;
+ ++count;
+ notEmpty.signal();
+ return true;
+ }
+
+ /**
+ * Removes and returns first element, or null if empty.
+ */
+ private E unlinkFirst() {
+ // assert lock.isHeldByCurrentThread();
+ Node f = first;
+ if (f == null)
+ return null;
+ Node n = f.next;
+ E item = f.item;
+ f.item = null;
+ f.next = f; // help GC
+ first = n;
+ if (n == null)
+ last = null;
+ else
+ n.prev = null;
+ --count;
+ notFull.signal();
+ return item;
+ }
+
+ /**
+ * Removes and returns last element, or null if empty.
+ */
+ private E unlinkLast() {
+ // assert lock.isHeldByCurrentThread();
+ Node l = last;
+ if (l == null)
+ return null;
+ Node p = l.prev;
+ E item = l.item;
+ l.item = null;
+ l.prev = l; // help GC
+ last = p;
+ if (p == null)
+ first = null;
+ else
+ p.next = null;
+ --count;
+ notFull.signal();
+ return item;
+ }
+
+ /**
+ * Unlinks x.
+ */
+ void unlink(Node x) {
+ // assert lock.isHeldByCurrentThread();
+ Node p = x.prev;
+ Node n = x.next;
+ if (p == null) {
+ unlinkFirst();
+ } else if (n == null) {
+ unlinkLast();
+ } else {
+ p.next = n;
+ n.prev = p;
+ x.item = null;
+ // Don't mess with x's links. They may still be in use by
+ // an iterator.
+ --count;
+ notFull.signal();
+ }
+ }
+
+ // BlockingDeque methods
+
+ /**
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws NullPointerException {@inheritDoc}
+ */
+ public void addFirst(E e) {
+ if (!offerFirst(e))
+ throw new IllegalStateException("Deque full");
+ }
+
+ /**
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws NullPointerException {@inheritDoc}
+ */
+ public void addLast(E e) {
+ if (!offerLast(e))
+ throw new IllegalStateException("Deque full");
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ */
+ public boolean offerFirst(E e) {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return linkFirst(node);
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ */
+ public boolean offerLast(E e) {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return linkLast(node);
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public void putFirst(E e) throws InterruptedException {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ while (!linkFirst(node))
+ notFull.await();
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public void putLast(E e) throws InterruptedException {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ while (!linkLast(node))
+ notFull.await();
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public boolean offerFirst(E e, long timeout, TimeUnit unit)
+ throws InterruptedException {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ long nanos = unit.toNanos(timeout);
+ final ReentrantLock lock = this.lock;
+ lock.lockInterruptibly();
+ try {
+ while (!linkFirst(node)) {
+ if (nanos <= 0)
+ return false;
+ nanos = notFull.awaitNanos(nanos);
+ }
+ return true;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public boolean offerLast(E e, long timeout, TimeUnit unit)
+ throws InterruptedException {
+ if (e == null) throw new NullPointerException();
+ Node node = new Node(e);
+ long nanos = unit.toNanos(timeout);
+ final ReentrantLock lock = this.lock;
+ lock.lockInterruptibly();
+ try {
+ while (!linkLast(node)) {
+ if (nanos <= 0)
+ return false;
+ nanos = notFull.awaitNanos(nanos);
+ }
+ return true;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws java.util.NoSuchElementException {@inheritDoc}
+ */
+ public E removeFirst() {
+ E x = pollFirst();
+ if (x == null) throw new NoSuchElementException();
+ return x;
+ }
+
+ /**
+ * @throws java.util.NoSuchElementException {@inheritDoc}
+ */
+ public E removeLast() {
+ E x = pollLast();
+ if (x == null) throw new NoSuchElementException();
+ return x;
+ }
+
+ public E pollFirst() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return unlinkFirst();
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E pollLast() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return unlinkLast();
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E takeFirst() throws InterruptedException {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ E x;
+ while ( (x = unlinkFirst()) == null)
+ notEmpty.await();
+ return x;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E takeLast() throws InterruptedException {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ E x;
+ while ( (x = unlinkLast()) == null)
+ notEmpty.await();
+ return x;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E pollFirst(long timeout, TimeUnit unit)
+ throws InterruptedException {
+ long nanos = unit.toNanos(timeout);
+ final ReentrantLock lock = this.lock;
+ lock.lockInterruptibly();
+ try {
+ E x;
+ while ( (x = unlinkFirst()) == null) {
+ if (nanos <= 0)
+ return null;
+ nanos = notEmpty.awaitNanos(nanos);
+ }
+ return x;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E pollLast(long timeout, TimeUnit unit)
+ throws InterruptedException {
+ long nanos = unit.toNanos(timeout);
+ final ReentrantLock lock = this.lock;
+ lock.lockInterruptibly();
+ try {
+ E x;
+ while ( (x = unlinkLast()) == null) {
+ if (nanos <= 0)
+ return null;
+ nanos = notEmpty.awaitNanos(nanos);
+ }
+ return x;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws java.util.NoSuchElementException {@inheritDoc}
+ */
+ public E getFirst() {
+ E x = peekFirst();
+ if (x == null) throw new NoSuchElementException();
+ return x;
+ }
+
+ /**
+ * @throws java.util.NoSuchElementException {@inheritDoc}
+ */
+ public E getLast() {
+ E x = peekLast();
+ if (x == null) throw new NoSuchElementException();
+ return x;
+ }
+
+ public E peekFirst() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return (first == null) ? null : first.item;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public E peekLast() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return (last == null) ? null : last.item;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public boolean removeFirstOccurrence(Object o) {
+ if (o == null) return false;
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ for (Node p = first; p != null; p = p.next) {
+ if (o.equals(p.item)) {
+ unlink(p);
+ return true;
+ }
+ }
+ return false;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public boolean removeLastOccurrence(Object o) {
+ if (o == null) return false;
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ for (Node p = last; p != null; p = p.prev) {
+ if (o.equals(p.item)) {
+ unlink(p);
+ return true;
+ }
+ }
+ return false;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ // BlockingQueue methods
+
+ /**
+ * Inserts the specified element at the end of this deque unless it would
+ * violate capacity restrictions. When using a capacity-restricted deque,
+ * it is generally preferable to use method {@link #offer offer}.
+ *
+ *
This method is equivalent to {@link #addLast}.
+ *
+ * @throws IllegalStateException if the element cannot be added at this
+ * time due to capacity restrictions
+ * @throws NullPointerException if the specified element is null
+ */
+ public boolean add(E e) {
+ addLast(e);
+ return true;
+ }
+
+ /**
+ * @throws NullPointerException if the specified element is null
+ */
+ public boolean offer(E e) {
+ return offerLast(e);
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public void put(E e) throws InterruptedException {
+ putLast(e);
+ }
+
+ /**
+ * @throws NullPointerException {@inheritDoc}
+ * @throws InterruptedException {@inheritDoc}
+ */
+ public boolean offer(E e, long timeout, TimeUnit unit)
+ throws InterruptedException {
+ return offerLast(e, timeout, unit);
+ }
+
+ /**
+ * Retrieves and removes the head of the queue represented by this deque.
+ * This method differs from {@link #poll poll} only in that it throws an
+ * exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #removeFirst() removeFirst}.
+ *
+ * @return the head of the queue represented by this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ public E remove() {
+ return removeFirst();
+ }
+
+ public E poll() {
+ return pollFirst();
+ }
+
+ public E take() throws InterruptedException {
+ return takeFirst();
+ }
+
+ public E poll(long timeout, TimeUnit unit) throws InterruptedException {
+ return pollFirst(timeout, unit);
+ }
+
+ /**
+ * Retrieves, but does not remove, the head of the queue represented by
+ * this deque. This method differs from {@link #peek peek} only in that
+ * it throws an exception if this deque is empty.
+ *
+ *
This method is equivalent to {@link #getFirst() getFirst}.
+ *
+ * @return the head of the queue represented by this deque
+ * @throws java.util.NoSuchElementException if this deque is empty
+ */
+ public E element() {
+ return getFirst();
+ }
+
+ public E peek() {
+ return peekFirst();
+ }
+
+ /**
+ * Returns the number of additional elements that this deque can ideally
+ * (in the absence of memory or resource constraints) accept without
+ * blocking. This is always equal to the initial capacity of this deque
+ * less the current {@code size} of this deque.
+ *
+ *
Note that you cannot always tell if an attempt to insert
+ * an element will succeed by inspecting {@code remainingCapacity}
+ * because it may be the case that another thread is about to
+ * insert or remove an element.
+ */
+ public int remainingCapacity() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return capacity - count;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @throws UnsupportedOperationException {@inheritDoc}
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException {@inheritDoc}
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ public int drainTo(Collection super E> c) {
+ return drainTo(c, Integer.MAX_VALUE);
+ }
+
+ /**
+ * @throws UnsupportedOperationException {@inheritDoc}
+ * @throws ClassCastException {@inheritDoc}
+ * @throws NullPointerException {@inheritDoc}
+ * @throws IllegalArgumentException {@inheritDoc}
+ */
+ public int drainTo(Collection super E> c, int maxElements) {
+ if (c == null)
+ throw new NullPointerException();
+ if (c == this)
+ throw new IllegalArgumentException();
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ int n = Math.min(maxElements, count);
+ for (int i = 0; i < n; i++) {
+ c.add(first.item); // In this order, in case add() throws.
+ unlinkFirst();
+ }
+ return n;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ // Stack methods
+
+ /**
+ * @throws IllegalStateException {@inheritDoc}
+ * @throws NullPointerException {@inheritDoc}
+ */
+ public void push(E e) {
+ addFirst(e);
+ }
+
+ /**
+ * @throws java.util.NoSuchElementException {@inheritDoc}
+ */
+ public E pop() {
+ return removeFirst();
+ }
+
+ // Collection methods
+
+ /**
+ * Removes the first occurrence of the specified element from this deque.
+ * If the deque does not contain the element, it is unchanged.
+ * More formally, removes the first element {@code e} such that
+ * {@code o.equals(e)} (if such an element exists).
+ * Returns {@code true} if this deque contained the specified element
+ * (or equivalently, if this deque changed as a result of the call).
+ *
+ *
This method is equivalent to
+ * {@link #removeFirstOccurrence(Object) removeFirstOccurrence}.
+ *
+ * @param o element to be removed from this deque, if present
+ * @return {@code true} if this deque changed as a result of the call
+ */
+ public boolean remove(Object o) {
+ return removeFirstOccurrence(o);
+ }
+
+ /**
+ * Returns the number of elements in this deque.
+ *
+ * @return the number of elements in this deque
+ */
+ public int size() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ return count;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Returns {@code true} if this deque contains the specified element.
+ * More formally, returns {@code true} if and only if this deque contains
+ * at least one element {@code e} such that {@code o.equals(e)}.
+ *
+ * @param o object to be checked for containment in this deque
+ * @return {@code true} if this deque contains the specified element
+ */
+ public boolean contains(Object o) {
+ if (o == null) return false;
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ for (Node p = first; p != null; p = p.next)
+ if (o.equals(p.item))
+ return true;
+ return false;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /*
+ * TODO: Add support for more efficient bulk operations.
+ *
+ * We don't want to acquire the lock for every iteration, but we
+ * also want other threads a chance to interact with the
+ * collection, especially when count is close to capacity.
+ */
+
+// /**
+// * Adds all of the elements in the specified collection to this
+// * queue. Attempts to addAll of a queue to itself result in
+// * {@code IllegalArgumentException}. Further, the behavior of
+// * this operation is undefined if the specified collection is
+// * modified while the operation is in progress.
+// *
+// * @param c collection containing elements to be added to this queue
+// * @return {@code true} if this queue changed as a result of the call
+// * @throws ClassCastException {@inheritDoc}
+// * @throws NullPointerException {@inheritDoc}
+// * @throws IllegalArgumentException {@inheritDoc}
+// * @throws IllegalStateException {@inheritDoc}
+// * @see #add(Object)
+// */
+// public boolean addAll(Collection extends E> c) {
+// if (c == null)
+// throw new NullPointerException();
+// if (c == this)
+// throw new IllegalArgumentException();
+// final ReentrantLock lock = this.lock;
+// lock.lock();
+// try {
+// boolean modified = false;
+// for (E e : c)
+// if (linkLast(e))
+// modified = true;
+// return modified;
+// } finally {
+// lock.unlock();
+// }
+// }
+
+ /**
+ * Returns an array containing all of the elements in this deque, in
+ * proper sequence (from first to last element).
+ *
+ *
The returned array will be "safe" in that no references to it are
+ * maintained by this deque. (In other words, this method must allocate
+ * a new array). The caller is thus free to modify the returned array.
+ *
+ *
This method acts as bridge between array-based and collection-based
+ * APIs.
+ *
+ * @return an array containing all of the elements in this deque
+ */
+ public Object[] toArray() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ Object[] a = new Object[count];
+ int k = 0;
+ for (Node p = first; p != null; p = p.next)
+ a[k++] = p.item;
+ return a;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Returns an array containing all of the elements in this deque, in
+ * proper sequence; the runtime type of the returned array is that of
+ * the specified array. If the deque fits in the specified array, it
+ * is returned therein. Otherwise, a new array is allocated with the
+ * runtime type of the specified array and the size of this deque.
+ *
+ *
If this deque fits in the specified array with room to spare
+ * (i.e., the array has more elements than this deque), the element in
+ * the array immediately following the end of the deque is set to
+ * {@code null}.
+ *
+ *
Like the {@link #toArray()} method, this method acts as bridge between
+ * array-based and collection-based APIs. Further, this method allows
+ * precise control over the runtime type of the output array, and may,
+ * under certain circumstances, be used to save allocation costs.
+ *
+ *
Suppose {@code x} is a deque known to contain only strings.
+ * The following code can be used to dump the deque into a newly
+ * allocated array of {@code String}:
+ *
+ *
+ * String[] y = x.toArray(new String[0]);
+ *
+ * Note that {@code toArray(new Object[0])} is identical in function to
+ * {@code toArray()}.
+ *
+ * @param a the array into which the elements of the deque are to
+ * be stored, if it is big enough; otherwise, a new array of the
+ * same runtime type is allocated for this purpose
+ * @return an array containing all of the elements in this deque
+ * @throws ArrayStoreException if the runtime type of the specified array
+ * is not a supertype of the runtime type of every element in
+ * this deque
+ * @throws NullPointerException if the specified array is null
+ */
+ @SuppressWarnings("unchecked")
+ public T[] toArray(T[] a) {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ if (a.length < count)
+ a = (T[])java.lang.reflect.Array.newInstance
+ (a.getClass().getComponentType(), count);
+
+ int k = 0;
+ for (Node p = first; p != null; p = p.next)
+ a[k++] = (T)p.item;
+ if (a.length > k)
+ a[k] = null;
+ return a;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public String toString() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ Node p = first;
+ if (p == null)
+ return "[]";
+
+ StringBuilder sb = new StringBuilder();
+ sb.append('[');
+ for (;;) {
+ E e = p.item;
+ sb.append(e == this ? "(this Collection)" : e);
+ p = p.next;
+ if (p == null)
+ return sb.append(']').toString();
+ sb.append(',').append(' ');
+ }
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Atomically removes all of the elements from this deque.
+ * The deque will be empty after this call returns.
+ */
+ public void clear() {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ for (Node f = first; f != null; ) {
+ f.item = null;
+ Node n = f.next;
+ f.prev = null;
+ f.next = null;
+ f = n;
+ }
+ first = last = null;
+ count = 0;
+ notFull.signalAll();
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Returns an iterator over the elements in this deque in proper sequence.
+ * The elements will be returned in order from first (head) to last (tail).
+ *
+ *
The returned iterator is a "weakly consistent" iterator that
+ * will never throw {@link java.util.ConcurrentModificationException
+ * ConcurrentModificationException}, and guarantees to traverse
+ * elements as they existed upon construction of the iterator, and
+ * may (but is not guaranteed to) reflect any modifications
+ * subsequent to construction.
+ *
+ * @return an iterator over the elements in this deque in proper sequence
+ */
+ public Iterator iterator() {
+ return new Itr();
+ }
+
+ /**
+ * Returns an iterator over the elements in this deque in reverse
+ * sequential order. The elements will be returned in order from
+ * last (tail) to first (head).
+ *
+ *
The returned iterator is a "weakly consistent" iterator that
+ * will never throw {@link java.util.ConcurrentModificationException
+ * ConcurrentModificationException}, and guarantees to traverse
+ * elements as they existed upon construction of the iterator, and
+ * may (but is not guaranteed to) reflect any modifications
+ * subsequent to construction.
+ *
+ * @return an iterator over the elements in this deque in reverse order
+ */
+ public Iterator descendingIterator() {
+ return new DescendingItr();
+ }
+
+ /**
+ * Base class for Iterators for LinkedBlockingDeque
+ */
+ private abstract class AbstractItr implements Iterator {
+ /**
+ * The next node to return in next()
+ */
+ Node next;
+
+ /**
+ * nextItem holds on to item fields because once we claim that
+ * an element exists in hasNext(), we must return item read
+ * under lock (in advance()) even if it was in the process of
+ * being removed when hasNext() was called.
+ */
+ E nextItem;
+
+ /**
+ * Node returned by most recent call to next. Needed by remove.
+ * Reset to null if this element is deleted by a call to remove.
+ */
+ private Node lastRet;
+
+ abstract Node firstNode();
+ abstract Node nextNode(Node n);
+
+ AbstractItr() {
+ // set to initial position
+ final ReentrantLock lock = LinkedBlockingDeque.this.lock;
+ lock.lock();
+ try {
+ next = firstNode();
+ nextItem = (next == null) ? null : next.item;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Returns the successor node of the given non-null, but
+ * possibly previously deleted, node.
+ */
+ private Node succ(Node n) {
+ // Chains of deleted nodes ending in null or self-links
+ // are possible if multiple interior nodes are removed.
+ for (;;) {
+ Node s = nextNode(n);
+ if (s == null)
+ return null;
+ else if (s.item != null)
+ return s;
+ else if (s == n)
+ return firstNode();
+ else
+ n = s;
+ }
+ }
+
+ /**
+ * Advances next.
+ */
+ void advance() {
+ final ReentrantLock lock = LinkedBlockingDeque.this.lock;
+ lock.lock();
+ try {
+ // assert next != null;
+ next = succ(next);
+ nextItem = (next == null) ? null : next.item;
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ public boolean hasNext() {
+ return next != null;
+ }
+
+ public E next() {
+ if (next == null)
+ throw new NoSuchElementException();
+ lastRet = next;
+ E x = nextItem;
+ advance();
+ return x;
+ }
+
+ public void remove() {
+ Node n = lastRet;
+ if (n == null)
+ throw new IllegalStateException();
+ lastRet = null;
+ final ReentrantLock lock = LinkedBlockingDeque.this.lock;
+ lock.lock();
+ try {
+ if (n.item != null)
+ unlink(n);
+ } finally {
+ lock.unlock();
+ }
+ }
+ }
+
+ /** Forward iterator */
+ private class Itr extends AbstractItr {
+ Node firstNode() { return first; }
+ Node nextNode(Node n) { return n.next; }
+ }
+
+ /** Descending iterator */
+ private class DescendingItr extends AbstractItr {
+ Node firstNode() { return last; }
+ Node nextNode(Node n) { return n.prev; }
+ }
+
+ /**
+ * Save the state of this deque to a stream (that is, serialize it).
+ *
+ * @serialData The capacity (int), followed by elements (each an
+ * {@code Object}) in the proper order, followed by a null
+ * @param s the stream
+ */
+ private void writeObject(java.io.ObjectOutputStream s)
+ throws java.io.IOException {
+ final ReentrantLock lock = this.lock;
+ lock.lock();
+ try {
+ // Write out capacity and any hidden stuff
+ s.defaultWriteObject();
+ // Write out all elements in the proper order.
+ for (Node p = first; p != null; p = p.next)
+ s.writeObject(p.item);
+ // Use trailing null as sentinel
+ s.writeObject(null);
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * Reconstitute this deque from a stream (that is,
+ * deserialize it).
+ * @param s the stream
+ */
+ private void readObject(java.io.ObjectInputStream s)
+ throws java.io.IOException, ClassNotFoundException {
+ s.defaultReadObject();
+ count = 0;
+ first = null;
+ last = null;
+ // Read in all elements and place in queue
+ for (;;) {
+ @SuppressWarnings("unchecked")
+ E item = (E)s.readObject();
+ if (item == null)
+ break;
+ add(item);
+ }
+ }
+
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.java
new file mode 100644
index 0000000..a7d7563
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.java
@@ -0,0 +1,244 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.decode;
+
+import android.graphics.Bitmap;
+import android.graphics.BitmapFactory;
+import android.graphics.BitmapFactory.Options;
+import android.graphics.Matrix;
+import android.media.ExifInterface;
+import android.os.Build;
+import com.nostra13.universalimageloader.core.assist.ImageScaleType;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.download.ImageDownloader.Scheme;
+import com.nostra13.universalimageloader.utils.ImageSizeUtils;
+import com.nostra13.universalimageloader.utils.IoUtils;
+import com.nostra13.universalimageloader.utils.L;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+/**
+ * Decodes images to {@link Bitmap}, scales them to needed size
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see ImageDecodingInfo
+ * @since 1.8.3
+ */
+public class BaseImageDecoder implements ImageDecoder {
+
+ protected static final String LOG_SABSAMPLE_IMAGE = "Subsample original image (%1$s) to %2$s (scale = %3$d) [%4$s]";
+ protected static final String LOG_SCALE_IMAGE = "Scale subsampled image (%1$s) to %2$s (scale = %3$.5f) [%4$s]";
+ protected static final String LOG_ROTATE_IMAGE = "Rotate image on %1$d\u00B0 [%2$s]";
+ protected static final String LOG_FLIP_IMAGE = "Flip image horizontally [%s]";
+ protected static final String ERROR_CANT_DECODE_IMAGE = "Image can't be decoded [%s]";
+
+ protected final boolean loggingEnabled;
+
+ /**
+ * @param loggingEnabled Whether debug logs will be written to LogCat. Usually should match {@link
+ * com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder#writeDebugLogs()
+ * ImageLoaderConfiguration.writeDebugLogs()}
+ */
+ public BaseImageDecoder(boolean loggingEnabled) {
+ this.loggingEnabled = loggingEnabled;
+ }
+
+ /**
+ * Decodes image from URI into {@link Bitmap}. Image is scaled close to incoming {@linkplain ImageSize target size}
+ * during decoding (depend on incoming parameters).
+ *
+ * @param decodingInfo Needed data for decoding image
+ * @return Decoded bitmap
+ * @throws java.io.IOException if some I/O exception occurs during image reading
+ * @throws UnsupportedOperationException if image URI has unsupported scheme(protocol)
+ */
+ public Bitmap decode(ImageDecodingInfo decodingInfo) throws IOException {
+ Bitmap decodedBitmap;
+ ImageFileInfo imageInfo;
+
+ InputStream imageStream = getImageStream(decodingInfo);
+ try {
+ imageInfo = defineImageSizeAndRotation(imageStream, decodingInfo);
+ imageStream = resetStream(imageStream, decodingInfo);
+ Options decodingOptions = prepareDecodingOptions(imageInfo.imageSize, decodingInfo);
+ decodedBitmap = BitmapFactory.decodeStream(imageStream, null, decodingOptions);
+ } finally {
+ IoUtils.closeSilently(imageStream);
+ }
+
+ if (decodedBitmap == null) {
+ L.e(ERROR_CANT_DECODE_IMAGE, decodingInfo.getImageKey());
+ } else {
+ decodedBitmap = considerExactScaleAndOrientaiton(decodedBitmap, decodingInfo, imageInfo.exif.rotation,
+ imageInfo.exif.flipHorizontal);
+ }
+ return decodedBitmap;
+ }
+
+ protected InputStream getImageStream(ImageDecodingInfo decodingInfo) throws IOException {
+ return decodingInfo.getDownloader().getStream(decodingInfo.getImageUri(), decodingInfo.getExtraForDownloader());
+ }
+
+ protected ImageFileInfo defineImageSizeAndRotation(InputStream imageStream, ImageDecodingInfo decodingInfo)
+ throws IOException {
+ Options options = new Options();
+ options.inJustDecodeBounds = true;
+ BitmapFactory.decodeStream(imageStream, null, options);
+
+ ExifInfo exif;
+ String imageUri = decodingInfo.getImageUri();
+ if (decodingInfo.shouldConsiderExifParams() && canDefineExifParams(imageUri, options.outMimeType)) {
+ exif = defineExifOrientation(imageUri);
+ } else {
+ exif = new ExifInfo();
+ }
+ return new ImageFileInfo(new ImageSize(options.outWidth, options.outHeight, exif.rotation), exif);
+ }
+
+ private boolean canDefineExifParams(String imageUri, String mimeType) {
+ return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ECLAIR && "image/jpeg".equalsIgnoreCase(mimeType) && Scheme
+ .ofUri(imageUri) == Scheme.FILE;
+ }
+
+ protected ExifInfo defineExifOrientation(String imageUri) {
+ int rotation = 0;
+ boolean flip = false;
+ try {
+ ExifInterface exif = new ExifInterface(Scheme.FILE.crop(imageUri));
+ int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_NORMAL);
+ switch (exifOrientation) {
+ case ExifInterface.ORIENTATION_FLIP_HORIZONTAL:
+ flip = true;
+ case ExifInterface.ORIENTATION_NORMAL:
+ rotation = 0;
+ break;
+ case ExifInterface.ORIENTATION_TRANSVERSE:
+ flip = true;
+ case ExifInterface.ORIENTATION_ROTATE_90:
+ rotation = 90;
+ break;
+ case ExifInterface.ORIENTATION_FLIP_VERTICAL:
+ flip = true;
+ case ExifInterface.ORIENTATION_ROTATE_180:
+ rotation = 180;
+ break;
+ case ExifInterface.ORIENTATION_TRANSPOSE:
+ flip = true;
+ case ExifInterface.ORIENTATION_ROTATE_270:
+ rotation = 270;
+ break;
+ }
+ } catch (IOException e) {
+ L.w("Can't read EXIF tags from file [%s]", imageUri);
+ }
+ return new ExifInfo(rotation, flip);
+ }
+
+ protected Options prepareDecodingOptions(ImageSize imageSize, ImageDecodingInfo decodingInfo) {
+ ImageScaleType scaleType = decodingInfo.getImageScaleType();
+ int scale;
+ if (scaleType == ImageScaleType.NONE) {
+ scale = ImageSizeUtils.computeMinImageSampleSize(imageSize);
+ } else {
+ ImageSize targetSize = decodingInfo.getTargetSize();
+ boolean powerOf2 = scaleType == ImageScaleType.IN_SAMPLE_POWER_OF_2;
+ scale = ImageSizeUtils.computeImageSampleSize(imageSize, targetSize, decodingInfo.getViewScaleType(), powerOf2);
+ }
+ if (scale > 1 && loggingEnabled) {
+ L.d(LOG_SABSAMPLE_IMAGE, imageSize, imageSize.scaleDown(scale), scale, decodingInfo.getImageKey());
+ }
+
+ Options decodingOptions = decodingInfo.getDecodingOptions();
+ decodingOptions.inSampleSize = scale;
+ return decodingOptions;
+ }
+
+ protected InputStream resetStream(InputStream imageStream, ImageDecodingInfo decodingInfo) throws IOException {
+ try {
+ imageStream.reset();
+ } catch (IOException e) {
+ IoUtils.closeSilently(imageStream);
+ imageStream = getImageStream(decodingInfo);
+ }
+ return imageStream;
+ }
+
+ protected Bitmap considerExactScaleAndOrientaiton(Bitmap subsampledBitmap, ImageDecodingInfo decodingInfo,
+ int rotation, boolean flipHorizontal) {
+ Matrix m = new Matrix();
+ // Scale to exact size if need
+ ImageScaleType scaleType = decodingInfo.getImageScaleType();
+ if (scaleType == ImageScaleType.EXACTLY || scaleType == ImageScaleType.EXACTLY_STRETCHED) {
+ ImageSize srcSize = new ImageSize(subsampledBitmap.getWidth(), subsampledBitmap.getHeight(), rotation);
+ float scale = ImageSizeUtils.computeImageScale(srcSize, decodingInfo.getTargetSize(), decodingInfo
+ .getViewScaleType(), scaleType == ImageScaleType.EXACTLY_STRETCHED);
+ if (Float.compare(scale, 1f) != 0) {
+ m.setScale(scale, scale);
+
+ if (loggingEnabled) {
+ L.d(LOG_SCALE_IMAGE, srcSize, srcSize.scale(scale), scale, decodingInfo.getImageKey());
+ }
+ }
+ }
+ // Flip bitmap if need
+ if (flipHorizontal) {
+ m.postScale(-1, 1);
+
+ if (loggingEnabled) L.d(LOG_FLIP_IMAGE, decodingInfo.getImageKey());
+ }
+ // Rotate bitmap if need
+ if (rotation != 0) {
+ m.postRotate(rotation);
+
+ if (loggingEnabled) L.d(LOG_ROTATE_IMAGE, rotation, decodingInfo.getImageKey());
+ }
+
+ Bitmap finalBitmap = Bitmap.createBitmap(subsampledBitmap, 0, 0, subsampledBitmap.getWidth(), subsampledBitmap
+ .getHeight(), m, true);
+ if (finalBitmap != subsampledBitmap) {
+ subsampledBitmap.recycle();
+ }
+ return finalBitmap;
+ }
+
+ protected static class ExifInfo {
+
+ public final int rotation;
+ public final boolean flipHorizontal;
+
+ protected ExifInfo() {
+ this.rotation = 0;
+ this.flipHorizontal = false;
+ }
+
+ protected ExifInfo(int rotation, boolean flipHorizontal) {
+ this.rotation = rotation;
+ this.flipHorizontal = flipHorizontal;
+ }
+ }
+
+ protected static class ImageFileInfo {
+
+ public final ImageSize imageSize;
+ public final ExifInfo exif;
+
+ protected ImageFileInfo(ImageSize imageSize, ExifInfo exif) {
+ this.imageSize = imageSize;
+ this.exif = exif;
+ }
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecoder.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecoder.java
new file mode 100644
index 0000000..3b96e7b
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecoder.java
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.decode;
+
+import android.graphics.Bitmap;
+
+import java.io.IOException;
+
+/**
+ * Provide decoding image to result {@link Bitmap}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see ImageDecodingInfo
+ * @since 1.8.3
+ */
+public interface ImageDecoder {
+
+ /**
+ * Decodes image to {@link Bitmap} according target size and other parameters.
+ *
+ * @param imageDecodingInfo
+ * @return
+ * @throws java.io.IOException
+ */
+ Bitmap decode(ImageDecodingInfo imageDecodingInfo) throws IOException;
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java
new file mode 100644
index 0000000..ca1957f
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java
@@ -0,0 +1,142 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.decode;
+
+import android.annotation.TargetApi;
+import android.graphics.BitmapFactory.Options;
+import android.os.Build;
+import com.nostra13.universalimageloader.core.DisplayImageOptions;
+import com.nostra13.universalimageloader.core.assist.ImageScaleType;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+import com.nostra13.universalimageloader.core.download.ImageDownloader;
+
+/**
+ * Contains needed information for decoding image to Bitmap
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.3
+ */
+public class ImageDecodingInfo {
+
+ private final String imageKey;
+ private final String imageUri;
+ private final ImageSize targetSize;
+
+ private final ImageScaleType imageScaleType;
+ private final ViewScaleType viewScaleType;
+
+ private final ImageDownloader downloader;
+ private final Object extraForDownloader;
+
+ private final boolean considerExifParams;
+ private final Options decodingOptions;
+
+ public ImageDecodingInfo(String imageKey, String imageUri, ImageSize targetSize, ViewScaleType viewScaleType,
+ ImageDownloader downloader, DisplayImageOptions displayOptions) {
+ this.imageKey = imageKey;
+ this.imageUri = imageUri;
+ this.targetSize = targetSize;
+
+ this.imageScaleType = displayOptions.getImageScaleType();
+ this.viewScaleType = viewScaleType;
+
+ this.downloader = downloader;
+ this.extraForDownloader = displayOptions.getExtraForDownloader();
+
+ considerExifParams = displayOptions.isConsiderExifParams();
+ decodingOptions = new Options();
+ copyOptions(displayOptions.getDecodingOptions(), decodingOptions);
+ }
+
+ private void copyOptions(Options srcOptions, Options destOptions) {
+ destOptions.inDensity = srcOptions.inDensity;
+ destOptions.inDither = srcOptions.inDither;
+ destOptions.inInputShareable = srcOptions.inInputShareable;
+ destOptions.inJustDecodeBounds = srcOptions.inJustDecodeBounds;
+ destOptions.inPreferredConfig = srcOptions.inPreferredConfig;
+ destOptions.inPurgeable = srcOptions.inPurgeable;
+ destOptions.inSampleSize = srcOptions.inSampleSize;
+ destOptions.inScaled = srcOptions.inScaled;
+ destOptions.inScreenDensity = srcOptions.inScreenDensity;
+ destOptions.inTargetDensity = srcOptions.inTargetDensity;
+ destOptions.inTempStorage = srcOptions.inTempStorage;
+ if (Build.VERSION.SDK_INT >= 10) copyOptions10(srcOptions, destOptions);
+ if (Build.VERSION.SDK_INT >= 11) copyOptions11(srcOptions, destOptions);
+ }
+
+ @TargetApi(10)
+ private void copyOptions10(Options srcOptions, Options destOptions) {
+ destOptions.inPreferQualityOverSpeed = srcOptions.inPreferQualityOverSpeed;
+ }
+
+ @TargetApi(11)
+ private void copyOptions11(Options srcOptions, Options destOptions) {
+ destOptions.inBitmap = srcOptions.inBitmap;
+ destOptions.inMutable = srcOptions.inMutable;
+ }
+
+ /** @return Original {@linkplain com.nostra13.universalimageloader.utils.MemoryCacheUtils#generateKey(String, ImageSize) image key} (used in memory cache). */
+ public String getImageKey() {
+ return imageKey;
+ }
+
+ /** @return Image URI for decoding (usually image from disc cache) */
+ public String getImageUri() {
+ return imageUri;
+ }
+
+ /**
+ * @return Target size for image. Decoded bitmap should close to this size according to {@linkplain ImageScaleType
+ * image scale type} and {@linkplain ViewScaleType view scale type}.
+ */
+ public ImageSize getTargetSize() {
+ return targetSize;
+ }
+
+ /**
+ * @return {@linkplain ImageScaleType Scale type for image sampling and scaling}. This parameter affects result size
+ * of decoded bitmap.
+ */
+ public ImageScaleType getImageScaleType() {
+ return imageScaleType;
+ }
+
+ /** @return {@linkplain ViewScaleType View scale type}. This parameter affects result size of decoded bitmap. */
+ public ViewScaleType getViewScaleType() {
+ return viewScaleType;
+ }
+
+ /** @return Downloader for image loading */
+ public ImageDownloader getDownloader() {
+ return downloader;
+ }
+
+ /** @return Auxiliary object for downloader */
+ public Object getExtraForDownloader() {
+ return extraForDownloader;
+ }
+
+ /** @return true - if EXIF params of image should be considered; false - otherwise */
+ public boolean shouldConsiderExifParams() {
+ return considerExifParams;
+ }
+
+ /** @return Decoding options */
+ public Options getDecodingOptions() {
+ return decodingOptions;
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/BitmapDisplayer.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/BitmapDisplayer.java
new file mode 100644
index 0000000..b1f53ca
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/BitmapDisplayer.java
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.display;
+
+import android.graphics.Bitmap;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+/**
+ * Displays {@link Bitmap} in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware}. Implementations can
+ * apply some changes to Bitmap or any animation for displaying Bitmap.
+ * Implementations have to be thread-safe.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see com.nostra13.universalimageloader.core.imageaware.ImageAware
+ * @see com.nostra13.universalimageloader.core.assist.LoadedFrom
+ * @since 1.5.6
+ */
+public interface BitmapDisplayer {
+ /**
+ * Displays bitmap in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware}.
+ * NOTE: This method is called on UI thread so it's strongly recommended not to do any heavy work in it.
+ *
+ * @param bitmap Source bitmap
+ * @param imageAware {@linkplain com.nostra13.universalimageloader.core.imageaware.ImageAware Image aware view} to
+ * display Bitmap
+ * @param loadedFrom Source of loaded image
+ * ImageAware}
+ */
+ void display(Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.java
new file mode 100644
index 0000000..b0b37fd
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.java
@@ -0,0 +1,86 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich, Daniel Martí
+ *
+ * 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 com.nostra13.universalimageloader.core.display;
+
+import android.graphics.Bitmap;
+import android.view.View;
+import android.view.animation.AlphaAnimation;
+import android.view.animation.DecelerateInterpolator;
+import android.widget.ImageView;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+/**
+ * Displays image with "fade in" animation
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com), Daniel Martí
+ * @since 1.6.4
+ */
+public class FadeInBitmapDisplayer implements BitmapDisplayer {
+
+ private final int durationMillis;
+
+ private final boolean animateFromNetwork;
+ private final boolean animateFromDisc;
+ private final boolean animateFromMemory;
+
+ /**
+ * @param durationMillis Duration of "fade-in" animation (in milliseconds)
+ */
+ public FadeInBitmapDisplayer(int durationMillis) {
+ this(durationMillis, true, true, true);
+ }
+
+ /**
+ * @param durationMillis Duration of "fade-in" animation (in milliseconds)
+ * @param animateFromNetwork Whether animation should be played if image is loaded from network
+ * @param animateFromDisc Whether animation should be played if image is loaded from disc cache
+ * @param animateFromMemory Whether animation should be played if image is loaded from memory cache
+ */
+ public FadeInBitmapDisplayer(int durationMillis, boolean animateFromNetwork, boolean animateFromDisc,
+ boolean animateFromMemory) {
+ this.durationMillis = durationMillis;
+ this.animateFromNetwork = animateFromNetwork;
+ this.animateFromDisc = animateFromDisc;
+ this.animateFromMemory = animateFromMemory;
+ }
+
+ @Override
+ public void display(Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom) {
+ imageAware.setImageBitmap(bitmap);
+
+ if ((animateFromNetwork && loadedFrom == LoadedFrom.NETWORK) ||
+ (animateFromDisc && loadedFrom == LoadedFrom.DISC_CACHE) ||
+ (animateFromMemory && loadedFrom == LoadedFrom.MEMORY_CACHE)) {
+ animate(imageAware.getWrappedView(), durationMillis);
+ }
+ }
+
+ /**
+ * Animates {@link ImageView} with "fade-in" effect
+ *
+ * @param imageView {@link ImageView} which display image in
+ * @param durationMillis The length of the animation in milliseconds
+ */
+ public static void animate(View imageView, int durationMillis) {
+ if (imageView != null) {
+ AlphaAnimation fadeImage = new AlphaAnimation(0, 1);
+ fadeImage.setDuration(durationMillis);
+ fadeImage.setInterpolator(new DecelerateInterpolator());
+ imageView.startAnimation(fadeImage);
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.java
new file mode 100644
index 0000000..d90ffed
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.java
@@ -0,0 +1,117 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.display;
+
+import android.graphics.*;
+import android.graphics.drawable.Drawable;
+
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+import com.nostra13.universalimageloader.core.imageaware.ImageViewAware;
+
+/**
+ * Can display bitmap with rounded corners. This implementation works only with ImageViews wrapped
+ * in ImageViewAware.
+ *
+ * This implementation is inspired by
+ *
+ * Romain Guy's article. It rounds images using custom drawable drawing. Original bitmap isn't changed.
+ *
+ *
+ * If this implementation doesn't meet your needs then consider
+ * this project for usage.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.5.6
+ */
+public class RoundedBitmapDisplayer implements BitmapDisplayer {
+
+ protected final int cornerRadius;
+ protected final int margin;
+
+ public RoundedBitmapDisplayer(int cornerRadiusPixels) {
+ this(cornerRadiusPixels, 0);
+ }
+
+ public RoundedBitmapDisplayer(int cornerRadiusPixels, int marginPixels) {
+ this.cornerRadius = cornerRadiusPixels;
+ this.margin = marginPixels;
+ }
+
+ @Override
+ public void display(Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom) {
+ if (!(imageAware instanceof ImageViewAware)) {
+ throw new IllegalArgumentException("ImageAware should wrap ImageView. ImageViewAware is expected.");
+ }
+
+ imageAware.setImageDrawable(new RoundedDrawable(bitmap, cornerRadius, margin));
+ }
+
+ public static class RoundedDrawable extends Drawable {
+
+ protected final float cornerRadius;
+ protected final int margin;
+
+ protected final RectF mRect = new RectF(),
+ mBitmapRect;
+ protected final BitmapShader bitmapShader;
+ protected final Paint paint;
+
+ public RoundedDrawable(Bitmap bitmap, int cornerRadius, int margin) {
+ this.cornerRadius = cornerRadius;
+ this.margin = margin;
+
+ bitmapShader = new BitmapShader(bitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
+ mBitmapRect = new RectF (margin, margin, bitmap.getWidth() - margin, bitmap.getHeight() - margin);
+
+ paint = new Paint();
+ paint.setAntiAlias(true);
+ paint.setShader(bitmapShader);
+ }
+
+ @Override
+ protected void onBoundsChange(Rect bounds) {
+ super.onBoundsChange(bounds);
+ mRect.set(margin, margin, bounds.width() - margin, bounds.height() - margin);
+
+ // Resize the original bitmap to fit the new bound
+ Matrix shaderMatrix = new Matrix();
+ shaderMatrix.setRectToRect(mBitmapRect, mRect, Matrix.ScaleToFit.FILL);
+ bitmapShader.setLocalMatrix(shaderMatrix);
+
+ }
+
+ @Override
+ public void draw(Canvas canvas) {
+ canvas.drawRoundRect(mRect, cornerRadius, cornerRadius, paint);
+ }
+
+ @Override
+ public int getOpacity() {
+ return PixelFormat.TRANSLUCENT;
+ }
+
+ @Override
+ public void setAlpha(int alpha) {
+ paint.setAlpha(alpha);
+ }
+
+ @Override
+ public void setColorFilter(ColorFilter cf) {
+ paint.setColorFilter(cf);
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer.java
new file mode 100644
index 0000000..bea59d3
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer.java
@@ -0,0 +1,74 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.display;
+
+import android.graphics.*;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+import com.nostra13.universalimageloader.core.imageaware.ImageViewAware;
+
+/**
+ * Can display bitmap with rounded corners and vignette effect. This implementation works only with ImageViews wrapped
+ * in ImageViewAware.
+ *
+ * This implementation is inspired by
+ *
+ * Romain Guy's article. It rounds images using custom drawable drawing. Original bitmap isn't changed.
+ *
+ *
+ * If this implementation doesn't meet your needs then consider
+ * this project for usage.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.1
+ */
+public class RoundedVignetteBitmapDisplayer extends RoundedBitmapDisplayer {
+
+ public RoundedVignetteBitmapDisplayer(int cornerRadiusPixels, int marginPixels) {
+ super(cornerRadiusPixels, marginPixels);
+ }
+
+ @Override
+ public void display(Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom) {
+ if (!(imageAware instanceof ImageViewAware)) {
+ throw new IllegalArgumentException("ImageAware should wrap ImageView. ImageViewAware is expected.");
+ }
+
+ imageAware.setImageDrawable(new RoundedVignetteDrawable(bitmap, cornerRadius, margin));
+ }
+
+ protected static class RoundedVignetteDrawable extends RoundedDrawable {
+
+ RoundedVignetteDrawable(Bitmap bitmap, int cornerRadius, int margin) {
+ super(bitmap, cornerRadius, margin);
+ }
+
+ @Override
+ protected void onBoundsChange(Rect bounds) {
+ super.onBoundsChange(bounds);
+ RadialGradient vignette = new RadialGradient(
+ mRect.centerX(), mRect.centerY() * 1.0f / 0.7f, mRect.centerX() * 1.3f,
+ new int[]{0, 0, 0x7f000000}, new float[]{0.0f, 0.7f, 1.0f},
+ Shader.TileMode.CLAMP);
+
+ Matrix oval = new Matrix();
+ oval.setScale(1.0f, 0.7f);
+ vignette.setLocalMatrix(oval);
+
+ paint.setShader(new ComposeShader(bitmapShader, vignette, PorterDuff.Mode.SRC_OVER));
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/SimpleBitmapDisplayer.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/SimpleBitmapDisplayer.java
new file mode 100644
index 0000000..8aae7de
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/display/SimpleBitmapDisplayer.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.display;
+
+import android.graphics.Bitmap;
+import com.nostra13.universalimageloader.core.assist.LoadedFrom;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+/**
+ * Just displays {@link Bitmap} in {@link com.nostra13.universalimageloader.core.imageaware.ImageAware}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.5.6
+ */
+public final class SimpleBitmapDisplayer implements BitmapDisplayer {
+ @Override
+ public void display(Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom) {
+ imageAware.setImageBitmap(bitmap);
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java
new file mode 100644
index 0000000..b927845
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java
@@ -0,0 +1,226 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.download;
+
+import android.content.ContentResolver;
+import android.content.Context;
+import android.graphics.Bitmap;
+import android.graphics.Bitmap.CompressFormat;
+import android.graphics.drawable.BitmapDrawable;
+import android.net.Uri;
+import com.nostra13.universalimageloader.core.DisplayImageOptions;
+import com.nostra13.universalimageloader.core.assist.ContentLengthInputStream;
+import com.nostra13.universalimageloader.utils.IoUtils;
+
+import java.io.BufferedInputStream;
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.HttpURLConnection;
+import java.net.URL;
+
+/**
+ * Provides retrieving of {@link java.io.InputStream} of image by URI from network or file system or app resources.
+ * {@link java.net.URLConnection} is used to retrieve image stream from network.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see HttpClientImageDownloader
+ * @since 1.8.0
+ */
+public class BaseImageDownloader implements ImageDownloader {
+ /** {@value} */
+ public static final int DEFAULT_HTTP_CONNECT_TIMEOUT = 5 * 1000; // milliseconds
+ /** {@value} */
+ public static final int DEFAULT_HTTP_READ_TIMEOUT = 20 * 1000; // milliseconds
+
+ /** {@value} */
+ protected static final int BUFFER_SIZE = 32 * 1024; // 32 Kb
+ /** {@value} */
+ protected static final String ALLOWED_URI_CHARS = "@#&=*+-_.,:!?()/~'%";
+
+ protected static final int MAX_REDIRECT_COUNT = 5;
+
+ private static final String ERROR_UNSUPPORTED_SCHEME = "UIL doesn't support scheme(protocol) by default [%s]. "
+ + "You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...))";
+
+ protected final Context context;
+ protected final int connectTimeout;
+ protected final int readTimeout;
+
+ public BaseImageDownloader(Context context) {
+ this.context = context.getApplicationContext();
+ this.connectTimeout = DEFAULT_HTTP_CONNECT_TIMEOUT;
+ this.readTimeout = DEFAULT_HTTP_READ_TIMEOUT;
+ }
+
+ public BaseImageDownloader(Context context, int connectTimeout, int readTimeout) {
+ this.context = context.getApplicationContext();
+ this.connectTimeout = connectTimeout;
+ this.readTimeout = readTimeout;
+ }
+
+ @Override
+ public InputStream getStream(String imageUri, Object extra) throws IOException {
+ switch (Scheme.ofUri(imageUri)) {
+ case HTTP:
+ case HTTPS:
+ return getStreamFromNetwork(imageUri, extra);
+ case FILE:
+ return getStreamFromFile(imageUri, extra);
+ case CONTENT:
+ return getStreamFromContent(imageUri, extra);
+ case ASSETS:
+ return getStreamFromAssets(imageUri, extra);
+ case DRAWABLE:
+ return getStreamFromDrawable(imageUri, extra);
+ case UNKNOWN:
+ default:
+ return getStreamFromOtherSource(imageUri, extra);
+ }
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI (image is located in the network).
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.IOException if some I/O error occurs during network request or if no InputStream could be created for
+ * URL.
+ */
+ protected InputStream getStreamFromNetwork(String imageUri, Object extra) throws IOException {
+ HttpURLConnection conn = createConnection(imageUri, extra);
+
+ int redirectCount = 0;
+ while (conn.getResponseCode() / 100 == 3 && redirectCount < MAX_REDIRECT_COUNT) {
+ conn = createConnection(conn.getHeaderField("Location"), extra);
+ redirectCount++;
+ }
+
+ InputStream imageStream;
+ try {
+ imageStream = conn.getInputStream();
+ } catch (IOException e) {
+ // Read all data to allow reuse connection (http://bit.ly/1ad35PY)
+ IoUtils.readAndCloseStream(conn.getErrorStream());
+ throw e;
+ }
+ return new ContentLengthInputStream(new BufferedInputStream(imageStream, BUFFER_SIZE), conn.getContentLength());
+ }
+
+ /**
+ * Create {@linkplain java.net.HttpURLConnection HTTP connection} for incoming URL
+ *
+ * @param url URL to connect to
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@linkplain java.net.HttpURLConnection Connection} for incoming URL. Connection isn't established so it still configurable.
+ * @throws java.io.IOException if some I/O error occurs during network request or if no InputStream could be created for
+ * URL.
+ */
+ protected HttpURLConnection createConnection(String url, Object extra) throws IOException {
+ String encodedUrl = Uri.encode(url, ALLOWED_URI_CHARS);
+ HttpURLConnection conn = (HttpURLConnection) new URL(encodedUrl).openConnection();
+ conn.setConnectTimeout(connectTimeout);
+ conn.setReadTimeout(readTimeout);
+ return conn;
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI (image is located on the local file system or SD card).
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.IOException if some I/O error occurs reading from file system
+ */
+ protected InputStream getStreamFromFile(String imageUri, Object extra) throws IOException {
+ String filePath = Scheme.FILE.crop(imageUri);
+ return new ContentLengthInputStream(new BufferedInputStream(new FileInputStream(filePath), BUFFER_SIZE),
+ new File(filePath).length());
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI (image is accessed using {@link ContentResolver}).
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.FileNotFoundException if the provided URI could not be opened
+ */
+ protected InputStream getStreamFromContent(String imageUri, Object extra) throws FileNotFoundException {
+ ContentResolver res = context.getContentResolver();
+ Uri uri = Uri.parse(imageUri);
+ return res.openInputStream(uri);
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI (image is located in assets of application).
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.IOException if some I/O error occurs file reading
+ */
+ protected InputStream getStreamFromAssets(String imageUri, Object extra) throws IOException {
+ String filePath = Scheme.ASSETS.crop(imageUri);
+ return context.getAssets().open(filePath);
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI (image is located in drawable resources of application).
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ */
+ protected InputStream getStreamFromDrawable(String imageUri, Object extra) {
+ String drawableIdString = Scheme.DRAWABLE.crop(imageUri);
+ int drawableId = Integer.parseInt(drawableIdString);
+ BitmapDrawable drawable = (BitmapDrawable) context.getResources().getDrawable(drawableId);
+ Bitmap bitmap = drawable.getBitmap();
+
+ ByteArrayOutputStream os = new ByteArrayOutputStream();
+ bitmap.compress(CompressFormat.PNG, 0, os);
+ return new ByteArrayInputStream(os.toByteArray());
+ }
+
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI from other source with unsupported scheme. Should be overriden by
+ * successors to implement image downloading from special sources.
+ * This method is called only if image URI has unsupported scheme. Throws {@link UnsupportedOperationException} by
+ * default.
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.IOException if some I/O error occurs
+ * @throws UnsupportedOperationException if image URI has unsupported scheme(protocol)
+ */
+ protected InputStream getStreamFromOtherSource(String imageUri, Object extra) throws IOException {
+ throw new UnsupportedOperationException(String.format(ERROR_UNSUPPORTED_SCHEME, imageUri));
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/HttpClientImageDownloader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/HttpClientImageDownloader.java
new file mode 100644
index 0000000..5f22e29
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/HttpClientImageDownloader.java
@@ -0,0 +1,52 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.download;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+import org.apache.http.HttpEntity;
+import org.apache.http.HttpResponse;
+import org.apache.http.client.HttpClient;
+import org.apache.http.client.methods.HttpGet;
+import org.apache.http.entity.BufferedHttpEntity;
+
+import android.content.Context;
+
+/**
+ * Implementation of ImageDownloader which uses {@link HttpClient} for image stream retrieving.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.4.1
+ */
+public class HttpClientImageDownloader extends BaseImageDownloader {
+
+ private HttpClient httpClient;
+
+ public HttpClientImageDownloader(Context context, HttpClient httpClient) {
+ super(context);
+ this.httpClient = httpClient;
+ }
+
+ @Override
+ protected InputStream getStreamFromNetwork(String imageUri, Object extra) throws IOException {
+ HttpGet httpRequest = new HttpGet(imageUri);
+ HttpResponse response = httpClient.execute(httpRequest);
+ HttpEntity entity = response.getEntity();
+ BufferedHttpEntity bufHttpEntity = new BufferedHttpEntity(entity);
+ return bufHttpEntity.getContent();
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/ImageDownloader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/ImageDownloader.java
new file mode 100644
index 0000000..8eeb97e
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/ImageDownloader.java
@@ -0,0 +1,90 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.download;
+
+import com.nostra13.universalimageloader.core.DisplayImageOptions;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.Locale;
+
+/**
+ * Provides retrieving of {@link java.io.InputStream} of image by URI.
+ * Implementations have to be thread-safe.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.4.0
+ */
+public interface ImageDownloader {
+ /**
+ * Retrieves {@link java.io.InputStream} of image by URI.
+ *
+ * @param imageUri Image URI
+ * @param extra Auxiliary object which was passed to {@link DisplayImageOptions.Builder#extraForDownloader(Object)
+ * DisplayImageOptions.extraForDownloader(Object)}; can be null
+ * @return {@link java.io.InputStream} of image
+ * @throws java.io.IOException if some I/O error occurs during getting image stream
+ * @throws UnsupportedOperationException if image URI has unsupported scheme(protocol)
+ */
+ InputStream getStream(String imageUri, Object extra) throws IOException;
+
+ /** Represents supported schemes(protocols) of URI. Provides convenient methods for work with schemes and URIs. */
+ public enum Scheme {
+ HTTP("http"), HTTPS("https"), FILE("file"), CONTENT("content"), ASSETS("assets"), DRAWABLE("drawable"), UNKNOWN("");
+
+ private String scheme;
+ private String uriPrefix;
+
+ Scheme(String scheme) {
+ this.scheme = scheme;
+ uriPrefix = scheme + "://";
+ }
+
+ /**
+ * Defines scheme of incoming URI
+ *
+ * @param uri URI for scheme detection
+ * @return Scheme of incoming URI
+ */
+ public static Scheme ofUri(String uri) {
+ if (uri != null) {
+ for (Scheme s : values()) {
+ if (s.belongsTo(uri)) {
+ return s;
+ }
+ }
+ }
+ return UNKNOWN;
+ }
+
+ private boolean belongsTo(String uri) {
+ return uri.toLowerCase(Locale.US).startsWith(uriPrefix);
+ }
+
+ /** Appends scheme to incoming path */
+ public String wrap(String path) {
+ return uriPrefix + path;
+ }
+
+ /** Removed scheme part ("scheme://") from incoming URI */
+ public String crop(String uri) {
+ if (!belongsTo(uri)) {
+ throw new IllegalArgumentException(String.format("URI [%1$s] doesn't have expected scheme [%2$s]", uri, scheme));
+ }
+ return uri.substring(uriPrefix.length());
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/NetworkDeniedImageDownloader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/NetworkDeniedImageDownloader.java
new file mode 100644
index 0000000..373397f
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/NetworkDeniedImageDownloader.java
@@ -0,0 +1,46 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.download;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+/**
+ * Decorator. Prevents downloads from network (throws {@link IllegalStateException exception}).
+ * In most cases this downloader shouldn't be used directly.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.0
+ */
+public class NetworkDeniedImageDownloader implements ImageDownloader {
+
+ private final ImageDownloader wrappedDownloader;
+
+ public NetworkDeniedImageDownloader(ImageDownloader wrappedDownloader) {
+ this.wrappedDownloader = wrappedDownloader;
+ }
+
+ @Override
+ public InputStream getStream(String imageUri, Object extra) throws IOException {
+ switch (Scheme.ofUri(imageUri)) {
+ case HTTP:
+ case HTTPS:
+ throw new IllegalStateException();
+ default:
+ return wrappedDownloader.getStream(imageUri, extra);
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/SlowNetworkImageDownloader.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/SlowNetworkImageDownloader.java
new file mode 100644
index 0000000..2cab9f3
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/download/SlowNetworkImageDownloader.java
@@ -0,0 +1,49 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.download;
+
+import com.nostra13.universalimageloader.core.assist.FlushedInputStream;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+/**
+ * Decorator. Handles this problem on slow networks
+ * using {@link FlushedInputStream}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.1
+ */
+public class SlowNetworkImageDownloader implements ImageDownloader {
+
+ private final ImageDownloader wrappedDownloader;
+
+ public SlowNetworkImageDownloader(ImageDownloader wrappedDownloader) {
+ this.wrappedDownloader = wrappedDownloader;
+ }
+
+ @Override
+ public InputStream getStream(String imageUri, Object extra) throws IOException {
+ InputStream imageStream = wrappedDownloader.getStream(imageUri, extra);
+ switch (Scheme.ofUri(imageUri)) {
+ case HTTP:
+ case HTTPS:
+ return new FlushedInputStream(imageStream);
+ default:
+ return imageStream;
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageAware.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageAware.java
new file mode 100644
index 0000000..9687540
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageAware.java
@@ -0,0 +1,110 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.imageaware;
+
+import android.graphics.Bitmap;
+import android.graphics.drawable.Drawable;
+import android.view.View;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+
+/**
+ * Represents image aware view which provides all needed properties and behavior for image processing and displaying
+ * through {@link com.nostra13.universalimageloader.core.ImageLoader ImageLoader}.
+ * It can wrap any Android {@link android.view.View View} which can be accessed by {@link #getWrappedView()}. Wrapped
+ * view is returned in {@link com.nostra13.universalimageloader.core.listener.ImageLoadingListener ImageLoadingListener}'s
+ * callbacks.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see ImageViewAware
+ * @see ImageNonViewAware
+ * @since 1.9.0
+ */
+public interface ImageAware {
+ /**
+ * Returns width of image aware view. This value is used to define scale size for original image.
+ * Can return 0 if width is undefined.
+ * Called on UI thread.
+ */
+ int getWidth();
+
+ /**
+ * Returns height of image aware view. This value is used to define scale size for original image.
+ * Can return 0 if height is undefined.
+ * Called on UI thread.
+ */
+ int getHeight();
+
+ /**
+ * Returns {@linkplain com.nostra13.universalimageloader.core.assist.ViewScaleType scale type} which is used for
+ * scaling image for this image aware view.
+ */
+ ViewScaleType getScaleType();
+
+ /**
+ * Returns wrapped Android {@link android.view.View View}. Can return null if no view is wrapped.
+ * Called on UI thread.
+ */
+ View getWrappedView();
+
+ /**
+ * Returns a flag whether image aware view is collected by GC or whatsoever. If so then ImageLoader stop processing
+ * of task for this image aware view and fires
+ * {@link com.nostra13.universalimageloader.core.listener.ImageLoadingListener#onLoadingCancelled(String,
+ * android.view.View) ImageLoadingListener#onLoadingCancelled(String, View)} callback.
+ * May be called on UI thread.
+ *
+ * @return true - if view is collected by GC and ImageLoader should stop processing this image aware view;
+ * false - otherwise
+ */
+ boolean isCollected();
+
+ /**
+ * Returns ID of image aware view. Point of ID is similar to Object's hashCode. This ID should be unique for every
+ * image view instance and should be the same for same instances. This ID identifies processing task in ImageLoader
+ * so ImageLoader won't process two image aware views with the same ID in one time. When ImageLoader get new task
+ * it cancels old task with this ID (if any) and starts new task.
+ *
+ * It's reasonable to return hash code of wrapped view (if any) to prevent displaying non-actual images in view
+ * because of view re-using.
+ */
+ int getId();
+
+ /**
+ * Sets image drawable into this image aware view.
+ * Called on UI thread to display drawable in this image aware view
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageForEmptyUri(
+ *android.graphics.drawable.Drawable) for empty Uri},
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageOnLoading(
+ *android.graphics.drawable.Drawable) on loading} or
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions.Builder#showImageOnFail(
+ *android.graphics.drawable.Drawable) on loading fail}. These drawables can be specified in
+ * {@linkplain com.nostra13.universalimageloader.core.DisplayImageOptions display options}.
+ * Also can be called in {@link com.nostra13.universalimageloader.core.display.BitmapDisplayer BitmapDisplayer}.
+ *
+ * @return true if drawable was set successfully; false - otherwise
+ */
+ boolean setImageDrawable(Drawable drawable);
+
+ /**
+ * Sets image bitmap into this image aware view.
+ * Called on UI thread to display loaded and decoded image {@link android.graphics.Bitmap} in this image view aware.
+ * Actually it's used only in
+ * {@link com.nostra13.universalimageloader.core.display.BitmapDisplayer BitmapDisplayer}.
+ *
+ * @return true if bitmap was set successfully; false - otherwise
+ */
+ boolean setImageBitmap(Bitmap bitmap);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageNonViewAware.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageNonViewAware.java
new file mode 100644
index 0000000..67cefd8
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageNonViewAware.java
@@ -0,0 +1,89 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.imageaware;
+
+import android.graphics.Bitmap;
+import android.graphics.drawable.Drawable;
+import android.text.TextUtils;
+import android.view.View;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+
+/**
+ * ImageAware which provides needed info for processing of original image but do nothing for displaying image. It's
+ * used when user need just load and decode image and get it in {@linkplain
+ * com.nostra13.universalimageloader.core.listener.ImageLoadingListener#onLoadingComplete(String, android.view.View,
+ * android.graphics.Bitmap) callback}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.0
+ */
+public class ImageNonViewAware implements ImageAware {
+
+ protected final String imageUri;
+ protected final ImageSize imageSize;
+ protected final ViewScaleType scaleType;
+
+ public ImageNonViewAware(ImageSize imageSize, ViewScaleType scaleType) {
+ this(null, imageSize, scaleType);
+ }
+
+ public ImageNonViewAware(String imageUri, ImageSize imageSize, ViewScaleType scaleType) {
+ this.imageUri = imageUri;
+ this.imageSize = imageSize;
+ this.scaleType = scaleType;
+ }
+
+ @Override
+ public int getWidth() {
+ return imageSize.getWidth();
+ }
+
+ @Override
+ public int getHeight() {
+ return imageSize.getHeight();
+ }
+
+ @Override
+ public ViewScaleType getScaleType() {
+ return scaleType;
+ }
+
+ @Override
+ public View getWrappedView() {
+ return null;
+ }
+
+ @Override
+ public boolean isCollected() {
+ return false;
+ }
+
+ @Override
+ public int getId() {
+ return TextUtils.isEmpty(imageUri) ? super.hashCode() : imageUri.hashCode();
+ }
+
+ @Override
+ public boolean setImageDrawable(Drawable drawable) { // Do nothing
+ return true;
+ }
+
+ @Override
+ public boolean setImageBitmap(Bitmap bitmap) { // Do nothing
+ return true;
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.java
new file mode 100644
index 0000000..aafd77e
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.java
@@ -0,0 +1,198 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.imageaware;
+
+import android.graphics.Bitmap;
+import android.graphics.drawable.Drawable;
+import android.os.Looper;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+import com.nostra13.universalimageloader.utils.L;
+
+import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
+import java.lang.reflect.Field;
+
+/**
+ * Wrapper for Android {@link android.widget.ImageView ImageView}. Keeps weak reference of ImageView to prevent memory
+ * leaks.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.0
+ */
+public class ImageViewAware implements ImageAware {
+
+ public static final String WARN_CANT_SET_DRAWABLE = "Can't set a drawable into view. You should call ImageLoader on UI thread for it.";
+ public static final String WARN_CANT_SET_BITMAP = "Can't set a bitmap into view. You should call ImageLoader on UI thread for it.";
+
+ protected Reference imageViewRef;
+ protected boolean checkActualViewSize;
+
+ /**
+ * Constructor.
+ * References {@link #ImageViewAware(android.widget.ImageView, boolean) ImageViewAware(imageView, true)}.
+ *
+ * @param imageView {@link android.widget.ImageView ImageView} to work with
+ */
+ public ImageViewAware(ImageView imageView) {
+ this(imageView, true);
+ }
+
+ /**
+ * Constructor
+ *
+ * @param imageView {@link android.widget.ImageView ImageView} to work with
+ * @param checkActualViewSize true - then {@link #getWidth()} and {@link #getHeight()} will check actual
+ * size of ImageView. It can cause known issues like
+ * this.
+ * But it helps to save memory because memory cache keeps bitmaps of actual (less in
+ * general) size.
+ *
+ * false - then {@link #getWidth()} and {@link #getHeight()} will NOT
+ * consider actual size of ImageView, just layout parameters. If you set 'false'
+ * it's recommended 'android:layout_width' and 'android:layout_height' (or
+ * 'android:maxWidth' and 'android:maxHeight') are set with concrete values. It helps to
+ * save memory.
+ *
+ */
+ public ImageViewAware(ImageView imageView, boolean checkActualViewSize) {
+ this.imageViewRef = new WeakReference(imageView);
+ this.checkActualViewSize = checkActualViewSize;
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * Width is defined by target {@link ImageView view} parameters, configuration
+ * parameters or device display dimensions.
+ * Size computing algorithm:
+ * 1) Get the actual drawn getWidth() of the View. If view haven't drawn yet then go
+ * to step #2.
+ * 2) Get layout_width. If it hasn't exact value then go to step #3.
+ * 3) Get maxWidth.
+ */
+ @Override
+ public int getWidth() {
+ ImageView imageView = imageViewRef.get();
+ if (imageView != null) {
+ final ViewGroup.LayoutParams params = imageView.getLayoutParams();
+ int width = 0;
+ if (checkActualViewSize && params != null && params.width != ViewGroup.LayoutParams.WRAP_CONTENT) {
+ width = imageView.getWidth(); // Get actual image width
+ }
+ if (width <= 0 && params != null) width = params.width; // Get layout width parameter
+ if (width <= 0) width = getImageViewFieldValue(imageView, "mMaxWidth"); // Check maxWidth parameter
+ return width;
+ }
+ return 0;
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * Height is defined by target {@link ImageView view} parameters, configuration
+ * parameters or device display dimensions.
+ * Size computing algorithm:
+ * 1) Get the actual drawn getHeight() of the View. If view haven't drawn yet then go
+ * to step #2.
+ * 2) Get layout_height. If it hasn't exact value then go to step #3.
+ * 3) Get maxHeight.
+ */
+ @Override
+ public int getHeight() {
+ ImageView imageView = imageViewRef.get();
+ if (imageView != null) {
+ final ViewGroup.LayoutParams params = imageView.getLayoutParams();
+ int height = 0;
+ if (checkActualViewSize && params != null && params.height != ViewGroup.LayoutParams.WRAP_CONTENT) {
+ height = imageView.getHeight(); // Get actual image height
+ }
+ if (height <= 0 && params != null) height = params.height; // Get layout height parameter
+ if (height <= 0) height = getImageViewFieldValue(imageView, "mMaxHeight"); // Check maxHeight parameter
+ return height;
+ }
+ return 0;
+ }
+
+ @Override
+ public ViewScaleType getScaleType() {
+ ImageView imageView = imageViewRef.get();
+ if (imageView != null) {
+ return ViewScaleType.fromImageView(imageView);
+ }
+ return null;
+ }
+
+ @Override
+ public ImageView getWrappedView() {
+ return imageViewRef.get();
+ }
+
+ @Override
+ public boolean isCollected() {
+ return imageViewRef.get() == null;
+ }
+
+ @Override
+ public int getId() {
+ ImageView imageView = imageViewRef.get();
+ return imageView == null ? super.hashCode() : imageView.hashCode();
+ }
+
+ private static int getImageViewFieldValue(Object object, String fieldName) {
+ int value = 0;
+ try {
+ Field field = ImageView.class.getDeclaredField(fieldName);
+ field.setAccessible(true);
+ int fieldValue = (Integer) field.get(object);
+ if (fieldValue > 0 && fieldValue < Integer.MAX_VALUE) {
+ value = fieldValue;
+ }
+ } catch (Exception e) {
+ L.e(e);
+ }
+ return value;
+ }
+
+ @Override
+ public boolean setImageDrawable(Drawable drawable) {
+ if (Looper.myLooper() == Looper.getMainLooper()) {
+ ImageView imageView = imageViewRef.get();
+ if (imageView != null) {
+ imageView.setImageDrawable(drawable);
+ return true;
+ }
+ } else {
+ L.w(WARN_CANT_SET_DRAWABLE);
+ }
+ return false;
+ }
+
+ @Override
+ public boolean setImageBitmap(Bitmap bitmap) {
+ if (Looper.myLooper() == Looper.getMainLooper()) {
+ ImageView imageView = imageViewRef.get();
+ if (imageView != null) {
+ imageView.setImageBitmap(bitmap);
+ return true;
+ }
+ } else {
+ L.w(WARN_CANT_SET_BITMAP);
+ }
+ return false;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingListener.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingListener.java
new file mode 100644
index 0000000..7be04fb
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingListener.java
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.listener;
+
+import android.graphics.Bitmap;
+import android.view.View;
+import com.nostra13.universalimageloader.core.assist.FailReason;
+
+/**
+ * Listener for image loading process.
+ * You can use {@link SimpleImageLoadingListener} for implementing only needed methods.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @see SimpleImageLoadingListener
+ * @see com.nostra13.universalimageloader.core.assist.FailReason
+ * @since 1.0.0
+ */
+public interface ImageLoadingListener {
+
+ /**
+ * Is called when image loading task was started
+ *
+ * @param imageUri Loading image URI
+ * @param view View for image
+ */
+ void onLoadingStarted(String imageUri, View view);
+
+ /**
+ * Is called when an error was occurred during image loading
+ *
+ * @param imageUri Loading image URI
+ * @param view View for image. Can be null.
+ * @param failReason {@linkplain com.nostra13.universalimageloader.core.assist.FailReason The reason} why image
+ * loading was failed
+ */
+ void onLoadingFailed(String imageUri, View view, FailReason failReason);
+
+ /**
+ * Is called when image is loaded successfully (and displayed in View if one was specified)
+ *
+ * @param imageUri Loaded image URI
+ * @param view View for image. Can be null.
+ * @param loadedImage Bitmap of loaded and decoded image
+ */
+ void onLoadingComplete(String imageUri, View view, Bitmap loadedImage);
+
+ /**
+ * Is called when image loading task was cancelled because View for image was reused in newer task
+ *
+ * @param imageUri Loading image URI
+ * @param view View for image. Can be null.
+ */
+ void onLoadingCancelled(String imageUri, View view);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingProgressListener.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingProgressListener.java
new file mode 100644
index 0000000..c9ce684
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/ImageLoadingProgressListener.java
@@ -0,0 +1,37 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.listener;
+
+import android.view.View;
+
+/**
+ * Listener for image loading progress.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.1
+ */
+public interface ImageLoadingProgressListener {
+
+ /**
+ * Is called when image loading progress changed.
+ *
+ * @param imageUri Image URI
+ * @param view View for image. Can be null.
+ * @param current Downloaded size in bytes
+ * @param total Total size in bytes
+ */
+ void onProgressUpdate(String imageUri, View view, int current, int total);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/PauseOnScrollListener.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/PauseOnScrollListener.java
new file mode 100644
index 0000000..e137b10
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/PauseOnScrollListener.java
@@ -0,0 +1,98 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.listener;
+
+import android.widget.AbsListView;
+import android.widget.AbsListView.OnScrollListener;
+import android.widget.GridView;
+import android.widget.ListView;
+import com.nostra13.universalimageloader.core.ImageLoader;
+
+/**
+ * Listener-helper for {@linkplain AbsListView list views} ({@link ListView}, {@link GridView}) which can
+ * {@linkplain ImageLoader#pause() pause ImageLoader's tasks} while list view is scrolling (touch scrolling and/or
+ * fling). It prevents redundant loadings.
+ * Set it to your list view's {@link AbsListView#setOnScrollListener(OnScrollListener) setOnScrollListener(...)}.
+ * This listener can wrap your custom {@linkplain OnScrollListener listener}.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.7.0
+ */
+public class PauseOnScrollListener implements OnScrollListener {
+
+ private ImageLoader imageLoader;
+
+ private final boolean pauseOnScroll;
+ private final boolean pauseOnFling;
+ private final OnScrollListener externalListener;
+
+ /**
+ * Constructor
+ *
+ * @param imageLoader {@linkplain ImageLoader} instance for controlling
+ * @param pauseOnScroll Whether {@linkplain ImageLoader#pause() pause ImageLoader} during touch scrolling
+ * @param pauseOnFling Whether {@linkplain ImageLoader#pause() pause ImageLoader} during fling
+ */
+ public PauseOnScrollListener(ImageLoader imageLoader, boolean pauseOnScroll, boolean pauseOnFling) {
+ this(imageLoader, pauseOnScroll, pauseOnFling, null);
+ }
+
+ /**
+ * Constructor
+ *
+ * @param imageLoader {@linkplain ImageLoader} instance for controlling
+ * @param pauseOnScroll Whether {@linkplain ImageLoader#pause() pause ImageLoader} during touch scrolling
+ * @param pauseOnFling Whether {@linkplain ImageLoader#pause() pause ImageLoader} during fling
+ * @param customListener Your custom {@link OnScrollListener} for {@linkplain AbsListView list view} which also
+ * will be get scroll events
+ */
+ public PauseOnScrollListener(ImageLoader imageLoader, boolean pauseOnScroll, boolean pauseOnFling,
+ OnScrollListener customListener) {
+ this.imageLoader = imageLoader;
+ this.pauseOnScroll = pauseOnScroll;
+ this.pauseOnFling = pauseOnFling;
+ externalListener = customListener;
+ }
+
+ @Override
+ public void onScrollStateChanged(AbsListView view, int scrollState) {
+ switch (scrollState) {
+ case SCROLL_STATE_IDLE:
+ imageLoader.resume();
+ break;
+ case SCROLL_STATE_TOUCH_SCROLL:
+ if (pauseOnScroll) {
+ imageLoader.pause();
+ }
+ break;
+ case SCROLL_STATE_FLING:
+ if (pauseOnFling) {
+ imageLoader.pause();
+ }
+ break;
+ }
+ if (externalListener != null) {
+ externalListener.onScrollStateChanged(view, scrollState);
+ }
+ }
+
+ @Override
+ public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) {
+ if (externalListener != null) {
+ externalListener.onScroll(view, firstVisibleItem, visibleItemCount, totalItemCount);
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SimpleImageLoadingListener.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SimpleImageLoadingListener.java
new file mode 100644
index 0000000..3e42223
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SimpleImageLoadingListener.java
@@ -0,0 +1,50 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.listener;
+
+import android.graphics.Bitmap;
+import android.view.View;
+import com.nostra13.universalimageloader.core.assist.FailReason;
+
+/**
+ * A convenient class to extend when you only want to listen for a subset of all the image loading events. This
+ * implements all methods in the {@link com.nostra13.universalimageloader.core.listener.ImageLoadingListener} but does
+ * nothing.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.4.0
+ */
+public class SimpleImageLoadingListener implements ImageLoadingListener {
+ @Override
+ public void onLoadingStarted(String imageUri, View view) {
+ // Empty implementation
+ }
+
+ @Override
+ public void onLoadingFailed(String imageUri, View view, FailReason failReason) {
+ // Empty implementation
+ }
+
+ @Override
+ public void onLoadingComplete(String imageUri, View view, Bitmap loadedImage) {
+ // Empty implementation
+ }
+
+ @Override
+ public void onLoadingCancelled(String imageUri, View view) {
+ // Empty implementation
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SyncImageLoadingListener.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SyncImageLoadingListener.java
new file mode 100644
index 0000000..ccdda40
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/listener/SyncImageLoadingListener.java
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.listener;
+
+import android.graphics.Bitmap;
+import android.view.View;
+
+/**
+ * Listener which is designed for synchronous image loading.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.9.0
+ */
+public class SyncImageLoadingListener extends SimpleImageLoadingListener {
+
+ private Bitmap loadedImage;
+
+ @Override
+ public void onLoadingComplete(String imageUri, View view, Bitmap loadedImage) {
+ this.loadedImage = loadedImage;
+ }
+
+ public Bitmap getLoadedBitmap() {
+ return loadedImage;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/process/BitmapProcessor.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/process/BitmapProcessor.java
new file mode 100644
index 0000000..211fc78
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/core/process/BitmapProcessor.java
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.core.process;
+
+import android.graphics.Bitmap;
+import com.nostra13.universalimageloader.core.DisplayImageOptions;
+
+/**
+ * Makes some processing on {@link Bitmap}. Implementations can apply any changes to original {@link Bitmap}.
+ * Implementations have to be thread-safe.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.0
+ */
+public interface BitmapProcessor {
+ /**
+ * Makes some processing of incoming bitmap.
+ * This method is executing on additional thread (not on UI thread).
+ * Note: If this processor is used as {@linkplain DisplayImageOptions.Builder#preProcessor(com.nostra13.universalimageloader.core.process.BitmapProcessor)
+ * pre-processor} then don't forget {@linkplain Bitmap#recycle() to recycle} incoming bitmap if you return a new
+ * created one.
+ *
+ * @param bitmap Original {@linkplain Bitmap bitmap}
+ * @return Processed {@linkplain Bitmap bitmap}
+ */
+ Bitmap process(Bitmap bitmap);
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/DiscCacheUtils.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/DiscCacheUtils.java
new file mode 100644
index 0000000..62179be
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/DiscCacheUtils.java
@@ -0,0 +1,49 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import com.nostra13.universalimageloader.cache.disc.DiscCacheAware;
+
+import java.io.File;
+
+/**
+ * Utility for convenient work with disc cache.
+ * NOTE: This utility works with file system so avoid using it on application main thread.
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.0
+ */
+public final class DiscCacheUtils {
+
+ private DiscCacheUtils() {
+ }
+
+ /** Returns {@link java.io.File} of cached image or null if image was not cached in disc cache */
+ public static File findInCache(String imageUri, DiscCacheAware discCache) {
+ File image = discCache.get(imageUri);
+ return image.exists() ? image : null;
+ }
+
+ /**
+ * Removed cached image file from disc cache (if image was cached in disc cache before)
+ *
+ * @return true - if cached image file existed and was deleted; false - otherwise.
+ */
+ public static boolean removeFromCache(String imageUri, DiscCacheAware discCache) {
+ File image = discCache.get(imageUri);
+ return image.delete();
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/ImageSizeUtils.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/ImageSizeUtils.java
new file mode 100644
index 0000000..364595d
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/ImageSizeUtils.java
@@ -0,0 +1,204 @@
+/*******************************************************************************
+ * Copyright 2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import android.graphics.BitmapFactory;
+import android.opengl.GLES10;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+import com.nostra13.universalimageloader.core.assist.ViewScaleType;
+import com.nostra13.universalimageloader.core.imageaware.ImageAware;
+
+import javax.microedition.khronos.opengles.GL10;
+
+/**
+ * Provides calculations with image sizes, scales
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.8.3
+ */
+public final class ImageSizeUtils {
+
+ private static final int DEFAULT_MAX_BITMAP_DIMENSION = 2048;
+
+ private static ImageSize maxBitmapSize;
+
+ static {
+ int[] maxTextureSize = new int[1];
+ GLES10.glGetIntegerv(GL10.GL_MAX_TEXTURE_SIZE, maxTextureSize, 0);
+ int maxBitmapDimension = Math.max(maxTextureSize[0], DEFAULT_MAX_BITMAP_DIMENSION);
+ maxBitmapSize = new ImageSize(maxBitmapDimension, maxBitmapDimension);
+ }
+
+ private ImageSizeUtils() {
+ }
+
+ /**
+ * Defines target size for image aware view. Size is defined by target
+ * {@link com.nostra13.universalimageloader.core.imageaware.ImageAware view} parameters, configuration
+ * parameters or device display dimensions.
+ */
+ public static ImageSize defineTargetSizeForView(ImageAware imageAware, ImageSize maxImageSize) {
+ int width = imageAware.getWidth();
+ if (width <= 0) width = maxImageSize.getWidth();
+
+ int height = imageAware.getHeight();
+ if (height <= 0) height = maxImageSize.getHeight();
+
+ return new ImageSize(width, height);
+ }
+
+ /**
+ * Computes sample size for downscaling image size (srcSize) to view size (targetSize). This sample
+ * size is used during
+ * {@linkplain BitmapFactory#decodeStream(java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)
+ * decoding image} to bitmap.
+ *
+ * Examples:
+ *
+ *
+ *
+ * @param srcSize Source (image) size
+ * @param targetSize Target (view) size
+ * @param viewScaleType {@linkplain ViewScaleType Scale type} for placing image in view
+ * @param stretch Whether source size should be stretched if target size is larger than source size. If false
+ * then result scale value can't be greater than 1.
+ * @return Computed scale
+ */
+ public static float computeImageScale(ImageSize srcSize, ImageSize targetSize, ViewScaleType viewScaleType,
+ boolean stretch) {
+ int srcWidth = srcSize.getWidth();
+ int srcHeight = srcSize.getHeight();
+ int targetWidth = targetSize.getWidth();
+ int targetHeight = targetSize.getHeight();
+
+ float widthScale = (float) srcWidth / targetWidth;
+ float heightScale = (float) srcHeight / targetHeight;
+
+ int destWidth;
+ int destHeight;
+ if ((viewScaleType == ViewScaleType.FIT_INSIDE && widthScale >= heightScale) || (viewScaleType == ViewScaleType.CROP && widthScale < heightScale)) {
+ destWidth = targetWidth;
+ destHeight = (int) (srcHeight / widthScale);
+ } else {
+ destWidth = (int) (srcWidth / heightScale);
+ destHeight = targetHeight;
+ }
+
+ float scale = 1;
+ if ((!stretch && destWidth < srcWidth && destHeight < srcHeight) || (stretch && destWidth != srcWidth && destHeight != srcHeight)) {
+ scale = (float) destWidth / srcWidth;
+ }
+
+ return scale;
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/IoUtils.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/IoUtils.java
new file mode 100644
index 0000000..58e1917
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/IoUtils.java
@@ -0,0 +1,126 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import java.io.Closeable;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+
+/**
+ * Provides I/O operations
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public final class IoUtils {
+
+ /** {@value} */
+ public static final int DEFAULT_BUFFER_SIZE = 32 * 1024; // 32 KB
+ /** {@value} */
+ public static final int CONTINUE_LOADING_PERCENTAGE = 75;
+
+ private IoUtils() {
+ }
+
+ /**
+ * Copies stream, fires progress events by listener, can be interrupted by listener. Uses buffer size =
+ * {@value #DEFAULT_BUFFER_SIZE} bytes.
+ *
+ * @param is Input stream
+ * @param os Output stream
+ * @param listener Listener of copying progress and controller of copying interrupting
+ * @return true - if stream copied successfully; false - if copying was interrupted by listener
+ * @throws java.io.IOException
+ */
+ public static boolean copyStream(InputStream is, OutputStream os, CopyListener listener) throws IOException {
+ return copyStream(is, os, listener, DEFAULT_BUFFER_SIZE);
+ }
+
+ /**
+ * Copies stream, fires progress events by listener, can be interrupted by listener.
+ *
+ * @param is Input stream
+ * @param os Output stream
+ * @param listener Listener of copying progress and controller of copying interrupting
+ * @param bufferSize Buffer size for copying, also represents a step for firing progress listener callback, i.e.
+ * progress event will be fired after every copied bufferSize bytes
+ * @return true - if stream copied successfully; false - if copying was interrupted by listener
+ * @throws java.io.IOException
+ */
+ public static boolean copyStream(InputStream is, OutputStream os, CopyListener listener, int bufferSize)
+ throws IOException {
+ int current = 0;
+ final int total = is.available();
+
+ final byte[] bytes = new byte[bufferSize];
+ int count;
+ if (shouldStopLoading(listener, current, total)) return false;
+ while ((count = is.read(bytes, 0, bufferSize)) != -1) {
+ os.write(bytes, 0, count);
+ current += count;
+ if (shouldStopLoading(listener, current, total)) return false;
+ }
+ return true;
+ }
+
+ private static boolean shouldStopLoading(CopyListener listener, int current, int total) {
+ if (listener != null) {
+ boolean shouldContinue = listener.onBytesCopied(current, total);
+ if (!shouldContinue) {
+ if (100 * current / total < CONTINUE_LOADING_PERCENTAGE) {
+ return true; // if loaded more than 75% then continue loading anyway
+ }
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Reads all data from stream and close it silently
+ *
+ * @param is Input stream
+ */
+ public static void readAndCloseStream(InputStream is) {
+ final byte[] bytes = new byte[DEFAULT_BUFFER_SIZE];
+ try {
+ while (is.read(bytes, 0, DEFAULT_BUFFER_SIZE) != -1) {
+ }
+ } catch (IOException e) {
+ // Do nothing
+ } finally {
+ closeSilently(is);
+ }
+ }
+
+ public static void closeSilently(Closeable closeable) {
+ try {
+ closeable.close();
+ } catch (Exception e) {
+ // Do nothing
+ }
+ }
+
+ /** Listener and controller for copy process */
+ public static interface CopyListener {
+ /**
+ * @param current Loaded bytes
+ * @param total Total bytes for loading
+ * @return true - if copying should be continued; false - if copying should be interrupted
+ */
+ boolean onBytesCopied(int current, int total);
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/L.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/L.java
new file mode 100644
index 0000000..be095ac
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/L.java
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import android.util.Log;
+import com.nostra13.universalimageloader.core.ImageLoader;
+
+/**
+ * "Less-word" analog of Android {@link Log logger}
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.6.4
+ */
+public final class L {
+
+ private static final String LOG_FORMAT = "%1$s\n%2$s";
+ private static volatile boolean DISABLED = false;
+
+ private L() {
+ }
+
+ /** Enables logger (if {@link #disableLogging()} was called before) */
+ public static void enableLogging() {
+ DISABLED = false;
+ }
+
+ /** Disables logger, no logs will be passed to LogCat, all log methods will do nothing */
+ public static void disableLogging() {
+ DISABLED = true;
+ }
+
+ public static void d(String message, Object... args) {
+ log(Log.DEBUG, null, message, args);
+ }
+
+ public static void i(String message, Object... args) {
+ log(Log.INFO, null, message, args);
+ }
+
+ public static void w(String message, Object... args) {
+ log(Log.WARN, null, message, args);
+ }
+
+ public static void e(Throwable ex) {
+ log(Log.ERROR, ex, null);
+ }
+
+ public static void e(String message, Object... args) {
+ log(Log.ERROR, null, message, args);
+ }
+
+ public static void e(Throwable ex, String message, Object... args) {
+ log(Log.ERROR, ex, message, args);
+ }
+
+ private static void log(int priority, Throwable ex, String message, Object... args) {
+ if (DISABLED) return;
+ if (args.length > 0) {
+ message = String.format(message, args);
+ }
+
+ String log;
+ if (ex == null) {
+ log = message;
+ } else {
+ String logMessage = message == null ? ex.getMessage() : message;
+ String logBody = Log.getStackTraceString(ex);
+ log = String.format(LOG_FORMAT, logMessage, logBody);
+ }
+ Log.println(priority, ImageLoader.TAG, log);
+ }
+}
\ No newline at end of file
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/MemoryCacheUtils.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/MemoryCacheUtils.java
new file mode 100644
index 0000000..15133cd
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/MemoryCacheUtils.java
@@ -0,0 +1,109 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import android.graphics.Bitmap;
+import com.nostra13.universalimageloader.cache.memory.MemoryCacheAware;
+import com.nostra13.universalimageloader.core.ImageLoaderConfiguration;
+import com.nostra13.universalimageloader.core.assist.ImageSize;
+
+import java.util.ArrayList;
+import java.util.Comparator;
+import java.util.List;
+
+/**
+ * Utility for generating of keys for memory cache, key comparing and other work with memory cache
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.6.3
+ */
+public final class MemoryCacheUtils {
+
+ private static final String URI_AND_SIZE_SEPARATOR = "_";
+ private static final String WIDTH_AND_HEIGHT_SEPARATOR = "x";
+
+ private MemoryCacheUtils() {
+ }
+
+ /**
+ * Generates key for memory cache for incoming image (URI + size).
+ * Pattern for cache key - [imageUri]_[width]x[height].
+ */
+ public static String generateKey(String imageUri, ImageSize targetSize) {
+ return new StringBuilder(imageUri).append(URI_AND_SIZE_SEPARATOR).append(targetSize.getWidth()).append(WIDTH_AND_HEIGHT_SEPARATOR).append(targetSize.getHeight()).toString();
+ }
+
+ public static Comparator createFuzzyKeyComparator() {
+ return new Comparator() {
+ @Override
+ public int compare(String key1, String key2) {
+ String imageUri1 = key1.substring(0, key1.lastIndexOf(URI_AND_SIZE_SEPARATOR));
+ String imageUri2 = key2.substring(0, key2.lastIndexOf(URI_AND_SIZE_SEPARATOR));
+ return imageUri1.compareTo(imageUri2);
+ }
+ };
+ }
+
+ /**
+ * Searches all bitmaps in memory cache which are corresponded to incoming URI.
+ * Note: Memory cache can contain multiple sizes of the same image if only you didn't set
+ * {@link ImageLoaderConfiguration.Builder#denyCacheImageMultipleSizesInMemory()
+ * denyCacheImageMultipleSizesInMemory()} option in {@linkplain ImageLoaderConfiguration configuration}
+ */
+ public static List findCachedBitmapsForImageUri(String imageUri, MemoryCacheAware memoryCache) {
+ List values = new ArrayList();
+ for (String key : memoryCache.keys()) {
+ if (key.startsWith(imageUri)) {
+ values.add(memoryCache.get(key));
+ }
+ }
+ return values;
+ }
+
+ /**
+ * Searches all keys in memory cache which are corresponded to incoming URI.
+ * Note: Memory cache can contain multiple sizes of the same image if only you didn't set
+ * {@link ImageLoaderConfiguration.Builder#denyCacheImageMultipleSizesInMemory()
+ * denyCacheImageMultipleSizesInMemory()} option in {@linkplain ImageLoaderConfiguration configuration}
+ */
+ public static List findCacheKeysForImageUri(String imageUri, MemoryCacheAware memoryCache) {
+ List values = new ArrayList();
+ for (String key : memoryCache.keys()) {
+ if (key.startsWith(imageUri)) {
+ values.add(key);
+ }
+ }
+ return values;
+ }
+
+ /**
+ * Removes from memory cache all images for incoming URI.
+ * Note: Memory cache can contain multiple sizes of the same image if only you didn't set
+ * {@link ImageLoaderConfiguration.Builder#denyCacheImageMultipleSizesInMemory()
+ * denyCacheImageMultipleSizesInMemory()} option in {@linkplain ImageLoaderConfiguration configuration}
+ */
+ public static void removeFromCache(String imageUri, MemoryCacheAware memoryCache) {
+ List keysToRemove = new ArrayList();
+ for (String key : memoryCache.keys()) {
+ if (key.startsWith(imageUri)) {
+ keysToRemove.add(key);
+ }
+ }
+ for (String keyToRemove : keysToRemove) {
+ memoryCache.remove(keyToRemove);
+ }
+ }
+}
diff --git a/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java
new file mode 100644
index 0000000..0d30b07
--- /dev/null
+++ b/extras/ImageLoader/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java
@@ -0,0 +1,142 @@
+/*******************************************************************************
+ * Copyright 2011-2013 Sergey Tarasevich
+ *
+ * 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 com.nostra13.universalimageloader.utils;
+
+import android.content.Context;
+import android.content.pm.PackageManager;
+import android.os.Environment;
+
+import java.io.File;
+import java.io.IOException;
+
+import static android.os.Environment.MEDIA_MOUNTED;
+
+/**
+ * Provides application storage paths
+ *
+ * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
+ * @since 1.0.0
+ */
+public final class StorageUtils {
+
+ private static final String EXTERNAL_STORAGE_PERMISSION = "android.permission.WRITE_EXTERNAL_STORAGE";
+ private static final String INDIVIDUAL_DIR_NAME = "uil-images";
+
+ private StorageUtils() {
+ }
+
+ /**
+ * Returns application cache directory. Cache directory will be created on SD card
+ * ("/Android/data/[app_package_name]/cache") if card is mounted and app has appropriate permission. Else -
+ * Android defines cache directory on device's file system.
+ *
+ * @param context Application context
+ * @return Cache {@link java.io.File directory}.
+ * NOTE: Can be null in some unpredictable cases (if SD card is unmounted and
+ * {@link android.content.Context#getCacheDir() Context.getCacheDir()} returns null).
+ */
+ public static File getCacheDirectory(Context context) {
+ return getCacheDirectory(context, true);
+ }
+
+ /**
+ * Returns application cache directory. Cache directory will be created on SD card
+ * ("/Android/data/[app_package_name]/cache") (if card is mounted and app has appropriate permission) or
+ * on device's file system depending incoming parameters.
+ *
+ * @param context Application context
+ * @param preferExternal Whether prefer external location for cache
+ * @return Cache {@link java.io.File directory}.
+ * NOTE: Can be null in some unpredictable cases (if SD card is unmounted and
+ * {@link android.content.Context#getCacheDir() Context.getCacheDir()} returns null).
+ */
+ public static File getCacheDirectory(Context context, boolean preferExternal) {
+ File appCacheDir = null;
+ if (preferExternal && MEDIA_MOUNTED
+ .equals(Environment.getExternalStorageState()) && hasExternalStoragePermission(context)) {
+ appCacheDir = getExternalCacheDir(context);
+ }
+ if (appCacheDir == null) {
+ appCacheDir = context.getCacheDir();
+ }
+ if (appCacheDir == null) {
+ String cacheDirPath = "/data/data/" + context.getPackageName() + "/cache/";
+ L.w("Can't define system cache directory! '%s' will be used.", cacheDirPath);
+ appCacheDir = new File(cacheDirPath);
+ }
+ return appCacheDir;
+ }
+
+ /**
+ * Returns individual application cache directory (for only image caching from ImageLoader). Cache directory will be
+ * created on SD card ("/Android/data/[app_package_name]/cache/uil-images") if card is mounted and app has
+ * appropriate permission. Else - Android defines cache directory on device's file system.
+ *
+ * @param context Application context
+ * @return Cache {@link java.io.File directory}
+ */
+ public static File getIndividualCacheDirectory(Context context) {
+ File cacheDir = getCacheDirectory(context);
+ File individualCacheDir = new File(cacheDir, INDIVIDUAL_DIR_NAME);
+ if (!individualCacheDir.exists()) {
+ if (!individualCacheDir.mkdir()) {
+ individualCacheDir = cacheDir;
+ }
+ }
+ return individualCacheDir;
+ }
+
+ /**
+ * Returns specified application cache directory. Cache directory will be created on SD card by defined path if card
+ * is mounted and app has appropriate permission. Else - Android defines cache directory on device's file system.
+ *
+ * @param context Application context
+ * @param cacheDir Cache directory path (e.g.: "AppCacheDir", "AppDir/cache/images")
+ * @return Cache {@link java.io.File directory}
+ */
+ public static File getOwnCacheDirectory(Context context, String cacheDir) {
+ File appCacheDir = null;
+ if (MEDIA_MOUNTED.equals(Environment.getExternalStorageState()) && hasExternalStoragePermission(context)) {
+ appCacheDir = new File(Environment.getExternalStorageDirectory(), cacheDir);
+ }
+ if (appCacheDir == null || (!appCacheDir.exists() && !appCacheDir.mkdirs())) {
+ appCacheDir = context.getCacheDir();
+ }
+ return appCacheDir;
+ }
+
+ private static File getExternalCacheDir(Context context) {
+ File dataDir = new File(new File(Environment.getExternalStorageDirectory(), "Android"), "data");
+ File appCacheDir = new File(new File(dataDir, context.getPackageName()), "cache");
+ if (!appCacheDir.exists()) {
+ if (!appCacheDir.mkdirs()) {
+ L.w("Unable to create external cache directory");
+ return null;
+ }
+ try {
+ new File(appCacheDir, ".nomedia").createNewFile();
+ } catch (IOException e) {
+ L.i("Can't create \".nomedia\" file in application external cache directory");
+ }
+ }
+ return appCacheDir;
+ }
+
+ private static boolean hasExternalStoragePermission(Context context) {
+ int perm = context.checkCallingOrSelfPermission(EXTERNAL_STORAGE_PERMISSION);
+ return perm == PackageManager.PERMISSION_GRANTED;
+ }
+}
diff --git a/extras/extras.iml b/extras/extras.iml
new file mode 100644
index 0000000..ce6dd51
--- /dev/null
+++ b/extras/extras.iml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..1d3591c
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,18 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+# Default value: -Xmx10248m -XX:MaxPermSize=256m
+# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..8c0fb64
Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..0c71e76
--- /dev/null
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Wed Apr 10 15:27:10 PDT 2013
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
diff --git a/gradlew b/gradlew
new file mode 100755
index 0000000..91a7e26
--- /dev/null
+++ b/gradlew
@@ -0,0 +1,164 @@
+#!/usr/bin/env bash
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS=""
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn ( ) {
+ echo "$*"
+}
+
+die ( ) {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+esac
+
+# For Cygwin, ensure paths are in UNIX format before anything is touched.
+if $cygwin ; then
+ [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
+fi
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >&-
+APP_HOME="`pwd -P`"
+cd "$SAVED" >&-
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin, switch paths to Windows format before running java
+if $cygwin ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=$((i+1))
+ done
+ case $i in
+ (0) set -- ;;
+ (1) set -- "$args0" ;;
+ (2) set -- "$args0" "$args1" ;;
+ (3) set -- "$args0" "$args1" "$args2" ;;
+ (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
+function splitJvmOpts() {
+ JVM_OPTS=("$@")
+}
+eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
+JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
+
+exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
diff --git a/gradlew.bat b/gradlew.bat
new file mode 100644
index 0000000..8a0b282
--- /dev/null
+++ b/gradlew.bat
@@ -0,0 +1,90 @@
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windowz variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+if "%@eval[2+2]" == "4" goto 4NT_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+goto execute
+
+:4NT_args
+@rem Get arguments from the 4NT Shell from JP Software
+set CMD_LINE_ARGS=%$
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/local.properties b/local.properties
new file mode 100644
index 0000000..4bffb74
--- /dev/null
+++ b/local.properties
@@ -0,0 +1,11 @@
+## This file is automatically generated by Android Studio.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked into Version Control Systems,
+# as it contains information specific to your local configuration.
+#
+# Location of the SDK. This is only used by Gradle.
+# For customization when using a Version Control System, please read the
+# header note.
+#Wed Aug 05 18:42:04 CST 2015
+sdk.dir=/Users/sunfusheng/Android/Studio/sdk
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..e9b418a
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1 @@
+include ':app', ':extras:ImageLoader'