**WATCH** Think Piece: [Carol Dweck: The power of believing that you can improve](http://www.ted.com/talks/carol_dweck_the_power_of_believing_that_you_can_improve)
**WRITE** a Medium post about something technical or non technical you learned this week
**WATCH** Think Piece: [Carol Dweck: The power of believing that you can improve](http://www.ted.com/talks/carol_dweck_the_power_of_believing_that_you_can_improve)
**WRITE** a Medium post about something technical or non technical you learned this week
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/androidTest/debug/com/example/accesscode/myphone/test/BuildConfig.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/androidTest/debug/com/example/accesscode/myphone/test/BuildConfig.java
new file mode 100644
index 00000000..b961c419
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/androidTest/debug/com/example/accesscode/myphone/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.accesscode.myphone.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.accesscode.myphone.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/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/debug/com/example/accesscode/myphone/BuildConfig.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/debug/com/example/accesscode/myphone/BuildConfig.java
new file mode 100644
index 00000000..a5bbde39
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/debug/com/example/accesscode/myphone/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.accesscode.myphone;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.accesscode.myphone";
+ 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/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/release/com/example/accesscode/myphone/BuildConfig.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/release/com/example/accesscode/myphone/BuildConfig.java
new file mode 100644
index 00000000..84478533
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/buildConfig/release/com/example/accesscode/myphone/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.accesscode.myphone;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = false;
+ public static final String APPLICATION_ID = "com.example.accesscode.myphone";
+ public static final String BUILD_TYPE = "release";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
new file mode 100644
index 00000000..addcbc51
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
@@ -0,0 +1,1001 @@
+/* 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_shrink_fade_out_from_bottom = 0x7f050003;
+ public static final int abc_slide_in_bottom = 0x7f050004;
+ public static final int abc_slide_in_top = 0x7f050005;
+ public static final int abc_slide_out_bottom = 0x7f050006;
+ public static final int abc_slide_out_top = 0x7f050007;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f01005a;
+ public static final int actionBarItemBackground = 0x7f01005b;
+ public static final int actionBarPopupTheme = 0x7f010054;
+ public static final int actionBarSize = 0x7f010059;
+ public static final int actionBarSplitStyle = 0x7f010056;
+ public static final int actionBarStyle = 0x7f010055;
+ public static final int actionBarTabBarStyle = 0x7f010050;
+ public static final int actionBarTabStyle = 0x7f01004f;
+ public static final int actionBarTabTextStyle = 0x7f010051;
+ public static final int actionBarTheme = 0x7f010057;
+ public static final int actionBarWidgetTheme = 0x7f010058;
+ public static final int actionButtonStyle = 0x7f010072;
+ public static final int actionDropDownStyle = 0x7f01006d;
+ public static final int actionLayout = 0x7f01002c;
+ public static final int actionMenuTextAppearance = 0x7f01005c;
+ public static final int actionMenuTextColor = 0x7f01005d;
+ public static final int actionModeBackground = 0x7f010060;
+ public static final int actionModeCloseButtonStyle = 0x7f01005f;
+ public static final int actionModeCloseDrawable = 0x7f010062;
+ public static final int actionModeCopyDrawable = 0x7f010064;
+ public static final int actionModeCutDrawable = 0x7f010063;
+ public static final int actionModeFindDrawable = 0x7f010068;
+ public static final int actionModePasteDrawable = 0x7f010065;
+ public static final int actionModePopupWindowStyle = 0x7f01006a;
+ public static final int actionModeSelectAllDrawable = 0x7f010066;
+ public static final int actionModeShareDrawable = 0x7f010067;
+ public static final int actionModeSplitBackground = 0x7f010061;
+ public static final int actionModeStyle = 0x7f01005e;
+ public static final int actionModeWebSearchDrawable = 0x7f010069;
+ public static final int actionOverflowButtonStyle = 0x7f010052;
+ public static final int actionOverflowMenuStyle = 0x7f010053;
+ public static final int actionProviderClass = 0x7f01002e;
+ public static final int actionViewClass = 0x7f01002d;
+ public static final int activityChooserViewStyle = 0x7f010079;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int barSize = 0x7f010026;
+ public static final int buttonBarButtonStyle = 0x7f010074;
+ public static final int buttonBarStyle = 0x7f010073;
+ public static final int closeIcon = 0x7f010035;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100a4;
+ public static final int collapseIcon = 0x7f0100a3;
+ public static final int color = 0x7f010020;
+ public static final int colorAccent = 0x7f010094;
+ public static final int colorButtonNormal = 0x7f010098;
+ public static final int colorControlActivated = 0x7f010096;
+ public static final int colorControlHighlight = 0x7f010097;
+ public static final int colorControlNormal = 0x7f010095;
+ public static final int colorPrimary = 0x7f010092;
+ public static final int colorPrimaryDark = 0x7f010093;
+ public static final int colorSwitchThumbNormal = 0x7f010099;
+ public static final int commitIcon = 0x7f010039;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int disableChildrenWhenDisabled = 0x7f010040;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010078;
+ public static final int dividerPadding = 0x7f01002a;
+ public static final int dividerVertical = 0x7f010077;
+ public static final int drawableSize = 0x7f010022;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01008a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01006e;
+ public static final int editTextBackground = 0x7f01007f;
+ public static final int editTextColor = 0x7f01007e;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010023;
+ public static final int goIcon = 0x7f010036;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f010071;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010033;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010032;
+ public static final int listChoiceBackgroundIndicator = 0x7f010091;
+ public static final int listPopupWindowStyle = 0x7f01008b;
+ public static final int listPreferredItemHeight = 0x7f010085;
+ public static final int listPreferredItemHeightLarge = 0x7f010087;
+ public static final int listPreferredItemHeightSmall = 0x7f010086;
+ public static final int listPreferredItemPaddingLeft = 0x7f010088;
+ public static final int listPreferredItemPaddingRight = 0x7f010089;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100a1;
+ public static final int measureWithLargestChild = 0x7f010028;
+ public static final int middleBarArrowSize = 0x7f010025;
+ public static final int navigationContentDescription = 0x7f0100a6;
+ public static final int navigationIcon = 0x7f0100a5;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010030;
+ public static final int paddingEnd = 0x7f0100a8;
+ public static final int paddingStart = 0x7f0100a7;
+ public static final int panelBackground = 0x7f01008e;
+ public static final int panelMenuListTheme = 0x7f010090;
+ public static final int panelMenuListWidth = 0x7f01008f;
+ public static final int popupMenuStyle = 0x7f01007c;
+ public static final int popupPromptView = 0x7f01003f;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f01007d;
+ public static final int preserveIconSpacing = 0x7f01002f;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f01003d;
+ public static final int queryBackground = 0x7f01003b;
+ public static final int queryHint = 0x7f010034;
+ public static final int searchIcon = 0x7f010037;
+ public static final int searchViewStyle = 0x7f010084;
+ public static final int selectableItemBackground = 0x7f010075;
+ public static final int selectableItemBackgroundBorderless = 0x7f010076;
+ public static final int showAsAction = 0x7f01002b;
+ public static final int showDividers = 0x7f010029;
+ public static final int showText = 0x7f010047;
+ public static final int spinBars = 0x7f010021;
+ public static final int spinnerDropDownItemStyle = 0x7f010070;
+ public static final int spinnerMode = 0x7f01003e;
+ public static final int spinnerStyle = 0x7f01006f;
+ public static final int splitTrack = 0x7f010046;
+ public static final int state_above_anchor = 0x7f010031;
+ public static final int submitBackground = 0x7f01003c;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f01009b;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f01003a;
+ public static final int switchMinWidth = 0x7f010044;
+ public static final int switchPadding = 0x7f010045;
+ public static final int switchStyle = 0x7f010080;
+ public static final int switchTextAppearance = 0x7f010043;
+ public static final int textAllCaps = 0x7f01001f;
+ public static final int textAppearanceLargePopupMenu = 0x7f01006b;
+ public static final int textAppearanceListItem = 0x7f01008c;
+ public static final int textAppearanceListItemSmall = 0x7f01008d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010082;
+ public static final int textAppearanceSearchResultTitle = 0x7f010081;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01006c;
+ public static final int textColorSearchUrl = 0x7f010083;
+ public static final int theme = 0x7f0100a2;
+ public static final int thickness = 0x7f010027;
+ public static final int thumbTextPadding = 0x7f010042;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100a0;
+ public static final int titleMarginEnd = 0x7f01009e;
+ public static final int titleMarginStart = 0x7f01009d;
+ public static final int titleMarginTop = 0x7f01009f;
+ public static final int titleMargins = 0x7f01009c;
+ public static final int titleTextAppearance = 0x7f01009a;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f01007b;
+ public static final int toolbarStyle = 0x7f01007a;
+ public static final int topBottomBarArrowSize = 0x7f010024;
+ public static final int track = 0x7f010041;
+ public static final int voiceIcon = 0x7f010038;
+ public static final int windowActionBar = 0x7f010048;
+ public static final int windowActionBarOverlay = 0x7f010049;
+ public static final int windowActionModeOverlay = 0x7f01004a;
+ public static final int windowFixedHeightMajor = 0x7f01004e;
+ public static final int windowFixedHeightMinor = 0x7f01004c;
+ public static final int windowFixedWidthMajor = 0x7f01004b;
+ public static final int windowFixedWidthMinor = 0x7f01004d;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f060000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f060001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f060002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f060003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f060004;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f060005;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f070031;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f070032;
+ public static final int abc_input_method_navigation_guard = 0x7f070000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f070033;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f070034;
+ public static final int abc_primary_text_material_dark = 0x7f070035;
+ public static final int abc_primary_text_material_light = 0x7f070036;
+ public static final int abc_search_url_text = 0x7f070037;
+ public static final int abc_search_url_text_normal = 0x7f070001;
+ public static final int abc_search_url_text_pressed = 0x7f070002;
+ public static final int abc_search_url_text_selected = 0x7f070003;
+ public static final int abc_secondary_text_material_dark = 0x7f070038;
+ public static final int abc_secondary_text_material_light = 0x7f070039;
+ public static final int accent_material_dark = 0x7f070004;
+ public static final int accent_material_light = 0x7f070005;
+ public static final int background_floating_material_dark = 0x7f070006;
+ public static final int background_floating_material_light = 0x7f070007;
+ public static final int background_material_dark = 0x7f070008;
+ public static final int background_material_light = 0x7f070009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f07000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f07000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f07000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f07000d;
+ public static final int bright_foreground_material_dark = 0x7f07000e;
+ public static final int bright_foreground_material_light = 0x7f07000f;
+ public static final int button_material_dark = 0x7f070010;
+ public static final int button_material_light = 0x7f070011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f070012;
+ public static final int dim_foreground_disabled_material_light = 0x7f070013;
+ public static final int dim_foreground_material_dark = 0x7f070014;
+ public static final int dim_foreground_material_light = 0x7f070015;
+ public static final int highlighted_text_material_dark = 0x7f070016;
+ public static final int highlighted_text_material_light = 0x7f070017;
+ public static final int hint_foreground_material_dark = 0x7f070018;
+ public static final int hint_foreground_material_light = 0x7f070019;
+ public static final int link_text_material_dark = 0x7f07001a;
+ public static final int link_text_material_light = 0x7f07001b;
+ public static final int material_blue_grey_800 = 0x7f07001c;
+ public static final int material_blue_grey_900 = 0x7f07001d;
+ public static final int material_blue_grey_950 = 0x7f07001e;
+ public static final int material_deep_teal_200 = 0x7f07001f;
+ public static final int material_deep_teal_500 = 0x7f070020;
+ public static final int primary_dark_material_dark = 0x7f070021;
+ public static final int primary_dark_material_light = 0x7f070022;
+ public static final int primary_material_dark = 0x7f070023;
+ public static final int primary_material_light = 0x7f070024;
+ public static final int primary_text_default_material_dark = 0x7f070025;
+ public static final int primary_text_default_material_light = 0x7f070026;
+ public static final int primary_text_disabled_material_dark = 0x7f070027;
+ public static final int primary_text_disabled_material_light = 0x7f070028;
+ public static final int ripple_material_dark = 0x7f070029;
+ public static final int ripple_material_light = 0x7f07002a;
+ public static final int secondary_text_default_material_dark = 0x7f07002b;
+ public static final int secondary_text_default_material_light = 0x7f07002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f07002d;
+ public static final int secondary_text_disabled_material_light = 0x7f07002e;
+ public static final int switch_thumb_normal_material_dark = 0x7f07002f;
+ public static final int switch_thumb_normal_material_light = 0x7f070030;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_default_height_material = 0x7f080000;
+ public static final int abc_action_bar_default_padding_material = 0x7f080001;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f080002;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f080004;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080005;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080006;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080007;
+ public static final int abc_action_button_min_height_material = 0x7f080008;
+ public static final int abc_action_button_min_width_material = 0x7f080009;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f08000a;
+ public static final int abc_button_inset_horizontal_material = 0x7f08000b;
+ public static final int abc_button_inset_vertical_material = 0x7f08000c;
+ public static final int abc_button_padding_horizontal_material = 0x7f08000d;
+ public static final int abc_button_padding_vertical_material = 0x7f08000e;
+ public static final int abc_config_prefDialogWidth = 0x7f08000f;
+ public static final int abc_control_corner_material = 0x7f080010;
+ public static final int abc_control_inset_material = 0x7f080011;
+ public static final int abc_control_padding_material = 0x7f080012;
+ public static final int abc_dropdownitem_icon_width = 0x7f080013;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080014;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080015;
+ public static final int abc_panel_menu_list_width = 0x7f080016;
+ public static final int abc_search_view_preferred_width = 0x7f080017;
+ public static final int abc_search_view_text_min_width = 0x7f080018;
+ public static final int abc_text_size_body_1_material = 0x7f080019;
+ public static final int abc_text_size_body_2_material = 0x7f08001a;
+ public static final int abc_text_size_button_material = 0x7f08001b;
+ public static final int abc_text_size_caption_material = 0x7f08001c;
+ public static final int abc_text_size_display_1_material = 0x7f08001d;
+ public static final int abc_text_size_display_2_material = 0x7f08001e;
+ public static final int abc_text_size_display_3_material = 0x7f08001f;
+ public static final int abc_text_size_display_4_material = 0x7f080020;
+ public static final int abc_text_size_headline_material = 0x7f080021;
+ public static final int abc_text_size_large_material = 0x7f080022;
+ public static final int abc_text_size_medium_material = 0x7f080023;
+ public static final int abc_text_size_menu_material = 0x7f080024;
+ public static final int abc_text_size_small_material = 0x7f080025;
+ public static final int abc_text_size_subhead_material = 0x7f080026;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080027;
+ public static final int abc_text_size_title_material = 0x7f080028;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080029;
+ public static final int dialog_fixed_height_major = 0x7f08002c;
+ public static final int dialog_fixed_height_minor = 0x7f08002d;
+ public static final int dialog_fixed_width_major = 0x7f08002e;
+ public static final int dialog_fixed_width_minor = 0x7f08002f;
+ public static final int disabled_alpha_material_dark = 0x7f080030;
+ public static final int disabled_alpha_material_light = 0x7f080031;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_check_material = 0x7f020001;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020003;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020004;
+ public static final int abc_btn_radio_material = 0x7f020005;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020007;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020008;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000b;
+ public static final int abc_cab_background_internal_bg = 0x7f02000c;
+ public static final int abc_cab_background_top_material = 0x7f02000d;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000e;
+ public static final int abc_edit_text_material = 0x7f02000f;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020010;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020011;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020012;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020013;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020014;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001a;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001b;
+ public static final int abc_item_background_holo_dark = 0x7f02001c;
+ public static final int abc_item_background_holo_light = 0x7f02001d;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f02001e;
+ public static final int abc_list_focused_holo = 0x7f02001f;
+ public static final int abc_list_longpressed_holo = 0x7f020020;
+ public static final int abc_list_pressed_holo_dark = 0x7f020021;
+ public static final int abc_list_pressed_holo_light = 0x7f020022;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020023;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020024;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020025;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020026;
+ public static final int abc_list_selector_holo_dark = 0x7f020027;
+ public static final int abc_list_selector_holo_light = 0x7f020028;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f020029;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002a;
+ public static final int abc_ratingbar_full_material = 0x7f02002b;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002c;
+ public static final int abc_spinner_textfield_background_material = 0x7f02002d;
+ public static final int abc_switch_thumb_material = 0x7f02002e;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f02002f;
+ public static final int abc_tab_indicator_material = 0x7f020030;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020031;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020032;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020033;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020034;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_search_material = 0x7f020036;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f090031;
+ public static final int action_bar_activity_content = 0x7f090000;
+ public static final int action_bar_container = 0x7f090030;
+ public static final int action_bar_root = 0x7f09002c;
+ public static final int action_bar_spinner = 0x7f090001;
+ public static final int action_bar_subtitle = 0x7f09001f;
+ public static final int action_bar_title = 0x7f09001e;
+ public static final int action_context_bar = 0x7f090032;
+ public static final int action_menu_divider = 0x7f090002;
+ public static final int action_menu_presenter = 0x7f090003;
+ public static final int action_mode_bar = 0x7f09002e;
+ public static final int action_mode_bar_stub = 0x7f09002d;
+ public static final int action_mode_close_button = 0x7f090020;
+ public static final int activity_chooser_view_content = 0x7f090021;
+ public static final int always = 0x7f090016;
+ public static final int beginning = 0x7f090013;
+ public static final int checkbox = 0x7f090029;
+ public static final int collapseActionView = 0x7f090017;
+ public static final int decor_content_parent = 0x7f09002f;
+ public static final int default_activity_button = 0x7f090024;
+ public static final int dialog = 0x7f09001b;
+ public static final int disableHome = 0x7f09000c;
+ public static final int dropdown = 0x7f09001c;
+ public static final int edit_query = 0x7f090033;
+ public static final int end = 0x7f090014;
+ public static final int expand_activities_button = 0x7f090022;
+ public static final int expanded_menu = 0x7f090028;
+ public static final int home = 0x7f090004;
+ public static final int homeAsUp = 0x7f09000d;
+ public static final int icon = 0x7f090026;
+ public static final int ifRoom = 0x7f090018;
+ public static final int image = 0x7f090023;
+ public static final int listMode = 0x7f090009;
+ public static final int list_item = 0x7f090025;
+ public static final int middle = 0x7f090015;
+ public static final int never = 0x7f090019;
+ public static final int none = 0x7f09000e;
+ public static final int normal = 0x7f09000a;
+ public static final int progress_circular = 0x7f090005;
+ public static final int progress_horizontal = 0x7f090006;
+ public static final int radio = 0x7f09002b;
+ public static final int search_badge = 0x7f090035;
+ public static final int search_bar = 0x7f090034;
+ public static final int search_button = 0x7f090036;
+ public static final int search_close_btn = 0x7f09003b;
+ public static final int search_edit_frame = 0x7f090037;
+ public static final int search_go_btn = 0x7f09003d;
+ public static final int search_mag_icon = 0x7f090038;
+ public static final int search_plate = 0x7f090039;
+ public static final int search_src_text = 0x7f09003a;
+ public static final int search_voice_btn = 0x7f09003e;
+ public static final int shortcut = 0x7f09002a;
+ public static final int showCustom = 0x7f09000f;
+ public static final int showHome = 0x7f090010;
+ public static final int showTitle = 0x7f090011;
+ public static final int split_action_bar = 0x7f090007;
+ public static final int submit_area = 0x7f09003c;
+ public static final int tabMode = 0x7f09000b;
+ public static final int title = 0x7f090027;
+ public static final int up = 0x7f090008;
+ public static final int useLogo = 0x7f090012;
+ public static final int withText = 0x7f09001a;
+ public static final int wrap_content = 0x7f09001d;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0a0000;
+ public static final int abc_config_activityShortDur = 0x7f0a0001;
+ public static final int abc_max_action_buttons = 0x7f0a0002;
+ }
+ 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_expanded_menu_layout = 0x7f040009;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000a;
+ public static final int abc_list_menu_item_icon = 0x7f04000b;
+ public static final int abc_list_menu_item_layout = 0x7f04000c;
+ public static final int abc_list_menu_item_radio = 0x7f04000d;
+ public static final int abc_popup_menu_item_layout = 0x7f04000e;
+ public static final int abc_screen_content_include = 0x7f04000f;
+ public static final int abc_screen_simple = 0x7f040010;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040011;
+ public static final int abc_screen_toolbar = 0x7f040012;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040013;
+ public static final int abc_search_view = 0x7f040014;
+ public static final int abc_simple_dropdown_hint = 0x7f040015;
+ public static final int support_simple_spinner_dropdown_item = 0x7f040019;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0b0000;
+ public static final int abc_action_bar_home_description_format = 0x7f0b0001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0b0002;
+ public static final int abc_action_bar_up_description = 0x7f0b0003;
+ public static final int abc_action_menu_overflow_description = 0x7f0b0004;
+ public static final int abc_action_mode_done = 0x7f0b0005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0b0006;
+ public static final int abc_activitychooserview_choose_application = 0x7f0b0007;
+ public static final int abc_searchview_description_clear = 0x7f0b0008;
+ public static final int abc_searchview_description_query = 0x7f0b0009;
+ public static final int abc_searchview_description_search = 0x7f0b000a;
+ public static final int abc_searchview_description_submit = 0x7f0b000b;
+ public static final int abc_searchview_description_voice = 0x7f0b000c;
+ public static final int abc_shareactionprovider_share_with = 0x7f0b000d;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0b000e;
+ public static final int abc_toolbar_collapse_description = 0x7f0b000f;
+ }
+ public static final class style {
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0c0000;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c0002;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0c0003;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c0004;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c0005;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c0006;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0007;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0008;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0009;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c000a;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c000b;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c000c;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c000d;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c000e;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c000f;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c0010;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c0011;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c0012;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c0013;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c0014;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c0015;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c0016;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0017;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0018;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0019;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c001a;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c001b;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c001c;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c001d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c001e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c001f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0020;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0021;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0022;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c0023;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0029;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c002a;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c002b;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c002c;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0c0037;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c0038;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c0039;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c003a;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c003b;
+ public static final int Base_Theme_AppCompat = 0x7f0c002d;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c002e;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0c002f;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0031;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0030;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0c0032;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0033;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c0034;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0036;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c0035;
+ public static final int Base_V11_Theme_AppCompat = 0x7f0c00ed;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0c00ee;
+ public static final int Base_V11_Theme_AppCompat_Light = 0x7f0c00ef;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0c00f0;
+ public static final int Base_V14_Theme_AppCompat = 0x7f0c00f1;
+ public static final int Base_V14_Theme_AppCompat_Dialog = 0x7f0c00f2;
+ public static final int Base_V14_Theme_AppCompat_Light = 0x7f0c00f3;
+ public static final int Base_V14_Theme_AppCompat_Light_Dialog = 0x7f0c00f4;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0c00f5;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c00f6;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c00f7;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c00f8;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0c003c;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c003d;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c003e;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c003f;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c0040;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c0041;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c0042;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c0043;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c0044;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0045;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c0046;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c0047;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c0048;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0049;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0c004a;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c004b;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c004c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c004d;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c004e;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c004f;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0c0050;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c0051;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0052;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0053;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0054;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0055;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0056;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0057;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0058;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c0059;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c005a;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c005b;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c005c;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c005d;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c005e;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c005f;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0060;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0061;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0c0062;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0c0063;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0064;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c0065;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0066;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c0067;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0068;
+ public static final int Platform_AppCompat = 0x7f0c0069;
+ public static final int Platform_AppCompat_Dialog = 0x7f0c006a;
+ public static final int Platform_AppCompat_Light = 0x7f0c006b;
+ public static final int Platform_AppCompat_Light_Dialog = 0x7f0c006c;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c006d;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c006e;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c006f;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c0070;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c0071;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c0072;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c0078;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c0073;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c0074;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c0075;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c0076;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c0077;
+ public static final int TextAppearance_AppCompat = 0x7f0c0079;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0c007a;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0c007b;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0c007c;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0c007d;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0c007e;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0c007f;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0c0080;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0c0081;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0c0082;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0c0083;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0c0084;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c0085;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c0086;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c0087;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c0088;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c0089;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0c008a;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c008b;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0c008c;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c008d;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c008e;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0c008f;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c0090;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0c0091;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c0092;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0c0093;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c0094;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0095;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c0096;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0097;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0098;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0099;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c009a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c009b;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c009c;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c009d;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c009e;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c009f;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c00a0;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c00a1;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c00a2;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c00a3;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c00a4;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c00a5;
+ public static final int ThemeOverlay_AppCompat = 0x7f0c00b0;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c00b1;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c00b2;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c00b3;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0c00b4;
+ public static final int Theme_AppCompat = 0x7f0c00a6;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0c00a7;
+ public static final int Theme_AppCompat_Dialog = 0x7f0c00a8;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c00a9;
+ public static final int Theme_AppCompat_Light = 0x7f0c00aa;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c00ab;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0c00ac;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c00ad;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c00ae;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0c00af;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0c00b5;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c00b6;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c00b7;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c00b8;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c00b9;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0c00ba;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c00bb;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c00bc;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0c00bd;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c00be;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c00bf;
+ public static final int Widget_AppCompat_Button = 0x7f0c00c0;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0c00c1;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c00c2;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c00c3;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c00c4;
+ public static final int Widget_AppCompat_EditText = 0x7f0c00c5;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c00c6;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c00c7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c00c8;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c00c9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c00ca;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c00cb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c00cc;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c00cd;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c00ce;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c00cf;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c00d0;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c00d1;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c00d2;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c00d3;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c00d4;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c00d5;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c00d6;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c00d7;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c00d8;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c00d9;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0c00da;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c00db;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c00dc;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c00dd;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0c00de;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0c00df;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c00e0;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0c00e1;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0c00e2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c00e3;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0c00e4;
+ public static final int Widget_AppCompat_SearchView = 0x7f0c00e5;
+ public static final int Widget_AppCompat_Spinner = 0x7f0c00e6;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c00e7;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c00e8;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c00e9;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c00ea;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0c00eb;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c00ec;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010071 };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] CompatTextView = { 0x7f01001f };
+ public static final int CompatTextView_textAllCaps = 0;
+ public static final int[] DrawerArrowToggle = { 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027 };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010028, 0x7f010029, 0x7f01002a };
+ 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, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
+ 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, 0x7f01002f };
+ 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, 0x7f010030 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010031 };
+ 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, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 11;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 13;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 14;
+ public static final int SearchView_suggestionRowLayout = 12;
+ public static final int SearchView_voiceIcon = 10;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 };
+ 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, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
+ public static final int[] SwitchCompatTextAppearance = { 0x01010095, 0x01010098, 0x7f01001f };
+ public static final int SwitchCompatTextAppearance_android_textColor = 1;
+ public static final int SwitchCompatTextAppearance_android_textSize = 0;
+ public static final int SwitchCompatTextAppearance_textAllCaps = 2;
+ 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[] Theme = { 0x01010057, 0x010100ae, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099 };
+ public static final int Theme_actionBarDivider = 20;
+ public static final int Theme_actionBarItemBackground = 21;
+ public static final int Theme_actionBarPopupTheme = 14;
+ public static final int Theme_actionBarSize = 19;
+ public static final int Theme_actionBarSplitStyle = 16;
+ public static final int Theme_actionBarStyle = 15;
+ public static final int Theme_actionBarTabBarStyle = 10;
+ public static final int Theme_actionBarTabStyle = 9;
+ public static final int Theme_actionBarTabTextStyle = 11;
+ public static final int Theme_actionBarTheme = 17;
+ public static final int Theme_actionBarWidgetTheme = 18;
+ public static final int Theme_actionButtonStyle = 44;
+ public static final int Theme_actionDropDownStyle = 39;
+ public static final int Theme_actionMenuTextAppearance = 22;
+ public static final int Theme_actionMenuTextColor = 23;
+ public static final int Theme_actionModeBackground = 26;
+ public static final int Theme_actionModeCloseButtonStyle = 25;
+ public static final int Theme_actionModeCloseDrawable = 28;
+ public static final int Theme_actionModeCopyDrawable = 30;
+ public static final int Theme_actionModeCutDrawable = 29;
+ public static final int Theme_actionModeFindDrawable = 34;
+ public static final int Theme_actionModePasteDrawable = 31;
+ public static final int Theme_actionModePopupWindowStyle = 36;
+ public static final int Theme_actionModeSelectAllDrawable = 32;
+ public static final int Theme_actionModeShareDrawable = 33;
+ public static final int Theme_actionModeSplitBackground = 27;
+ public static final int Theme_actionModeStyle = 24;
+ public static final int Theme_actionModeWebSearchDrawable = 35;
+ public static final int Theme_actionOverflowButtonStyle = 12;
+ public static final int Theme_actionOverflowMenuStyle = 13;
+ public static final int Theme_activityChooserViewStyle = 51;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_buttonBarButtonStyle = 46;
+ public static final int Theme_buttonBarStyle = 45;
+ public static final int Theme_colorAccent = 78;
+ public static final int Theme_colorButtonNormal = 82;
+ public static final int Theme_colorControlActivated = 80;
+ public static final int Theme_colorControlHighlight = 81;
+ public static final int Theme_colorControlNormal = 79;
+ public static final int Theme_colorPrimary = 76;
+ public static final int Theme_colorPrimaryDark = 77;
+ public static final int Theme_colorSwitchThumbNormal = 83;
+ public static final int Theme_dividerHorizontal = 50;
+ public static final int Theme_dividerVertical = 49;
+ public static final int Theme_dropDownListViewStyle = 68;
+ public static final int Theme_dropdownListPreferredItemHeight = 40;
+ public static final int Theme_editTextBackground = 57;
+ public static final int Theme_editTextColor = 56;
+ public static final int Theme_homeAsUpIndicator = 43;
+ public static final int Theme_listChoiceBackgroundIndicator = 75;
+ public static final int Theme_listPopupWindowStyle = 69;
+ public static final int Theme_listPreferredItemHeight = 63;
+ public static final int Theme_listPreferredItemHeightLarge = 65;
+ public static final int Theme_listPreferredItemHeightSmall = 64;
+ public static final int Theme_listPreferredItemPaddingLeft = 66;
+ public static final int Theme_listPreferredItemPaddingRight = 67;
+ public static final int Theme_panelBackground = 72;
+ public static final int Theme_panelMenuListTheme = 74;
+ public static final int Theme_panelMenuListWidth = 73;
+ public static final int Theme_popupMenuStyle = 54;
+ public static final int Theme_popupWindowStyle = 55;
+ public static final int Theme_searchViewStyle = 62;
+ public static final int Theme_selectableItemBackground = 47;
+ public static final int Theme_selectableItemBackgroundBorderless = 48;
+ public static final int Theme_spinnerDropDownItemStyle = 42;
+ public static final int Theme_spinnerStyle = 41;
+ public static final int Theme_switchStyle = 58;
+ public static final int Theme_textAppearanceLargePopupMenu = 37;
+ public static final int Theme_textAppearanceListItem = 70;
+ public static final int Theme_textAppearanceListItemSmall = 71;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 60;
+ public static final int Theme_textAppearanceSearchResultTitle = 59;
+ public static final int Theme_textAppearanceSmallPopupMenu = 38;
+ public static final int Theme_textColorSearchUrl = 61;
+ public static final int Theme_toolbarNavigationButtonStyle = 53;
+ public static final int Theme_toolbarStyle = 52;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 3;
+ public static final int Theme_windowActionModeOverlay = 4;
+ public static final int Theme_windowFixedHeightMajor = 8;
+ public static final int Theme_windowFixedHeightMinor = 6;
+ public static final int Theme_windowFixedWidthMajor = 5;
+ public static final int Theme_windowFixedWidthMinor = 7;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 19;
+ public static final int Toolbar_collapseIcon = 18;
+ public static final int Toolbar_contentInsetEnd = 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 = 21;
+ public static final int Toolbar_navigationIcon = 20;
+ 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_theme = 17;
+ 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 = { 0x010100da, 0x7f0100a7, 0x7f0100a8 };
+ 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 = 0;
+ public static final int View_paddingEnd = 2;
+ public static final int View_paddingStart = 1;
+ }
+}
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/com/example/accesscode/myphone/R.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/com/example/accesscode/myphone/R.java
new file mode 100644
index 00000000..3a3c54d1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/debug/com/example/accesscode/myphone/R.java
@@ -0,0 +1,5179 @@
+/* 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.example.accesscode.myphone;
+
+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_shrink_fade_out_from_bottom=0x7f050003;
+ public static final int abc_slide_in_bottom=0x7f050004;
+ public static final int abc_slide_in_top=0x7f050005;
+ public static final int abc_slide_out_bottom=0x7f050006;
+ public static final int abc_slide_out_top=0x7f050007;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarDivider=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarItemBackground=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarPopupTheme=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=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 actionBarSplitStyle=0x7f010056;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarStyle=0x7f010055;
+ /**
Must be a reference 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=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 actionBarTabStyle=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 actionBarTabTextStyle=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 actionBarTheme=0x7f010057;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarWidgetTheme=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionButtonStyle=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionDropDownStyle=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionLayout=0x7f01002c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionMenuTextAppearance=0x7f01005c;
+ /**
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=0x7f01005d;
+ /**
Must be a reference 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=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseButtonStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseDrawable=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 actionModeCopyDrawable=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCutDrawable=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 actionModeFindDrawable=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePasteDrawable=0x7f010065;
+ /**
Must be a reference 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=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSelectAllDrawable=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeShareDrawable=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSplitBackground=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeWebSearchDrawable=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 actionOverflowButtonStyle=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 actionOverflowMenuStyle=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 actionProviderClass=0x7f01002e;
+ /**
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=0x7f01002d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int activityChooserViewStyle=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 background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundStacked=0x7f01000d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 buttonBarButtonStyle=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeIcon=0x7f010035;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int collapseContentDescription=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int collapseIcon=0x7f0100a3;
+ /**
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=0x7f010020;
+ /**
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=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 colorButtonNormal=0x7f010098;
+ /**
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=0x7f010096;
+ /**
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=0x7f010097;
+ /**
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=0x7f010095;
+ /**
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=0x7f010092;
+ /**
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=0x7f010093;
+ /**
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=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int commitIcon=0x7f010039;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01000f;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010040;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static final int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerHorizontal=0x7f010078;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 dividerVertical=0x7f010077;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010022;
+ /**
Must be a reference 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=0x7f01008a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 editTextBackground=0x7f01007f;
+ /**
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=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 elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int gapBetweenBars=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int goIcon=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 height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeAsUpIndicator=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 homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int iconifiedByDefault=0x7f010033;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout=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 listChoiceBackgroundIndicator=0x7f010091;
+ /**
Must be a reference 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=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 listPreferredItemHeight=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightLarge=0x7f010087;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010086;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010088;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int maxButtonHeight=0x7f0100a1;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010028;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010025;
+ /**
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=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int navigationIcon=0x7f0100a5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static final int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int overlapAnchor=0x7f010030;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100a8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelBackground=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 panelMenuListTheme=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int panelMenuListWidth=0x7f01008f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupMenuStyle=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 popupPromptView=0x7f01003f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupWindowStyle=0x7f01007d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01002f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int prompt=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int queryBackground=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 queryHint=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 searchIcon=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchViewStyle=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 selectableItemBackground=0x7f010075;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackgroundBorderless=0x7f010076;
+ /**
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=0x7f01002b;
+ /**
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=0x7f010029;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010047;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010021;
+ /**
Must be a reference 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=0x7f010070;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static final int spinnerMode=0x7f01003e;
+ /**
Must be a reference 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=0x7f01006f;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010046;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int submitBackground=0x7f01003c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextAppearance=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int suggestionRowLayout=0x7f01003a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010044;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchPadding=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchStyle=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchTextAppearance=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 boolean value, either "true" or "false".
+ */
+ public static final int textAllCaps=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceLargePopupMenu=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItem=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 textAppearanceListItemSmall=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultSubtitle=0x7f010082;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultTitle=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 textAppearanceSmallPopupMenu=0x7f01006c;
+ /**
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=0x7f010083;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int theme=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 thickness=0x7f010027;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginBottom=0x7f0100a0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 titleMarginStart=0x7f01009d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01009f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMargins=0x7f01009c;
+ /**
Must be a reference 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=0x7f01009a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarNavigationButtonStyle=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 toolbarStyle=0x7f01007a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 track=0x7f010041;
+ /**
Must be a reference 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=0x7f010038;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010048;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBarOverlay=0x7f010049;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01004a;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004e;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004c;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004b;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004d;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f060000;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f060001;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f060002;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f060003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f060004;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f060005;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f070031;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f070032;
+ public static final int abc_input_method_navigation_guard=0x7f070000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f070033;
+ public static final int abc_primary_text_disable_only_material_light=0x7f070034;
+ public static final int abc_primary_text_material_dark=0x7f070035;
+ public static final int abc_primary_text_material_light=0x7f070036;
+ public static final int abc_search_url_text=0x7f070037;
+ public static final int abc_search_url_text_normal=0x7f070001;
+ public static final int abc_search_url_text_pressed=0x7f070002;
+ public static final int abc_search_url_text_selected=0x7f070003;
+ public static final int abc_secondary_text_material_dark=0x7f070038;
+ public static final int abc_secondary_text_material_light=0x7f070039;
+ public static final int accent_material_dark=0x7f070004;
+ public static final int accent_material_light=0x7f070005;
+ public static final int background_floating_material_dark=0x7f070006;
+ public static final int background_floating_material_light=0x7f070007;
+ public static final int background_material_dark=0x7f070008;
+ public static final int background_material_light=0x7f070009;
+ public static final int bright_foreground_disabled_material_dark=0x7f07000a;
+ public static final int bright_foreground_disabled_material_light=0x7f07000b;
+ public static final int bright_foreground_inverse_material_dark=0x7f07000c;
+ public static final int bright_foreground_inverse_material_light=0x7f07000d;
+ public static final int bright_foreground_material_dark=0x7f07000e;
+ public static final int bright_foreground_material_light=0x7f07000f;
+ public static final int button_material_dark=0x7f070010;
+ public static final int button_material_light=0x7f070011;
+ public static final int dim_foreground_disabled_material_dark=0x7f070012;
+ public static final int dim_foreground_disabled_material_light=0x7f070013;
+ public static final int dim_foreground_material_dark=0x7f070014;
+ public static final int dim_foreground_material_light=0x7f070015;
+ public static final int highlighted_text_material_dark=0x7f070016;
+ public static final int highlighted_text_material_light=0x7f070017;
+ public static final int hint_foreground_material_dark=0x7f070018;
+ public static final int hint_foreground_material_light=0x7f070019;
+ public static final int link_text_material_dark=0x7f07001a;
+ public static final int link_text_material_light=0x7f07001b;
+ public static final int material_blue_grey_800=0x7f07001c;
+ public static final int material_blue_grey_900=0x7f07001d;
+ public static final int material_blue_grey_950=0x7f07001e;
+ public static final int material_deep_teal_200=0x7f07001f;
+ public static final int material_deep_teal_500=0x7f070020;
+ public static final int primary_dark_material_dark=0x7f070021;
+ public static final int primary_dark_material_light=0x7f070022;
+ public static final int primary_material_dark=0x7f070023;
+ public static final int primary_material_light=0x7f070024;
+ public static final int primary_text_default_material_dark=0x7f070025;
+ public static final int primary_text_default_material_light=0x7f070026;
+ public static final int primary_text_disabled_material_dark=0x7f070027;
+ public static final int primary_text_disabled_material_light=0x7f070028;
+ public static final int ripple_material_dark=0x7f070029;
+ public static final int ripple_material_light=0x7f07002a;
+ public static final int secondary_text_default_material_dark=0x7f07002b;
+ public static final int secondary_text_default_material_light=0x7f07002c;
+ public static final int secondary_text_disabled_material_dark=0x7f07002d;
+ public static final int secondary_text_disabled_material_light=0x7f07002e;
+ public static final int switch_thumb_normal_material_dark=0x7f07002f;
+ public static final int switch_thumb_normal_material_light=0x7f070030;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_default_height_material=0x7f080000;
+ public static final int abc_action_bar_default_padding_material=0x7f080001;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f080002;
+ public static final int abc_action_bar_progress_bar_size=0x7f080003;
+ public static final int abc_action_bar_stacked_max_height=0x7f080004;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f080005;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080006;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f080007;
+ public static final int abc_action_button_min_height_material=0x7f080008;
+ public static final int abc_action_button_min_width_material=0x7f080009;
+ public static final int abc_action_button_min_width_overflow_material=0x7f08000a;
+ public static final int abc_button_inset_horizontal_material=0x7f08000b;
+ public static final int abc_button_inset_vertical_material=0x7f08000c;
+ public static final int abc_button_padding_horizontal_material=0x7f08000d;
+ public static final int abc_button_padding_vertical_material=0x7f08000e;
+ public static final int abc_config_prefDialogWidth=0x7f08000f;
+ public static final int abc_control_corner_material=0x7f080010;
+ public static final int abc_control_inset_material=0x7f080011;
+ public static final int abc_control_padding_material=0x7f080012;
+ public static final int abc_dropdownitem_icon_width=0x7f080013;
+ public static final int abc_dropdownitem_text_padding_left=0x7f080014;
+ public static final int abc_dropdownitem_text_padding_right=0x7f080015;
+ public static final int abc_panel_menu_list_width=0x7f080016;
+ public static final int abc_search_view_preferred_width=0x7f080017;
+ public static final int abc_search_view_text_min_width=0x7f080018;
+ public static final int abc_text_size_body_1_material=0x7f080019;
+ public static final int abc_text_size_body_2_material=0x7f08001a;
+ public static final int abc_text_size_button_material=0x7f08001b;
+ public static final int abc_text_size_caption_material=0x7f08001c;
+ public static final int abc_text_size_display_1_material=0x7f08001d;
+ public static final int abc_text_size_display_2_material=0x7f08001e;
+ public static final int abc_text_size_display_3_material=0x7f08001f;
+ public static final int abc_text_size_display_4_material=0x7f080020;
+ public static final int abc_text_size_headline_material=0x7f080021;
+ public static final int abc_text_size_large_material=0x7f080022;
+ public static final int abc_text_size_medium_material=0x7f080023;
+ public static final int abc_text_size_menu_material=0x7f080024;
+ public static final int abc_text_size_small_material=0x7f080025;
+ public static final int abc_text_size_subhead_material=0x7f080026;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f080027;
+ public static final int abc_text_size_title_material=0x7f080028;
+ public static final int abc_text_size_title_material_toolbar=0x7f080029;
+ public static final int activity_horizontal_margin=0x7f08002a;
+ public static final int activity_vertical_margin=0x7f08002b;
+ public static final int dialog_fixed_height_major=0x7f08002c;
+ public static final int dialog_fixed_height_minor=0x7f08002d;
+ public static final int dialog_fixed_width_major=0x7f08002e;
+ public static final int dialog_fixed_width_minor=0x7f08002f;
+ public static final int disabled_alpha_material_dark=0x7f080030;
+ public static final int disabled_alpha_material_light=0x7f080031;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_btn_check_material=0x7f020001;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020003;
+ public static final int abc_btn_default_mtrl_shape=0x7f020004;
+ public static final int abc_btn_radio_material=0x7f020005;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f020007;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020008;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f020009;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000b;
+ public static final int abc_cab_background_internal_bg=0x7f02000c;
+ public static final int abc_cab_background_top_material=0x7f02000d;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f02000e;
+ public static final int abc_edit_text_material=0x7f02000f;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020010;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020011;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020012;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020013;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020014;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020015;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020016;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f020017;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f02001a;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001b;
+ public static final int abc_item_background_holo_dark=0x7f02001c;
+ public static final int abc_item_background_holo_light=0x7f02001d;
+ public static final int abc_list_divider_mtrl_alpha=0x7f02001e;
+ public static final int abc_list_focused_holo=0x7f02001f;
+ public static final int abc_list_longpressed_holo=0x7f020020;
+ public static final int abc_list_pressed_holo_dark=0x7f020021;
+ public static final int abc_list_pressed_holo_light=0x7f020022;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020023;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f020024;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f020025;
+ public static final int abc_list_selector_disabled_holo_light=0x7f020026;
+ public static final int abc_list_selector_holo_dark=0x7f020027;
+ public static final int abc_list_selector_holo_light=0x7f020028;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020029;
+ public static final int abc_popup_background_mtrl_mult=0x7f02002a;
+ public static final int abc_ratingbar_full_material=0x7f02002b;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f02002c;
+ public static final int abc_spinner_textfield_background_material=0x7f02002d;
+ public static final int abc_switch_thumb_material=0x7f02002e;
+ public static final int abc_switch_track_mtrl_alpha=0x7f02002f;
+ public static final int abc_tab_indicator_material=0x7f020030;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020031;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020032;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f020033;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020034;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f020035;
+ public static final int abc_textfield_search_material=0x7f020036;
+ }
+ public static final class id {
+ public static final int action_bar=0x7f090031;
+ public static final int action_bar_activity_content=0x7f090000;
+ public static final int action_bar_container=0x7f090030;
+ public static final int action_bar_root=0x7f09002c;
+ public static final int action_bar_spinner=0x7f090001;
+ public static final int action_bar_subtitle=0x7f09001f;
+ public static final int action_bar_title=0x7f09001e;
+ public static final int action_context_bar=0x7f090032;
+ public static final int action_menu_divider=0x7f090002;
+ public static final int action_menu_presenter=0x7f090003;
+ public static final int action_mode_bar=0x7f09002e;
+ public static final int action_mode_bar_stub=0x7f09002d;
+ public static final int action_mode_close_button=0x7f090020;
+ public static final int action_settings=0x7f090046;
+ public static final int activity_chooser_view_content=0x7f090021;
+ public static final int always=0x7f090016;
+ public static final int beginning=0x7f090013;
+ public static final int call_button=0x7f090040;
+ public static final int checkbox=0x7f090029;
+ public static final int collapseActionView=0x7f090017;
+ public static final int decor_content_parent=0x7f09002f;
+ public static final int default_activity_button=0x7f090024;
+ public static final int dialer_button=0x7f090044;
+ public static final int dialer_text=0x7f09003f;
+ public static final int dialog=0x7f09001b;
+ public static final int disableHome=0x7f09000c;
+ public static final int dropdown=0x7f09001c;
+ public static final int edit_query=0x7f090033;
+ public static final int email_body=0x7f090042;
+ public static final int email_button=0x7f090045;
+ public static final int email_subject=0x7f090041;
+ public static final int end=0x7f090014;
+ public static final int expand_activities_button=0x7f090022;
+ public static final int expanded_menu=0x7f090028;
+ public static final int home=0x7f090004;
+ public static final int homeAsUp=0x7f09000d;
+ public static final int icon=0x7f090026;
+ public static final int ifRoom=0x7f090018;
+ public static final int image=0x7f090023;
+ public static final int listMode=0x7f090009;
+ public static final int list_item=0x7f090025;
+ public static final int mail_button=0x7f090043;
+ public static final int middle=0x7f090015;
+ public static final int never=0x7f090019;
+ public static final int none=0x7f09000e;
+ public static final int normal=0x7f09000a;
+ public static final int progress_circular=0x7f090005;
+ public static final int progress_horizontal=0x7f090006;
+ public static final int radio=0x7f09002b;
+ public static final int search_badge=0x7f090035;
+ public static final int search_bar=0x7f090034;
+ public static final int search_button=0x7f090036;
+ public static final int search_close_btn=0x7f09003b;
+ public static final int search_edit_frame=0x7f090037;
+ public static final int search_go_btn=0x7f09003d;
+ public static final int search_mag_icon=0x7f090038;
+ public static final int search_plate=0x7f090039;
+ public static final int search_src_text=0x7f09003a;
+ public static final int search_voice_btn=0x7f09003e;
+ public static final int shortcut=0x7f09002a;
+ public static final int showCustom=0x7f09000f;
+ public static final int showHome=0x7f090010;
+ public static final int showTitle=0x7f090011;
+ public static final int split_action_bar=0x7f090007;
+ public static final int submit_area=0x7f09003c;
+ public static final int tabMode=0x7f09000b;
+ public static final int title=0x7f090027;
+ public static final int up=0x7f090008;
+ public static final int useLogo=0x7f090012;
+ public static final int withText=0x7f09001a;
+ public static final int wrap_content=0x7f09001d;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur=0x7f0a0000;
+ public static final int abc_config_activityShortDur=0x7f0a0001;
+ public static final int abc_max_action_buttons=0x7f0a0002;
+ }
+ 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_expanded_menu_layout=0x7f040009;
+ public static final int abc_list_menu_item_checkbox=0x7f04000a;
+ public static final int abc_list_menu_item_icon=0x7f04000b;
+ public static final int abc_list_menu_item_layout=0x7f04000c;
+ public static final int abc_list_menu_item_radio=0x7f04000d;
+ public static final int abc_popup_menu_item_layout=0x7f04000e;
+ public static final int abc_screen_content_include=0x7f04000f;
+ public static final int abc_screen_simple=0x7f040010;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f040011;
+ public static final int abc_screen_toolbar=0x7f040012;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f040013;
+ public static final int abc_search_view=0x7f040014;
+ public static final int abc_simple_dropdown_hint=0x7f040015;
+ public static final int activity_dialer=0x7f040016;
+ public static final int activity_email=0x7f040017;
+ public static final int activity_main=0x7f040018;
+ public static final int support_simple_spinner_dropdown_item=0x7f040019;
+ }
+ public static final class menu {
+ public static final int menu_main=0x7f0d0000;
+ }
+ public static final class mipmap {
+ public static final int ic_launcher=0x7f030000;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f0b0000;
+ public static final int abc_action_bar_home_description_format=0x7f0b0001;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f0b0002;
+ public static final int abc_action_bar_up_description=0x7f0b0003;
+ public static final int abc_action_menu_overflow_description=0x7f0b0004;
+ public static final int abc_action_mode_done=0x7f0b0005;
+ public static final int abc_activity_chooser_view_see_all=0x7f0b0006;
+ public static final int abc_activitychooserview_choose_application=0x7f0b0007;
+ public static final int abc_searchview_description_clear=0x7f0b0008;
+ public static final int abc_searchview_description_query=0x7f0b0009;
+ public static final int abc_searchview_description_search=0x7f0b000a;
+ public static final int abc_searchview_description_submit=0x7f0b000b;
+ public static final int abc_searchview_description_voice=0x7f0b000c;
+ public static final int abc_shareactionprovider_share_with=0x7f0b000d;
+ public static final int abc_shareactionprovider_share_with_application=0x7f0b000e;
+ public static final int abc_toolbar_collapse_description=0x7f0b000f;
+ public static final int action_settings=0x7f0b0010;
+ public static final int app_name=0x7f0b0011;
+ public static final int hello_world=0x7f0b0012;
+ }
+ public static final class style {
+ public static final int Animation_AppCompat_DropDownUp=0x7f0c0000;
+ /** Customize your theme here.
+ */
+ public static final int AppTheme=0x7f0c0001;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c0002;
+ public static final int Base_TextAppearance_AppCompat=0x7f0c0003;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0004;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c0005;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0006;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0007;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0008;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0009;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c000a;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c000b;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c000c;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c000d;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f0c000e;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c000f;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0010;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0011;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c0012;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c0013;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c0014;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c0015;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0016;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0017;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0018;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0019;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c001a;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001b;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f0c001c;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c001e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c001f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0020;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0021;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0022;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0023;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0029;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c002a;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c002b;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c002c;
+ public static final int Base_Theme_AppCompat=0x7f0c002d;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c002e;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f0c002f;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c0030;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0031;
+ public static final int Base_Theme_AppCompat_Light=0x7f0c0032;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c0033;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0034;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c0035;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0036;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f0c0037;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c0038;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c0039;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c003a;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c003b;
+ public static final int Base_V11_Theme_AppCompat=0x7f0c00ed;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c00ee;
+ public static final int Base_V11_Theme_AppCompat_Light=0x7f0c00ef;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c00f0;
+ public static final int Base_V14_Theme_AppCompat=0x7f0c00f1;
+ public static final int Base_V14_Theme_AppCompat_Dialog=0x7f0c00f2;
+ public static final int Base_V14_Theme_AppCompat_Light=0x7f0c00f3;
+ public static final int Base_V14_Theme_AppCompat_Light_Dialog=0x7f0c00f4;
+ public static final int Base_V21_Theme_AppCompat=0x7f0c00f5;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c00f6;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f0c00f7;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c00f8;
+ public static final int Base_V7_Theme_AppCompat=0x7f0c003c;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c003d;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f0c003e;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f0c003f;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c0040;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c0041;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0042;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0043;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0044;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0045;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0046;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f0c0047;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c0048;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0049;
+ public static final int Base_Widget_AppCompat_Button=0x7f0c004a;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f0c004b;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c004c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c004d;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c004e;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c004f;
+ public static final int Base_Widget_AppCompat_EditText=0x7f0c0050;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c0051;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0052;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0053;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0054;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0055;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0056;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0057;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0058;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0059;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c005a;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c005b;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c005c;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c005d;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c005e;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c005f;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0060;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0061;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0c0062;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f0c0063;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0064;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0065;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0066;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0c0067;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0068;
+ public static final int Platform_AppCompat=0x7f0c0069;
+ public static final int Platform_AppCompat_Dialog=0x7f0c006a;
+ public static final int Platform_AppCompat_Light=0x7f0c006b;
+ public static final int Platform_AppCompat_Light_Dialog=0x7f0c006c;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c006d;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode=0x7f0c006e;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c006f;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0070;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0071;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c0072;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0073;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0074;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0075;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0076;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0077;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0078;
+ public static final int TextAppearance_AppCompat=0x7f0c0079;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0c007a;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0c007b;
+ public static final int TextAppearance_AppCompat_Button=0x7f0c007c;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0c007d;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0c007e;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0c007f;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0c0080;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0c0081;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0c0082;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0c0083;
+ public static final int TextAppearance_AppCompat_Large=0x7f0c0084;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c0085;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c0086;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c0087;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0088;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0089;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0c008a;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c008b;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0c008c;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c008d;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c008e;
+ public static final int TextAppearance_AppCompat_Small=0x7f0c008f;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c0090;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0c0091;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c0092;
+ public static final int TextAppearance_AppCompat_Title=0x7f0c0093;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c0094;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0096;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0097;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0098;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0099;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c009a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c009b;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c009c;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c009d;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c009e;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c009f;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c00a0;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c00a1;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c00a2;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00a3;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c00a4;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c00a5;
+ public static final int Theme_AppCompat=0x7f0c00a6;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0c00a7;
+ public static final int Theme_AppCompat_Dialog=0x7f0c00a8;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c00a9;
+ public static final int Theme_AppCompat_Light=0x7f0c00aa;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c00ab;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0c00ac;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c00ad;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c00ae;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0c00af;
+ public static final int ThemeOverlay_AppCompat=0x7f0c00b0;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c00b1;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0c00b2;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00b3;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0c00b4;
+ public static final int Widget_AppCompat_ActionBar=0x7f0c00b5;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c00b6;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c00b7;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c00b8;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c00b9;
+ public static final int Widget_AppCompat_ActionButton=0x7f0c00ba;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c00bb;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c00bc;
+ public static final int Widget_AppCompat_ActionMode=0x7f0c00bd;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0c00be;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c00bf;
+ public static final int Widget_AppCompat_Button=0x7f0c00c0;
+ public static final int Widget_AppCompat_Button_Small=0x7f0c00c1;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c00c2;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c00c3;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c00c4;
+ public static final int Widget_AppCompat_EditText=0x7f0c00c5;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f0c00c6;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00c7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c00c8;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00c9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c00ca;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c00cb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c00cc;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c00cd;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c00ce;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f0c00cf;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c00d0;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c00d1;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c00d2;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c00d3;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c00d4;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c00d5;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c00d6;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c00d7;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c00d8;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c00d9;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f0c00da;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c00db;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f0c00dc;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f0c00dd;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f0c00de;
+ public static final int Widget_AppCompat_PopupMenu=0x7f0c00df;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c00e0;
+ public static final int Widget_AppCompat_PopupWindow=0x7f0c00e1;
+ public static final int Widget_AppCompat_ProgressBar=0x7f0c00e2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c00e3;
+ public static final int Widget_AppCompat_RatingBar=0x7f0c00e4;
+ public static final int Widget_AppCompat_SearchView=0x7f0c00e5;
+ public static final int Widget_AppCompat_Spinner=0x7f0c00e6;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c00e7;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c00e8;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c00e9;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c00ea;
+ public static final int Widget_AppCompat_Toolbar=0x7f0c00eb;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c00ec;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:initialActivityCount
+ */
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a CompatTextView.
+
+ @see #CompatTextView_textAllCaps
+ */
+ public static final int[] CompatTextView = {
+ 0x7f01001f
+ };
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #CompatTextView} 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.example.accesscode.myphone:textAllCaps
+ */
+ public static final int CompatTextView_textAllCaps = 0;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:barSize
+ */
+ public static final int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:middleBarArrowSize
+ */
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:topBottomBarArrowSize
+ */
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:showDividers
+ */
+ public static final int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static final int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static final int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static final int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static final int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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 = {
+ 0x7f010031
+ };
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static final int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static final int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static final int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static final int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:closeIcon
+ */
+ public static final int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:commitIcon
+ */
+ public static final int SearchView_commitIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:goIcon
+ */
+ public static final int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:queryBackground
+ */
+ public static final int SearchView_queryBackground = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:searchIcon
+ */
+ public static final int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:submitBackground
+ */
+ public static final int SearchView_submitBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 10;
+ /** 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.example.accesscode.myphone.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.example.accesscode.myphone:disableChildrenWhenDisabled
+ */
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupPromptView
+ */
+ public static final int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:prompt
+ */
+ public static final int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:track
+ */
+ public static final int SwitchCompat_track = 3;
+ /** Attributes that can be used with a SwitchCompatTextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
+ @attr name android:textColor
+ */
+ public static final int SwitchCompatTextAppearance_android_textColor = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
+ @attr name android:textSize
+ */
+ public static final int SwitchCompatTextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} 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.example.accesscode.myphone:textAllCaps
+ */
+ public static final int SwitchCompatTextAppearance_textAllCaps = 2;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 44;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 22;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 23;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 26;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 25;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 28;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 30;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 29;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 36;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 27;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 24;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 51;
+ /**
+
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.example.accesscode.myphone.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.example.accesscode.myphone:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 46;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorAccent
+ */
+ public static final int Theme_colorAccent = 78;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 82;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 80;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 81;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 79;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 76;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 77;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 50;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 49;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 68;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 40;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 57;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:editTextColor
+ */
+ public static final int Theme_editTextColor = 56;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 43;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 75;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 69;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 63;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 65;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 64;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 66;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 67;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelBackground
+ */
+ public static final int Theme_panelBackground = 72;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 74;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 73;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 55;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 62;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 47;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 48;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 42;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 41;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchStyle
+ */
+ public static final int Theme_switchStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 37;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 70;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 71;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 60;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 59;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 38;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 61;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 53;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 52;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 7;
+ /** 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.example.accesscode.myphone.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.example.accesscode.myphone:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#theme}
+ 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.example.accesscode.myphone:theme
+ */
+ public static final int Toolbar_theme = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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 = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:paddingEnd
+ */
+ public static final int View_paddingEnd = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:paddingStart
+ */
+ public static final int View_paddingStart = 1;
+ /** 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/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/android/support/v7/appcompat/R.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/android/support/v7/appcompat/R.java
new file mode 100644
index 00000000..25951934
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/android/support/v7/appcompat/R.java
@@ -0,0 +1,1001 @@
+/* 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_shrink_fade_out_from_bottom = 0x7f050003;
+ public static final int abc_slide_in_bottom = 0x7f050004;
+ public static final int abc_slide_in_top = 0x7f050005;
+ public static final int abc_slide_out_bottom = 0x7f050006;
+ public static final int abc_slide_out_top = 0x7f050007;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f01005a;
+ public static final int actionBarItemBackground = 0x7f01005b;
+ public static final int actionBarPopupTheme = 0x7f010054;
+ public static final int actionBarSize = 0x7f010059;
+ public static final int actionBarSplitStyle = 0x7f010056;
+ public static final int actionBarStyle = 0x7f010055;
+ public static final int actionBarTabBarStyle = 0x7f010050;
+ public static final int actionBarTabStyle = 0x7f01004f;
+ public static final int actionBarTabTextStyle = 0x7f010051;
+ public static final int actionBarTheme = 0x7f010057;
+ public static final int actionBarWidgetTheme = 0x7f010058;
+ public static final int actionButtonStyle = 0x7f010072;
+ public static final int actionDropDownStyle = 0x7f01006d;
+ public static final int actionLayout = 0x7f01002c;
+ public static final int actionMenuTextAppearance = 0x7f01005c;
+ public static final int actionMenuTextColor = 0x7f01005d;
+ public static final int actionModeBackground = 0x7f010060;
+ public static final int actionModeCloseButtonStyle = 0x7f01005f;
+ public static final int actionModeCloseDrawable = 0x7f010062;
+ public static final int actionModeCopyDrawable = 0x7f010064;
+ public static final int actionModeCutDrawable = 0x7f010063;
+ public static final int actionModeFindDrawable = 0x7f010068;
+ public static final int actionModePasteDrawable = 0x7f010065;
+ public static final int actionModePopupWindowStyle = 0x7f01006a;
+ public static final int actionModeSelectAllDrawable = 0x7f010066;
+ public static final int actionModeShareDrawable = 0x7f010067;
+ public static final int actionModeSplitBackground = 0x7f010061;
+ public static final int actionModeStyle = 0x7f01005e;
+ public static final int actionModeWebSearchDrawable = 0x7f010069;
+ public static final int actionOverflowButtonStyle = 0x7f010052;
+ public static final int actionOverflowMenuStyle = 0x7f010053;
+ public static final int actionProviderClass = 0x7f01002e;
+ public static final int actionViewClass = 0x7f01002d;
+ public static final int activityChooserViewStyle = 0x7f010079;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int barSize = 0x7f010026;
+ public static final int buttonBarButtonStyle = 0x7f010074;
+ public static final int buttonBarStyle = 0x7f010073;
+ public static final int closeIcon = 0x7f010035;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100a4;
+ public static final int collapseIcon = 0x7f0100a3;
+ public static final int color = 0x7f010020;
+ public static final int colorAccent = 0x7f010094;
+ public static final int colorButtonNormal = 0x7f010098;
+ public static final int colorControlActivated = 0x7f010096;
+ public static final int colorControlHighlight = 0x7f010097;
+ public static final int colorControlNormal = 0x7f010095;
+ public static final int colorPrimary = 0x7f010092;
+ public static final int colorPrimaryDark = 0x7f010093;
+ public static final int colorSwitchThumbNormal = 0x7f010099;
+ public static final int commitIcon = 0x7f010039;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int disableChildrenWhenDisabled = 0x7f010040;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010078;
+ public static final int dividerPadding = 0x7f01002a;
+ public static final int dividerVertical = 0x7f010077;
+ public static final int drawableSize = 0x7f010022;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f01008a;
+ public static final int dropdownListPreferredItemHeight = 0x7f01006e;
+ public static final int editTextBackground = 0x7f01007f;
+ public static final int editTextColor = 0x7f01007e;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010023;
+ public static final int goIcon = 0x7f010036;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f010071;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010033;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010032;
+ public static final int listChoiceBackgroundIndicator = 0x7f010091;
+ public static final int listPopupWindowStyle = 0x7f01008b;
+ public static final int listPreferredItemHeight = 0x7f010085;
+ public static final int listPreferredItemHeightLarge = 0x7f010087;
+ public static final int listPreferredItemHeightSmall = 0x7f010086;
+ public static final int listPreferredItemPaddingLeft = 0x7f010088;
+ public static final int listPreferredItemPaddingRight = 0x7f010089;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100a1;
+ public static final int measureWithLargestChild = 0x7f010028;
+ public static final int middleBarArrowSize = 0x7f010025;
+ public static final int navigationContentDescription = 0x7f0100a6;
+ public static final int navigationIcon = 0x7f0100a5;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010030;
+ public static final int paddingEnd = 0x7f0100a8;
+ public static final int paddingStart = 0x7f0100a7;
+ public static final int panelBackground = 0x7f01008e;
+ public static final int panelMenuListTheme = 0x7f010090;
+ public static final int panelMenuListWidth = 0x7f01008f;
+ public static final int popupMenuStyle = 0x7f01007c;
+ public static final int popupPromptView = 0x7f01003f;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f01007d;
+ public static final int preserveIconSpacing = 0x7f01002f;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f01003d;
+ public static final int queryBackground = 0x7f01003b;
+ public static final int queryHint = 0x7f010034;
+ public static final int searchIcon = 0x7f010037;
+ public static final int searchViewStyle = 0x7f010084;
+ public static final int selectableItemBackground = 0x7f010075;
+ public static final int selectableItemBackgroundBorderless = 0x7f010076;
+ public static final int showAsAction = 0x7f01002b;
+ public static final int showDividers = 0x7f010029;
+ public static final int showText = 0x7f010047;
+ public static final int spinBars = 0x7f010021;
+ public static final int spinnerDropDownItemStyle = 0x7f010070;
+ public static final int spinnerMode = 0x7f01003e;
+ public static final int spinnerStyle = 0x7f01006f;
+ public static final int splitTrack = 0x7f010046;
+ public static final int state_above_anchor = 0x7f010031;
+ public static final int submitBackground = 0x7f01003c;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f01009b;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f01003a;
+ public static final int switchMinWidth = 0x7f010044;
+ public static final int switchPadding = 0x7f010045;
+ public static final int switchStyle = 0x7f010080;
+ public static final int switchTextAppearance = 0x7f010043;
+ public static final int textAllCaps = 0x7f01001f;
+ public static final int textAppearanceLargePopupMenu = 0x7f01006b;
+ public static final int textAppearanceListItem = 0x7f01008c;
+ public static final int textAppearanceListItemSmall = 0x7f01008d;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f010082;
+ public static final int textAppearanceSearchResultTitle = 0x7f010081;
+ public static final int textAppearanceSmallPopupMenu = 0x7f01006c;
+ public static final int textColorSearchUrl = 0x7f010083;
+ public static final int theme = 0x7f0100a2;
+ public static final int thickness = 0x7f010027;
+ public static final int thumbTextPadding = 0x7f010042;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100a0;
+ public static final int titleMarginEnd = 0x7f01009e;
+ public static final int titleMarginStart = 0x7f01009d;
+ public static final int titleMarginTop = 0x7f01009f;
+ public static final int titleMargins = 0x7f01009c;
+ public static final int titleTextAppearance = 0x7f01009a;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f01007b;
+ public static final int toolbarStyle = 0x7f01007a;
+ public static final int topBottomBarArrowSize = 0x7f010024;
+ public static final int track = 0x7f010041;
+ public static final int voiceIcon = 0x7f010038;
+ public static final int windowActionBar = 0x7f010048;
+ public static final int windowActionBarOverlay = 0x7f010049;
+ public static final int windowActionModeOverlay = 0x7f01004a;
+ public static final int windowFixedHeightMajor = 0x7f01004e;
+ public static final int windowFixedHeightMinor = 0x7f01004c;
+ public static final int windowFixedWidthMajor = 0x7f01004b;
+ public static final int windowFixedWidthMinor = 0x7f01004d;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f060000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f060001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f060002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f060003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f060004;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f060005;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f070031;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f070032;
+ public static final int abc_input_method_navigation_guard = 0x7f070000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f070033;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f070034;
+ public static final int abc_primary_text_material_dark = 0x7f070035;
+ public static final int abc_primary_text_material_light = 0x7f070036;
+ public static final int abc_search_url_text = 0x7f070037;
+ public static final int abc_search_url_text_normal = 0x7f070001;
+ public static final int abc_search_url_text_pressed = 0x7f070002;
+ public static final int abc_search_url_text_selected = 0x7f070003;
+ public static final int abc_secondary_text_material_dark = 0x7f070038;
+ public static final int abc_secondary_text_material_light = 0x7f070039;
+ public static final int accent_material_dark = 0x7f070004;
+ public static final int accent_material_light = 0x7f070005;
+ public static final int background_floating_material_dark = 0x7f070006;
+ public static final int background_floating_material_light = 0x7f070007;
+ public static final int background_material_dark = 0x7f070008;
+ public static final int background_material_light = 0x7f070009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f07000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f07000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f07000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f07000d;
+ public static final int bright_foreground_material_dark = 0x7f07000e;
+ public static final int bright_foreground_material_light = 0x7f07000f;
+ public static final int button_material_dark = 0x7f070010;
+ public static final int button_material_light = 0x7f070011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f070012;
+ public static final int dim_foreground_disabled_material_light = 0x7f070013;
+ public static final int dim_foreground_material_dark = 0x7f070014;
+ public static final int dim_foreground_material_light = 0x7f070015;
+ public static final int highlighted_text_material_dark = 0x7f070016;
+ public static final int highlighted_text_material_light = 0x7f070017;
+ public static final int hint_foreground_material_dark = 0x7f070018;
+ public static final int hint_foreground_material_light = 0x7f070019;
+ public static final int link_text_material_dark = 0x7f07001a;
+ public static final int link_text_material_light = 0x7f07001b;
+ public static final int material_blue_grey_800 = 0x7f07001c;
+ public static final int material_blue_grey_900 = 0x7f07001d;
+ public static final int material_blue_grey_950 = 0x7f07001e;
+ public static final int material_deep_teal_200 = 0x7f07001f;
+ public static final int material_deep_teal_500 = 0x7f070020;
+ public static final int primary_dark_material_dark = 0x7f070021;
+ public static final int primary_dark_material_light = 0x7f070022;
+ public static final int primary_material_dark = 0x7f070023;
+ public static final int primary_material_light = 0x7f070024;
+ public static final int primary_text_default_material_dark = 0x7f070025;
+ public static final int primary_text_default_material_light = 0x7f070026;
+ public static final int primary_text_disabled_material_dark = 0x7f070027;
+ public static final int primary_text_disabled_material_light = 0x7f070028;
+ public static final int ripple_material_dark = 0x7f070029;
+ public static final int ripple_material_light = 0x7f07002a;
+ public static final int secondary_text_default_material_dark = 0x7f07002b;
+ public static final int secondary_text_default_material_light = 0x7f07002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f07002d;
+ public static final int secondary_text_disabled_material_light = 0x7f07002e;
+ public static final int switch_thumb_normal_material_dark = 0x7f07002f;
+ public static final int switch_thumb_normal_material_light = 0x7f070030;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_default_height_material = 0x7f080000;
+ public static final int abc_action_bar_default_padding_material = 0x7f080001;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f080002;
+ public static final int abc_action_bar_progress_bar_size = 0x7f080003;
+ public static final int abc_action_bar_stacked_max_height = 0x7f080004;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f080005;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f080006;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f080007;
+ public static final int abc_action_button_min_height_material = 0x7f080008;
+ public static final int abc_action_button_min_width_material = 0x7f080009;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f08000a;
+ public static final int abc_button_inset_horizontal_material = 0x7f08000b;
+ public static final int abc_button_inset_vertical_material = 0x7f08000c;
+ public static final int abc_button_padding_horizontal_material = 0x7f08000d;
+ public static final int abc_button_padding_vertical_material = 0x7f08000e;
+ public static final int abc_config_prefDialogWidth = 0x7f08000f;
+ public static final int abc_control_corner_material = 0x7f080010;
+ public static final int abc_control_inset_material = 0x7f080011;
+ public static final int abc_control_padding_material = 0x7f080012;
+ public static final int abc_dropdownitem_icon_width = 0x7f080013;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f080014;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f080015;
+ public static final int abc_panel_menu_list_width = 0x7f080016;
+ public static final int abc_search_view_preferred_width = 0x7f080017;
+ public static final int abc_search_view_text_min_width = 0x7f080018;
+ public static final int abc_text_size_body_1_material = 0x7f080019;
+ public static final int abc_text_size_body_2_material = 0x7f08001a;
+ public static final int abc_text_size_button_material = 0x7f08001b;
+ public static final int abc_text_size_caption_material = 0x7f08001c;
+ public static final int abc_text_size_display_1_material = 0x7f08001d;
+ public static final int abc_text_size_display_2_material = 0x7f08001e;
+ public static final int abc_text_size_display_3_material = 0x7f08001f;
+ public static final int abc_text_size_display_4_material = 0x7f080020;
+ public static final int abc_text_size_headline_material = 0x7f080021;
+ public static final int abc_text_size_large_material = 0x7f080022;
+ public static final int abc_text_size_medium_material = 0x7f080023;
+ public static final int abc_text_size_menu_material = 0x7f080024;
+ public static final int abc_text_size_small_material = 0x7f080025;
+ public static final int abc_text_size_subhead_material = 0x7f080026;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f080027;
+ public static final int abc_text_size_title_material = 0x7f080028;
+ public static final int abc_text_size_title_material_toolbar = 0x7f080029;
+ public static final int dialog_fixed_height_major = 0x7f08002c;
+ public static final int dialog_fixed_height_minor = 0x7f08002d;
+ public static final int dialog_fixed_width_major = 0x7f08002e;
+ public static final int dialog_fixed_width_minor = 0x7f08002f;
+ public static final int disabled_alpha_material_dark = 0x7f080030;
+ public static final int disabled_alpha_material_light = 0x7f080031;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_check_material = 0x7f020001;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020003;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020004;
+ public static final int abc_btn_radio_material = 0x7f020005;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020007;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020008;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000b;
+ public static final int abc_cab_background_internal_bg = 0x7f02000c;
+ public static final int abc_cab_background_top_material = 0x7f02000d;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000e;
+ public static final int abc_edit_text_material = 0x7f02000f;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020010;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020011;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020012;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020013;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020014;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001a;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001b;
+ public static final int abc_item_background_holo_dark = 0x7f02001c;
+ public static final int abc_item_background_holo_light = 0x7f02001d;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f02001e;
+ public static final int abc_list_focused_holo = 0x7f02001f;
+ public static final int abc_list_longpressed_holo = 0x7f020020;
+ public static final int abc_list_pressed_holo_dark = 0x7f020021;
+ public static final int abc_list_pressed_holo_light = 0x7f020022;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020023;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020024;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020025;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020026;
+ public static final int abc_list_selector_holo_dark = 0x7f020027;
+ public static final int abc_list_selector_holo_light = 0x7f020028;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f020029;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002a;
+ public static final int abc_ratingbar_full_material = 0x7f02002b;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002c;
+ public static final int abc_spinner_textfield_background_material = 0x7f02002d;
+ public static final int abc_switch_thumb_material = 0x7f02002e;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f02002f;
+ public static final int abc_tab_indicator_material = 0x7f020030;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020031;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020032;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020033;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020034;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_search_material = 0x7f020036;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f090031;
+ public static final int action_bar_activity_content = 0x7f090000;
+ public static final int action_bar_container = 0x7f090030;
+ public static final int action_bar_root = 0x7f09002c;
+ public static final int action_bar_spinner = 0x7f090001;
+ public static final int action_bar_subtitle = 0x7f09001f;
+ public static final int action_bar_title = 0x7f09001e;
+ public static final int action_context_bar = 0x7f090032;
+ public static final int action_menu_divider = 0x7f090002;
+ public static final int action_menu_presenter = 0x7f090003;
+ public static final int action_mode_bar = 0x7f09002e;
+ public static final int action_mode_bar_stub = 0x7f09002d;
+ public static final int action_mode_close_button = 0x7f090020;
+ public static final int activity_chooser_view_content = 0x7f090021;
+ public static final int always = 0x7f090016;
+ public static final int beginning = 0x7f090013;
+ public static final int checkbox = 0x7f090029;
+ public static final int collapseActionView = 0x7f090017;
+ public static final int decor_content_parent = 0x7f09002f;
+ public static final int default_activity_button = 0x7f090024;
+ public static final int dialog = 0x7f09001b;
+ public static final int disableHome = 0x7f09000c;
+ public static final int dropdown = 0x7f09001c;
+ public static final int edit_query = 0x7f090033;
+ public static final int end = 0x7f090014;
+ public static final int expand_activities_button = 0x7f090022;
+ public static final int expanded_menu = 0x7f090028;
+ public static final int home = 0x7f090004;
+ public static final int homeAsUp = 0x7f09000d;
+ public static final int icon = 0x7f090026;
+ public static final int ifRoom = 0x7f090018;
+ public static final int image = 0x7f090023;
+ public static final int listMode = 0x7f090009;
+ public static final int list_item = 0x7f090025;
+ public static final int middle = 0x7f090015;
+ public static final int never = 0x7f090019;
+ public static final int none = 0x7f09000e;
+ public static final int normal = 0x7f09000a;
+ public static final int progress_circular = 0x7f090005;
+ public static final int progress_horizontal = 0x7f090006;
+ public static final int radio = 0x7f09002b;
+ public static final int search_badge = 0x7f090035;
+ public static final int search_bar = 0x7f090034;
+ public static final int search_button = 0x7f090036;
+ public static final int search_close_btn = 0x7f09003b;
+ public static final int search_edit_frame = 0x7f090037;
+ public static final int search_go_btn = 0x7f09003d;
+ public static final int search_mag_icon = 0x7f090038;
+ public static final int search_plate = 0x7f090039;
+ public static final int search_src_text = 0x7f09003a;
+ public static final int search_voice_btn = 0x7f09003e;
+ public static final int shortcut = 0x7f09002a;
+ public static final int showCustom = 0x7f09000f;
+ public static final int showHome = 0x7f090010;
+ public static final int showTitle = 0x7f090011;
+ public static final int split_action_bar = 0x7f090007;
+ public static final int submit_area = 0x7f09003c;
+ public static final int tabMode = 0x7f09000b;
+ public static final int title = 0x7f090027;
+ public static final int up = 0x7f090008;
+ public static final int useLogo = 0x7f090012;
+ public static final int withText = 0x7f09001a;
+ public static final int wrap_content = 0x7f09001d;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur = 0x7f0a0000;
+ public static final int abc_config_activityShortDur = 0x7f0a0001;
+ public static final int abc_max_action_buttons = 0x7f0a0002;
+ }
+ 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_expanded_menu_layout = 0x7f040009;
+ public static final int abc_list_menu_item_checkbox = 0x7f04000a;
+ public static final int abc_list_menu_item_icon = 0x7f04000b;
+ public static final int abc_list_menu_item_layout = 0x7f04000c;
+ public static final int abc_list_menu_item_radio = 0x7f04000d;
+ public static final int abc_popup_menu_item_layout = 0x7f04000e;
+ public static final int abc_screen_content_include = 0x7f04000f;
+ public static final int abc_screen_simple = 0x7f040010;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f040011;
+ public static final int abc_screen_toolbar = 0x7f040012;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f040013;
+ public static final int abc_search_view = 0x7f040014;
+ public static final int abc_simple_dropdown_hint = 0x7f040015;
+ public static final int support_simple_spinner_dropdown_item = 0x7f040019;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0b0001;
+ public static final int abc_action_bar_home_description_format = 0x7f0b0002;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0b0003;
+ public static final int abc_action_bar_up_description = 0x7f0b0004;
+ public static final int abc_action_menu_overflow_description = 0x7f0b0005;
+ public static final int abc_action_mode_done = 0x7f0b0006;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0b0007;
+ public static final int abc_activitychooserview_choose_application = 0x7f0b0008;
+ public static final int abc_searchview_description_clear = 0x7f0b0009;
+ public static final int abc_searchview_description_query = 0x7f0b000a;
+ public static final int abc_searchview_description_search = 0x7f0b000b;
+ public static final int abc_searchview_description_submit = 0x7f0b000c;
+ public static final int abc_searchview_description_voice = 0x7f0b000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f0b000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0b000f;
+ public static final int abc_toolbar_collapse_description = 0x7f0b0010;
+ }
+ public static final class style {
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0c0000;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c0002;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0c0003;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c0004;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c0005;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c0006;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0007;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0008;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0009;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c000a;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c000b;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c000c;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c000d;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c000e;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c000f;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c0010;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c0011;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c0012;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c0013;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c0014;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c0015;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c0016;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0017;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0018;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0019;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c001a;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c001b;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c001c;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c001d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c001e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c001f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0020;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0021;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0022;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c0023;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0029;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c002a;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c002b;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c002c;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0c0037;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c0038;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c0039;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c003a;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c003b;
+ public static final int Base_Theme_AppCompat = 0x7f0c002d;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c002e;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0c002f;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0031;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0030;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0c0032;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0033;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c0034;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0036;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c0035;
+ public static final int Base_V11_Theme_AppCompat = 0x7f0c00ed;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0c00ee;
+ public static final int Base_V11_Theme_AppCompat_Light = 0x7f0c00ef;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0c00f0;
+ public static final int Base_V14_Theme_AppCompat = 0x7f0c00f1;
+ public static final int Base_V14_Theme_AppCompat_Dialog = 0x7f0c00f2;
+ public static final int Base_V14_Theme_AppCompat_Light = 0x7f0c00f3;
+ public static final int Base_V14_Theme_AppCompat_Light_Dialog = 0x7f0c00f4;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0c00f5;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c00f6;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c00f7;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c00f8;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0c003c;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c003d;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c003e;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c003f;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c0040;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c0041;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c0042;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c0043;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c0044;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0045;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c0046;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c0047;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c0048;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0049;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0c004a;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c004b;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c004c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c004d;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c004e;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c004f;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0c0050;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c0051;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0052;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0053;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0054;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0055;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0056;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0057;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0058;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c0059;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c005a;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c005b;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c005c;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c005d;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c005e;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c005f;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0060;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0061;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0c0062;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0c0063;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0064;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c0065;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0066;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c0067;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0068;
+ public static final int Platform_AppCompat = 0x7f0c0069;
+ public static final int Platform_AppCompat_Dialog = 0x7f0c006a;
+ public static final int Platform_AppCompat_Light = 0x7f0c006b;
+ public static final int Platform_AppCompat_Light_Dialog = 0x7f0c006c;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c006d;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c006e;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c006f;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c0070;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c0071;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c0072;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c0078;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c0073;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c0074;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c0075;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c0076;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c0077;
+ public static final int TextAppearance_AppCompat = 0x7f0c0079;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0c007a;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0c007b;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0c007c;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0c007d;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0c007e;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0c007f;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0c0080;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0c0081;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0c0082;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0c0083;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0c0084;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c0085;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c0086;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c0087;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c0088;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c0089;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0c008a;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c008b;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0c008c;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c008d;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c008e;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0c008f;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c0090;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0c0091;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c0092;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0c0093;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c0094;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0095;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c0096;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0097;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0098;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0099;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c009a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c009b;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c009c;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c009d;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c009e;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c009f;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c00a0;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c00a1;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c00a2;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c00a3;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c00a4;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c00a5;
+ public static final int ThemeOverlay_AppCompat = 0x7f0c00b0;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c00b1;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c00b2;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c00b3;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0c00b4;
+ public static final int Theme_AppCompat = 0x7f0c00a6;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0c00a7;
+ public static final int Theme_AppCompat_Dialog = 0x7f0c00a8;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c00a9;
+ public static final int Theme_AppCompat_Light = 0x7f0c00aa;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c00ab;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0c00ac;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c00ad;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c00ae;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0c00af;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0c00b5;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c00b6;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c00b7;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c00b8;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c00b9;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0c00ba;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c00bb;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c00bc;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0c00bd;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c00be;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c00bf;
+ public static final int Widget_AppCompat_Button = 0x7f0c00c0;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0c00c1;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c00c2;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c00c3;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c00c4;
+ public static final int Widget_AppCompat_EditText = 0x7f0c00c5;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c00c6;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c00c7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c00c8;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c00c9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c00ca;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c00cb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c00cc;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c00cd;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c00ce;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c00cf;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c00d0;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c00d1;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c00d2;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c00d3;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c00d4;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c00d5;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c00d6;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c00d7;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c00d8;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c00d9;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0c00da;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c00db;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c00dc;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c00dd;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0c00de;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0c00df;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c00e0;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0c00e1;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0c00e2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c00e3;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0c00e4;
+ public static final int Widget_AppCompat_SearchView = 0x7f0c00e5;
+ public static final int Widget_AppCompat_Spinner = 0x7f0c00e6;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c00e7;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c00e8;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c00e9;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c00ea;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0c00eb;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c00ec;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010071 };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] CompatTextView = { 0x7f01001f };
+ public static final int CompatTextView_textAllCaps = 0;
+ public static final int[] DrawerArrowToggle = { 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027 };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010028, 0x7f010029, 0x7f01002a };
+ 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, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
+ 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, 0x7f01002f };
+ 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, 0x7f010030 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010031 };
+ 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, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 11;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 13;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 14;
+ public static final int SearchView_suggestionRowLayout = 12;
+ public static final int SearchView_voiceIcon = 10;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 };
+ 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, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
+ public static final int[] SwitchCompatTextAppearance = { 0x01010095, 0x01010098, 0x7f01001f };
+ public static final int SwitchCompatTextAppearance_android_textColor = 1;
+ public static final int SwitchCompatTextAppearance_android_textSize = 0;
+ public static final int SwitchCompatTextAppearance_textAllCaps = 2;
+ 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[] Theme = { 0x01010057, 0x010100ae, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099 };
+ public static final int Theme_actionBarDivider = 20;
+ public static final int Theme_actionBarItemBackground = 21;
+ public static final int Theme_actionBarPopupTheme = 14;
+ public static final int Theme_actionBarSize = 19;
+ public static final int Theme_actionBarSplitStyle = 16;
+ public static final int Theme_actionBarStyle = 15;
+ public static final int Theme_actionBarTabBarStyle = 10;
+ public static final int Theme_actionBarTabStyle = 9;
+ public static final int Theme_actionBarTabTextStyle = 11;
+ public static final int Theme_actionBarTheme = 17;
+ public static final int Theme_actionBarWidgetTheme = 18;
+ public static final int Theme_actionButtonStyle = 44;
+ public static final int Theme_actionDropDownStyle = 39;
+ public static final int Theme_actionMenuTextAppearance = 22;
+ public static final int Theme_actionMenuTextColor = 23;
+ public static final int Theme_actionModeBackground = 26;
+ public static final int Theme_actionModeCloseButtonStyle = 25;
+ public static final int Theme_actionModeCloseDrawable = 28;
+ public static final int Theme_actionModeCopyDrawable = 30;
+ public static final int Theme_actionModeCutDrawable = 29;
+ public static final int Theme_actionModeFindDrawable = 34;
+ public static final int Theme_actionModePasteDrawable = 31;
+ public static final int Theme_actionModePopupWindowStyle = 36;
+ public static final int Theme_actionModeSelectAllDrawable = 32;
+ public static final int Theme_actionModeShareDrawable = 33;
+ public static final int Theme_actionModeSplitBackground = 27;
+ public static final int Theme_actionModeStyle = 24;
+ public static final int Theme_actionModeWebSearchDrawable = 35;
+ public static final int Theme_actionOverflowButtonStyle = 12;
+ public static final int Theme_actionOverflowMenuStyle = 13;
+ public static final int Theme_activityChooserViewStyle = 51;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_buttonBarButtonStyle = 46;
+ public static final int Theme_buttonBarStyle = 45;
+ public static final int Theme_colorAccent = 78;
+ public static final int Theme_colorButtonNormal = 82;
+ public static final int Theme_colorControlActivated = 80;
+ public static final int Theme_colorControlHighlight = 81;
+ public static final int Theme_colorControlNormal = 79;
+ public static final int Theme_colorPrimary = 76;
+ public static final int Theme_colorPrimaryDark = 77;
+ public static final int Theme_colorSwitchThumbNormal = 83;
+ public static final int Theme_dividerHorizontal = 50;
+ public static final int Theme_dividerVertical = 49;
+ public static final int Theme_dropDownListViewStyle = 68;
+ public static final int Theme_dropdownListPreferredItemHeight = 40;
+ public static final int Theme_editTextBackground = 57;
+ public static final int Theme_editTextColor = 56;
+ public static final int Theme_homeAsUpIndicator = 43;
+ public static final int Theme_listChoiceBackgroundIndicator = 75;
+ public static final int Theme_listPopupWindowStyle = 69;
+ public static final int Theme_listPreferredItemHeight = 63;
+ public static final int Theme_listPreferredItemHeightLarge = 65;
+ public static final int Theme_listPreferredItemHeightSmall = 64;
+ public static final int Theme_listPreferredItemPaddingLeft = 66;
+ public static final int Theme_listPreferredItemPaddingRight = 67;
+ public static final int Theme_panelBackground = 72;
+ public static final int Theme_panelMenuListTheme = 74;
+ public static final int Theme_panelMenuListWidth = 73;
+ public static final int Theme_popupMenuStyle = 54;
+ public static final int Theme_popupWindowStyle = 55;
+ public static final int Theme_searchViewStyle = 62;
+ public static final int Theme_selectableItemBackground = 47;
+ public static final int Theme_selectableItemBackgroundBorderless = 48;
+ public static final int Theme_spinnerDropDownItemStyle = 42;
+ public static final int Theme_spinnerStyle = 41;
+ public static final int Theme_switchStyle = 58;
+ public static final int Theme_textAppearanceLargePopupMenu = 37;
+ public static final int Theme_textAppearanceListItem = 70;
+ public static final int Theme_textAppearanceListItemSmall = 71;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 60;
+ public static final int Theme_textAppearanceSearchResultTitle = 59;
+ public static final int Theme_textAppearanceSmallPopupMenu = 38;
+ public static final int Theme_textColorSearchUrl = 61;
+ public static final int Theme_toolbarNavigationButtonStyle = 53;
+ public static final int Theme_toolbarStyle = 52;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 3;
+ public static final int Theme_windowActionModeOverlay = 4;
+ public static final int Theme_windowFixedHeightMajor = 8;
+ public static final int Theme_windowFixedHeightMinor = 6;
+ public static final int Theme_windowFixedWidthMajor = 5;
+ public static final int Theme_windowFixedWidthMinor = 7;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 19;
+ public static final int Toolbar_collapseIcon = 18;
+ public static final int Toolbar_contentInsetEnd = 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 = 21;
+ public static final int Toolbar_navigationIcon = 20;
+ 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_theme = 17;
+ 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 = { 0x010100da, 0x7f0100a7, 0x7f0100a8 };
+ 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 = 0;
+ public static final int View_paddingEnd = 2;
+ public static final int View_paddingStart = 1;
+ }
+}
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/com/example/accesscode/myphone/R.java b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/com/example/accesscode/myphone/R.java
new file mode 100644
index 00000000..e6b0dd41
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/generated/source/r/release/com/example/accesscode/myphone/R.java
@@ -0,0 +1,5188 @@
+/* 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.example.accesscode.myphone;
+
+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_shrink_fade_out_from_bottom=0x7f050003;
+ public static final int abc_slide_in_bottom=0x7f050004;
+ public static final int abc_slide_in_top=0x7f050005;
+ public static final int abc_slide_out_bottom=0x7f050006;
+ public static final int abc_slide_out_top=0x7f050007;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarDivider=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarItemBackground=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarPopupTheme=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference 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=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 actionBarSplitStyle=0x7f010056;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarStyle=0x7f010055;
+ /**
Must be a reference 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=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 actionBarTabStyle=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 actionBarTabTextStyle=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 actionBarTheme=0x7f010057;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarWidgetTheme=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionButtonStyle=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionDropDownStyle=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionLayout=0x7f01002c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionMenuTextAppearance=0x7f01005c;
+ /**
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=0x7f01005d;
+ /**
Must be a reference 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=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseButtonStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseDrawable=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 actionModeCopyDrawable=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCutDrawable=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 actionModeFindDrawable=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePasteDrawable=0x7f010065;
+ /**
Must be a reference 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=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSelectAllDrawable=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeShareDrawable=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSplitBackground=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeWebSearchDrawable=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 actionOverflowButtonStyle=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 actionOverflowMenuStyle=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 actionProviderClass=0x7f01002e;
+ /**
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=0x7f01002d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int activityChooserViewStyle=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 background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundStacked=0x7f01000d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 buttonBarButtonStyle=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeIcon=0x7f010035;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int collapseContentDescription=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int collapseIcon=0x7f0100a3;
+ /**
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=0x7f010020;
+ /**
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=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 colorButtonNormal=0x7f010098;
+ /**
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=0x7f010096;
+ /**
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=0x7f010097;
+ /**
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=0x7f010095;
+ /**
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=0x7f010092;
+ /**
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=0x7f010093;
+ /**
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=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int commitIcon=0x7f010039;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01000f;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010040;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static final int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerHorizontal=0x7f010078;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 dividerVertical=0x7f010077;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010022;
+ /**
Must be a reference 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=0x7f01008a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 editTextBackground=0x7f01007f;
+ /**
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=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 elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int gapBetweenBars=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int goIcon=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 height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeAsUpIndicator=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 homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int iconifiedByDefault=0x7f010033;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout=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 listChoiceBackgroundIndicator=0x7f010091;
+ /**
Must be a reference 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=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 listPreferredItemHeight=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightLarge=0x7f010087;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010086;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010088;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int maxButtonHeight=0x7f0100a1;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010028;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010025;
+ /**
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=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int navigationIcon=0x7f0100a5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static final int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int overlapAnchor=0x7f010030;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100a8;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelBackground=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 panelMenuListTheme=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int panelMenuListWidth=0x7f01008f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupMenuStyle=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 popupPromptView=0x7f01003f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupWindowStyle=0x7f01007d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01002f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int prompt=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int queryBackground=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 queryHint=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 searchIcon=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchViewStyle=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 selectableItemBackground=0x7f010075;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackgroundBorderless=0x7f010076;
+ /**
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=0x7f01002b;
+ /**
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=0x7f010029;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010047;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010021;
+ /**
Must be a reference 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=0x7f010070;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static final int spinnerMode=0x7f01003e;
+ /**
Must be a reference 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=0x7f01006f;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010046;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int submitBackground=0x7f01003c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextAppearance=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int suggestionRowLayout=0x7f01003a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010044;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchPadding=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchStyle=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchTextAppearance=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 boolean value, either "true" or "false".
+ */
+ public static final int textAllCaps=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceLargePopupMenu=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItem=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 textAppearanceListItemSmall=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultSubtitle=0x7f010082;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultTitle=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 textAppearanceSmallPopupMenu=0x7f01006c;
+ /**
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=0x7f010083;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int theme=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 thickness=0x7f010027;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginBottom=0x7f0100a0;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 titleMarginStart=0x7f01009d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=0x7f01009f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMargins=0x7f01009c;
+ /**
Must be a reference 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=0x7f01009a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarNavigationButtonStyle=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 toolbarStyle=0x7f01007a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in 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=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 track=0x7f010041;
+ /**
Must be a reference 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=0x7f010038;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f010048;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBarOverlay=0x7f010049;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in 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=0x7f01004a;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004e;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004c;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004b;
+ /**
May be a dimension value, which is a floating point number appended with a unit such 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=0x7f01004d;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f060000;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f060001;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f060002;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f060003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f060004;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f060005;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f070031;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f070032;
+ public static final int abc_input_method_navigation_guard=0x7f070000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f070033;
+ public static final int abc_primary_text_disable_only_material_light=0x7f070034;
+ public static final int abc_primary_text_material_dark=0x7f070035;
+ public static final int abc_primary_text_material_light=0x7f070036;
+ public static final int abc_search_url_text=0x7f070037;
+ public static final int abc_search_url_text_normal=0x7f070001;
+ public static final int abc_search_url_text_pressed=0x7f070002;
+ public static final int abc_search_url_text_selected=0x7f070003;
+ public static final int abc_secondary_text_material_dark=0x7f070038;
+ public static final int abc_secondary_text_material_light=0x7f070039;
+ public static final int accent_material_dark=0x7f070004;
+ public static final int accent_material_light=0x7f070005;
+ public static final int background_floating_material_dark=0x7f070006;
+ public static final int background_floating_material_light=0x7f070007;
+ public static final int background_material_dark=0x7f070008;
+ public static final int background_material_light=0x7f070009;
+ public static final int bright_foreground_disabled_material_dark=0x7f07000a;
+ public static final int bright_foreground_disabled_material_light=0x7f07000b;
+ public static final int bright_foreground_inverse_material_dark=0x7f07000c;
+ public static final int bright_foreground_inverse_material_light=0x7f07000d;
+ public static final int bright_foreground_material_dark=0x7f07000e;
+ public static final int bright_foreground_material_light=0x7f07000f;
+ public static final int button_material_dark=0x7f070010;
+ public static final int button_material_light=0x7f070011;
+ public static final int dim_foreground_disabled_material_dark=0x7f070012;
+ public static final int dim_foreground_disabled_material_light=0x7f070013;
+ public static final int dim_foreground_material_dark=0x7f070014;
+ public static final int dim_foreground_material_light=0x7f070015;
+ public static final int highlighted_text_material_dark=0x7f070016;
+ public static final int highlighted_text_material_light=0x7f070017;
+ public static final int hint_foreground_material_dark=0x7f070018;
+ public static final int hint_foreground_material_light=0x7f070019;
+ public static final int link_text_material_dark=0x7f07001a;
+ public static final int link_text_material_light=0x7f07001b;
+ public static final int material_blue_grey_800=0x7f07001c;
+ public static final int material_blue_grey_900=0x7f07001d;
+ public static final int material_blue_grey_950=0x7f07001e;
+ public static final int material_deep_teal_200=0x7f07001f;
+ public static final int material_deep_teal_500=0x7f070020;
+ public static final int primary_dark_material_dark=0x7f070021;
+ public static final int primary_dark_material_light=0x7f070022;
+ public static final int primary_material_dark=0x7f070023;
+ public static final int primary_material_light=0x7f070024;
+ public static final int primary_text_default_material_dark=0x7f070025;
+ public static final int primary_text_default_material_light=0x7f070026;
+ public static final int primary_text_disabled_material_dark=0x7f070027;
+ public static final int primary_text_disabled_material_light=0x7f070028;
+ public static final int ripple_material_dark=0x7f070029;
+ public static final int ripple_material_light=0x7f07002a;
+ public static final int secondary_text_default_material_dark=0x7f07002b;
+ public static final int secondary_text_default_material_light=0x7f07002c;
+ public static final int secondary_text_disabled_material_dark=0x7f07002d;
+ public static final int secondary_text_disabled_material_light=0x7f07002e;
+ public static final int switch_thumb_normal_material_dark=0x7f07002f;
+ public static final int switch_thumb_normal_material_light=0x7f070030;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_default_height_material=0x7f080000;
+ public static final int abc_action_bar_default_padding_material=0x7f080001;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f080002;
+ public static final int abc_action_bar_progress_bar_size=0x7f080003;
+ public static final int abc_action_bar_stacked_max_height=0x7f080004;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f080005;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080006;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f080007;
+ public static final int abc_action_button_min_height_material=0x7f080008;
+ public static final int abc_action_button_min_width_material=0x7f080009;
+ public static final int abc_action_button_min_width_overflow_material=0x7f08000a;
+ public static final int abc_button_inset_horizontal_material=0x7f08000b;
+ public static final int abc_button_inset_vertical_material=0x7f08000c;
+ public static final int abc_button_padding_horizontal_material=0x7f08000d;
+ public static final int abc_button_padding_vertical_material=0x7f08000e;
+ public static final int abc_config_prefDialogWidth=0x7f08000f;
+ public static final int abc_control_corner_material=0x7f080010;
+ public static final int abc_control_inset_material=0x7f080011;
+ public static final int abc_control_padding_material=0x7f080012;
+ public static final int abc_dropdownitem_icon_width=0x7f080013;
+ public static final int abc_dropdownitem_text_padding_left=0x7f080014;
+ public static final int abc_dropdownitem_text_padding_right=0x7f080015;
+ public static final int abc_panel_menu_list_width=0x7f080016;
+ public static final int abc_search_view_preferred_width=0x7f080017;
+ public static final int abc_search_view_text_min_width=0x7f080018;
+ public static final int abc_text_size_body_1_material=0x7f080019;
+ public static final int abc_text_size_body_2_material=0x7f08001a;
+ public static final int abc_text_size_button_material=0x7f08001b;
+ public static final int abc_text_size_caption_material=0x7f08001c;
+ public static final int abc_text_size_display_1_material=0x7f08001d;
+ public static final int abc_text_size_display_2_material=0x7f08001e;
+ public static final int abc_text_size_display_3_material=0x7f08001f;
+ public static final int abc_text_size_display_4_material=0x7f080020;
+ public static final int abc_text_size_headline_material=0x7f080021;
+ public static final int abc_text_size_large_material=0x7f080022;
+ public static final int abc_text_size_medium_material=0x7f080023;
+ public static final int abc_text_size_menu_material=0x7f080024;
+ public static final int abc_text_size_small_material=0x7f080025;
+ public static final int abc_text_size_subhead_material=0x7f080026;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f080027;
+ public static final int abc_text_size_title_material=0x7f080028;
+ public static final int abc_text_size_title_material_toolbar=0x7f080029;
+ public static final int activity_horizontal_margin=0x7f08002a;
+ public static final int activity_vertical_margin=0x7f08002b;
+ public static final int dialog_fixed_height_major=0x7f08002c;
+ public static final int dialog_fixed_height_minor=0x7f08002d;
+ public static final int dialog_fixed_width_major=0x7f08002e;
+ public static final int dialog_fixed_width_minor=0x7f08002f;
+ public static final int disabled_alpha_material_dark=0x7f080030;
+ public static final int disabled_alpha_material_light=0x7f080031;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_btn_check_material=0x7f020001;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020003;
+ public static final int abc_btn_default_mtrl_shape=0x7f020004;
+ public static final int abc_btn_radio_material=0x7f020005;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f020007;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020008;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f020009;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000b;
+ public static final int abc_cab_background_internal_bg=0x7f02000c;
+ public static final int abc_cab_background_top_material=0x7f02000d;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f02000e;
+ public static final int abc_edit_text_material=0x7f02000f;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020010;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020011;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020012;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020013;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020014;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020015;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020016;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f020017;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f02001a;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001b;
+ public static final int abc_item_background_holo_dark=0x7f02001c;
+ public static final int abc_item_background_holo_light=0x7f02001d;
+ public static final int abc_list_divider_mtrl_alpha=0x7f02001e;
+ public static final int abc_list_focused_holo=0x7f02001f;
+ public static final int abc_list_longpressed_holo=0x7f020020;
+ public static final int abc_list_pressed_holo_dark=0x7f020021;
+ public static final int abc_list_pressed_holo_light=0x7f020022;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020023;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f020024;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f020025;
+ public static final int abc_list_selector_disabled_holo_light=0x7f020026;
+ public static final int abc_list_selector_holo_dark=0x7f020027;
+ public static final int abc_list_selector_holo_light=0x7f020028;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020029;
+ public static final int abc_popup_background_mtrl_mult=0x7f02002a;
+ public static final int abc_ratingbar_full_material=0x7f02002b;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f02002c;
+ public static final int abc_spinner_textfield_background_material=0x7f02002d;
+ public static final int abc_switch_thumb_material=0x7f02002e;
+ public static final int abc_switch_track_mtrl_alpha=0x7f02002f;
+ public static final int abc_tab_indicator_material=0x7f020030;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020031;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020032;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f020033;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020034;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f020035;
+ public static final int abc_textfield_search_material=0x7f020036;
+ }
+ public static final class id {
+ public static final int action_bar=0x7f090031;
+ public static final int action_bar_activity_content=0x7f090000;
+ public static final int action_bar_container=0x7f090030;
+ public static final int action_bar_root=0x7f09002c;
+ public static final int action_bar_spinner=0x7f090001;
+ public static final int action_bar_subtitle=0x7f09001f;
+ public static final int action_bar_title=0x7f09001e;
+ public static final int action_context_bar=0x7f090032;
+ public static final int action_menu_divider=0x7f090002;
+ public static final int action_menu_presenter=0x7f090003;
+ public static final int action_mode_bar=0x7f09002e;
+ public static final int action_mode_bar_stub=0x7f09002d;
+ public static final int action_mode_close_button=0x7f090020;
+ public static final int action_settings=0x7f090049;
+ public static final int activity_chooser_view_content=0x7f090021;
+ public static final int always=0x7f090016;
+ public static final int beginning=0x7f090013;
+ public static final int call_button=0x7f090041;
+ public static final int checkbox=0x7f090029;
+ public static final int collapseActionView=0x7f090017;
+ public static final int decor_content_parent=0x7f09002f;
+ public static final int default_activity_button=0x7f090024;
+ public static final int dialer_button=0x7f090047;
+ public static final int dialer_text=0x7f09003f;
+ public static final int dialog=0x7f09001b;
+ public static final int disableHome=0x7f09000c;
+ public static final int dropdown=0x7f09001c;
+ public static final int edit_query=0x7f090033;
+ public static final int email_body=0x7f090044;
+ public static final int email_button=0x7f090048;
+ public static final int email_subject=0x7f090042;
+ public static final int end=0x7f090014;
+ public static final int expand_activities_button=0x7f090022;
+ public static final int expanded_menu=0x7f090028;
+ public static final int home=0x7f090004;
+ public static final int homeAsUp=0x7f09000d;
+ public static final int icon=0x7f090026;
+ public static final int ifRoom=0x7f090018;
+ public static final int image=0x7f090023;
+ public static final int listMode=0x7f090009;
+ public static final int list_item=0x7f090025;
+ public static final int mail_button=0x7f090046;
+ public static final int middle=0x7f090015;
+ public static final int never=0x7f090019;
+ public static final int none=0x7f09000e;
+ public static final int normal=0x7f09000a;
+ public static final int progress_circular=0x7f090005;
+ public static final int progress_horizontal=0x7f090006;
+ public static final int radio=0x7f09002b;
+ public static final int search_badge=0x7f090035;
+ public static final int search_bar=0x7f090034;
+ public static final int search_button=0x7f090036;
+ public static final int search_close_btn=0x7f09003b;
+ public static final int search_edit_frame=0x7f090037;
+ public static final int search_go_btn=0x7f09003d;
+ public static final int search_mag_icon=0x7f090038;
+ public static final int search_plate=0x7f090039;
+ public static final int search_src_text=0x7f09003a;
+ public static final int search_voice_btn=0x7f09003e;
+ public static final int shortcut=0x7f09002a;
+ public static final int showCustom=0x7f09000f;
+ public static final int showHome=0x7f090010;
+ public static final int showTitle=0x7f090011;
+ public static final int split_action_bar=0x7f090007;
+ public static final int submit_area=0x7f09003c;
+ public static final int tabMode=0x7f09000b;
+ public static final int textView=0x7f090040;
+ public static final int textView2=0x7f090043;
+ public static final int textView3=0x7f090045;
+ public static final int title=0x7f090027;
+ public static final int up=0x7f090008;
+ public static final int useLogo=0x7f090012;
+ public static final int withText=0x7f09001a;
+ public static final int wrap_content=0x7f09001d;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur=0x7f0a0000;
+ public static final int abc_config_activityShortDur=0x7f0a0001;
+ public static final int abc_max_action_buttons=0x7f0a0002;
+ }
+ 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_expanded_menu_layout=0x7f040009;
+ public static final int abc_list_menu_item_checkbox=0x7f04000a;
+ public static final int abc_list_menu_item_icon=0x7f04000b;
+ public static final int abc_list_menu_item_layout=0x7f04000c;
+ public static final int abc_list_menu_item_radio=0x7f04000d;
+ public static final int abc_popup_menu_item_layout=0x7f04000e;
+ public static final int abc_screen_content_include=0x7f04000f;
+ public static final int abc_screen_simple=0x7f040010;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f040011;
+ public static final int abc_screen_toolbar=0x7f040012;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f040013;
+ public static final int abc_search_view=0x7f040014;
+ public static final int abc_simple_dropdown_hint=0x7f040015;
+ public static final int activity_dialer=0x7f040016;
+ public static final int activity_email=0x7f040017;
+ public static final int activity_main=0x7f040018;
+ public static final int support_simple_spinner_dropdown_item=0x7f040019;
+ }
+ public static final class menu {
+ public static final int menu_main=0x7f0d0000;
+ }
+ public static final class mipmap {
+ public static final int ic_launcher=0x7f030000;
+ }
+ public static final class string {
+ public static final int BeginEmailBtnLabel=0x7f0b0000;
+ public static final int abc_action_bar_home_description=0x7f0b0001;
+ public static final int abc_action_bar_home_description_format=0x7f0b0002;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f0b0003;
+ public static final int abc_action_bar_up_description=0x7f0b0004;
+ public static final int abc_action_menu_overflow_description=0x7f0b0005;
+ public static final int abc_action_mode_done=0x7f0b0006;
+ public static final int abc_activity_chooser_view_see_all=0x7f0b0007;
+ public static final int abc_activitychooserview_choose_application=0x7f0b0008;
+ public static final int abc_searchview_description_clear=0x7f0b0009;
+ public static final int abc_searchview_description_query=0x7f0b000a;
+ public static final int abc_searchview_description_search=0x7f0b000b;
+ public static final int abc_searchview_description_submit=0x7f0b000c;
+ public static final int abc_searchview_description_voice=0x7f0b000d;
+ public static final int abc_shareactionprovider_share_with=0x7f0b000e;
+ public static final int abc_shareactionprovider_share_with_application=0x7f0b000f;
+ public static final int abc_toolbar_collapse_description=0x7f0b0010;
+ public static final int action_settings=0x7f0b0011;
+ public static final int app_name=0x7f0b0012;
+ public static final int beginCallBtnLabel=0x7f0b0013;
+ public static final int callLabel=0x7f0b0014;
+ public static final int dialerLabel=0x7f0b0015;
+ public static final int emailBodyLabel=0x7f0b0016;
+ public static final int emailBtnLabel=0x7f0b0017;
+ public static final int emailSubjectLabel=0x7f0b0018;
+ }
+ public static final class style {
+ public static final int Animation_AppCompat_DropDownUp=0x7f0c0000;
+ /** Customize your theme here.
+ */
+ public static final int AppTheme=0x7f0c0001;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c0002;
+ public static final int Base_TextAppearance_AppCompat=0x7f0c0003;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0004;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c0005;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0006;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0007;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0008;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0009;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c000a;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c000b;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c000c;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c000d;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f0c000e;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c000f;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0010;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0011;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c0012;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c0013;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c0014;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c0015;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0016;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0017;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0018;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0019;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c001a;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001b;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f0c001c;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c001e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c001f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0020;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0021;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0022;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0023;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0029;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c002a;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c002b;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c002c;
+ public static final int Base_Theme_AppCompat=0x7f0c002d;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c002e;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f0c002f;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c0030;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0031;
+ public static final int Base_Theme_AppCompat_Light=0x7f0c0032;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c0033;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0034;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c0035;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0036;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f0c0037;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c0038;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c0039;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c003a;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c003b;
+ public static final int Base_V11_Theme_AppCompat=0x7f0c00ed;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c00ee;
+ public static final int Base_V11_Theme_AppCompat_Light=0x7f0c00ef;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c00f0;
+ public static final int Base_V14_Theme_AppCompat=0x7f0c00f1;
+ public static final int Base_V14_Theme_AppCompat_Dialog=0x7f0c00f2;
+ public static final int Base_V14_Theme_AppCompat_Light=0x7f0c00f3;
+ public static final int Base_V14_Theme_AppCompat_Light_Dialog=0x7f0c00f4;
+ public static final int Base_V21_Theme_AppCompat=0x7f0c00f5;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c00f6;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f0c00f7;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c00f8;
+ public static final int Base_V7_Theme_AppCompat=0x7f0c003c;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c003d;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f0c003e;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f0c003f;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c0040;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c0041;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0042;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0043;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0044;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0045;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0046;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f0c0047;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c0048;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0049;
+ public static final int Base_Widget_AppCompat_Button=0x7f0c004a;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f0c004b;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c004c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c004d;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c004e;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c004f;
+ public static final int Base_Widget_AppCompat_EditText=0x7f0c0050;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c0051;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0052;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0053;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0054;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0055;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0056;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0057;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0058;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0059;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c005a;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c005b;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c005c;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c005d;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c005e;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c005f;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0060;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0061;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0c0062;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f0c0063;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0064;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0065;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0066;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0c0067;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0068;
+ public static final int Platform_AppCompat=0x7f0c0069;
+ public static final int Platform_AppCompat_Dialog=0x7f0c006a;
+ public static final int Platform_AppCompat_Light=0x7f0c006b;
+ public static final int Platform_AppCompat_Light_Dialog=0x7f0c006c;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c006d;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode=0x7f0c006e;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c006f;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0070;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0071;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c0072;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0073;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0074;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0075;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0076;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0077;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0078;
+ public static final int TextAppearance_AppCompat=0x7f0c0079;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0c007a;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0c007b;
+ public static final int TextAppearance_AppCompat_Button=0x7f0c007c;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0c007d;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0c007e;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0c007f;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0c0080;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0c0081;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0c0082;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0c0083;
+ public static final int TextAppearance_AppCompat_Large=0x7f0c0084;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c0085;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c0086;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c0087;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0088;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0089;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0c008a;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c008b;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0c008c;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c008d;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c008e;
+ public static final int TextAppearance_AppCompat_Small=0x7f0c008f;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c0090;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0c0091;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c0092;
+ public static final int TextAppearance_AppCompat_Title=0x7f0c0093;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c0094;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0096;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0097;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0098;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0099;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c009a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c009b;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c009c;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c009d;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c009e;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c009f;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c00a0;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c00a1;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c00a2;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00a3;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c00a4;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c00a5;
+ public static final int Theme_AppCompat=0x7f0c00a6;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0c00a7;
+ public static final int Theme_AppCompat_Dialog=0x7f0c00a8;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c00a9;
+ public static final int Theme_AppCompat_Light=0x7f0c00aa;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c00ab;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0c00ac;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c00ad;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c00ae;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0c00af;
+ public static final int ThemeOverlay_AppCompat=0x7f0c00b0;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c00b1;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0c00b2;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00b3;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0c00b4;
+ public static final int Widget_AppCompat_ActionBar=0x7f0c00b5;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c00b6;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c00b7;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c00b8;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c00b9;
+ public static final int Widget_AppCompat_ActionButton=0x7f0c00ba;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c00bb;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c00bc;
+ public static final int Widget_AppCompat_ActionMode=0x7f0c00bd;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0c00be;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c00bf;
+ public static final int Widget_AppCompat_Button=0x7f0c00c0;
+ public static final int Widget_AppCompat_Button_Small=0x7f0c00c1;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c00c2;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c00c3;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c00c4;
+ public static final int Widget_AppCompat_EditText=0x7f0c00c5;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f0c00c6;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00c7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c00c8;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00c9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c00ca;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c00cb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c00cc;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c00cd;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c00ce;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f0c00cf;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c00d0;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c00d1;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c00d2;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c00d3;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c00d4;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c00d5;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c00d6;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c00d7;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c00d8;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c00d9;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f0c00da;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c00db;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f0c00dc;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f0c00dd;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f0c00de;
+ public static final int Widget_AppCompat_PopupMenu=0x7f0c00df;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c00e0;
+ public static final int Widget_AppCompat_PopupWindow=0x7f0c00e1;
+ public static final int Widget_AppCompat_ProgressBar=0x7f0c00e2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c00e3;
+ public static final int Widget_AppCompat_RatingBar=0x7f0c00e4;
+ public static final int Widget_AppCompat_SearchView=0x7f0c00e5;
+ public static final int Widget_AppCompat_Spinner=0x7f0c00e6;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c00e7;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c00e8;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c00e9;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c00ea;
+ public static final int Widget_AppCompat_Toolbar=0x7f0c00eb;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c00ec;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:initialActivityCount
+ */
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a CompatTextView.
+
+ @see #CompatTextView_textAllCaps
+ */
+ public static final int[] CompatTextView = {
+ 0x7f01001f
+ };
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #CompatTextView} 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.example.accesscode.myphone:textAllCaps
+ */
+ public static final int CompatTextView_textAllCaps = 0;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:barSize
+ */
+ public static final int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:middleBarArrowSize
+ */
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:topBottomBarArrowSize
+ */
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:showDividers
+ */
+ public static final int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static final int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static final int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static final int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static final int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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 = {
+ 0x7f010031
+ };
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static final int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static final int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static final int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static final int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:closeIcon
+ */
+ public static final int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:commitIcon
+ */
+ public static final int SearchView_commitIcon = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:goIcon
+ */
+ public static final int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:queryBackground
+ */
+ public static final int SearchView_queryBackground = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:searchIcon
+ */
+ public static final int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:submitBackground
+ */
+ public static final int SearchView_submitBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 10;
+ /** 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.example.accesscode.myphone.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.example.accesscode.myphone:disableChildrenWhenDisabled
+ */
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupPromptView
+ */
+ public static final int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:prompt
+ */
+ public static final int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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.example.accesscode.myphone.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.example.accesscode.myphone:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:track
+ */
+ public static final int SwitchCompat_track = 3;
+ /** Attributes that can be used with a SwitchCompatTextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
+ @attr name android:textColor
+ */
+ public static final int SwitchCompatTextAppearance_android_textColor = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
+ @attr name android:textSize
+ */
+ public static final int SwitchCompatTextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #SwitchCompatTextAppearance} 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.example.accesscode.myphone:textAllCaps
+ */
+ public static final int SwitchCompatTextAppearance_textAllCaps = 2;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 9;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 44;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 22;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 23;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 26;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 25;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 28;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 30;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 29;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 36;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 27;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 24;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 51;
+ /**
+
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.example.accesscode.myphone.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.example.accesscode.myphone:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 46;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorAccent
+ */
+ public static final int Theme_colorAccent = 78;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 82;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 80;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 81;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 79;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 76;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 77;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 50;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 49;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 68;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 40;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 57;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:editTextColor
+ */
+ public static final int Theme_editTextColor = 56;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 43;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 75;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 69;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 63;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 65;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 64;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 66;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 67;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelBackground
+ */
+ public static final int Theme_panelBackground = 72;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 74;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 73;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 54;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 55;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 62;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 47;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 48;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 42;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 41;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:switchStyle
+ */
+ public static final int Theme_switchStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 37;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 70;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 71;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 60;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 59;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 38;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 61;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 53;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 52;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 7;
+ /** 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.example.accesscode.myphone.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.example.accesscode.myphone:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 19;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 18;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 21;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 20;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.R.attr#theme}
+ 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.example.accesscode.myphone:theme
+ */
+ public static final int Toolbar_theme = 17;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone: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 = 0;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:paddingEnd
+ */
+ public static final int View_paddingEnd = 2;
+ /**
+
This symbol is the offset where the {@link com.example.accesscode.myphone.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.example.accesscode.myphone:paddingStart
+ */
+ public static final int View_paddingStart = 1;
+ /** 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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class
new file mode 100644
index 00000000..1d8ed9fd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class
new file mode 100644
index 00000000..e8dda2f4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class
new file mode 100644
index 00000000..d830736a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class
new file mode 100644
index 00000000..c5611dd2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class
new file mode 100644
index 00000000..dc68a812
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class
new file mode 100644
index 00000000..d89697ff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class
new file mode 100644
index 00000000..595c980d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class
new file mode 100644
index 00000000..13d71e9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class
new file mode 100644
index 00000000..1b1cbfbe
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class
new file mode 100644
index 00000000..1441fb2a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class
new file mode 100644
index 00000000..6358457e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class
new file mode 100644
index 00000000..3311ecec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class
new file mode 100644
index 00000000..894e803e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/BuildConfig.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/BuildConfig.class
new file mode 100644
index 00000000..6f623bd7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/BuildConfig.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity$1.class
new file mode 100644
index 00000000..60e48150
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity.class
new file mode 100644
index 00000000..f887b682
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/DialerActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity$1.class
new file mode 100644
index 00000000..ff8b5805
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity.class
new file mode 100644
index 00000000..05678b9b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/EmailActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$1.class
new file mode 100644
index 00000000..e3f29bfb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$2.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$2.class
new file mode 100644
index 00000000..772e9530
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity$2.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity.class
new file mode 100644
index 00000000..56928c83
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/MainActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$anim.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$anim.class
new file mode 100644
index 00000000..5372a003
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$anim.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$attr.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$attr.class
new file mode 100644
index 00000000..3b3bc0be
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$attr.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$bool.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$bool.class
new file mode 100644
index 00000000..c8411df2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$bool.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$color.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$color.class
new file mode 100644
index 00000000..5da02efd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$color.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$dimen.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$dimen.class
new file mode 100644
index 00000000..35566d01
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$dimen.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$drawable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$drawable.class
new file mode 100644
index 00000000..a308bc4a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$drawable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$id.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$id.class
new file mode 100644
index 00000000..2a628ecb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$id.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$integer.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$integer.class
new file mode 100644
index 00000000..4f1d9c86
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$integer.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$layout.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$layout.class
new file mode 100644
index 00000000..eb2de789
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$layout.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$menu.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$menu.class
new file mode 100644
index 00000000..4171538e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$menu.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$mipmap.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$mipmap.class
new file mode 100644
index 00000000..ef271653
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$mipmap.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$string.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$string.class
new file mode 100644
index 00000000..7870dbff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$string.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$style.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$style.class
new file mode 100644
index 00000000..368eb73c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$style.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$styleable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$styleable.class
new file mode 100644
index 00000000..da7c4e63
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R$styleable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R.class
new file mode 100644
index 00000000..1f1d8d2e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/debug/com/example/accesscode/myphone/R.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class
new file mode 100644
index 00000000..1d8ed9fd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class
new file mode 100644
index 00000000..e8dda2f4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class
new file mode 100644
index 00000000..d830736a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class
new file mode 100644
index 00000000..c5611dd2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class
new file mode 100644
index 00000000..dc68a812
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class
new file mode 100644
index 00000000..d89697ff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class
new file mode 100644
index 00000000..595c980d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class
new file mode 100644
index 00000000..13d71e9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class
new file mode 100644
index 00000000..1b1cbfbe
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class
new file mode 100644
index 00000000..e3288e9b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class
new file mode 100644
index 00000000..6358457e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class
new file mode 100644
index 00000000..3311ecec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R.class
new file mode 100644
index 00000000..894e803e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/android/support/v7/appcompat/R.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/BuildConfig.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/BuildConfig.class
new file mode 100644
index 00000000..0828c563
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/BuildConfig.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity$1.class
new file mode 100644
index 00000000..60e48150
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity.class
new file mode 100644
index 00000000..eeb066f0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/DialerActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity$1.class
new file mode 100644
index 00000000..ff8b5805
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity.class
new file mode 100644
index 00000000..d5a3ca17
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/EmailActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$1.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$1.class
new file mode 100644
index 00000000..e3f29bfb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$1.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$2.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$2.class
new file mode 100644
index 00000000..772e9530
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity$2.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity.class
new file mode 100644
index 00000000..ee50203a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/MainActivity.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$anim.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$anim.class
new file mode 100644
index 00000000..5372a003
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$anim.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$attr.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$attr.class
new file mode 100644
index 00000000..3b3bc0be
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$attr.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$bool.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$bool.class
new file mode 100644
index 00000000..c8411df2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$bool.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$color.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$color.class
new file mode 100644
index 00000000..5da02efd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$color.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$dimen.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$dimen.class
new file mode 100644
index 00000000..35566d01
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$dimen.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$drawable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$drawable.class
new file mode 100644
index 00000000..a308bc4a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$drawable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$id.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$id.class
new file mode 100644
index 00000000..0fff0260
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$id.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$integer.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$integer.class
new file mode 100644
index 00000000..e47433e9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$integer.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$layout.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$layout.class
new file mode 100644
index 00000000..aa58427f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$layout.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$menu.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$menu.class
new file mode 100644
index 00000000..58f9f35b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$menu.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$mipmap.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$mipmap.class
new file mode 100644
index 00000000..e3b8d4ea
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$mipmap.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$string.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$string.class
new file mode 100644
index 00000000..d8361d9f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$string.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$style.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$style.class
new file mode 100644
index 00000000..e182d102
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$style.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$styleable.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$styleable.class
new file mode 100644
index 00000000..7037bed8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R$styleable.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R.class b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R.class
new file mode 100644
index 00000000..2719666d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/classes/release/com/example/accesscode/myphone/R.class differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/debug/classes.dex b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/debug/classes.dex
new file mode 100644
index 00000000..a03b5e60
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/debug/classes.dex differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/release/classes.dex b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/release/classes.dex
new file mode 100644
index 00000000..29ac1db6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/dex/release/classes.dex differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/AndroidManifest.xml
new file mode 100644
index 00000000..58122b1d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/R.txt b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/R.txt
new file mode 100644
index 00000000..e89cc906
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/R.txt
@@ -0,0 +1,967 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_shrink_fade_out_from_bottom 0x7f040003
+int anim abc_slide_in_bottom 0x7f040004
+int anim abc_slide_in_top 0x7f040005
+int anim abc_slide_out_bottom 0x7f040006
+int anim abc_slide_out_top 0x7f040007
+int attr actionBarDivider 0x7f01005a
+int attr actionBarItemBackground 0x7f01005b
+int attr actionBarPopupTheme 0x7f010054
+int attr actionBarSize 0x7f010059
+int attr actionBarSplitStyle 0x7f010056
+int attr actionBarStyle 0x7f010055
+int attr actionBarTabBarStyle 0x7f010050
+int attr actionBarTabStyle 0x7f01004f
+int attr actionBarTabTextStyle 0x7f010051
+int attr actionBarTheme 0x7f010057
+int attr actionBarWidgetTheme 0x7f010058
+int attr actionButtonStyle 0x7f010072
+int attr actionDropDownStyle 0x7f01006d
+int attr actionLayout 0x7f01002c
+int attr actionMenuTextAppearance 0x7f01005c
+int attr actionMenuTextColor 0x7f01005d
+int attr actionModeBackground 0x7f010060
+int attr actionModeCloseButtonStyle 0x7f01005f
+int attr actionModeCloseDrawable 0x7f010062
+int attr actionModeCopyDrawable 0x7f010064
+int attr actionModeCutDrawable 0x7f010063
+int attr actionModeFindDrawable 0x7f010068
+int attr actionModePasteDrawable 0x7f010065
+int attr actionModePopupWindowStyle 0x7f01006a
+int attr actionModeSelectAllDrawable 0x7f010066
+int attr actionModeShareDrawable 0x7f010067
+int attr actionModeSplitBackground 0x7f010061
+int attr actionModeStyle 0x7f01005e
+int attr actionModeWebSearchDrawable 0x7f010069
+int attr actionOverflowButtonStyle 0x7f010052
+int attr actionOverflowMenuStyle 0x7f010053
+int attr actionProviderClass 0x7f01002e
+int attr actionViewClass 0x7f01002d
+int attr activityChooserViewStyle 0x7f010079
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr barSize 0x7f010026
+int attr buttonBarButtonStyle 0x7f010074
+int attr buttonBarStyle 0x7f010073
+int attr closeIcon 0x7f010035
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100a4
+int attr collapseIcon 0x7f0100a3
+int attr color 0x7f010020
+int attr colorAccent 0x7f010094
+int attr colorButtonNormal 0x7f010098
+int attr colorControlActivated 0x7f010096
+int attr colorControlHighlight 0x7f010097
+int attr colorControlNormal 0x7f010095
+int attr colorPrimary 0x7f010092
+int attr colorPrimaryDark 0x7f010093
+int attr colorSwitchThumbNormal 0x7f010099
+int attr commitIcon 0x7f010039
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr disableChildrenWhenDisabled 0x7f010040
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010078
+int attr dividerPadding 0x7f01002a
+int attr dividerVertical 0x7f010077
+int attr drawableSize 0x7f010022
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f01008a
+int attr dropdownListPreferredItemHeight 0x7f01006e
+int attr editTextBackground 0x7f01007f
+int attr editTextColor 0x7f01007e
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010023
+int attr goIcon 0x7f010036
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010071
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010033
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010032
+int attr listChoiceBackgroundIndicator 0x7f010091
+int attr listPopupWindowStyle 0x7f01008b
+int attr listPreferredItemHeight 0x7f010085
+int attr listPreferredItemHeightLarge 0x7f010087
+int attr listPreferredItemHeightSmall 0x7f010086
+int attr listPreferredItemPaddingLeft 0x7f010088
+int attr listPreferredItemPaddingRight 0x7f010089
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100a1
+int attr measureWithLargestChild 0x7f010028
+int attr middleBarArrowSize 0x7f010025
+int attr navigationContentDescription 0x7f0100a6
+int attr navigationIcon 0x7f0100a5
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010030
+int attr paddingEnd 0x7f0100a8
+int attr paddingStart 0x7f0100a7
+int attr panelBackground 0x7f01008e
+int attr panelMenuListTheme 0x7f010090
+int attr panelMenuListWidth 0x7f01008f
+int attr popupMenuStyle 0x7f01007c
+int attr popupPromptView 0x7f01003f
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f01007d
+int attr preserveIconSpacing 0x7f01002f
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f01003d
+int attr queryBackground 0x7f01003b
+int attr queryHint 0x7f010034
+int attr searchIcon 0x7f010037
+int attr searchViewStyle 0x7f010084
+int attr selectableItemBackground 0x7f010075
+int attr selectableItemBackgroundBorderless 0x7f010076
+int attr showAsAction 0x7f01002b
+int attr showDividers 0x7f010029
+int attr showText 0x7f010047
+int attr spinBars 0x7f010021
+int attr spinnerDropDownItemStyle 0x7f010070
+int attr spinnerMode 0x7f01003e
+int attr spinnerStyle 0x7f01006f
+int attr splitTrack 0x7f010046
+int attr state_above_anchor 0x7f010031
+int attr submitBackground 0x7f01003c
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f01009b
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01003a
+int attr switchMinWidth 0x7f010044
+int attr switchPadding 0x7f010045
+int attr switchStyle 0x7f010080
+int attr switchTextAppearance 0x7f010043
+int attr textAllCaps 0x7f01001f
+int attr textAppearanceLargePopupMenu 0x7f01006b
+int attr textAppearanceListItem 0x7f01008c
+int attr textAppearanceListItemSmall 0x7f01008d
+int attr textAppearanceSearchResultSubtitle 0x7f010082
+int attr textAppearanceSearchResultTitle 0x7f010081
+int attr textAppearanceSmallPopupMenu 0x7f01006c
+int attr textColorSearchUrl 0x7f010083
+int attr theme 0x7f0100a2
+int attr thickness 0x7f010027
+int attr thumbTextPadding 0x7f010042
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100a0
+int attr titleMarginEnd 0x7f01009e
+int attr titleMarginStart 0x7f01009d
+int attr titleMarginTop 0x7f01009f
+int attr titleMargins 0x7f01009c
+int attr titleTextAppearance 0x7f01009a
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f01007b
+int attr toolbarStyle 0x7f01007a
+int attr topBottomBarArrowSize 0x7f010024
+int attr track 0x7f010041
+int attr voiceIcon 0x7f010038
+int attr windowActionBar 0x7f010048
+int attr windowActionBarOverlay 0x7f010049
+int attr windowActionModeOverlay 0x7f01004a
+int attr windowFixedHeightMajor 0x7f01004e
+int attr windowFixedHeightMinor 0x7f01004c
+int attr windowFixedWidthMajor 0x7f01004b
+int attr windowFixedWidthMinor 0x7f01004d
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050005
+int color abc_background_cache_hint_selector_material_dark 0x7f060031
+int color abc_background_cache_hint_selector_material_light 0x7f060032
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060033
+int color abc_primary_text_disable_only_material_light 0x7f060034
+int color abc_primary_text_material_dark 0x7f060035
+int color abc_primary_text_material_light 0x7f060036
+int color abc_search_url_text 0x7f060037
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f060038
+int color abc_secondary_text_material_light 0x7f060039
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_normal_material_dark 0x7f06002f
+int color switch_thumb_normal_material_light 0x7f060030
+int dimen abc_action_bar_default_height_material 0x7f070000
+int dimen abc_action_bar_default_padding_material 0x7f070001
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070002
+int dimen abc_action_bar_progress_bar_size 0x7f070003
+int dimen abc_action_bar_stacked_max_height 0x7f070004
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070005
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070006
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f070007
+int dimen abc_action_button_min_height_material 0x7f070008
+int dimen abc_action_button_min_width_material 0x7f070009
+int dimen abc_action_button_min_width_overflow_material 0x7f07000a
+int dimen abc_button_inset_horizontal_material 0x7f07000b
+int dimen abc_button_inset_vertical_material 0x7f07000c
+int dimen abc_button_padding_horizontal_material 0x7f07000d
+int dimen abc_button_padding_vertical_material 0x7f07000e
+int dimen abc_config_prefDialogWidth 0x7f07000f
+int dimen abc_control_corner_material 0x7f070010
+int dimen abc_control_inset_material 0x7f070011
+int dimen abc_control_padding_material 0x7f070012
+int dimen abc_dropdownitem_icon_width 0x7f070013
+int dimen abc_dropdownitem_text_padding_left 0x7f070014
+int dimen abc_dropdownitem_text_padding_right 0x7f070015
+int dimen abc_panel_menu_list_width 0x7f070016
+int dimen abc_search_view_preferred_width 0x7f070017
+int dimen abc_search_view_text_min_width 0x7f070018
+int dimen abc_text_size_body_1_material 0x7f070019
+int dimen abc_text_size_body_2_material 0x7f07001a
+int dimen abc_text_size_button_material 0x7f07001b
+int dimen abc_text_size_caption_material 0x7f07001c
+int dimen abc_text_size_display_1_material 0x7f07001d
+int dimen abc_text_size_display_2_material 0x7f07001e
+int dimen abc_text_size_display_3_material 0x7f07001f
+int dimen abc_text_size_display_4_material 0x7f070020
+int dimen abc_text_size_headline_material 0x7f070021
+int dimen abc_text_size_large_material 0x7f070022
+int dimen abc_text_size_medium_material 0x7f070023
+int dimen abc_text_size_menu_material 0x7f070024
+int dimen abc_text_size_small_material 0x7f070025
+int dimen abc_text_size_subhead_material 0x7f070026
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070027
+int dimen abc_text_size_title_material 0x7f070028
+int dimen abc_text_size_title_material_toolbar 0x7f070029
+int dimen dialog_fixed_height_major 0x7f07002a
+int dimen dialog_fixed_height_minor 0x7f07002b
+int dimen dialog_fixed_width_major 0x7f07002c
+int dimen dialog_fixed_width_minor 0x7f07002d
+int dimen disabled_alpha_material_dark 0x7f07002e
+int dimen disabled_alpha_material_light 0x7f07002f
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_check_material 0x7f020001
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020003
+int drawable abc_btn_default_mtrl_shape 0x7f020004
+int drawable abc_btn_radio_material 0x7f020005
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020007
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020008
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f020009
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000b
+int drawable abc_cab_background_internal_bg 0x7f02000c
+int drawable abc_cab_background_top_material 0x7f02000d
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000e
+int drawable abc_edit_text_material 0x7f02000f
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020010
+int drawable abc_ic_clear_mtrl_alpha 0x7f020011
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020012
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020013
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020014
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020015
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f020019
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001a
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001b
+int drawable abc_item_background_holo_dark 0x7f02001c
+int drawable abc_item_background_holo_light 0x7f02001d
+int drawable abc_list_divider_mtrl_alpha 0x7f02001e
+int drawable abc_list_focused_holo 0x7f02001f
+int drawable abc_list_longpressed_holo 0x7f020020
+int drawable abc_list_pressed_holo_dark 0x7f020021
+int drawable abc_list_pressed_holo_light 0x7f020022
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020023
+int drawable abc_list_selector_background_transition_holo_light 0x7f020024
+int drawable abc_list_selector_disabled_holo_dark 0x7f020025
+int drawable abc_list_selector_disabled_holo_light 0x7f020026
+int drawable abc_list_selector_holo_dark 0x7f020027
+int drawable abc_list_selector_holo_light 0x7f020028
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f020029
+int drawable abc_popup_background_mtrl_mult 0x7f02002a
+int drawable abc_ratingbar_full_material 0x7f02002b
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002c
+int drawable abc_spinner_textfield_background_material 0x7f02002d
+int drawable abc_switch_thumb_material 0x7f02002e
+int drawable abc_switch_track_mtrl_alpha 0x7f02002f
+int drawable abc_tab_indicator_material 0x7f020030
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020031
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020032
+int drawable abc_textfield_default_mtrl_alpha 0x7f020033
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020034
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020035
+int drawable abc_textfield_search_material 0x7f020036
+int id action_bar 0x7f080031
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f080030
+int id action_bar_root 0x7f08002c
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f08001f
+int id action_bar_title 0x7f08001e
+int id action_context_bar 0x7f080032
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08002e
+int id action_mode_bar_stub 0x7f08002d
+int id action_mode_close_button 0x7f080020
+int id activity_chooser_view_content 0x7f080021
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id checkbox 0x7f080029
+int id collapseActionView 0x7f080017
+int id decor_content_parent 0x7f08002f
+int id default_activity_button 0x7f080024
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080033
+int id end 0x7f080014
+int id expand_activities_button 0x7f080022
+int id expanded_menu 0x7f080028
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f080026
+int id ifRoom 0x7f080018
+int id image 0x7f080023
+int id listMode 0x7f080009
+int id list_item 0x7f080025
+int id middle 0x7f080015
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08002b
+int id search_badge 0x7f080035
+int id search_bar 0x7f080034
+int id search_button 0x7f080036
+int id search_close_btn 0x7f08003b
+int id search_edit_frame 0x7f080037
+int id search_go_btn 0x7f08003d
+int id search_mag_icon 0x7f080038
+int id search_plate 0x7f080039
+int id search_src_text 0x7f08003a
+int id search_voice_btn 0x7f08003e
+int id shortcut 0x7f08002a
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id split_action_bar 0x7f080007
+int id submit_area 0x7f08003c
+int id tabMode 0x7f08000b
+int id title 0x7f080027
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_expanded_menu_layout 0x7f030009
+int layout abc_list_menu_item_checkbox 0x7f03000a
+int layout abc_list_menu_item_icon 0x7f03000b
+int layout abc_list_menu_item_layout 0x7f03000c
+int layout abc_list_menu_item_radio 0x7f03000d
+int layout abc_popup_menu_item_layout 0x7f03000e
+int layout abc_screen_content_include 0x7f03000f
+int layout abc_screen_simple 0x7f030010
+int layout abc_screen_simple_overlay_action_mode 0x7f030011
+int layout abc_screen_toolbar 0x7f030012
+int layout abc_search_dropdown_item_icons_2line 0x7f030013
+int layout abc_search_view 0x7f030014
+int layout abc_simple_dropdown_hint 0x7f030015
+int layout support_simple_spinner_dropdown_item 0x7f030016
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_searchview_description_clear 0x7f0a0008
+int string abc_searchview_description_query 0x7f0a0009
+int string abc_searchview_description_search 0x7f0a000a
+int string abc_searchview_description_submit 0x7f0a000b
+int string abc_searchview_description_voice 0x7f0a000c
+int string abc_shareactionprovider_share_with 0x7f0a000d
+int string abc_shareactionprovider_share_with_application 0x7f0a000e
+int string abc_toolbar_collapse_description 0x7f0a000f
+int style Animation_AppCompat_DropDownUp 0x7f0b0000
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0001
+int style Base_TextAppearance_AppCompat 0x7f0b0002
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b0003
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b0004
+int style Base_TextAppearance_AppCompat_Button 0x7f0b0005
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b0006
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b0007
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0008
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0009
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Large 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b0013
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b0014
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b0015
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Small 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Title 0x7f0b001b
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b001c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b001d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0028
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0029
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b002a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b002b
+int style Base_Theme_AppCompat 0x7f0b002c
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b002d
+int style Base_Theme_AppCompat_Dialog 0x7f0b002e
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b002f
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b0030
+int style Base_Theme_AppCompat_Light 0x7f0b0031
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b0032
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b0033
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b0034
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0035
+int style Base_ThemeOverlay_AppCompat 0x7f0b0036
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0037
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0038
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0039
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b003a
+int style Base_V11_Theme_AppCompat 0x7f0b00ec
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b00ed
+int style Base_V11_Theme_AppCompat_Light 0x7f0b00ee
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b00ef
+int style Base_V14_Theme_AppCompat 0x7f0b00f0
+int style Base_V14_Theme_AppCompat_Dialog 0x7f0b00f1
+int style Base_V14_Theme_AppCompat_Light 0x7f0b00f2
+int style Base_V14_Theme_AppCompat_Light_Dialog 0x7f0b00f3
+int style Base_V21_Theme_AppCompat 0x7f0b00f4
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b00f5
+int style Base_V21_Theme_AppCompat_Light 0x7f0b00f6
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b00f7
+int style Base_V7_Theme_AppCompat 0x7f0b003b
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b003c
+int style Base_V7_Theme_AppCompat_Light 0x7f0b003d
+int style Base_Widget_AppCompat_ActionBar 0x7f0b003e
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b003f
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b0040
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b0041
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b0042
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0043
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0044
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0045
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0046
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0047
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0048
+int style Base_Widget_AppCompat_Button 0x7f0b0049
+int style Base_Widget_AppCompat_Button_Small 0x7f0b004a
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b004b
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b004c
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b004d
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b004e
+int style Base_Widget_AppCompat_EditText 0x7f0b004f
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0050
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0051
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0052
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0053
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0054
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0055
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b0056
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b0057
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b0058
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b0059
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b005a
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b005b
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b005c
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b005d
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b005e
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b005f
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0060
+int style Base_Widget_AppCompat_SearchView 0x7f0b0061
+int style Base_Widget_AppCompat_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0063
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b0064
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b0065
+int style Base_Widget_AppCompat_Toolbar 0x7f0b0066
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b0067
+int style Platform_AppCompat 0x7f0b0068
+int style Platform_AppCompat_Dialog 0x7f0b0069
+int style Platform_AppCompat_Light 0x7f0b006a
+int style Platform_AppCompat_Light_Dialog 0x7f0b006b
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b006c
+int style RtlOverlay_Widget_AppCompat_ActionButton_CloseMode 0x7f0b006d
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b006e
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b006f
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0070
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0071
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0072
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0073
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0074
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b0075
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b0076
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b0077
+int style TextAppearance_AppCompat 0x7f0b0078
+int style TextAppearance_AppCompat_Body1 0x7f0b0079
+int style TextAppearance_AppCompat_Body2 0x7f0b007a
+int style TextAppearance_AppCompat_Button 0x7f0b007b
+int style TextAppearance_AppCompat_Caption 0x7f0b007c
+int style TextAppearance_AppCompat_Display1 0x7f0b007d
+int style TextAppearance_AppCompat_Display2 0x7f0b007e
+int style TextAppearance_AppCompat_Display3 0x7f0b007f
+int style TextAppearance_AppCompat_Display4 0x7f0b0080
+int style TextAppearance_AppCompat_Headline 0x7f0b0081
+int style TextAppearance_AppCompat_Inverse 0x7f0b0082
+int style TextAppearance_AppCompat_Large 0x7f0b0083
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b0084
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b0085
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b0086
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0087
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0088
+int style TextAppearance_AppCompat_Medium 0x7f0b0089
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b008a
+int style TextAppearance_AppCompat_Menu 0x7f0b008b
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b008c
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b008d
+int style TextAppearance_AppCompat_Small 0x7f0b008e
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b008f
+int style TextAppearance_AppCompat_Subhead 0x7f0b0090
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0091
+int style TextAppearance_AppCompat_Title 0x7f0b0092
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b0093
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0094
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0095
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0096
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0097
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b0099
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b009b
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b009c
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b009d
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b009e
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b009f
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00a0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00a1
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00a2
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00a3
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00a4
+int style Theme_AppCompat 0x7f0b00a5
+int style Theme_AppCompat_CompactMenu 0x7f0b00a6
+int style Theme_AppCompat_Dialog 0x7f0b00a7
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00a8
+int style Theme_AppCompat_Light 0x7f0b00a9
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00aa
+int style Theme_AppCompat_Light_Dialog 0x7f0b00ab
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00ac
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00ad
+int style Theme_AppCompat_NoActionBar 0x7f0b00ae
+int style ThemeOverlay_AppCompat 0x7f0b00af
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00b0
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00b1
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00b2
+int style ThemeOverlay_AppCompat_Light 0x7f0b00b3
+int style Widget_AppCompat_ActionBar 0x7f0b00b4
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00b5
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00b6
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00b7
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00b8
+int style Widget_AppCompat_ActionButton 0x7f0b00b9
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00ba
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00bb
+int style Widget_AppCompat_ActionMode 0x7f0b00bc
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00bd
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00be
+int style Widget_AppCompat_Button 0x7f0b00bf
+int style Widget_AppCompat_Button_Small 0x7f0b00c0
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00c1
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00c2
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00c3
+int style Widget_AppCompat_EditText 0x7f0b00c4
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00c5
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00c6
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00c7
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00c8
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00c9
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ca
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00cb
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00cc
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00cd
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00ce
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00cf
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00d0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00d1
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00d2
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00d3
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00d4
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00d5
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00d6
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00d7
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00d8
+int style Widget_AppCompat_Light_SearchView 0x7f0b00d9
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00da
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00db
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00dc
+int style Widget_AppCompat_ListView_Menu 0x7f0b00dd
+int style Widget_AppCompat_PopupMenu 0x7f0b00de
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b00df
+int style Widget_AppCompat_PopupWindow 0x7f0b00e0
+int style Widget_AppCompat_ProgressBar 0x7f0b00e1
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b00e2
+int style Widget_AppCompat_RatingBar 0x7f0b00e3
+int style Widget_AppCompat_SearchView 0x7f0b00e4
+int style Widget_AppCompat_Spinner 0x7f0b00e5
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b00e6
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b00e7
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b00e8
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b00e9
+int style Widget_AppCompat_Toolbar 0x7f0b00ea
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b00eb
+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, 0x7f010071 }
+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 CompatTextView { 0x7f01001f }
+int styleable CompatTextView_textAllCaps 0
+int[] styleable DrawerArrowToggle { 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027 }
+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, 0x7f010028, 0x7f010029, 0x7f01002a }
+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, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+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, 0x7f01002f }
+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, 0x7f010030 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010031 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 11
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 13
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 12
+int styleable SearchView_voiceIcon 10
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 }
+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, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
+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 SwitchCompatTextAppearance { 0x01010095, 0x01010098, 0x7f01001f }
+int styleable SwitchCompatTextAppearance_android_textColor 1
+int styleable SwitchCompatTextAppearance_android_textSize 0
+int styleable SwitchCompatTextAppearance_textAllCaps 2
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099 }
+int styleable Theme_actionBarDivider 20
+int styleable Theme_actionBarItemBackground 21
+int styleable Theme_actionBarPopupTheme 14
+int styleable Theme_actionBarSize 19
+int styleable Theme_actionBarSplitStyle 16
+int styleable Theme_actionBarStyle 15
+int styleable Theme_actionBarTabBarStyle 10
+int styleable Theme_actionBarTabStyle 9
+int styleable Theme_actionBarTabTextStyle 11
+int styleable Theme_actionBarTheme 17
+int styleable Theme_actionBarWidgetTheme 18
+int styleable Theme_actionButtonStyle 44
+int styleable Theme_actionDropDownStyle 39
+int styleable Theme_actionMenuTextAppearance 22
+int styleable Theme_actionMenuTextColor 23
+int styleable Theme_actionModeBackground 26
+int styleable Theme_actionModeCloseButtonStyle 25
+int styleable Theme_actionModeCloseDrawable 28
+int styleable Theme_actionModeCopyDrawable 30
+int styleable Theme_actionModeCutDrawable 29
+int styleable Theme_actionModeFindDrawable 34
+int styleable Theme_actionModePasteDrawable 31
+int styleable Theme_actionModePopupWindowStyle 36
+int styleable Theme_actionModeSelectAllDrawable 32
+int styleable Theme_actionModeShareDrawable 33
+int styleable Theme_actionModeSplitBackground 27
+int styleable Theme_actionModeStyle 24
+int styleable Theme_actionModeWebSearchDrawable 35
+int styleable Theme_actionOverflowButtonStyle 12
+int styleable Theme_actionOverflowMenuStyle 13
+int styleable Theme_activityChooserViewStyle 51
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_buttonBarButtonStyle 46
+int styleable Theme_buttonBarStyle 45
+int styleable Theme_colorAccent 78
+int styleable Theme_colorButtonNormal 82
+int styleable Theme_colorControlActivated 80
+int styleable Theme_colorControlHighlight 81
+int styleable Theme_colorControlNormal 79
+int styleable Theme_colorPrimary 76
+int styleable Theme_colorPrimaryDark 77
+int styleable Theme_colorSwitchThumbNormal 83
+int styleable Theme_dividerHorizontal 50
+int styleable Theme_dividerVertical 49
+int styleable Theme_dropDownListViewStyle 68
+int styleable Theme_dropdownListPreferredItemHeight 40
+int styleable Theme_editTextBackground 57
+int styleable Theme_editTextColor 56
+int styleable Theme_homeAsUpIndicator 43
+int styleable Theme_listChoiceBackgroundIndicator 75
+int styleable Theme_listPopupWindowStyle 69
+int styleable Theme_listPreferredItemHeight 63
+int styleable Theme_listPreferredItemHeightLarge 65
+int styleable Theme_listPreferredItemHeightSmall 64
+int styleable Theme_listPreferredItemPaddingLeft 66
+int styleable Theme_listPreferredItemPaddingRight 67
+int styleable Theme_panelBackground 72
+int styleable Theme_panelMenuListTheme 74
+int styleable Theme_panelMenuListWidth 73
+int styleable Theme_popupMenuStyle 54
+int styleable Theme_popupWindowStyle 55
+int styleable Theme_searchViewStyle 62
+int styleable Theme_selectableItemBackground 47
+int styleable Theme_selectableItemBackgroundBorderless 48
+int styleable Theme_spinnerDropDownItemStyle 42
+int styleable Theme_spinnerStyle 41
+int styleable Theme_switchStyle 58
+int styleable Theme_textAppearanceLargePopupMenu 37
+int styleable Theme_textAppearanceListItem 70
+int styleable Theme_textAppearanceListItemSmall 71
+int styleable Theme_textAppearanceSearchResultSubtitle 60
+int styleable Theme_textAppearanceSearchResultTitle 59
+int styleable Theme_textAppearanceSmallPopupMenu 38
+int styleable Theme_textColorSearchUrl 61
+int styleable Theme_toolbarNavigationButtonStyle 53
+int styleable Theme_toolbarStyle 52
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 3
+int styleable Theme_windowActionModeOverlay 4
+int styleable Theme_windowFixedHeightMajor 8
+int styleable Theme_windowFixedHeightMinor 6
+int styleable Theme_windowFixedWidthMajor 5
+int styleable Theme_windowFixedWidthMinor 7
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 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 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_theme 17
+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 { 0x010100da, 0x7f0100a7, 0x7f0100a8 }
+int styleable View_android_focusable 0
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 1
+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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/aapt/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/aapt/AndroidManifest.xml
new file mode 100644
index 00000000..58122b1d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/annotations.zip b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/annotations.zip
new file mode 100644
index 00000000..3f8c8e65
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/annotations.zip differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/classes.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/classes.jar
new file mode 100644
index 00000000..deb4f774
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/classes.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_in.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_in.xml
new file mode 100644
index 00000000..d8d53c85
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_out.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_out.xml
new file mode 100644
index 00000000..e060b5bf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_grow_fade_in_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 00000000..25d426df
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_shrink_fade_out_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 00000000..d3b3ea86
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 00000000..fa8182ea
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_top.xml
new file mode 100644
index 00000000..98f3c6a9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 00000000..2b58ce3e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_top.xml
new file mode 100644
index 00000000..eef3f028
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 00000000..d60eaa0d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 00000000..cfc9c0c5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 00000000..2d13a827
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 00000000..4f22624d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 00000000..2bb861b9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 00000000..0cab8784
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_search_url_text.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_search_url_text.xml
new file mode 100644
index 00000000..e8a5de61
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 00000000..e595b479
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 00000000..a47e8ec3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..b07da0cf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..7a9e9bd2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..874edbff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..0d3e1e7a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a8c390ef
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..51a895dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..2f59488d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..8e7b62f0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..adcb9e96
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..e51ef280
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..6c36eae2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..82459ea9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..47263ea7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..aa23c591
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..03b1aac4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..4c175413
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..675f3ee9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..a30dc067
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..413b220f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..06e7a17c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..f7382d37
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..eefd59e5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..2fa6d7e7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..55527084
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..4ea7afa0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..596accb8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..2054530e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..f6fd30dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..ca8e9a27
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..76a5c53d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..385734ee
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..de7ac29d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..0ebe65e7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..21b21357
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..b9a81bec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..36826298
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..ce577e50
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..7c305ab7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..dcdd03b7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..5338f02a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..fd27a0f1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..d6e0b998
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..482e142d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..5aaad7eb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..c0246b3c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..74160c38
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..753496a8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..8a4e22ef
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..69442677
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..2d633346
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..2b308bf9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..9b5be204
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..07d0a5d3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..bd1029d8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..33f65879
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..a5015c68
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..2f12fc0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..b1641732
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..f31730dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..70793c47
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..8aa1be2b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..54ef4808
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..4f8a162a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..d38aed24
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..87dade39
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..03d3dfb5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..66358308
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..ae8cccdd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..66743518
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..bbc43b19
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..42ac8ca6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..b5f61765
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..6aa238c5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..aa4f1c21
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..1d8ad18a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..d40353c5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..488d1ab7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..2cabe7b9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..0fb57b2e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..fca776fb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..070bdbfd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..00f05d8c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..3bf8e036
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..fd0e8d7d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..061904c4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..92da2f0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..42cb6463
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..02b25f09
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..e9204993
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..bbf59287
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..4918d33f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..b69529cb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..f3d06fe0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..f0e7db87
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..d7faacf3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..0a360399
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..d675993f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..8da42fee
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..8337ffe7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..9244174b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..5f40d737
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..d068dbeb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..99244967
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..33ec44c8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..0166d70c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..8a648b8b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..435ce215
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..ed8d3411
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..27bdcb79
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..84968eed
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..c10a1b72
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..bd80981c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..a9e6cc56
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..ce5d4a7e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..bb9d84d3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..9f9cb3bf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..53d08148
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..0750fcc3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..05cfab7e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..b7d8dc70
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..0d2836d8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..b545f8e5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..eda10e61
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..29037a0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..f4af9265
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..88726b69
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..c6a7d4d8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..4fda8677
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..a081ceb9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..d4bd169b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..fd47f15e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..5610d8c8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..7174b67f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..46dad22f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..33c10356
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..0226f849
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..469f7361
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..0d544d90
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..810a0294
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..c9af24b3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..db1d93af
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..4b49faf1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..561d9ef2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..b149e475
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..00fb83ec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..1dd64b9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..c2d6a542
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..24a194fb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..fc1b8b44
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..8e1ab5bb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..5fc17a4d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..11a9f978
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..cada2fb7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..556c30df
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..f0a0b737
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..7e181d1d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..6f60bd3c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..658c5a5a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..b8ac46d1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..76cad173
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..8f436eaf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..d4952eaf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..1352a170
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..175b82ca
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..aad8a468
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..f5c18d08
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..fb7d715f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..2e7bc12c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..3e3174d0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..248f4f86
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..661d5f0a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..d7696c31
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..b6efff30
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..2b253fb2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..5dd0e5ba
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..f0ff1a70
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..adef8718
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..44028af0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..d3f2a9a4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..a3caefb7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..70c20402
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..72522081
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..2a6f6ba8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..13cc0fd0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..e232cf7c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..8e9041f3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..66fc42f5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..279afe3d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..c873e9b0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..fe00ae5f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..1086e9d6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..1e4a74c8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..5813179d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_check_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 00000000..8709aba4
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_default_mtrl_shape.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 00000000..ed0bb491
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_radio_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 00000000..fcac4b8e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_internal_bg.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 00000000..6fe22d48
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_top_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 00000000..bbe2872d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_edit_text_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 00000000..404389cc
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 00000000..28801d34
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 00000000..01d660c9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 00000000..5938b71b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 00000000..72609d13
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 00000000..6f5912bd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 00000000..ecff483b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_ratingbar_full_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 00000000..cf1f5b21
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_spinner_textfield_background_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 00000000..a0672492
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_switch_thumb_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 00000000..31ec2e15
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_tab_indicator_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 00000000..0975509a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_textfield_search_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 00000000..93ddd54d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout-v11/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 00000000..cbbaa8ec
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_title_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 00000000..2046d98f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_up_container.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 00000000..725762ac
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_view_list_nav_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 00000000..551c9aa9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 00000000..b13dd317
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 00000000..5e6d04e9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_bar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 00000000..aa14f7c1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_close_item_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 00000000..86781aff
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 00000000..2444795c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view_list_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 00000000..604bb809
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_expanded_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 00000000..b9456df7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_checkbox.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 00000000..49e914e4
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_icon.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 00000000..22f6e3a3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 00000000..ccb0fa9e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_radio.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 00000000..d72939e6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_popup_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 00000000..9fa9e795
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_content_include.xml
new file mode 100644
index 00000000..db22275f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple.xml
new file mode 100644
index 00000000..e71e1305
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple_overlay_action_mode.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 00000000..ce3f47e3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_toolbar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 00000000..ff998bfa
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_dropdown_item_icons_2line.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 00000000..08bc8224
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_view.xml
new file mode 100644
index 00000000..00776395
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_simple_dropdown_hint.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 00000000..bb58ee06
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/support_simple_spinner_dropdown_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 00000000..88fadac3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-af/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-af/values.xml
new file mode 100644
index 00000000..d26be8cb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-af/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-am/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-am/values.xml
new file mode 100644
index 00000000..7bfa3b1e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-am/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ar/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ar/values.xml
new file mode 100644
index 00000000..ea1572f0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ar/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bg/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bg/values.xml
new file mode 100644
index 00000000..9aa053a3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bg/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bn-rBD/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bn-rBD/values.xml
new file mode 100644
index 00000000..2a6a9488
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bn-rBD/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ca/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ca/values.xml
new file mode 100644
index 00000000..b19711d2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ca/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-cs/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-cs/values.xml
new file mode 100644
index 00000000..3e8529d7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-cs/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-da/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-da/values.xml
new file mode 100644
index 00000000..f45de282
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-da/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-de/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-de/values.xml
new file mode 100644
index 00000000..466cc845
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-de/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "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"
+ "Minimieren"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-el/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-el/values.xml
new file mode 100644
index 00000000..9d09c4f6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-el/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rGB/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rGB/values.xml
new file mode 100644
index 00000000..3fa7b955
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rGB/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rIN/values.xml
new file mode 100644
index 00000000..db6faad5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es-rUS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es-rUS/values.xml
new file mode 100644
index 00000000..77ff3d54
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es-rUS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es/values.xml
new file mode 100644
index 00000000..fd9a7af7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-es/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-et-rEE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-et-rEE/values.xml
new file mode 100644
index 00000000..ac5241b0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-et-rEE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Ahendamine"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-eu-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-eu-rES/values.xml
new file mode 100644
index 00000000..12c953f6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-eu-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Tolestu"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fa/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fa/values.xml
new file mode 100644
index 00000000..dae090d7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fa/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fi/values.xml
new file mode 100644
index 00000000..98796dea
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr-rCA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr-rCA/values.xml
new file mode 100644
index 00000000..d7df9f71
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr-rCA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr/values.xml
new file mode 100644
index 00000000..fb4d5deb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-fr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-gl-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-gl-rES/values.xml
new file mode 100644
index 00000000..329e7bfa
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-gl-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hdpi-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hdpi-v4/values.xml
new file mode 100644
index 00000000..76fe4875
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hi/values.xml
new file mode 100644
index 00000000..bbc09d81
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hr/values.xml
new file mode 100644
index 00000000..b0428bd5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Sažmi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hu/values.xml
new file mode 100644
index 00000000..4044a455
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hy-rAM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hy-rAM/values.xml
new file mode 100644
index 00000000..9899ebb8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-hy-rAM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-in/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-in/values.xml
new file mode 100644
index 00000000..fd2c76ef
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-in/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-is-rIS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-is-rIS/values.xml
new file mode 100644
index 00000000..63e26d12
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-is-rIS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-it/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-it/values.xml
new file mode 100644
index 00000000..e1b4cc4a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-it/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-iw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-iw/values.xml
new file mode 100644
index 00000000..3ea01495
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-iw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ja/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ja/values.xml
new file mode 100644
index 00000000..42e9931b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ja/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ka-rGE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ka-rGE/values.xml
new file mode 100644
index 00000000..0914c8c5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ka-rGE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kk-rKZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kk-rKZ/values.xml
new file mode 100644
index 00000000..c7551ad5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kk-rKZ/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-km-rKH/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-km-rKH/values.xml
new file mode 100644
index 00000000..8af5e4fe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-km-rKH/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kn-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kn-rIN/values.xml
new file mode 100644
index 00000000..732d2711
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-kn-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ko/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ko/values.xml
new file mode 100644
index 00000000..ed9a5e08
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ko/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ky-rKG/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ky-rKG/values.xml
new file mode 100644
index 00000000..06b7ef44
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ky-rKG/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-land/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-land/values.xml
new file mode 100644
index 00000000..3bbc20cf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-land/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+ 0dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-large-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-large-v4/values.xml
new file mode 100644
index 00000000..805e9c99
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-large-v4/values.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ true
+
+
+ true
+ 440dp
+
+
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lo-rLA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lo-rLA/values.xml
new file mode 100644
index 00000000..51ce5f05
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lo-rLA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lt/values.xml
new file mode 100644
index 00000000..7ea15bcb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lv/values.xml
new file mode 100644
index 00000000..14ce3a3a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-lv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mk-rMK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mk-rMK/values.xml
new file mode 100644
index 00000000..a9057cc5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mk-rMK/values.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ml-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ml-rIN/values.xml
new file mode 100644
index 00000000..709a3298
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ml-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mn-rMN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mn-rMN/values.xml
new file mode 100644
index 00000000..f371c904
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mn-rMN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mr-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mr-rIN/values.xml
new file mode 100644
index 00000000..0598ca2e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-mr-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ms-rMY/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ms-rMY/values.xml
new file mode 100644
index 00000000..9b47839a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ms-rMY/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-my-rMM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-my-rMM/values.xml
new file mode 100644
index 00000000..dcf284a6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-my-rMM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nb/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nb/values.xml
new file mode 100644
index 00000000..90604eaf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nb/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "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"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ne-rNP/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ne-rNP/values.xml
new file mode 100644
index 00000000..1c95c6d1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ne-rNP/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nl/values.xml
new file mode 100644
index 00000000..717dd2a9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-nl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pl/values.xml
new file mode 100644
index 00000000..15839514
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-port/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-port/values.xml
new file mode 100644
index 00000000..228e0ca7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt-rPT/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt-rPT/values.xml
new file mode 100644
index 00000000..e45b07cd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt-rPT/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt/values.xml
new file mode 100644
index 00000000..6190f646
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-pt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ro/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ro/values.xml
new file mode 100644
index 00000000..39209048
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ro/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ru/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ru/values.xml
new file mode 100644
index 00000000..96ca78c9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ru/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-si-rLK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-si-rLK/values.xml
new file mode 100644
index 00000000..05b6e919
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-si-rLK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sk/values.xml
new file mode 100644
index 00000000..620cdf99
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sl/values.xml
new file mode 100644
index 00000000..99c2fbb5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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:"
+ "Strni"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sr/values.xml
new file mode 100644
index 00000000..b9b91eba
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sv/values.xml
new file mode 100644
index 00000000..eebff9e9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Komprimera"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw/values.xml
new file mode 100644
index 00000000..b03dbc6c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Kunja"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw600dp-v13/values.xml
new file mode 100644
index 00000000..cba979e5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-sw600dp-v13/values.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 64dp
+ 4dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ta-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ta-rIN/values.xml
new file mode 100644
index 00000000..6e9a5abe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ta-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-te-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-te-rIN/values.xml
new file mode 100644
index 00000000..c3aac522
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-te-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-th/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-th/values.xml
new file mode 100644
index 00000000..a11db16f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-th/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tl/values.xml
new file mode 100644
index 00000000..3ffd80b4
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tr/values.xml
new file mode 100644
index 00000000..8f3b6390
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-tr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uk/values.xml
new file mode 100644
index 00000000..2047cad0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ur-rPK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ur-rPK/values.xml
new file mode 100644
index 00000000..de562826
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ur-rPK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uz-rUZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uz-rUZ/values.xml
new file mode 100644
index 00000000..2f2ba268
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-uz-rUZ/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v11/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v11/values.xml
new file mode 100644
index 00000000..fb64e082
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v11/values.xml
@@ -0,0 +1,396 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v14/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v14/values.xml
new file mode 100644
index 00000000..3fd34679
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v14/values.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v17/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v17/values.xml
new file mode 100644
index 00000000..5152ac9d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v17/values.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v21/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v21/values.xml
new file mode 100644
index 00000000..866d2f73
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-v21/values.xml
@@ -0,0 +1,330 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-vi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-vi/values.xml
new file mode 100644
index 00000000..703cb4e2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-vi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w360dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w360dp-v13/values.xml
new file mode 100644
index 00000000..640b4f8f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w480dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w480dp-v13/values.xml
new file mode 100644
index 00000000..373fa92d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w480dp-v13/values.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w500dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w500dp-v13/values.xml
new file mode 100644
index 00000000..aa2b2884
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w600dp-v13/values.xml
new file mode 100644
index 00000000..1ca25ed8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w720dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w720dp-v13/values.xml
new file mode 100644
index 00000000..537cc7e8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-land-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-land-v4/values.xml
new file mode 100644
index 00000000..36784acf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-v4/values.xml
new file mode 100644
index 00000000..2867224d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-xlarge-v4/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ false
+
+
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rCN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rCN/values.xml
new file mode 100644
index 00000000..2746c14f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rCN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rHK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rHK/values.xml
new file mode 100644
index 00000000..bdd80285
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rHK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rTW/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rTW/values.xml
new file mode 100644
index 00000000..84475d19
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zh-rTW/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zu/values.xml
new file mode 100644
index 00000000..4a8c8099
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-zu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml
new file mode 100644
index 00000000..67055b38
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml
@@ -0,0 +1,1430 @@
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+ true
+ false
+
+
+ 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
+ #ffbdbdbd
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #40ffffff
+ #40000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 56dp
+ 4dp
+ 16dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ 32dip
+ 8dip
+ 8dip
+ 296dp
+ 320dip
+ 160dip
+
+
+ 16sp
+ 16sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+
+
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+
+
+ 2
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/AndroidManifest.xml
new file mode 100644
index 00000000..f2732697
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aapt/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aapt/AndroidManifest.xml
new file mode 100644
index 00000000..f2732697
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 00000000..6d36b97e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/RatingCompat.aidl b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 00000000..223fd5c9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 00000000..d0c2f6fc
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 00000000..2e77c4fb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 00000000..3d4ef595
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/classes.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/classes.jar
new file mode 100644
index 00000000..712b6884
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/classes.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/libs/internal_impl-22.0.0.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/libs/internal_impl-22.0.0.jar
new file mode 100644
index 00000000..2b0b9957
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/libs/internal_impl-22.0.0.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/androidTest/debug/dependency.store b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/androidTest/debug/dependency.store
new file mode 100644
index 00000000..8b8400dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/androidTest/debug/dependency.store differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/debug/dependency.store b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/debug/dependency.store
new file mode 100644
index 00000000..8b8400dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/debug/dependency.store differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/release/dependency.store b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/release/dependency.store
new file mode 100644
index 00000000..8b8400dc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/aidl/release/dependency.store differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml
new file mode 100644
index 00000000..4782374d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/debug/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/debug/merger.xml
new file mode 100644
index 00000000..a64135c6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/release/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/release/merger.xml
new file mode 100644
index 00000000..60b1e24f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeAssets/release/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml
new file mode 100644
index 00000000..2f69d97b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/debug/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/debug/merger.xml
new file mode 100644
index 00000000..179902b5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/debug/merger.xml
@@ -0,0 +1,1618 @@
+
+220#ff000000Search query#ff009688#ff757575320dip#ffeeeeee#ff32323216dpShare with48dp45sp#80ffffffShare with %s#36ffffff%1$s, %2$s, %3$sfalse#ffbebebe34sp56dpDone#ff80cbc4#ff21272b@color/bright_foreground_disabled_material_dark#7fa87f320dp#ffbdbdbd18sp56sp180dp#240000008dip24sp14sp20dp48dp6dp#80bebebefalse48dp4dp36dp2dp160dipSee all8dip#ff37474f16sp100%#fff1f1f1Navigate home#ff5a595b#ff21212116sp296dp@android:color/black22sp#ff424242#ffffffffNavigate up@dimen/abc_control_inset_materialClear query40dp#ff303030320dp@color/material_deep_teal_500@android:color/black#40ffffff14spMore options#ff263238Voice search24dp@color/material_deep_teal_200112sp#ffd6d7d7#8032323216sp-3dp0.265dp@android:color/whitetrue#8a000000Submit query@android:color/black@color/material_deep_teal_50012sp80%true#ffbdbdbdtrue@dimen/abc_control_padding_material20sp#80000000Choose an appfalse32dip#40000000#de000000#4Dffffff@color/bright_foreground_material_light#66009688%1$s, %2$s#b3ffffff16sp4dpSearch320dp@color/bright_foreground_disabled_material_light#ffeeeeee@android:color/black0.308dp150Collapse@color/bright_foreground_material_dark16dp#39000000#6680cbc4@color/material_deep_teal_200"Vee navraag uit""Soek""Deel met""Vou in""Kies \'n program""Navigeer op""%1$s, %2$s""Navigeer tuis""Klaar""Soeknavraag""Stemsoektog""Deel met %s""Sien alles""%1$s, %2$s, %3$s""Dien navraag in""Nog opsies""ተከናውኗል""ተጨማሪ አማራጮች""ከ%s ጋር ያጋሩ""ከሚከተለው ጋር ያጋሩ""ወደ ላይ ይዳስሱ""ሁሉንም ይመልከቱ""የድምፅ ፍለጋ""መጠይቅ ያስረክቡ""%1$s፣ %2$s፣ %3$s""መጠይቅ አጽዳ""ሰብስብ""መተግበሪያ ይምረጡ""ፍለጋ""የፍለጋ ጥያቄ""%1$s፣ %2$s""ወደ መነሻ ይዳስሱ""تصغير""البحث الصوتي""طلب البحث""%1$s، %2$s، %3$s""التنقل إلى أعلى""تم""بحث""اختيار تطبيق""عرض الكل""خيارات إضافية""مشاركة مع""مشاركة مع %s""التنقل إلى الشاشة الرئيسية""محو طلب البحث""إرسال طلب البحث""%1$s، %2$s""Споделяне със: %s""Изчистване на заявката""Търсене""Изпращане на заявката""Придвижване към „Начало“""Готово""Свиване""Споделяне със:""„%1$s“, „%2$s“ – %3$s""Вижте всички""Заявка за търсене""Още опции""Гласово търсене""Изберете приложение""Придвижване нагоре""„%1$s“ – %2$s""ক্যোয়ারী অনুসন্ধান করুন""ক্যোয়ারী জমা দিন""সম্পন্ন হয়েছে""%s এর সাথে ভাগ করুন""এর সাথে ভাগ করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""%1$s, %2$s""ভয়েস অনুসন্ধান""হোম এ নেভিগেট করুন""আরো বিকল্প""অনুসন্ধান করুন""%1$s, %2$s, %3$s""ক্যোয়ারী সাফ করুন""সঙ্কুচিত করুন""উপরের দিকে নেভিগেট করুন""সবগুলো দেখুন""Cerca per veu""Consulta de cerca""Comparteix amb""%1$s, %2$s""Més opcions""Esborra la consulta""Comparteix amb %s""Fet""Mostra\'ls tots""Cerca""Selecciona una aplicació""%1$s, %2$s, %3$s""Replega""Envia la consulta""Navega cap a dalt""Navega a la pàgina d\'inici""%1$s, %2$s – %3$s""Odeslat dotaz""Sbalit""Sdílet pomocí""%1$s – %2$s""Přejít na plochu""Zobrazit vše""Přejít nahoru""Více možností""Vyhledávací dotaz""Vybrat aplikaci""Sdílet pomocí %s""Smazat dotaz""Hotovo""Hledat""Hlasové vyhledávání""Naviger hjem""Naviger op""Del med""Del med %s""Talesøgning""Flere muligheder""Vælg en app""Søgeforespørgsel""Indsend forespørgslen""Søg""%1$s, %2$s, %3$s""Se alle""Luk""Skjul""%1$s, %2$s""Ryd forespørgslen""Freigeben für %s""Suchen""Zur Startseite""%1$s, %2$s: %3$s""Minimieren""%1$s: %2$s""Alle ansehen""Nach oben""Weitere Optionen""Sprachsuche""App auswählen""Suchanfrage""Fertig""Suchanfrage löschen""Freigeben für""Suchanfrage senden""Υποβολή ερωτήματος""Κοινή χρήση με %s""Ερώτημα αναζήτησης""Σύμπτυξη""Πλοήγηση στην αρχική σελίδα""%1$s, %2$s""Τέλος""Κοινή χρήση με""Πλοήγηση προς τα επάνω""Προβολή όλων""%1$s, %2$s, %3$s""Αναζήτηση""Επιλέξτε κάποια εφαρμογή""Φωνητική αναζήτηση""Περισσότερες επιλογές""Διαγραφή ερωτήματος""Search""Choose an app""Collapse""Share with""Share with %s""%1$s, %2$s, %3$s""Navigate up""Navigate home""Clear query""Voice search""See all""Done""Submit query""Search query""%1$s, %2$s""More options""Clear query""%1$s, %2$s""Submit query""Navigate home""Navigate up""More options""Search""Choose an app""Voice search""Search query""Share with %s""%1$s, %2$s, %3$s""Done""Share with""See all""Collapse""Seleccionar una aplicación""Buscar""Ver todo""Búsqueda por voz""%1$s, %2$s, %3$s""Consulta""Compartir con""Más opciones""Borrar consulta""Contraer""Listo""Ir a la pantalla de inicio""%1$s, %2$s""Enviar consulta""Compartir con %s""Desplazarse hacia arriba""%1$s, %2$s, %3$s""Navegar hacia arriba""Navegar a la página principal""Enviar consulta""Consulta de búsqueda""Búsqueda por voz""%1$s, %2$s""Más opciones""Ver todo""Compartir con""Elige una aplicación.""Eliminar la consulta""Compartir con %s""Listo""Contraer""Búsqueda""Päringu esitamine""Jagamine:""%1$s, %2$s, %3$s""Päringu tühistamine""Jagamine kasutajaga %s""Kuva kõik""Ahendamine""Otsingupäring""Rohkem valikuid""Otsing""Häälotsing""Valmis""Navigeerimine avaekraanile""%1$s, %2$s""Navigeerimine üles""Valige rakendus""Garbitu kontsulta""Bilatu""Ikusi guztiak""Joan gora""Aukera gehiago""Eginda""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Partekatu hauekin""Joan orri nagusira""%1$s, %2$s""%1$s, %2$s, %3$s""Aukeratu aplikazio bat""Tolestu""Partekatu %s erabiltzailearekin""پیمایش به صفحه اصلی""%1$s، %2$s، %3$s""%1$s، %2$s""اشتراکگذاری با""مشاهده همه""پاک کردن عبارت جستجو""کوچک کردن""گزینههای بیشتر""جستجوی شفاهی""انتخاب برنامه""عبارت جستجو""اشتراکگذاری با %s""جستجو""پیمایش به بالا""انجام شد""ارسال عبارت جستجو""%1$s, %2$s""%1$s, %2$s, %3$s""Hakulauseke""Jakaminen: %s""Jakaminen:""Kutista""Haku""Valitse sovellus""Näytä kaikki""Siirry ylös""Puhehaku""Siirry etusivulle""Valmis""Lisää""Lähetä kysely""Tyhjennä kysely""OK""Tout afficher""Sélectionner une application""Revenir en haut de la page""Plus d\'options""Rechercher""Envoyer la requête""Réduire""%1$s, %2$s""Revenir à l\'accueil""%1$s, %2$s, %3$s""Effacer la requête""Recherche vocale""Requête de recherche""Partager avec %s""Partager avec""Partager avec""Envoyer la requête""Recherche vocale""Réduire""Voir toutes les chaînes""Terminé""Sélectionnez une application""%1$s, %2$s, %3$s""Revenir à l\'accueil""%1$s, %2$s""Revenir en haut de la page""Requête de recherche""Effacer la requête""Rechercher""Plus d\'options""Partager avec %s""Máis opcións""%1$s, %2$s""Busca de voz""Buscar""Compartir con %s""Ver todas""Enviar consulta""Feito""Escoller unha aplicación""Compartir con""Borrar consulta""Contraer""Consulta de busca""Desprazarse cara arriba""Ir á páxina de inicio""%1$s, %2$s, %3$s""सभी देखें""कोई एप्लिकेशन चुनें""इसके द्वारा साझा करें""क्वेरी सबमिट करें""%1$s, %2$s""खोजें""अधिक विकल्प""ध्वनि खोज""%s के साथ साझा करें""%1$s, %2$s, %3$s""संक्षिप्त करें""मुख्यपृष्ठ पर नेविगेट करें""क्वेरी साफ़ करें""खोज क्वेरी""पूर्ण""ऊपर नेविगेट करें""Dijeljenje sa: %s""Idi gore""Odabir aplikacije""Izbriši upit""Dodatne opcije""%1$s, %2$s""Gotovo""Sažmi""Prikaži sve""Pretraživanje""Dijeljenje sa""%1$s, %2$s, %3$s""Glasovno pretraživanje""Idi na početnu""Pošalji upit""Upit za pretraživanje""További lehetőségek""Keresés""Hangalapú keresés""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""Megosztás a következővel: %s""Keresési lekérdezés""Megosztás a következővel:""%1$s, %2$s, %3$s""Ugrás a főoldalra""Lekérdezés törlése""Lekérdezés küldése""%1$s, %2$s""Felfelé mozgatás""Összecsukás""Տեսնել բոլորը""%1$s, %2$s, %3$s""Այլ ընտրանքներ""Տարածել""%1$s, %2$s""Մաքրել հարցումը""Թաքցնել""Ուղարկել հարցումը""Ուղղվել վերև""Ուղղվել տուն""Որոնել""Ընտրել ծրագիր""Կատարված է""Որոնման հարցում""Տարածել ըստ %s""Ձայնային որոնում""%1$s, %2$s, %3$s""Bagikan dengan %s""Bagikan dengan""%1$s, %2$s""Penelusuran suara""Kirim kueri""Navigasi naik""Opsi lain""Pilih aplikasi""Ciutkan""Hapus kueri""Navigasi ke beranda""Kueri penelusuran""Selesai""Lihat semua""Telusuri""Raddleit""Leitarfyrirspurn""Minnka""Leita""%1$s, %2$s, %3$s""Senda fyrirspurn""Deila með %s""Fara heim""Hreinsa fyrirspurn""%1$s, %2$s""Lokið""Sjá allt""Veldu forrit""Deila með""Fara upp""Fleiri valkostir""Ricerca vocale""Altre opzioni""Vai in alto""Vai alla home page""Condividi con %s""Invia query""Cancella query""Cerca""Condividi con""Visualizza tutte""%1$s, %2$s""Query di ricerca""Comprimi""Fine""Scegli un\'applicazione""%1$s, %2$s, %3$s""שתף עם %s""שתף עם""חפש""נווט למעלה""בוצע""חיפוש קולי""מחק שאילתה""%1$s, %2$s, %3$s""שלח שאילתה""שאילתת חיפוש""ראה הכל""עוד אפשרויות""בחר אפליקציה""נווט לדף הבית""%1$s, %2$s""כווץ""上へ移動""すべて表示""その他のオプション""検索""音声検索""アプリの選択""完了""%1$s、%2$s""検索キーワードを削除""折りたたむ""検索キーワード""共有""ホームへ移動""%1$s、%2$s、%3$s""%sと共有""検索キーワードを送信""ხმოვანი ძიება""მეტი ვარიანტები""დასრულდა""ძიების მოთხოვნა""გაზიარება:""%1$s, %2$s, %3$s""%s-თან გაზიარება""%1$s, %2$s""ძიება""ზემოთ ნავიგაცია""აპის არჩევა""ყველას ნახვა""აკეცვა""მოთხოვნის გადაგზავნა""მთავარზე ნავიგაცია""მოთხოვნის გასუფთავება""%s бөлісу""Негізгі бетте қозғалу""Тасалау""Сұрақты жіберу""Барлығын көру""Дауыс арқылы іздеу""%1$s, %2$s, %3$s""Басқа опциялар""Сұрақты жою""Бөлісу""Іздеу""%1$s, %2$s""Жоғары қозғалу""Сұрақты іздеу""Орындалды""Қолданбаны таңдау""ស្វែងរក""ការស្វែងរកសំឡេង""ជម្រើសច្រើនទៀត""ចែករំលែកជាមួយ""ចែករំលែកជាមួយ %s""រកមើលឡើងលើ""ដាក់ស្នើសំណួរ""បង្រួម""មើលទាំងអស់""រកមើលទៅដើម""%1$s, %2$s, %3$s""ស្វែងរកសំណួរ""រួចរាល់""%1$s, %2$s""ជ្រើសកម្មវិធី""សម្អាតសំណួរ""%1$s, %2$s, %3$s""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಮುಗಿದಿದೆ""ಹುಡುಕು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s와(과) 공유""검색""공유 대상""위로 탐색""음성 검색""전체 보기""홈 탐색""앱 선택""검색어""접기""%1$s, %2$s""완료""검색어 삭제""검색어 보내기""%1$s, %2$s, %3$s""옵션 더보기""Жогору""Колдонмо тандоо""Көбүрөөк мүмкүнчүлүктөр""Издөө""%1$s, %2$s, %3$s""Издөө талаптары""Жыйнап коюу""Үн аркылуу издөө""%s аркылуу бөлүшүү""Талаптарды тазалоо""Талап жөнөтүү""Үйгө багыттоо""Бөлүшүү""Даяр""Бардыгын көрүү""%1$s, %2$s"true12dp0dp32dp48dptrue14dp192diptrue60%true440dp490%90%60%"ກັບໄປໜ້າຫຼັກ""ຊອກຫາດ້ວຍສຽງ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ %s""ແລ້ວໆ""ໂຕເລືອກອື່ນ""%1$s, %2$s, %3$s""ແບ່ງປັນກັບ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຫຍໍ້""ເບິ່ງທັງຫມົດ""ເລືອກແອັບຯ""ສົ່ງການຊອກຫາ""ຂຶ້ນເທິງ""%1$s, %2$s""Išvalyti užklausą""Pateikti užklausą""Paieška balsu""Paieškos užklausa""Sutraukti""Bendrinti naudojant""Pasirinkti programą""Eiti į viršų""Peržiūrėti viską""Daugiau parinkčių""%1$s, %2$s, %3$s""%1$s, %2$s""Atlikta""Bendrinti naudojant „%s“""Eiti į pagrindinį puslapį""Paieška""Vairāk opciju""Kopīgot ar %s""%1$s, %2$s: %3$s""%1$s: %2$s""Gatavs""Sakļaut""Skatīt visu""Izvēlieties lietotni""Meklēšana ar balsi""Kopīgot ar:""Iesniegt vaicājumu""Pārvietoties uz sākuma ekrānu""Notīrīt vaicājumu""Meklēt""Pārvietoties augšup""Meklēšanas vaicājums""Движи се нагоре""%1$s, %2$s, %3$s""Види ги сите""Поднеси барање""Собери""Избери апликација""Исчисти барање""Готово""Пребарај""Пребарај барање""Сподели со""Гласовно пребарување""Движи се кон дома""Повеќе опции""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""%1$s, %2$s, %3$s""അന്വേഷണം സമർപ്പിക്കുക""ഇവരുമായി പങ്കിടുക""ചുരുക്കുക""എല്ലാം കാണുക""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""ശബ്ദ തിരയൽ""%1$s, %2$s""പൂർത്തിയാക്കി""തിരയൽ""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""കൂടുതല് ഓപ്ഷനുകള്""Апп сонгох""Хумих""Асуулгыг цэвэрлэх""Нэмэлт сонголтууд""Дууссан""Хайх""Хайх асуулга""Дээш шилжих""Дуут хайлт""Хуваалцах""%s-тай хуваалцах""Нүүр хуудас руу шилжих""%1$s, %2$s""Бүгдийг харах""Асуулгыг илгээх""%1$s, %2$s, %3$s""संक्षिप्त करा""शोध""%1$s, %2$s, %3$s""वर नेव्हिगेट करा""एक अॅप निवडा""पूर्ण झाले""यांच्यासह सामायिक करा""शोध क्वेरी""सर्व पहा""क्वेरी सबमिट करा""%1$s, %2$s""अधिक पर्याय""%s सह सामायिक करा""व्हॉइस शोध""मुख्यपृष्ठ नेव्हिगेट करा""क्वेरी स्पष्ट करा""Navigasi skrin utama""Selesai""Serah pertanyaan""Runtuhkan""Pilih apl""Carian suara""Kosongkan pertanyaan""Pertanyaan carian""Lihat semua""%1$s, %2$s""Cari""Navigasi ke atas""Kongsi dengan %s""Kongsi dengan""Lagi pilihan""%1$s, %2$s, %3$s""မူလနေရာကို သွားရန်""အသံဖြင့် ရှာဖွေခြင်း""ပိုမိုရွေးချယ်စရာများ""ခေါက်ရန်""မျှဝေဖို့ ရွေးပါ""ရှာစရာ အချက်အလက်နေရာ""%s ကို မျှဝေပါရန်""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""ရှာဖွေရန်""%1$s ၊ %2$s ၊ %3$s""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""အပေါ်သို့သွားရန်""%1$s၊ %2$s""Se alle""Søkeord""%1$s – %2$s""Talesøk""Gå opp""Ferdig""Del med %s""Slett søket""Flere alternativer""Del med""Utfør søket""Skjul""Velg en app""Søk""Gå til startsiden""%1$s – %2$s – %3$s""साझेदारी गर्नुहोस्...""माथि खोज्नुहोस्""भ्वाइस खोजी""प्रश्न हटाउनुहोस्""खोज्नुहोस्""जिज्ञासा पेस गर्नुहोस्""थप विकल्पहरू""%1$s, %2$s""सम्पन्न भयो""सबै हेर्नुहोस्""%s सँग साझेदारी गर्नुहोस्""गृह खोज्नुहोस्""जिज्ञासाको खोज गर्नुहोस्""संक्षिप्त पार्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""%1$s, %2$s, %3$s""%1$s, %2$s""Zoekopdracht wissen""Zoekopdracht verzenden""Delen met %s""Meer opties""%1$s, %2$s, %3$s""Gereed""Samenvouwen""Gesproken zoekopdracht""Zoekopdracht""Delen met""Alles weergeven""Navigeren naar startpositie""Omhoog navigeren""Een app selecteren""Zoeken""Zwiń""%1$s, %2$s""Wybierz aplikację""Gotowe""Udostępnij dla""%1$s, %2$s, %3$s""Wyczyść zapytanie""Udostępnij dla %s""Więcej opcji""Zobacz wszystkie""Przejdź wyżej""Wyszukiwane hasło""Przejdź do strony głównej""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe"false"Compartilhar com %s""%1$s, %2$s""Mais opções""%1$s, %2$s, %3$s""Recolher""Pesquisar""Pesquisa por voz""Ver tudo""Limpar consulta""Enviar consulta""Consulta de pesquisa""Compartilhar com""Selecione um app""Navegar para a página inicial""Navegar para cima""Concluído""Partilhar com""%1$s, %2$s""Enviar consulta""Pesquisa por voz""Mais opções""Limpar consulta""Reduzir""Consulta de pesquisa""Navegar para cima""Pesquisar""Partilhar com %s""Ver tudo""Navegar para a página inicial""Concluído""%1$s, %2$s, %3$s""Escolher uma aplicação""Trimiteți la""%1$s, %2$s""Ștergeți interogarea""Afișați-le pe toate""Alegeți o aplicaţie""Interogare de căutare""Restrângeți""%1$s, %2$s, %3$s""Terminat""Căutare vocală""Trimiteți la %s""Mai multe opțiuni""Căutați""Trimiteți interogarea""Navigați la ecranul de pornire""Navigați în sus""Поисковый запрос""Свернуть""%1$s, %2$s, %3$s""Отправить запрос""Перейти вверх""Показать все""Удалить запрос""Открыть доступ""Готово""Открыть доступ пользователю %s""%1$s, %2$s""Голосовой поиск""Поиск""Перейти на главный экран""Выбрать приложение""Другие параметры""සමඟ බෙදාගන්න""සෙවුම් විමසුම""සියල්ල බලන්න""විමසුම හිස් කරන්න""%1$s, %2$s, %3$s""ගෙදරට සංචාලනය කරන්න""විමසුම යොමු කරන්න""%s සමඟ බෙදාගන්න""තවත් විකල්ප""%1$s, %2$s""හකුළන්න""අවසාන වූ""යෙදුමක් තෝරන්න""හඬ සෙවීම""සෙවීම""ඉහලට සංචාලනය කරන්න""Zdieľať pomocou %s""Prejsť na plochu""Vymazať dopyt""Zdieľať pomocou""Hlasové vyhľadávanie""Zvoľte aplikáciu""Vyhľadávací dopyt""Hotovo""Odoslať dopyt""Prejsť hore""%1$s, %2$s""Ďalšie možnosti""Hľadať""Zobraziť všetko""%1$s, %2$s, %3$s""Zbaliť""Izbira aplikacije""Deljenje z:""%1$s, %2$s, %3$s""Več možnosti""Deljenje z""Končano""Pokaži vse""Krmarjenje domov""Izbris poizvedbe""Krmarjenje navzgor""%1$s, %2$s""Strni""Iskanje""Iskalna poizvedba""Pošiljanje poizvedbe""Glasovno iskanje""Упит за претрагу""Слање упита""Још опција""%1$s, %2$s, %3$s""Прикажи све""Претрага""Избор апликације""Дели са апликацијом %s""Дели са""%1$s, %2$s""Готово""Брисање упита""Скупи""Гласовна претрага""Одлазак на Почетну""Кретање нагоре""Komprimera""Dela med %s""%1$s, %2$s, %3$s""Dela med""Sök""Visa startsidan""Sökfråga""Välj en app""%1$s, %2$s""Ta bort frågan""Röstsökning""Klart""Visa alla""Navigera uppåt""Fler alternativ""Skicka fråga""Nenda juu""Nimemaliza""Tafuta kwa kutamka""Kunja""Chagua programu""Shiriki na:""Angalia zote""Wasilisha hoja""Shiriki na %s""Futa hoja""Hoja ya utafutaji""Tafuta""Chaguo zaidi""Nenda mwanzo""%1$s, %2$s""%1$s, %2$s, %3$s"4dp20dp64dp5580dp16dp"முடிந்தது""%1$s, %2$s, %3$s""வினவலைச் சமர்ப்பி""சுருக்கு""%s உடன் பகிர்""பயன்பாட்டைத் தேர்வுசெய்க""தேடு""தேடல் வினவல்""இதனுடன் பகிர்""%1$s, %2$s""எல்லாம் காட்டு""குரல் தேடல்""வினவலை அழி""முகப்பிற்கு வழிசெலுத்து""மேலே வழிசெலுத்து""மேலும் விருப்பங்கள்""వాయిస్ శోధన""కుదించండి""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""శోధించు""పూర్తయింది""హోమ్కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""%1$s, %2$s""మరిన్ని ఎంపికలు""%1$s, %2$s, %3$s""అనువర్తనాన్ని ఎంచుకోండి""ప్రశ్నను క్లియర్ చేయి""ప్రశ్న శోధించండి""ప్రశ్నని సమర్పించు""వీరితో భాగస్వామ్యం చేయి""แชร์กับ""ตัวเลือกอื่น""ดูทั้งหมด""นำทางขึ้น""ค้นหา""ข้อความค้นหา""นำทางไปหน้าแรก""ส่งข้อความค้นหา""ยุบ""แชร์กับ %s""ล้างข้อความค้นหา""%1$s, %2$s, %3$s""เลือกแอป""%1$s, %2$s""ค้นหาด้วยเสียง""เสร็จสิ้น""Maghanap""Paghahanap gamit ang boses""Mag-navigate pataas""Tapos na""Ibahagi sa/kay %s""Query sa paghahanap""%1$s, %2$s, %3$s""Pumili ng isang app""I-collapse""Mag-navigate patungo sa home""Isumite ang query""%1$s, %2$s""Ibahagi sa/kay""Higit pang mga opsyon""Tingnan lahat""I-clear ang query""Ana ekrana git""%1$s, %2$s""Sorguyu gönder""Bir uygulama seçin""Diğer seçenekler""Tümünü göster""%s ile paylaş""Şununla paylaş""%1$s, %2$s, %3$s""Tamamlandı""Yukarı git""Sorguyu temizle""Ara""Sesli arama""Arama sorgusu""Daralt""Готово""Перейти вгору""Очистити запит""Надіслати через""Надіслати запит""Вибрати програму""Пошук""%1$s, %2$s""Переглянути всі""Пошуковий запит""Надіслати через %s""Перейти на головний""Інші опції""Голосовий пошук""%1$s, %2$s, %3$s""Згорнути""تلاش کریں""صوتی تلاش""استفسار جمع کرائیں""مزید اختیارات""سبھی دیکھیں""استفسار صاف کریں""سکیڑیں""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""اشتراک کریں مع""ہوم پر نیویگیٹ کریں""اوپر نیویگیٹ کریں""ہو گیا""%1$s, %2$s""%1$s, %2$s, %3$s""ایک ایپ منتخب کریں""Bo‘lishish:""So‘rov yaratish""Boshiga o‘tish""%1$s, %2$s, %3$s""So‘rovni tozalash""Yig‘ish""Barchasini ko‘rish""Dastur tanlang""Tayyor""Izlash""%1$s, %2$s""Qo‘shimcha sozlamalar""Yuqoriga o‘tish""Ovozli qidiruv""So‘rovni izlash""Chia sẻ với""%1$s, %2$s""%1$s, %2$s, %3$s""Xem tất cả""Tìm kiếm truy vấn""Điều hướng về trang chủ""Gửi truy vấn""Tìm kiếm bằng giọng nói""Tìm kiếm""Thêm tùy chọn""Chọn một ứng dụng""Chia sẻ với %s""Thu gọn""Xong""Xóa truy vấn""Điều hướng lên trên"3truetrue45192dipfalse256dip50%90%70%192dipfalse560%"完成""清除查询""搜索查询""%1$s:%2$s""查看全部""收起""更多选项""分享方式""语音搜索""选择应用""提交查询""搜索""%1$s - %2$s:%3$s""转到上一层级""通过%s分享""转到主屏幕""選擇應用程式""搜尋""分享對象""完成""提交查詢""瀏覽主頁""搜尋查詢""%1$s:%2$s""向上瀏覽""%1$s (%2$s):%3$s""收合""與「%s」分享""顯示全部""清除查詢""更多選項""語音搜尋""搜尋""選擇分享對象""收合""語音搜尋""瀏覽首頁""向上瀏覽""完成""查看全部""清除查詢""%1$s:%2$s""提交查詢""%1$s - %2$s:%3$s""更多選項""與「%s」分享""搜尋查詢""選擇應用程式""Kwenziwe""Zulazulela phezulu""%1$s, %2$s, %3$s""Umbuzo wosesho""Sesha""Khetha uhlelo lokusebenza""Buka konke""Yabelana no-%s""Yabelana no-""Izinketho eziningi""Zulazulela ekhaya""Ukusesha ngezwi""%1$s, %2$s""Goqa""Sula inkinga""Hambisa umbuzo"16dp16dpSettingsMyPhoneHello world!64dp
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/release/merger.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/release/merger.xml
new file mode 100644
index 00000000..02f6ec0b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/incremental/mergeResources/release/merger.xml
@@ -0,0 +1,1618 @@
+
+220#ff000000Search query#ff009688#ff757575320dip#ffeeeeee#ff32323216dpShare with48dp45sp#80ffffffShare with %s#36ffffff%1$s, %2$s, %3$sfalse#ffbebebe34spDone56dp#ff80cbc4#ff21272b@color/bright_foreground_disabled_material_dark320dp#7fa87f#ffbdbdbd18sp56sp180dp#240000008dip24sp14sp20dp6dp48dp#80bebebefalse48dp4dp36dp2dpSee all160dip8dip#ff37474f16sp100%#fff1f1f1Navigate home#ff5a595b#ff21212116sp296dp@android:color/black22sp#ff424242#ffffffffNavigate up@dimen/abc_control_inset_materialClear query40dp#ff303030320dp@color/material_deep_teal_500@android:color/black#40ffffff14spMore options#ff263238Voice search24dp@color/material_deep_teal_200112sp#ffd6d7d7#8032323216sp-3dp0.265dp@android:color/whitetrue#8a000000Submit query@android:color/black@color/material_deep_teal_50012sp80%true#ffbdbdbdtrue20sp@dimen/abc_control_padding_material#80000000Choose an appfalse32dip#40000000#de000000#4Dffffff@color/bright_foreground_material_light%1$s, %2$s#66009688#b3ffffff16sp4dpSearch320dp#ffeeeeee@color/bright_foreground_disabled_material_light@android:color/black0.301508dpCollapse@color/bright_foreground_material_dark16dp#39000000#6680cbc4@color/material_deep_teal_200"Vee navraag uit""Soek""Deel met""Vou in""Kies \'n program""Navigeer op""%1$s, %2$s""Navigeer tuis""Klaar""Soeknavraag""Stemsoektog""Deel met %s""Sien alles""%1$s, %2$s, %3$s""Dien navraag in""Nog opsies""ተከናውኗል""ተጨማሪ አማራጮች""ከ%s ጋር ያጋሩ""ከሚከተለው ጋር ያጋሩ""ወደ ላይ ይዳስሱ""ሁሉንም ይመልከቱ""የድምፅ ፍለጋ""መጠይቅ ያስረክቡ""%1$s፣ %2$s፣ %3$s""መጠይቅ አጽዳ""ሰብስብ""መተግበሪያ ይምረጡ""ፍለጋ""የፍለጋ ጥያቄ""%1$s፣ %2$s""ወደ መነሻ ይዳስሱ""تصغير""البحث الصوتي""طلب البحث""%1$s، %2$s، %3$s""التنقل إلى أعلى""تم""بحث""اختيار تطبيق""عرض الكل""خيارات إضافية""مشاركة مع""التنقل إلى الشاشة الرئيسية""مشاركة مع %s""محو طلب البحث""إرسال طلب البحث""%1$s، %2$s""Споделяне със: %s""Изчистване на заявката""Търсене""Изпращане на заявката""Придвижване към „Начало“""Готово""Свиване""Споделяне със:""„%1$s“, „%2$s“ – %3$s""Вижте всички""Заявка за търсене""Още опции""Гласово търсене""Изберете приложение""Придвижване нагоре""„%1$s“ – %2$s""ক্যোয়ারী অনুসন্ধান করুন""ক্যোয়ারী জমা দিন""সম্পন্ন হয়েছে""%s এর সাথে ভাগ করুন""এর সাথে ভাগ করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""%1$s, %2$s""ভয়েস অনুসন্ধান""হোম এ নেভিগেট করুন""আরো বিকল্প""অনুসন্ধান করুন""%1$s, %2$s, %3$s""ক্যোয়ারী সাফ করুন""উপরের দিকে নেভিগেট করুন""সঙ্কুচিত করুন""সবগুলো দেখুন""Cerca per veu""Consulta de cerca""Comparteix amb""%1$s, %2$s""Més opcions""Esborra la consulta""Comparteix amb %s""Fet""Mostra\'ls tots""Cerca""Selecciona una aplicació""%1$s, %2$s, %3$s""Replega""Envia la consulta""Navega cap a dalt""Navega a la pàgina d\'inici""%1$s, %2$s – %3$s""Odeslat dotaz""Sbalit""Sdílet pomocí""%1$s – %2$s""Přejít na plochu""Zobrazit vše""Přejít nahoru""Více možností""Vyhledávací dotaz""Vybrat aplikaci""Sdílet pomocí %s""Smazat dotaz""Hledat""Hotovo""Hlasové vyhledávání""Naviger hjem""Naviger op""Del med""Del med %s""Talesøgning""Flere muligheder""Vælg en app""Søgeforespørgsel""Indsend forespørgslen""Søg""%1$s, %2$s, %3$s""Se alle""Luk""Skjul""%1$s, %2$s""Ryd forespørgslen""Freigeben für %s""Suchen""Zur Startseite""%1$s, %2$s: %3$s""Minimieren""%1$s: %2$s""Alle ansehen""Nach oben""Weitere Optionen""Sprachsuche""App auswählen""Suchanfrage""Suchanfrage löschen""Fertig""Suchanfrage senden""Freigeben für""Υποβολή ερωτήματος""Κοινή χρήση με %s""Ερώτημα αναζήτησης""Σύμπτυξη""Πλοήγηση στην αρχική σελίδα""%1$s, %2$s""Τέλος""Κοινή χρήση με""Πλοήγηση προς τα επάνω""Προβολή όλων""%1$s, %2$s, %3$s""Αναζήτηση""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Περισσότερες επιλογές""Φωνητική αναζήτηση""Search""Choose an app""Collapse""Share with""Share with %s""%1$s, %2$s, %3$s""Navigate up""Navigate home""Clear query""Voice search""See all""Done""Submit query""Search query""%1$s, %2$s""More options""Clear query""%1$s, %2$s""Submit query""Navigate home""Navigate up""More options""Search""Choose an app""Voice search""Search query""Share with %s""Done""%1$s, %2$s, %3$s""See all""Share with""Collapse""Seleccionar una aplicación""Buscar""Ver todo""Búsqueda por voz""%1$s, %2$s, %3$s""Consulta""Compartir con""Más opciones""Borrar consulta""Contraer""Listo""Ir a la pantalla de inicio""%1$s, %2$s""Enviar consulta""Desplazarse hacia arriba""Compartir con %s""%1$s, %2$s, %3$s""Navegar hacia arriba""Navegar a la página principal""Enviar consulta""Consulta de búsqueda""Búsqueda por voz""%1$s, %2$s""Más opciones""Ver todo""Compartir con""Elige una aplicación.""Eliminar la consulta""Compartir con %s""Listo""Búsqueda""Contraer""Päringu esitamine""Jagamine:""%1$s, %2$s, %3$s""Päringu tühistamine""Jagamine kasutajaga %s""Kuva kõik""Ahendamine""Otsingupäring""Rohkem valikuid""Otsing""Häälotsing""Valmis""Navigeerimine avaekraanile""Navigeerimine üles""%1$s, %2$s""Valige rakendus""Garbitu kontsulta""Bilatu""Ikusi guztiak""Joan gora""Aukera gehiago""Eginda""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Partekatu hauekin""Joan orri nagusira""%1$s, %2$s""%1$s, %2$s, %3$s""Aukeratu aplikazio bat""Tolestu""Partekatu %s erabiltzailearekin""پیمایش به صفحه اصلی""%1$s، %2$s، %3$s""%1$s، %2$s""اشتراکگذاری با""مشاهده همه""پاک کردن عبارت جستجو""کوچک کردن""گزینههای بیشتر""جستجوی شفاهی""انتخاب برنامه""عبارت جستجو""جستجو""اشتراکگذاری با %s""پیمایش به بالا""ارسال عبارت جستجو""انجام شد""%1$s, %2$s""%1$s, %2$s, %3$s""Hakulauseke""Jakaminen: %s""Jakaminen:""Kutista""Haku""Valitse sovellus""Näytä kaikki""Siirry ylös""Puhehaku""Valmis""Siirry etusivulle""Lisää""Lähetä kysely""Tyhjennä kysely""OK""Tout afficher""Sélectionner une application""Revenir en haut de la page""Plus d\'options""Rechercher""Envoyer la requête""Réduire""%1$s, %2$s""Revenir à l\'accueil""%1$s, %2$s, %3$s""Effacer la requête""Requête de recherche""Recherche vocale""Partager avec %s""Partager avec""Partager avec""Envoyer la requête""Recherche vocale""Réduire""Voir toutes les chaînes""Terminé""Sélectionnez une application""%1$s, %2$s, %3$s""Revenir à l\'accueil""%1$s, %2$s""Revenir en haut de la page""Requête de recherche""Effacer la requête""Rechercher""Plus d\'options""Partager avec %s""Máis opcións""%1$s, %2$s""Busca de voz""Buscar""Compartir con %s""Ver todas""Enviar consulta""Feito""Escoller unha aplicación""Compartir con""Borrar consulta""Contraer""Consulta de busca""Desprazarse cara arriba""%1$s, %2$s, %3$s""Ir á páxina de inicio""सभी देखें""कोई एप्लिकेशन चुनें""इसके द्वारा साझा करें""क्वेरी सबमिट करें""%1$s, %2$s""खोजें""अधिक विकल्प""ध्वनि खोज""%s के साथ साझा करें""%1$s, %2$s, %3$s""क्वेरी साफ़ करें""संक्षिप्त करें""मुख्यपृष्ठ पर नेविगेट करें""खोज क्वेरी""पूर्ण""ऊपर नेविगेट करें""Dijeljenje sa: %s""Idi gore""Odabir aplikacije""Izbriši upit""Dodatne opcije""%1$s, %2$s""Gotovo""Sažmi""Prikaži sve""Pretraživanje""Dijeljenje sa""%1$s, %2$s, %3$s""Idi na početnu""Glasovno pretraživanje""Pošalji upit""Upit za pretraživanje""További lehetőségek""Keresés""Hangalapú keresés""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""Megosztás a következővel: %s""Keresési lekérdezés""Megosztás a következővel:""%1$s, %2$s, %3$s""Ugrás a főoldalra""Lekérdezés törlése""Lekérdezés küldése""%1$s, %2$s""Felfelé mozgatás""Összecsukás""Տեսնել բոլորը""%1$s, %2$s, %3$s""Այլ ընտրանքներ""Տարածել""%1$s, %2$s""Մաքրել հարցումը""Թաքցնել""Ուղարկել հարցումը""Ուղղվել վերև""Ուղղվել տուն""Որոնել""Ընտրել ծրագիր""Կատարված է""Որոնման հարցում""Տարածել ըստ %s""Ձայնային որոնում""%1$s, %2$s, %3$s""Bagikan dengan %s""Bagikan dengan""%1$s, %2$s""Penelusuran suara""Kirim kueri""Navigasi naik""Opsi lain""Pilih aplikasi""Ciutkan""Hapus kueri""Navigasi ke beranda""Kueri penelusuran""Telusuri""Lihat semua""Selesai""Raddleit""Leitarfyrirspurn""Minnka""Leita""%1$s, %2$s, %3$s""Senda fyrirspurn""Deila með %s""Fara heim""Hreinsa fyrirspurn""%1$s, %2$s""Veldu forrit""Lokið""Sjá allt""Fara upp""Deila með""Fleiri valkostir""Ricerca vocale""Altre opzioni""Vai in alto""Vai alla home page""Condividi con %s""Invia query""Cancella query""Cerca""Condividi con""Visualizza tutte""%1$s, %2$s""Query di ricerca""Fine""Comprimi""Scegli un\'applicazione""%1$s, %2$s, %3$s""שתף עם %s""שתף עם""חפש""נווט למעלה""בוצע""חיפוש קולי""מחק שאילתה""%1$s, %2$s, %3$s""שלח שאילתה""שאילתת חיפוש""ראה הכל""עוד אפשרויות""בחר אפליקציה""נווט לדף הבית""%1$s, %2$s""כווץ""上へ移動""すべて表示""その他のオプション""検索""音声検索""アプリの選択""完了""%1$s、%2$s""検索キーワードを削除""折りたたむ""検索キーワード""共有""%1$s、%2$s、%3$s""ホームへ移動""%sと共有""検索キーワードを送信""მეტი ვარიანტები""ხმოვანი ძიება""დასრულდა""აპის არჩევა""ზემოთ ნავიგაცია""ძიების მოთხოვნა""ყველას ნახვა""%1$s, %2$s, %3$s""გაზიარება:""ძიება""%1$s, %2$s""%s-თან გაზიარება""აკეცვა""მოთხოვნის გადაგზავნა""მთავარზე ნავიგაცია""მოთხოვნის გასუფთავება""%s бөлісу""Негізгі бетте қозғалу""Тасалау""Сұрақты жіберу""Барлығын көру""Дауыс арқылы іздеу""%1$s, %2$s, %3$s""Басқа опциялар""Сұрақты жою""Бөлісу""Іздеу""%1$s, %2$s""Жоғары қозғалу""Сұрақты іздеу""Қолданбаны таңдау""Орындалды""ស្វែងរក""ការស្វែងរកសំឡេង""ជម្រើសច្រើនទៀត""ចែករំលែកជាមួយ""ចែករំលែកជាមួយ %s""រកមើលឡើងលើ""ដាក់ស្នើសំណួរ""បង្រួម""មើលទាំងអស់""រកមើលទៅដើម""%1$s, %2$s, %3$s""ស្វែងរកសំណួរ""រួចរាល់""%1$s, %2$s""សម្អាតសំណួរ""ជ្រើសកម្មវិធី""%1$s, %2$s, %3$s""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಸಂಕುಚಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s와(과) 공유""검색""공유 대상""위로 탐색""음성 검색""전체 보기""홈 탐색""앱 선택""검색어""접기""%1$s, %2$s""완료""검색어 보내기""검색어 삭제""%1$s, %2$s, %3$s""옵션 더보기""Жогору""Колдонмо тандоо""Көбүрөөк мүмкүнчүлүктөр""Издөө""%1$s, %2$s, %3$s""Издөө талаптары""Жыйнап коюу""Үн аркылуу издөө""%s аркылуу бөлүшүү""Талаптарды тазалоо""Талап жөнөтүү""Үйгө багыттоо""Даяр""Бөлүшүү""Бардыгын көрүү""%1$s, %2$s"true12dp0dp32dp48dptrue14dptrue192dip60%true440dp490%90%60%"ກັບໄປໜ້າຫຼັກ""ຊອກຫາດ້ວຍສຽງ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ %s""ແລ້ວໆ""ໂຕເລືອກອື່ນ""%1$s, %2$s, %3$s""ແບ່ງປັນກັບ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຫຍໍ້""ເລືອກແອັບຯ""ເບິ່ງທັງຫມົດ""ສົ່ງການຊອກຫາ""ຂຶ້ນເທິງ""%1$s, %2$s""Išvalyti užklausą""Pateikti užklausą""Paieška balsu""Paieškos užklausa""Sutraukti""Bendrinti naudojant""Pasirinkti programą""Eiti į viršų""Peržiūrėti viską""Daugiau parinkčių""%1$s, %2$s, %3$s""%1$s, %2$s""Atlikta""Paieška""Eiti į pagrindinį puslapį""Bendrinti naudojant „%s“""Vairāk opciju""Kopīgot ar %s""%1$s, %2$s: %3$s""%1$s: %2$s""Gatavs""Sakļaut""Skatīt visu""Izvēlieties lietotni""Meklēšana ar balsi""Kopīgot ar:""Iesniegt vaicājumu""Pārvietoties uz sākuma ekrānu""Notīrīt vaicājumu""Meklēt""Pārvietoties augšup""Meklēšanas vaicājums""Пребарај""Движи се нагоре""Поднеси барање""Види ги сите""%1$s, %2$s, %3$s""Пребарај барање""Сподели со""Собери""Гласовно пребарување""Избери апликација""Исчисти барање""Движи се кон дома""Готово""Повеќе опции""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""%1$s, %2$s, %3$s""അന്വേഷണം സമർപ്പിക്കുക""ഇവരുമായി പങ്കിടുക""ചുരുക്കുക""എല്ലാം കാണുക""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""ശബ്ദ തിരയൽ""%1$s, %2$s""തിരയൽ""പൂർത്തിയാക്കി""കൂടുതല് ഓപ്ഷനുകള്""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""Апп сонгох""Хумих""Асуулгыг цэвэрлэх""Нэмэлт сонголтууд""Дууссан""Хайх""Хайх асуулга""Дээш шилжих""Дуут хайлт""Хуваалцах""%s-тай хуваалцах""Бүгдийг харах""%1$s, %2$s""Нүүр хуудас руу шилжих""Асуулгыг илгээх""%1$s, %2$s, %3$s""संक्षिप्त करा""शोध""%1$s, %2$s, %3$s""वर नेव्हिगेट करा""एक अॅप निवडा""पूर्ण झाले""यांच्यासह सामायिक करा""शोध क्वेरी""सर्व पहा""क्वेरी सबमिट करा""%1$s, %2$s""अधिक पर्याय""व्हॉइस शोध""%s सह सामायिक करा""मुख्यपृष्ठ नेव्हिगेट करा""क्वेरी स्पष्ट करा""Navigasi skrin utama""Selesai""Serah pertanyaan""Runtuhkan""Pilih apl""Carian suara""Kosongkan pertanyaan""Pertanyaan carian""Lihat semua""%1$s, %2$s""Cari""Navigasi ke atas""Kongsi dengan""Kongsi dengan %s""Lagi pilihan""%1$s, %2$s, %3$s""မူလနေရာကို သွားရန်""အသံဖြင့် ရှာဖွေခြင်း""ပိုမိုရွေးချယ်စရာများ""ခေါက်ရန်""မျှဝေဖို့ ရွေးပါ""ရှာစရာ အချက်အလက်နေရာ""%s ကို မျှဝေပါရန်""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""ရှာဖွေရန်""%1$s ၊ %2$s ၊ %3$s""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""ပြီးဆုံးပါပြီ""အပေါ်သို့သွားရန်""%1$s၊ %2$s""Se alle""Søkeord""%1$s – %2$s""Talesøk""Gå opp""Ferdig""Del med %s""Slett søket""Flere alternativer""Del med""Utfør søket""Skjul""Søk""Velg en app""Gå til startsiden""%1$s – %2$s – %3$s""साझेदारी गर्नुहोस्...""माथि खोज्नुहोस्""भ्वाइस खोजी""प्रश्न हटाउनुहोस्""खोज्नुहोस्""जिज्ञासा पेस गर्नुहोस्""थप विकल्पहरू""%1$s, %2$s""सम्पन्न भयो""सबै हेर्नुहोस्""%s सँग साझेदारी गर्नुहोस्""गृह खोज्नुहोस्""जिज्ञासाको खोज गर्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""संक्षिप्त पार्नुहोस्""%1$s, %2$s, %3$s""%1$s, %2$s""Zoekopdracht wissen""Zoekopdracht verzenden""Delen met %s""Meer opties""%1$s, %2$s, %3$s""Gereed""Samenvouwen""Gesproken zoekopdracht""Zoekopdracht""Delen met""Alles weergeven""Navigeren naar startpositie""Omhoog navigeren""Zoeken""Een app selecteren""Zobacz wszystkie""Więcej opcji""%1$s, %2$s""Zwiń""Wyszukiwane hasło""Przejdź wyżej""Wybierz aplikację""Przejdź do strony głównej""Gotowe""Szukaj""Wyślij zapytanie""Wyczyść zapytanie""%1$s, %2$s, %3$s""Udostępnij dla""Udostępnij dla %s""Wyszukiwanie głosowe"false"Compartilhar com %s""%1$s, %2$s""Mais opções""%1$s, %2$s, %3$s""Recolher""Pesquisar""Pesquisa por voz""Ver tudo""Limpar consulta""Enviar consulta""Consulta de pesquisa""Selecione um app""Compartilhar com""Navegar para a página inicial""Navegar para cima""Concluído""Partilhar com""%1$s, %2$s""Enviar consulta""Pesquisa por voz""Mais opções""Limpar consulta""Reduzir""Consulta de pesquisa""Navegar para cima""Pesquisar""Partilhar com %s""Ver tudo""Navegar para a página inicial""Concluído""Escolher uma aplicação""%1$s, %2$s, %3$s""Trimiteți la""%1$s, %2$s""Ștergeți interogarea""Afișați-le pe toate""Alegeți o aplicaţie""Interogare de căutare""Restrângeți""%1$s, %2$s, %3$s""Terminat""Căutare vocală""Trimiteți la %s""Căutați""Mai multe opțiuni""Trimiteți interogarea""Navigați în sus""Navigați la ecranul de pornire""Поисковый запрос""Свернуть""%1$s, %2$s, %3$s""Отправить запрос""Перейти вверх""Показать все""Удалить запрос""Открыть доступ""Готово""Открыть доступ пользователю %s""%1$s, %2$s""Поиск""Голосовой поиск""Перейти на главный экран""Выбрать приложение""Другие параметры""සමඟ බෙදාගන්න""සෙවුම් විමසුම""සියල්ල බලන්න""විමසුම හිස් කරන්න""%1$s, %2$s, %3$s""ගෙදරට සංචාලනය කරන්න""විමසුම යොමු කරන්න""%s සමඟ බෙදාගන්න""තවත් විකල්ප""%1$s, %2$s""හකුළන්න""අවසාන වූ""යෙදුමක් තෝරන්න""හඬ සෙවීම""සෙවීම""ඉහලට සංචාලනය කරන්න""Zdieľať pomocou %s""Prejsť na plochu""Vymazať dopyt""Zdieľať pomocou""Hlasové vyhľadávanie""Zvoľte aplikáciu""Vyhľadávací dopyt""Hotovo""Odoslať dopyt""Prejsť hore""%1$s, %2$s""Ďalšie možnosti""Hľadať""Zobraziť všetko""%1$s, %2$s, %3$s""Zbaliť""Izbira aplikacije""Deljenje z:""%1$s, %2$s, %3$s""Več možnosti""Deljenje z""Končano""Pokaži vse""Krmarjenje domov""Izbris poizvedbe""Krmarjenje navzgor""%1$s, %2$s""Strni""Iskanje""Pošiljanje poizvedbe""Iskalna poizvedba""Glasovno iskanje""Упит за претрагу""Слање упита""Још опција""%1$s, %2$s, %3$s""Прикажи све""Претрага""Избор апликације""Дели са апликацијом %s""Дели са""%1$s, %2$s""Готово""Брисање упита""Одлазак на Почетну""Гласовна претрага""Скупи""Кретање нагоре""Komprimera""Dela med %s""%1$s, %2$s, %3$s""Dela med""Sök""Visa startsidan""Sökfråga""Välj en app""%1$s, %2$s""Ta bort frågan""Röstsökning""Klart""Visa alla""Fler alternativ""Navigera uppåt""Skicka fråga""Nenda juu""Nimemaliza""Tafuta kwa kutamka""Kunja""Chagua programu""Shiriki na:""Angalia zote""Wasilisha hoja""Shiriki na %s""Futa hoja""Hoja ya utafutaji""Tafuta""Chaguo zaidi""%1$s, %2$s""Nenda mwanzo""%1$s, %2$s, %3$s"4dp64dp20dp580dp516dp"முடிந்தது""%1$s, %2$s, %3$s""வினவலைச் சமர்ப்பி""சுருக்கு""%s உடன் பகிர்""பயன்பாட்டைத் தேர்வுசெய்க""தேடு""தேடல் வினவல்""இதனுடன் பகிர்""%1$s, %2$s""எல்லாம் காட்டு""குரல் தேடல்""வினவலை அழி""முகப்பிற்கு வழிசெலுத்து""மேலே வழிசெலுத்து""மேலும் விருப்பங்கள்""వాయిస్ శోధన""కుదించండి""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""శోధించు""పూర్తయింది""హోమ్కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""%1$s, %2$s""మరిన్ని ఎంపికలు""%1$s, %2$s, %3$s""అనువర్తనాన్ని ఎంచుకోండి""ప్రశ్న శోధించండి""ప్రశ్నను క్లియర్ చేయి""ప్రశ్నని సమర్పించు""వీరితో భాగస్వామ్యం చేయి""แชร์กับ""ตัวเลือกอื่น""ดูทั้งหมด""นำทางขึ้น""ค้นหา""ข้อความค้นหา""นำทางไปหน้าแรก""ส่งข้อความค้นหา""ยุบ""แชร์กับ %s""ล้างข้อความค้นหา""%1$s, %2$s, %3$s""เลือกแอป""%1$s, %2$s""ค้นหาด้วยเสียง""เสร็จสิ้น""Maghanap""Paghahanap gamit ang boses""Mag-navigate pataas""Tapos na""Ibahagi sa/kay %s""Query sa paghahanap""%1$s, %2$s, %3$s""Pumili ng isang app""I-collapse""Mag-navigate patungo sa home""Isumite ang query""%1$s, %2$s""Higit pang mga opsyon""Ibahagi sa/kay""Tingnan lahat""I-clear ang query""Ana ekrana git""%1$s, %2$s""Sorguyu gönder""Bir uygulama seçin""Diğer seçenekler""Tümünü göster""%s ile paylaş""Şununla paylaş""%1$s, %2$s, %3$s""Tamamlandı""Ara""Yukarı git""Sorguyu temizle""Sesli arama""Arama sorgusu""Daralt""Готово""Перейти вгору""Очистити запит""Надіслати через""Надіслати запит""Вибрати програму""Пошук""%1$s, %2$s""Переглянути всі""Пошуковий запит""Надіслати через %s""Інші опції""Перейти на головний""Голосовий пошук""%1$s, %2$s, %3$s""Згорнути""تلاش کریں""صوتی تلاش""استفسار جمع کرائیں""مزید اختیارات""سبھی دیکھیں""استفسار صاف کریں""سکیڑیں""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""اشتراک کریں مع""ہوم پر نیویگیٹ کریں""ہو گیا""اوپر نیویگیٹ کریں""%1$s, %2$s""%1$s, %2$s, %3$s""ایک ایپ منتخب کریں""Bo‘lishish:""So‘rov yaratish""Boshiga o‘tish""%1$s, %2$s, %3$s""So‘rovni tozalash""Yig‘ish""Barchasini ko‘rish""Dastur tanlang""Tayyor""Izlash""%1$s, %2$s""Qo‘shimcha sozlamalar""Yuqoriga o‘tish""Ovozli qidiruv""So‘rovni izlash""Chia sẻ với""%1$s, %2$s""%1$s, %2$s, %3$s""Xem tất cả""Tìm kiếm truy vấn""Điều hướng về trang chủ""Gửi truy vấn""Tìm kiếm bằng giọng nói""Tìm kiếm""Thêm tùy chọn""Chọn một ứng dụng""Chia sẻ với %s""Thu gọn""Xong""Xóa truy vấn""Điều hướng lên trên"3truetrue45192dipfalse256dip50%90%70%192dipfalse60%5"完成""清除查询""搜索查询""%1$s:%2$s""查看全部""收起""更多选项""分享方式""语音搜索""选择应用""提交查询""搜索""%1$s - %2$s:%3$s""转到上一层级""转到主屏幕""通过%s分享""選擇應用程式""搜尋""分享對象""完成""提交查詢""瀏覽主頁""搜尋查詢""%1$s:%2$s""向上瀏覽""%1$s (%2$s):%3$s""收合""與「%s」分享""顯示全部""清除查詢""更多選項""語音搜尋""搜尋""選擇分享對象""收合""語音搜尋""瀏覽首頁""向上瀏覽""完成""查看全部""清除查詢""%1$s:%2$s""提交查詢""更多選項""%1$s - %2$s:%3$s""與「%s」分享""搜尋查詢""選擇應用程式""Kwenziwe""Zulazulela phezulu""%1$s, %2$s, %3$s""Umbuzo wosesho""Sesha""Khetha uhlelo lokusebenza""Buka konke""Yabelana no-%s""Yabelana no-""Izinketho eziningi""Zulazulela ekhaya""Ukusesha ngezwi""%1$s, %2$s""Hambisa umbuzo""Sula inkinga""Goqa"16dp16dpSettingsInitialize EMAILEmail Subject:FOHNInitialize CallEnter Phone Number:Begin CallEmail Body:Begin Email64dp
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
new file mode 100644
index 00000000..e318b765
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
new file mode 100644
index 00000000..88f6d2f6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/release/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/release/AndroidManifest.xml
new file mode 100644
index 00000000..88f6d2f6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/manifests/full/release/AndroidManifest.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar
new file mode 100644
index 00000000..7536a203
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar
new file mode 100644
index 00000000..3eab1234
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar
new file mode 100644
index 00000000..8b15c3ae
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar
new file mode 100644
index 00000000..0f11c353
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/debug/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar
new file mode 100644
index 00000000..7536a203
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-419d69e85df9c8c7bf3be18d775bdedadaef025b.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar
new file mode 100644
index 00000000..3eab1234
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/classes-a2186637e70bfafbe53ec4f328f377171e1cba8a.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar
new file mode 100644
index 00000000..8b15c3ae
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/internal_impl-22.0.0-b4fed422fece907025787d8be3235dcdc794d603.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar
new file mode 100644
index 00000000..0f11c353
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/pre-dexed/release/support-annotations-22.0.0-75cf151762463252d9bedf2f81f982b58da2de5a.jar differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_in.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_in.xml
new file mode 100644
index 00000000..f7e5f385
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_out.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_out.xml
new file mode 100644
index 00000000..472a3f40
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 00000000..fe049a05
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 00000000..d85284cb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 00000000..b5c27930
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 00000000..fd3cdf33
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 00000000..4e783e5a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 00000000..b844d8f2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 00000000..e1046f7a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 00000000..f954b7fe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 00000000..aa990e51
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 00000000..7104af44
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 00000000..33516eda
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 00000000..f83e2fbe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_search_url_text.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_search_url_text.xml
new file mode 100644
index 00000000..81cb781f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 00000000..a5735a2d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 00000000..ac36d56e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..f534f58a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..cbc36f6c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..c31cf860
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..90e9c39f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..fb38e86a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..6396605f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..3d30b77e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..cb3fd6fd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..af49d800
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..1e0d4c34
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..a2168f05
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..4ba748cd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..5e5fcf1d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..19093971
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..79fcbf9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..2720327f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..4c9f99ba
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..5b300305
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..6e8ff926
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..7d029d02
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..e583dcf5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..a8811b10
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..7ffeb1d0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..658b6945
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..c10a7bfb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..d290ccb9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..e66354dd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..dc1616c6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..a27070bb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..85831e38
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..f6e97dfe
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..2e55ed26
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..43fd9eeb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..4c6c5b1d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..4f9fd82b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..2b8d87b7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..18dc90c5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..2dd782b5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..a6b6cf7a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..645af271
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..8e188de6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..66d06802
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..f9c606c1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..e59dcf8e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..44670d1f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..02e3f63f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..b327e267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..86fe9267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..eaf546db
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..b2daec10
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..73b8b09d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..6fdd01c4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..1a6aa9b1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..2ce0ef95
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..65258cd9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..a9b94f7c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..b18cdf2c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..b7d0119c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..441869a9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..3a6dfe5c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..bbd29301
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a0b4fda1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..fccd420a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..f9b9cfc8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..8562d62f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..1a45aea0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..d81b5267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..63bded04
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..8096e19c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..94d987cb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..0770f792
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..227ab6cc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..94bc23bd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..ab58d4a9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..cf6ad878
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..a52f3e4e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..07db7bb0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..761e3af4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..59696490
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..0678971d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..91805025
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..f7aa6755
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..f16bf97e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..4a3adf3f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..b2b9f278
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..05848d70
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..20afe070
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..52e52074
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..a05a18c7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..d9b31862
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..26ac890d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..b12bb49a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..b9ce196c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..0cb1ce81
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..780b4e23
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..add76a83
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..fdec4e7f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..6b754b26
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..2cb1fadf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..19c161da
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a11a793a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..10d61963
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..0b2505f4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..2ddc8376
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..09cdbfcc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..a07ebea9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..eebde9e0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..7c69e310
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..daf52c51
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..dead9725
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..b6c55f40
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..d250518f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..a43188b0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..7218ee5a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..56a98915
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..051fc97b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..0958c745
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..23e8ec58
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..8965f3e5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..d1bffd0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..defab445
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..6a609c54
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..d4678b54
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..5b84092f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..f2481975
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..cef7c18d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..8290ab08
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..9caac6ec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..c5a2319e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..d2fa8925
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..e8f0966f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..96a58325
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..8053d167
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..2cc59019
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..96c5ead7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..ea9f8a0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..9e8a6711
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..d8185831
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..9b233fbc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..51a492c6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..eaadb2b0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..f28f0123
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..b9c2101d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..3d620c75
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..9f20e0fb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..6444639c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..00659e62
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..e3287421
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..0ba498a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..c8972e89
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..28b2dce4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..684fabc2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..81fc8134
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..33f47458
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..ebf83a65
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..8065ce2d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..195b9b4a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..83e741b3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..e8cf10a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..2fc23a0e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..b643f2ff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..ec173003
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..249d8c0c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..6d4ab340
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..facf000b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..a07af02f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..069e1aba
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..07aa80b7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..46135bd7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..8ee3d7cf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..24a2d7b9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..c4f38cc8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..93ff40e4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..9bd5dda5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a4d9e8e9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..77ccea5f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..29c21a69
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..44ab5d12
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..c56448c8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..c8fc12a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..8df8603c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..4d59e8df
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..6bc13327
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..ccf7bb20
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..5fa9a26d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..f70308e4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..7ad23e25
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..e02ae26d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..c9e91ab0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..2e3e440e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 00000000..9d3d3900
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 00000000..979d48de
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 00000000..59521ded
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 00000000..9f1def78
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 00000000..51aaa398
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 00000000..855e6de9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 00000000..54301846
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 00000000..ab596e84
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 00000000..e1ac1c5f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 00000000..e1994249
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 00000000..c1e83c2e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 00000000..5aa5b4d5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 00000000..fd929f2e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 00000000..3ed91436
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 00000000..9a263042
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 00000000..397422ac
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 00000000..3e8af78f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 00000000..7029dca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 00000000..4345bb16
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 00000000..126c102a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 00000000..1089a6cd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 00000000..aee69770
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 00000000..c9e339d7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 00000000..d6f7b88b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 00000000..ee663155
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 00000000..05576e3c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 00000000..63ea4d27
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 00000000..01234bc9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 00000000..3ae0f355
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 00000000..05388b6c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 00000000..4504da4b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 00000000..6c3800d9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 00000000..b69421d6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 00000000..d6c6f44f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple.xml
new file mode 100644
index 00000000..bd618e96
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 00000000..d2cceae7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 00000000..b22cd327
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 00000000..d0222435
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_view.xml
new file mode 100644
index 00000000..017db066
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 00000000..401d4c42
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_dialer.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_dialer.xml
new file mode 100644
index 00000000..eb880655
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_dialer.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_email.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_email.xml
new file mode 100644
index 00000000..654d8eed
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_email.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_main.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_main.xml
new file mode 100644
index 00000000..b022e789
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/activity_main.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 00000000..c8c01edc
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/menu/menu_main.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/menu/menu_main.xml
new file mode 100644
index 00000000..2bb68efb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/menu/menu_main.xml
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..1dbefa9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..c8e29864
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..c0cad09c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..82b54070
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-af/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-af/values.xml
new file mode 100644
index 00000000..6c419faf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-af/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-am/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-am/values.xml
new file mode 100644
index 00000000..72c4e945
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-am/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ar/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ar/values.xml
new file mode 100644
index 00000000..0d905576
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ar/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bg/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bg/values.xml
new file mode 100644
index 00000000..9fa08566
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bg/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bn-rBD/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bn-rBD/values.xml
new file mode 100644
index 00000000..a12bf000
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-bn-rBD/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ca/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ca/values.xml
new file mode 100644
index 00000000..54c0d165
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ca/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-cs/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-cs/values.xml
new file mode 100644
index 00000000..0de775d0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-cs/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-da/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-da/values.xml
new file mode 100644
index 00000000..cc0b0dde
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-da/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-de/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-de/values.xml
new file mode 100644
index 00000000..02ddec1f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-de/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "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"
+ "Minimieren"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-el/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-el/values.xml
new file mode 100644
index 00000000..81b81fcb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-el/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rGB/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rGB/values.xml
new file mode 100644
index 00000000..09b535a6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rGB/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rIN/values.xml
new file mode 100644
index 00000000..8f966053
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-en-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es-rUS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es-rUS/values.xml
new file mode 100644
index 00000000..99391a4a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es-rUS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es/values.xml
new file mode 100644
index 00000000..c3c5f4b9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-es/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-et-rEE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-et-rEE/values.xml
new file mode 100644
index 00000000..adaceaf3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-et-rEE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Ahendamine"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-eu-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-eu-rES/values.xml
new file mode 100644
index 00000000..7da6df91
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-eu-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Tolestu"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fa/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fa/values.xml
new file mode 100644
index 00000000..de8eeca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fa/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fi/values.xml
new file mode 100644
index 00000000..cef76b7b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr-rCA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr-rCA/values.xml
new file mode 100644
index 00000000..3643e622
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr-rCA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr/values.xml
new file mode 100644
index 00000000..b987de8f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-fr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-gl-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-gl-rES/values.xml
new file mode 100644
index 00000000..c9cf9865
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-gl-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hdpi-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hdpi-v4/values.xml
new file mode 100644
index 00000000..4edadfd8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hi/values.xml
new file mode 100644
index 00000000..e8cbc1db
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hr/values.xml
new file mode 100644
index 00000000..93a94d7c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Sažmi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hu/values.xml
new file mode 100644
index 00000000..7a094696
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hy-rAM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hy-rAM/values.xml
new file mode 100644
index 00000000..51d07c21
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-hy-rAM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-in/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-in/values.xml
new file mode 100644
index 00000000..566d22c5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-in/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-is-rIS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-is-rIS/values.xml
new file mode 100644
index 00000000..88b1958e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-is-rIS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-it/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-it/values.xml
new file mode 100644
index 00000000..c656f699
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-it/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-iw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-iw/values.xml
new file mode 100644
index 00000000..0b402a1f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-iw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ja/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ja/values.xml
new file mode 100644
index 00000000..a47080d0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ja/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ka-rGE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ka-rGE/values.xml
new file mode 100644
index 00000000..618c0c29
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ka-rGE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kk-rKZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kk-rKZ/values.xml
new file mode 100644
index 00000000..d5fbeca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kk-rKZ/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-km-rKH/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-km-rKH/values.xml
new file mode 100644
index 00000000..7a484b63
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-km-rKH/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kn-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kn-rIN/values.xml
new file mode 100644
index 00000000..fbe695f2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-kn-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ko/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ko/values.xml
new file mode 100644
index 00000000..155be348
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ko/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ky-rKG/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ky-rKG/values.xml
new file mode 100644
index 00000000..a701c262
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ky-rKG/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-land/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-land/values.xml
new file mode 100644
index 00000000..a1754d78
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-large-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-large-v4/values.xml
new file mode 100644
index 00000000..3bcb4ca5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lo-rLA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lo-rLA/values.xml
new file mode 100644
index 00000000..dc13b5bd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lo-rLA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lt/values.xml
new file mode 100644
index 00000000..3d84abe0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lv/values.xml
new file mode 100644
index 00000000..b6c85209
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-lv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mk-rMK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mk-rMK/values.xml
new file mode 100644
index 00000000..b1b73ed1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mk-rMK/values.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ml-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ml-rIN/values.xml
new file mode 100644
index 00000000..39802aef
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ml-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mn-rMN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mn-rMN/values.xml
new file mode 100644
index 00000000..984e2f33
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mn-rMN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mr-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mr-rIN/values.xml
new file mode 100644
index 00000000..3bc84afa
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-mr-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ms-rMY/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ms-rMY/values.xml
new file mode 100644
index 00000000..989e604f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ms-rMY/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-my-rMM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-my-rMM/values.xml
new file mode 100644
index 00000000..88f9571b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-my-rMM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nb/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nb/values.xml
new file mode 100644
index 00000000..053a093e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nb/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "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"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ne-rNP/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ne-rNP/values.xml
new file mode 100644
index 00000000..ec29a128
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ne-rNP/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nl/values.xml
new file mode 100644
index 00000000..adbdcd69
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-nl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pl/values.xml
new file mode 100644
index 00000000..470e413c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-port/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-port/values.xml
new file mode 100644
index 00000000..7e904307
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt-rPT/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt-rPT/values.xml
new file mode 100644
index 00000000..1e418087
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt-rPT/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt/values.xml
new file mode 100644
index 00000000..10faa7df
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-pt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ro/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ro/values.xml
new file mode 100644
index 00000000..da183a1d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ro/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ru/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ru/values.xml
new file mode 100644
index 00000000..ba581a6c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ru/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-si-rLK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-si-rLK/values.xml
new file mode 100644
index 00000000..ba1dd9a3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-si-rLK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sk/values.xml
new file mode 100644
index 00000000..8fab9fdd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sl/values.xml
new file mode 100644
index 00000000..c14fd334
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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:"
+ "Strni"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sr/values.xml
new file mode 100644
index 00000000..8722a757
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sv/values.xml
new file mode 100644
index 00000000..320f6177
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Komprimera"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw/values.xml
new file mode 100644
index 00000000..ee2ac3d1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Kunja"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml
new file mode 100644
index 00000000..a97d7469
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ 64dp
+ 4dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ta-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ta-rIN/values.xml
new file mode 100644
index 00000000..a4fcfed8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ta-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-te-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-te-rIN/values.xml
new file mode 100644
index 00000000..a6798de2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-te-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-th/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-th/values.xml
new file mode 100644
index 00000000..804cbc69
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-th/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tl/values.xml
new file mode 100644
index 00000000..99e8413d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tr/values.xml
new file mode 100644
index 00000000..65a5612c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-tr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uk/values.xml
new file mode 100644
index 00000000..ed949abf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ur-rPK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ur-rPK/values.xml
new file mode 100644
index 00000000..b3086a52
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-ur-rPK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uz-rUZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uz-rUZ/values.xml
new file mode 100644
index 00000000..0ab4d381
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-uz-rUZ/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v11/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v11/values.xml
new file mode 100644
index 00000000..4ab69c9c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v11/values.xml
@@ -0,0 +1,390 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v14/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v14/values.xml
new file mode 100644
index 00000000..55935043
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v14/values.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v17/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v17/values.xml
new file mode 100644
index 00000000..4c89ab00
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v17/values.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v21/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v21/values.xml
new file mode 100644
index 00000000..f7ba4496
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-v21/values.xml
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-vi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-vi/values.xml
new file mode 100644
index 00000000..bf562029
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-vi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w360dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w360dp-v13/values.xml
new file mode 100644
index 00000000..2d8d324b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w480dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w480dp-v13/values.xml
new file mode 100644
index 00000000..a5f82d6f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w500dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w500dp-v13/values.xml
new file mode 100644
index 00000000..0ace1825
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w600dp-v13/values.xml
new file mode 100644
index 00000000..513993e4
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w720dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w720dp-v13/values.xml
new file mode 100644
index 00000000..bc0f3c54
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w820dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w820dp-v13/values.xml
new file mode 100644
index 00000000..636f4e7d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-w820dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
new file mode 100644
index 00000000..d7947530
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-v4/values.xml
new file mode 100644
index 00000000..49e207f3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rCN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rCN/values.xml
new file mode 100644
index 00000000..1ca9710c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rCN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rHK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rHK/values.xml
new file mode 100644
index 00000000..d6329320
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rHK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rTW/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rTW/values.xml
new file mode 100644
index 00000000..7c786616
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zh-rTW/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zu/values.xml
new file mode 100644
index 00000000..ee8d627c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values-zu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values/values.xml
new file mode 100644
index 00000000..cba3b0bb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/debug/values/values.xml
@@ -0,0 +1,1384 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ 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
+ #ffbdbdbd
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #40ffffff
+ #40000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 56dp
+ 4dp
+ 16dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 32dip
+ 8dip
+ 8dip
+ 296dp
+ 320dip
+ 160dip
+ 16sp
+ 16sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 16dp
+ 16dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ Settings
+ MyPhone
+ Hello world!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_in.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_in.xml
new file mode 100644
index 00000000..f7e5f385
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_out.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_out.xml
new file mode 100644
index 00000000..472a3f40
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 00000000..fe049a05
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 00000000..d85284cb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml
new file mode 100644
index 00000000..b5c27930
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_top.xml
new file mode 100644
index 00000000..fd3cdf33
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml
new file mode 100644
index 00000000..4e783e5a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_top.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_top.xml
new file mode 100644
index 00000000..b844d8f2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 00000000..e1046f7a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 00000000..f954b7fe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 00000000..aa990e51
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 00000000..7104af44
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_dark.xml
new file mode 100644
index 00000000..33516eda
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_light.xml
new file mode 100644
index 00000000..f83e2fbe
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_search_url_text.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_search_url_text.xml
new file mode 100644
index 00000000..81cb781f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 00000000..a5735a2d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_light.xml
new file mode 100644
index 00000000..ac36d56e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..f534f58a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..cbc36f6c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..c31cf860
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..90e9c39f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..fb38e86a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..6396605f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..3d30b77e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..cb3fd6fd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..af49d800
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..1e0d4c34
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..a2168f05
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..4ba748cd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..5e5fcf1d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..19093971
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..79fcbf9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..2720327f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..4c9f99ba
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..5b300305
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..6e8ff926
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..7d029d02
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..e583dcf5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..a8811b10
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..7ffeb1d0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..658b6945
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..c10a7bfb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..d290ccb9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..e66354dd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..dc1616c6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..a27070bb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..85831e38
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..f6e97dfe
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..2e55ed26
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..43fd9eeb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..4c6c5b1d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..4f9fd82b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..2b8d87b7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..18dc90c5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..2dd782b5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..a6b6cf7a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..645af271
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..8e188de6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..66d06802
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..f9c606c1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..e59dcf8e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..44670d1f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..02e3f63f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..b327e267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..86fe9267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..eaf546db
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..b2daec10
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..73b8b09d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..6fdd01c4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..1a6aa9b1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..2ce0ef95
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..65258cd9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..a9b94f7c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..b18cdf2c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..b7d0119c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..441869a9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..3a6dfe5c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..bbd29301
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a0b4fda1
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..fccd420a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..f9b9cfc8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..8562d62f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..1a45aea0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..d81b5267
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..63bded04
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..8096e19c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..94d987cb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..0770f792
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..227ab6cc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..94bc23bd
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..ab58d4a9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..cf6ad878
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..a52f3e4e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..07db7bb0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..761e3af4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..59696490
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..0678971d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..91805025
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..f7aa6755
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..f16bf97e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..4a3adf3f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..b2b9f278
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..05848d70
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..20afe070
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..52e52074
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..a05a18c7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..d9b31862
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..26ac890d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..b12bb49a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..b9ce196c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..0cb1ce81
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..780b4e23
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..add76a83
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..fdec4e7f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..6b754b26
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..2cb1fadf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..19c161da
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a11a793a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..10d61963
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..0b2505f4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..2ddc8376
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..09cdbfcc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..a07ebea9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..eebde9e0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..7c69e310
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..daf52c51
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..dead9725
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..b6c55f40
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..d250518f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..a43188b0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..7218ee5a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..56a98915
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..051fc97b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..0958c745
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..23e8ec58
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..3becd3ac
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..8965f3e5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..d1bffd0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..defab445
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..6a609c54
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..d4678b54
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..5b84092f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..f2481975
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..cef7c18d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..8290ab08
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..9caac6ec
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..c5a2319e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..d2fa8925
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..e8f0966f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..96a58325
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..8053d167
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..2cc59019
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..96c5ead7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..ea9f8a0d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..9e8a6711
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..d8185831
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..9b233fbc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..51a492c6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..eaadb2b0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..f28f0123
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..b9c2101d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..3d620c75
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..9f20e0fb
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..6444639c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..00659e62
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..e3287421
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..0ba498a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..c8972e89
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..28b2dce4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..684fabc2
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..81fc8134
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..33f47458
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..ebf83a65
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..8065ce2d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 00000000..195b9b4a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 00000000..83e741b3
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..e8cf10a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 00000000..2fc23a0e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..b643f2ff
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..ec173003
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 00000000..249d8c0c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..6d4ab340
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..facf000b
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..a07af02f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..069e1aba
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..07aa80b7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..46135bd7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..8ee3d7cf
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..24a2d7b9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 00000000..c4f38cc8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 00000000..93ff40e4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..9bd5dda5
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..a4d9e8e9
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..77ccea5f
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..29c21a69
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 00000000..44ab5d12
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 00000000..c56448c8
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 00000000..c8fc12a6
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 00000000..8df8603c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 00000000..4d59e8df
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 00000000..6bc13327
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 00000000..ccf7bb20
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 00000000..5fa9a26d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..f70308e4
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..7ad23e25
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 00000000..e02ae26d
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..c9e91ab0
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..2e3e440e
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_check_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_check_material.xml
new file mode 100644
index 00000000..9d3d3900
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 00000000..979d48de
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_radio_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_radio_material.xml
new file mode 100644
index 00000000..59521ded
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 00000000..9f1def78
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 00000000..51aaa398
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_edit_text_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_edit_text_material.xml
new file mode 100644
index 00000000..855e6de9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_edit_text_material.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 00000000..54301846
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 00000000..ab596e84
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 00000000..e1ac1c5f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 00000000..e1994249
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 00000000..c1e83c2e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 00000000..5aa5b4d5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 00000000..fd929f2e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 00000000..3ed91436
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 00000000..9a263042
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 00000000..397422ac
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml
new file mode 100644
index 00000000..3e8af78f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 00000000..7029dca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml
new file mode 100644
index 00000000..4345bb16
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml
new file mode 100644
index 00000000..126c102a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 00000000..1089a6cd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 00000000..aee69770
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml
new file mode 100644
index 00000000..c9e339d7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml
new file mode 100644
index 00000000..d6f7b88b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 00000000..ee663155
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml
new file mode 100644
index 00000000..05576e3c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 00000000..63ea4d27
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 00000000..01234bc9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 00000000..3ae0f355
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 00000000..05388b6c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 00000000..4504da4b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 00000000..6c3800d9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 00000000..b69421d6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_content_include.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_content_include.xml
new file mode 100644
index 00000000..d6c6f44f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple.xml
new file mode 100644
index 00000000..bd618e96
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 00000000..d2cceae7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml
new file mode 100644
index 00000000..b22cd327
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 00000000..d0222435
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_view.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_view.xml
new file mode 100644
index 00000000..017db066
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 00000000..401d4c42
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_dialer.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_dialer.xml
new file mode 100644
index 00000000..21517d27
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_dialer.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_email.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_email.xml
new file mode 100644
index 00000000..6a33b4c7
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_email.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_main.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_main.xml
new file mode 100644
index 00000000..61618509
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/activity_main.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 00000000..c8c01edc
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/menu/menu_main.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/menu/menu_main.xml
new file mode 100644
index 00000000..2bb68efb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/menu/menu_main.xml
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..1dbefa9a
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-mdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-mdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..c8e29864
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-mdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xhdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xhdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..c0cad09c
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xhdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xxhdpi-v4/ic_launcher.png b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 00000000..82b54070
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/mipmap-xxhdpi-v4/ic_launcher.png differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-af/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-af/values.xml
new file mode 100644
index 00000000..6c419faf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-af/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-am/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-am/values.xml
new file mode 100644
index 00000000..72c4e945
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-am/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ar/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ar/values.xml
new file mode 100644
index 00000000..0d905576
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ar/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bg/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bg/values.xml
new file mode 100644
index 00000000..9fa08566
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bg/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bn-rBD/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bn-rBD/values.xml
new file mode 100644
index 00000000..a12bf000
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-bn-rBD/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ca/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ca/values.xml
new file mode 100644
index 00000000..54c0d165
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ca/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-cs/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-cs/values.xml
new file mode 100644
index 00000000..0de775d0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-cs/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-da/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-da/values.xml
new file mode 100644
index 00000000..cc0b0dde
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-da/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-de/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-de/values.xml
new file mode 100644
index 00000000..02ddec1f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-de/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "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"
+ "Minimieren"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-el/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-el/values.xml
new file mode 100644
index 00000000..81b81fcb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-el/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rGB/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rGB/values.xml
new file mode 100644
index 00000000..09b535a6
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rGB/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rIN/values.xml
new file mode 100644
index 00000000..8f966053
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-en-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es-rUS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es-rUS/values.xml
new file mode 100644
index 00000000..99391a4a
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es-rUS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es/values.xml
new file mode 100644
index 00000000..c3c5f4b9
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-es/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-et-rEE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-et-rEE/values.xml
new file mode 100644
index 00000000..adaceaf3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-et-rEE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Ahendamine"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-eu-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-eu-rES/values.xml
new file mode 100644
index 00000000..7da6df91
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-eu-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Tolestu"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fa/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fa/values.xml
new file mode 100644
index 00000000..de8eeca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fa/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fi/values.xml
new file mode 100644
index 00000000..cef76b7b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr-rCA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr-rCA/values.xml
new file mode 100644
index 00000000..3643e622
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr-rCA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr/values.xml
new file mode 100644
index 00000000..b987de8f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-fr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-gl-rES/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-gl-rES/values.xml
new file mode 100644
index 00000000..c9cf9865
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-gl-rES/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hdpi-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hdpi-v4/values.xml
new file mode 100644
index 00000000..4edadfd8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hi/values.xml
new file mode 100644
index 00000000..e8cbc1db
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hr/values.xml
new file mode 100644
index 00000000..93a94d7c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Sažmi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hu/values.xml
new file mode 100644
index 00000000..7a094696
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hy-rAM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hy-rAM/values.xml
new file mode 100644
index 00000000..51d07c21
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-hy-rAM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-in/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-in/values.xml
new file mode 100644
index 00000000..566d22c5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-in/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-is-rIS/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-is-rIS/values.xml
new file mode 100644
index 00000000..88b1958e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-is-rIS/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-it/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-it/values.xml
new file mode 100644
index 00000000..c656f699
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-it/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-iw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-iw/values.xml
new file mode 100644
index 00000000..0b402a1f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-iw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ja/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ja/values.xml
new file mode 100644
index 00000000..a47080d0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ja/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ka-rGE/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ka-rGE/values.xml
new file mode 100644
index 00000000..618c0c29
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ka-rGE/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kk-rKZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kk-rKZ/values.xml
new file mode 100644
index 00000000..d5fbeca8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kk-rKZ/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-km-rKH/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-km-rKH/values.xml
new file mode 100644
index 00000000..7a484b63
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-km-rKH/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kn-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kn-rIN/values.xml
new file mode 100644
index 00000000..fbe695f2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-kn-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ko/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ko/values.xml
new file mode 100644
index 00000000..155be348
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ko/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ky-rKG/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ky-rKG/values.xml
new file mode 100644
index 00000000..a701c262
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ky-rKG/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-land/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-land/values.xml
new file mode 100644
index 00000000..a1754d78
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-large-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-large-v4/values.xml
new file mode 100644
index 00000000..3bcb4ca5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lo-rLA/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lo-rLA/values.xml
new file mode 100644
index 00000000..dc13b5bd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lo-rLA/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lt/values.xml
new file mode 100644
index 00000000..3d84abe0
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lv/values.xml
new file mode 100644
index 00000000..b6c85209
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-lv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mk-rMK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mk-rMK/values.xml
new file mode 100644
index 00000000..b1b73ed1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mk-rMK/values.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ml-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ml-rIN/values.xml
new file mode 100644
index 00000000..39802aef
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ml-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mn-rMN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mn-rMN/values.xml
new file mode 100644
index 00000000..984e2f33
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mn-rMN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mr-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mr-rIN/values.xml
new file mode 100644
index 00000000..3bc84afa
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-mr-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ms-rMY/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ms-rMY/values.xml
new file mode 100644
index 00000000..989e604f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ms-rMY/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-my-rMM/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-my-rMM/values.xml
new file mode 100644
index 00000000..88f9571b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-my-rMM/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nb/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nb/values.xml
new file mode 100644
index 00000000..053a093e
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nb/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "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"
+ "Skjul"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ne-rNP/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ne-rNP/values.xml
new file mode 100644
index 00000000..ec29a128
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ne-rNP/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nl/values.xml
new file mode 100644
index 00000000..adbdcd69
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-nl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pl/values.xml
new file mode 100644
index 00000000..470e413c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-port/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-port/values.xml
new file mode 100644
index 00000000..7e904307
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt-rPT/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt-rPT/values.xml
new file mode 100644
index 00000000..1e418087
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt-rPT/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt/values.xml
new file mode 100644
index 00000000..10faa7df
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-pt/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ro/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ro/values.xml
new file mode 100644
index 00000000..da183a1d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ro/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ru/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ru/values.xml
new file mode 100644
index 00000000..ba581a6c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ru/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-si-rLK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-si-rLK/values.xml
new file mode 100644
index 00000000..ba1dd9a3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-si-rLK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sk/values.xml
new file mode 100644
index 00000000..8fab9fdd
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sl/values.xml
new file mode 100644
index 00000000..c14fd334
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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:"
+ "Strni"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sr/values.xml
new file mode 100644
index 00000000..8722a757
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sv/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sv/values.xml
new file mode 100644
index 00000000..320f6177
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sv/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Komprimera"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw/values.xml
new file mode 100644
index 00000000..ee2ac3d1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "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"
+ "Kunja"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw600dp-v13/values.xml
new file mode 100644
index 00000000..a97d7469
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-sw600dp-v13/values.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ 64dp
+ 4dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ta-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ta-rIN/values.xml
new file mode 100644
index 00000000..a4fcfed8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ta-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-te-rIN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-te-rIN/values.xml
new file mode 100644
index 00000000..a6798de2
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-te-rIN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-th/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-th/values.xml
new file mode 100644
index 00000000..804cbc69
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-th/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tl/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tl/values.xml
new file mode 100644
index 00000000..99e8413d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tl/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tr/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tr/values.xml
new file mode 100644
index 00000000..65a5612c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-tr/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uk/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uk/values.xml
new file mode 100644
index 00000000..ed949abf
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uk/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ur-rPK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ur-rPK/values.xml
new file mode 100644
index 00000000..b3086a52
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-ur-rPK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uz-rUZ/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uz-rUZ/values.xml
new file mode 100644
index 00000000..0ab4d381
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-uz-rUZ/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v11/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v11/values.xml
new file mode 100644
index 00000000..4ab69c9c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v11/values.xml
@@ -0,0 +1,390 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v14/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v14/values.xml
new file mode 100644
index 00000000..55935043
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v14/values.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v17/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v17/values.xml
new file mode 100644
index 00000000..4c89ab00
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v17/values.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v21/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v21/values.xml
new file mode 100644
index 00000000..f7ba4496
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-v21/values.xml
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-vi/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-vi/values.xml
new file mode 100644
index 00000000..bf562029
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-vi/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w360dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w360dp-v13/values.xml
new file mode 100644
index 00000000..2d8d324b
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w480dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w480dp-v13/values.xml
new file mode 100644
index 00000000..a5f82d6f
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w500dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w500dp-v13/values.xml
new file mode 100644
index 00000000..0ace1825
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w600dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w600dp-v13/values.xml
new file mode 100644
index 00000000..513993e4
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w720dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w720dp-v13/values.xml
new file mode 100644
index 00000000..bc0f3c54
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w820dp-v13/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w820dp-v13/values.xml
new file mode 100644
index 00000000..636f4e7d
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-w820dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-land-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-land-v4/values.xml
new file mode 100644
index 00000000..d7947530
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-v4/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-v4/values.xml
new file mode 100644
index 00000000..49e207f3
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rCN/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rCN/values.xml
new file mode 100644
index 00000000..1ca9710c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rCN/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rHK/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rHK/values.xml
new file mode 100644
index 00000000..d6329320
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rHK/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rTW/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rTW/values.xml
new file mode 100644
index 00000000..7c786616
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zh-rTW/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zu/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zu/values.xml
new file mode 100644
index 00000000..ee8d627c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values-zu/values.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values/values.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values/values.xml
new file mode 100644
index 00000000..9632d076
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/res/release/values/values.xml
@@ -0,0 +1,1394 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ 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
+ #ffbdbdbd
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #40ffffff
+ #40000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 56dp
+ 4dp
+ 16dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 32dip
+ 8dip
+ 8dip
+ 296dp
+ 320dip
+ 160dip
+ 16sp
+ 16sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 16dp
+ 16dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+
+
+ Begin Email
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ Settings
+ FOHN
+ Begin Call
+ Initialize Call
+ Enter Phone Number:
+ Email Body:
+ Initialize EMAIL
+ Email Subject:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug-androidTest.ap_ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug-androidTest.ap_
new file mode 100644
index 00000000..60ed2143
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug-androidTest.ap_ differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug.ap_ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug.ap_
new file mode 100644
index 00000000..4ddb8845
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-debug.ap_ differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-release.ap_ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-release.ap_
new file mode 100644
index 00000000..7f8dde51
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/resources/resources-release.ap_ differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/debug/R.txt b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 00000000..08f97354
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,986 @@
+int anim abc_fade_in 0x7f050000
+int anim abc_fade_out 0x7f050001
+int anim abc_grow_fade_in_from_bottom 0x7f050002
+int anim abc_shrink_fade_out_from_bottom 0x7f050003
+int anim abc_slide_in_bottom 0x7f050004
+int anim abc_slide_in_top 0x7f050005
+int anim abc_slide_out_bottom 0x7f050006
+int anim abc_slide_out_top 0x7f050007
+int attr actionBarDivider 0x7f01005a
+int attr actionBarItemBackground 0x7f01005b
+int attr actionBarPopupTheme 0x7f010054
+int attr actionBarSize 0x7f010059
+int attr actionBarSplitStyle 0x7f010056
+int attr actionBarStyle 0x7f010055
+int attr actionBarTabBarStyle 0x7f010050
+int attr actionBarTabStyle 0x7f01004f
+int attr actionBarTabTextStyle 0x7f010051
+int attr actionBarTheme 0x7f010057
+int attr actionBarWidgetTheme 0x7f010058
+int attr actionButtonStyle 0x7f010072
+int attr actionDropDownStyle 0x7f01006d
+int attr actionLayout 0x7f01002c
+int attr actionMenuTextAppearance 0x7f01005c
+int attr actionMenuTextColor 0x7f01005d
+int attr actionModeBackground 0x7f010060
+int attr actionModeCloseButtonStyle 0x7f01005f
+int attr actionModeCloseDrawable 0x7f010062
+int attr actionModeCopyDrawable 0x7f010064
+int attr actionModeCutDrawable 0x7f010063
+int attr actionModeFindDrawable 0x7f010068
+int attr actionModePasteDrawable 0x7f010065
+int attr actionModePopupWindowStyle 0x7f01006a
+int attr actionModeSelectAllDrawable 0x7f010066
+int attr actionModeShareDrawable 0x7f010067
+int attr actionModeSplitBackground 0x7f010061
+int attr actionModeStyle 0x7f01005e
+int attr actionModeWebSearchDrawable 0x7f010069
+int attr actionOverflowButtonStyle 0x7f010052
+int attr actionOverflowMenuStyle 0x7f010053
+int attr actionProviderClass 0x7f01002e
+int attr actionViewClass 0x7f01002d
+int attr activityChooserViewStyle 0x7f010079
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr barSize 0x7f010026
+int attr buttonBarButtonStyle 0x7f010074
+int attr buttonBarStyle 0x7f010073
+int attr closeIcon 0x7f010035
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100a4
+int attr collapseIcon 0x7f0100a3
+int attr color 0x7f010020
+int attr colorAccent 0x7f010094
+int attr colorButtonNormal 0x7f010098
+int attr colorControlActivated 0x7f010096
+int attr colorControlHighlight 0x7f010097
+int attr colorControlNormal 0x7f010095
+int attr colorPrimary 0x7f010092
+int attr colorPrimaryDark 0x7f010093
+int attr colorSwitchThumbNormal 0x7f010099
+int attr commitIcon 0x7f010039
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr disableChildrenWhenDisabled 0x7f010040
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010078
+int attr dividerPadding 0x7f01002a
+int attr dividerVertical 0x7f010077
+int attr drawableSize 0x7f010022
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f01008a
+int attr dropdownListPreferredItemHeight 0x7f01006e
+int attr editTextBackground 0x7f01007f
+int attr editTextColor 0x7f01007e
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010023
+int attr goIcon 0x7f010036
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010071
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010033
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010032
+int attr listChoiceBackgroundIndicator 0x7f010091
+int attr listPopupWindowStyle 0x7f01008b
+int attr listPreferredItemHeight 0x7f010085
+int attr listPreferredItemHeightLarge 0x7f010087
+int attr listPreferredItemHeightSmall 0x7f010086
+int attr listPreferredItemPaddingLeft 0x7f010088
+int attr listPreferredItemPaddingRight 0x7f010089
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100a1
+int attr measureWithLargestChild 0x7f010028
+int attr middleBarArrowSize 0x7f010025
+int attr navigationContentDescription 0x7f0100a6
+int attr navigationIcon 0x7f0100a5
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010030
+int attr paddingEnd 0x7f0100a8
+int attr paddingStart 0x7f0100a7
+int attr panelBackground 0x7f01008e
+int attr panelMenuListTheme 0x7f010090
+int attr panelMenuListWidth 0x7f01008f
+int attr popupMenuStyle 0x7f01007c
+int attr popupPromptView 0x7f01003f
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f01007d
+int attr preserveIconSpacing 0x7f01002f
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f01003d
+int attr queryBackground 0x7f01003b
+int attr queryHint 0x7f010034
+int attr searchIcon 0x7f010037
+int attr searchViewStyle 0x7f010084
+int attr selectableItemBackground 0x7f010075
+int attr selectableItemBackgroundBorderless 0x7f010076
+int attr showAsAction 0x7f01002b
+int attr showDividers 0x7f010029
+int attr showText 0x7f010047
+int attr spinBars 0x7f010021
+int attr spinnerDropDownItemStyle 0x7f010070
+int attr spinnerMode 0x7f01003e
+int attr spinnerStyle 0x7f01006f
+int attr splitTrack 0x7f010046
+int attr state_above_anchor 0x7f010031
+int attr submitBackground 0x7f01003c
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f01009b
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01003a
+int attr switchMinWidth 0x7f010044
+int attr switchPadding 0x7f010045
+int attr switchStyle 0x7f010080
+int attr switchTextAppearance 0x7f010043
+int attr textAllCaps 0x7f01001f
+int attr textAppearanceLargePopupMenu 0x7f01006b
+int attr textAppearanceListItem 0x7f01008c
+int attr textAppearanceListItemSmall 0x7f01008d
+int attr textAppearanceSearchResultSubtitle 0x7f010082
+int attr textAppearanceSearchResultTitle 0x7f010081
+int attr textAppearanceSmallPopupMenu 0x7f01006c
+int attr textColorSearchUrl 0x7f010083
+int attr theme 0x7f0100a2
+int attr thickness 0x7f010027
+int attr thumbTextPadding 0x7f010042
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100a0
+int attr titleMarginEnd 0x7f01009e
+int attr titleMarginStart 0x7f01009d
+int attr titleMarginTop 0x7f01009f
+int attr titleMargins 0x7f01009c
+int attr titleTextAppearance 0x7f01009a
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f01007b
+int attr toolbarStyle 0x7f01007a
+int attr topBottomBarArrowSize 0x7f010024
+int attr track 0x7f010041
+int attr voiceIcon 0x7f010038
+int attr windowActionBar 0x7f010048
+int attr windowActionBarOverlay 0x7f010049
+int attr windowActionModeOverlay 0x7f01004a
+int attr windowFixedHeightMajor 0x7f01004e
+int attr windowFixedHeightMinor 0x7f01004c
+int attr windowFixedWidthMajor 0x7f01004b
+int attr windowFixedWidthMinor 0x7f01004d
+int bool abc_action_bar_embed_tabs 0x7f060000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f060001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f060002
+int bool abc_config_actionMenuItemAllCaps 0x7f060003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060004
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060005
+int color abc_background_cache_hint_selector_material_dark 0x7f070031
+int color abc_background_cache_hint_selector_material_light 0x7f070032
+int color abc_input_method_navigation_guard 0x7f070000
+int color abc_primary_text_disable_only_material_dark 0x7f070033
+int color abc_primary_text_disable_only_material_light 0x7f070034
+int color abc_primary_text_material_dark 0x7f070035
+int color abc_primary_text_material_light 0x7f070036
+int color abc_search_url_text 0x7f070037
+int color abc_search_url_text_normal 0x7f070001
+int color abc_search_url_text_pressed 0x7f070002
+int color abc_search_url_text_selected 0x7f070003
+int color abc_secondary_text_material_dark 0x7f070038
+int color abc_secondary_text_material_light 0x7f070039
+int color accent_material_dark 0x7f070004
+int color accent_material_light 0x7f070005
+int color background_floating_material_dark 0x7f070006
+int color background_floating_material_light 0x7f070007
+int color background_material_dark 0x7f070008
+int color background_material_light 0x7f070009
+int color bright_foreground_disabled_material_dark 0x7f07000a
+int color bright_foreground_disabled_material_light 0x7f07000b
+int color bright_foreground_inverse_material_dark 0x7f07000c
+int color bright_foreground_inverse_material_light 0x7f07000d
+int color bright_foreground_material_dark 0x7f07000e
+int color bright_foreground_material_light 0x7f07000f
+int color button_material_dark 0x7f070010
+int color button_material_light 0x7f070011
+int color dim_foreground_disabled_material_dark 0x7f070012
+int color dim_foreground_disabled_material_light 0x7f070013
+int color dim_foreground_material_dark 0x7f070014
+int color dim_foreground_material_light 0x7f070015
+int color highlighted_text_material_dark 0x7f070016
+int color highlighted_text_material_light 0x7f070017
+int color hint_foreground_material_dark 0x7f070018
+int color hint_foreground_material_light 0x7f070019
+int color link_text_material_dark 0x7f07001a
+int color link_text_material_light 0x7f07001b
+int color material_blue_grey_800 0x7f07001c
+int color material_blue_grey_900 0x7f07001d
+int color material_blue_grey_950 0x7f07001e
+int color material_deep_teal_200 0x7f07001f
+int color material_deep_teal_500 0x7f070020
+int color primary_dark_material_dark 0x7f070021
+int color primary_dark_material_light 0x7f070022
+int color primary_material_dark 0x7f070023
+int color primary_material_light 0x7f070024
+int color primary_text_default_material_dark 0x7f070025
+int color primary_text_default_material_light 0x7f070026
+int color primary_text_disabled_material_dark 0x7f070027
+int color primary_text_disabled_material_light 0x7f070028
+int color ripple_material_dark 0x7f070029
+int color ripple_material_light 0x7f07002a
+int color secondary_text_default_material_dark 0x7f07002b
+int color secondary_text_default_material_light 0x7f07002c
+int color secondary_text_disabled_material_dark 0x7f07002d
+int color secondary_text_disabled_material_light 0x7f07002e
+int color switch_thumb_normal_material_dark 0x7f07002f
+int color switch_thumb_normal_material_light 0x7f070030
+int dimen abc_action_bar_default_height_material 0x7f080000
+int dimen abc_action_bar_default_padding_material 0x7f080001
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f080002
+int dimen abc_action_bar_progress_bar_size 0x7f080003
+int dimen abc_action_bar_stacked_max_height 0x7f080004
+int dimen abc_action_bar_stacked_tab_max_width 0x7f080005
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f080006
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f080007
+int dimen abc_action_button_min_height_material 0x7f080008
+int dimen abc_action_button_min_width_material 0x7f080009
+int dimen abc_action_button_min_width_overflow_material 0x7f08000a
+int dimen abc_button_inset_horizontal_material 0x7f08000b
+int dimen abc_button_inset_vertical_material 0x7f08000c
+int dimen abc_button_padding_horizontal_material 0x7f08000d
+int dimen abc_button_padding_vertical_material 0x7f08000e
+int dimen abc_config_prefDialogWidth 0x7f08000f
+int dimen abc_control_corner_material 0x7f080010
+int dimen abc_control_inset_material 0x7f080011
+int dimen abc_control_padding_material 0x7f080012
+int dimen abc_dropdownitem_icon_width 0x7f080013
+int dimen abc_dropdownitem_text_padding_left 0x7f080014
+int dimen abc_dropdownitem_text_padding_right 0x7f080015
+int dimen abc_panel_menu_list_width 0x7f080016
+int dimen abc_search_view_preferred_width 0x7f080017
+int dimen abc_search_view_text_min_width 0x7f080018
+int dimen abc_text_size_body_1_material 0x7f080019
+int dimen abc_text_size_body_2_material 0x7f08001a
+int dimen abc_text_size_button_material 0x7f08001b
+int dimen abc_text_size_caption_material 0x7f08001c
+int dimen abc_text_size_display_1_material 0x7f08001d
+int dimen abc_text_size_display_2_material 0x7f08001e
+int dimen abc_text_size_display_3_material 0x7f08001f
+int dimen abc_text_size_display_4_material 0x7f080020
+int dimen abc_text_size_headline_material 0x7f080021
+int dimen abc_text_size_large_material 0x7f080022
+int dimen abc_text_size_medium_material 0x7f080023
+int dimen abc_text_size_menu_material 0x7f080024
+int dimen abc_text_size_small_material 0x7f080025
+int dimen abc_text_size_subhead_material 0x7f080026
+int dimen abc_text_size_subtitle_material_toolbar 0x7f080027
+int dimen abc_text_size_title_material 0x7f080028
+int dimen abc_text_size_title_material_toolbar 0x7f080029
+int dimen activity_horizontal_margin 0x7f08002a
+int dimen activity_vertical_margin 0x7f08002b
+int dimen dialog_fixed_height_major 0x7f08002c
+int dimen dialog_fixed_height_minor 0x7f08002d
+int dimen dialog_fixed_width_major 0x7f08002e
+int dimen dialog_fixed_width_minor 0x7f08002f
+int dimen disabled_alpha_material_dark 0x7f080030
+int dimen disabled_alpha_material_light 0x7f080031
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_check_material 0x7f020001
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020003
+int drawable abc_btn_default_mtrl_shape 0x7f020004
+int drawable abc_btn_radio_material 0x7f020005
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020007
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020008
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f020009
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000b
+int drawable abc_cab_background_internal_bg 0x7f02000c
+int drawable abc_cab_background_top_material 0x7f02000d
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000e
+int drawable abc_edit_text_material 0x7f02000f
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020010
+int drawable abc_ic_clear_mtrl_alpha 0x7f020011
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020012
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020013
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020014
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020015
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f020019
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001a
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001b
+int drawable abc_item_background_holo_dark 0x7f02001c
+int drawable abc_item_background_holo_light 0x7f02001d
+int drawable abc_list_divider_mtrl_alpha 0x7f02001e
+int drawable abc_list_focused_holo 0x7f02001f
+int drawable abc_list_longpressed_holo 0x7f020020
+int drawable abc_list_pressed_holo_dark 0x7f020021
+int drawable abc_list_pressed_holo_light 0x7f020022
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020023
+int drawable abc_list_selector_background_transition_holo_light 0x7f020024
+int drawable abc_list_selector_disabled_holo_dark 0x7f020025
+int drawable abc_list_selector_disabled_holo_light 0x7f020026
+int drawable abc_list_selector_holo_dark 0x7f020027
+int drawable abc_list_selector_holo_light 0x7f020028
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f020029
+int drawable abc_popup_background_mtrl_mult 0x7f02002a
+int drawable abc_ratingbar_full_material 0x7f02002b
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002c
+int drawable abc_spinner_textfield_background_material 0x7f02002d
+int drawable abc_switch_thumb_material 0x7f02002e
+int drawable abc_switch_track_mtrl_alpha 0x7f02002f
+int drawable abc_tab_indicator_material 0x7f020030
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020031
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020032
+int drawable abc_textfield_default_mtrl_alpha 0x7f020033
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020034
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020035
+int drawable abc_textfield_search_material 0x7f020036
+int id action_bar 0x7f090031
+int id action_bar_activity_content 0x7f090000
+int id action_bar_container 0x7f090030
+int id action_bar_root 0x7f09002c
+int id action_bar_spinner 0x7f090001
+int id action_bar_subtitle 0x7f09001f
+int id action_bar_title 0x7f09001e
+int id action_context_bar 0x7f090032
+int id action_menu_divider 0x7f090002
+int id action_menu_presenter 0x7f090003
+int id action_mode_bar 0x7f09002e
+int id action_mode_bar_stub 0x7f09002d
+int id action_mode_close_button 0x7f090020
+int id action_settings 0x7f090046
+int id activity_chooser_view_content 0x7f090021
+int id always 0x7f090016
+int id beginning 0x7f090013
+int id call_button 0x7f090040
+int id checkbox 0x7f090029
+int id collapseActionView 0x7f090017
+int id decor_content_parent 0x7f09002f
+int id default_activity_button 0x7f090024
+int id dialer_button 0x7f090044
+int id dialer_text 0x7f09003f
+int id dialog 0x7f09001b
+int id disableHome 0x7f09000c
+int id dropdown 0x7f09001c
+int id edit_query 0x7f090033
+int id email_body 0x7f090042
+int id email_button 0x7f090045
+int id email_subject 0x7f090041
+int id end 0x7f090014
+int id expand_activities_button 0x7f090022
+int id expanded_menu 0x7f090028
+int id home 0x7f090004
+int id homeAsUp 0x7f09000d
+int id icon 0x7f090026
+int id ifRoom 0x7f090018
+int id image 0x7f090023
+int id listMode 0x7f090009
+int id list_item 0x7f090025
+int id mail_button 0x7f090043
+int id middle 0x7f090015
+int id never 0x7f090019
+int id none 0x7f09000e
+int id normal 0x7f09000a
+int id progress_circular 0x7f090005
+int id progress_horizontal 0x7f090006
+int id radio 0x7f09002b
+int id search_badge 0x7f090035
+int id search_bar 0x7f090034
+int id search_button 0x7f090036
+int id search_close_btn 0x7f09003b
+int id search_edit_frame 0x7f090037
+int id search_go_btn 0x7f09003d
+int id search_mag_icon 0x7f090038
+int id search_plate 0x7f090039
+int id search_src_text 0x7f09003a
+int id search_voice_btn 0x7f09003e
+int id shortcut 0x7f09002a
+int id showCustom 0x7f09000f
+int id showHome 0x7f090010
+int id showTitle 0x7f090011
+int id split_action_bar 0x7f090007
+int id submit_area 0x7f09003c
+int id tabMode 0x7f09000b
+int id title 0x7f090027
+int id up 0x7f090008
+int id useLogo 0x7f090012
+int id withText 0x7f09001a
+int id wrap_content 0x7f09001d
+int integer abc_config_activityDefaultDur 0x7f0a0000
+int integer abc_config_activityShortDur 0x7f0a0001
+int integer abc_max_action_buttons 0x7f0a0002
+int layout abc_action_bar_title_item 0x7f040000
+int layout abc_action_bar_up_container 0x7f040001
+int layout abc_action_bar_view_list_nav_layout 0x7f040002
+int layout abc_action_menu_item_layout 0x7f040003
+int layout abc_action_menu_layout 0x7f040004
+int layout abc_action_mode_bar 0x7f040005
+int layout abc_action_mode_close_item_material 0x7f040006
+int layout abc_activity_chooser_view 0x7f040007
+int layout abc_activity_chooser_view_list_item 0x7f040008
+int layout abc_expanded_menu_layout 0x7f040009
+int layout abc_list_menu_item_checkbox 0x7f04000a
+int layout abc_list_menu_item_icon 0x7f04000b
+int layout abc_list_menu_item_layout 0x7f04000c
+int layout abc_list_menu_item_radio 0x7f04000d
+int layout abc_popup_menu_item_layout 0x7f04000e
+int layout abc_screen_content_include 0x7f04000f
+int layout abc_screen_simple 0x7f040010
+int layout abc_screen_simple_overlay_action_mode 0x7f040011
+int layout abc_screen_toolbar 0x7f040012
+int layout abc_search_dropdown_item_icons_2line 0x7f040013
+int layout abc_search_view 0x7f040014
+int layout abc_simple_dropdown_hint 0x7f040015
+int layout activity_dialer 0x7f040016
+int layout activity_email 0x7f040017
+int layout activity_main 0x7f040018
+int layout support_simple_spinner_dropdown_item 0x7f040019
+int menu menu_main 0x7f0d0000
+int mipmap ic_launcher 0x7f030000
+int string abc_action_bar_home_description 0x7f0b0000
+int string abc_action_bar_home_description_format 0x7f0b0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0b0002
+int string abc_action_bar_up_description 0x7f0b0003
+int string abc_action_menu_overflow_description 0x7f0b0004
+int string abc_action_mode_done 0x7f0b0005
+int string abc_activity_chooser_view_see_all 0x7f0b0006
+int string abc_activitychooserview_choose_application 0x7f0b0007
+int string abc_searchview_description_clear 0x7f0b0008
+int string abc_searchview_description_query 0x7f0b0009
+int string abc_searchview_description_search 0x7f0b000a
+int string abc_searchview_description_submit 0x7f0b000b
+int string abc_searchview_description_voice 0x7f0b000c
+int string abc_shareactionprovider_share_with 0x7f0b000d
+int string abc_shareactionprovider_share_with_application 0x7f0b000e
+int string abc_toolbar_collapse_description 0x7f0b000f
+int string action_settings 0x7f0b0010
+int string app_name 0x7f0b0011
+int string hello_world 0x7f0b0012
+int style Animation_AppCompat_DropDownUp 0x7f0c0000
+int style AppTheme 0x7f0c0001
+int style Base_Animation_AppCompat_DropDownUp 0x7f0c0002
+int style Base_TextAppearance_AppCompat 0x7f0c0003
+int style Base_TextAppearance_AppCompat_Body1 0x7f0c0004
+int style Base_TextAppearance_AppCompat_Body2 0x7f0c0005
+int style Base_TextAppearance_AppCompat_Button 0x7f0c0006
+int style Base_TextAppearance_AppCompat_Caption 0x7f0c0007
+int style Base_TextAppearance_AppCompat_Display1 0x7f0c0008
+int style Base_TextAppearance_AppCompat_Display2 0x7f0c0009
+int style Base_TextAppearance_AppCompat_Display3 0x7f0c000a
+int style Base_TextAppearance_AppCompat_Display4 0x7f0c000b
+int style Base_TextAppearance_AppCompat_Headline 0x7f0c000c
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0c000d
+int style Base_TextAppearance_AppCompat_Large 0x7f0c000e
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c000f
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c0010
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c0011
+int style Base_TextAppearance_AppCompat_Medium 0x7f0c0012
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c0013
+int style Base_TextAppearance_AppCompat_Menu 0x7f0c0014
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c0015
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0016
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0017
+int style Base_TextAppearance_AppCompat_Small 0x7f0c0018
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c0019
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0c001a
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c001b
+int style Base_TextAppearance_AppCompat_Title 0x7f0c001c
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c001d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c001e
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c001f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c0020
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c0021
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c0022
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c0023
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c0024
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c0025
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0026
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0027
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0028
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c0029
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c002a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c002b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c002c
+int style Base_Theme_AppCompat 0x7f0c002d
+int style Base_Theme_AppCompat_CompactMenu 0x7f0c002e
+int style Base_Theme_AppCompat_Dialog 0x7f0c002f
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c0030
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0031
+int style Base_Theme_AppCompat_Light 0x7f0c0032
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c0033
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0034
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c0035
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c0036
+int style Base_ThemeOverlay_AppCompat 0x7f0c0037
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c0038
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c0039
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c003a
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0c003b
+int style Base_V11_Theme_AppCompat 0x7f0c00ed
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0c00ee
+int style Base_V11_Theme_AppCompat_Light 0x7f0c00ef
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0c00f0
+int style Base_V14_Theme_AppCompat 0x7f0c00f1
+int style Base_V14_Theme_AppCompat_Dialog 0x7f0c00f2
+int style Base_V14_Theme_AppCompat_Light 0x7f0c00f3
+int style Base_V14_Theme_AppCompat_Light_Dialog 0x7f0c00f4
+int style Base_V21_Theme_AppCompat 0x7f0c00f5
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0c00f6
+int style Base_V21_Theme_AppCompat_Light 0x7f0c00f7
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c00f8
+int style Base_V7_Theme_AppCompat 0x7f0c003c
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0c003d
+int style Base_V7_Theme_AppCompat_Light 0x7f0c003e
+int style Base_Widget_AppCompat_ActionBar 0x7f0c003f
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c0040
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c0041
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c0042
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c0043
+int style Base_Widget_AppCompat_ActionButton 0x7f0c0044
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c0045
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c0046
+int style Base_Widget_AppCompat_ActionMode 0x7f0c0047
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c0048
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0049
+int style Base_Widget_AppCompat_Button 0x7f0c004a
+int style Base_Widget_AppCompat_Button_Small 0x7f0c004b
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c004c
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c004d
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c004e
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c004f
+int style Base_Widget_AppCompat_EditText 0x7f0c0050
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c0051
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0052
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c0053
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c0054
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0055
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0056
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0057
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c0058
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c0059
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c005a
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0c005b
+int style Base_Widget_AppCompat_PopupMenu 0x7f0c005c
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c005d
+int style Base_Widget_AppCompat_PopupWindow 0x7f0c005e
+int style Base_Widget_AppCompat_ProgressBar 0x7f0c005f
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0060
+int style Base_Widget_AppCompat_RatingBar 0x7f0c0061
+int style Base_Widget_AppCompat_SearchView 0x7f0c0062
+int style Base_Widget_AppCompat_Spinner 0x7f0c0063
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0064
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c0065
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c0066
+int style Base_Widget_AppCompat_Toolbar 0x7f0c0067
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0068
+int style Platform_AppCompat 0x7f0c0069
+int style Platform_AppCompat_Dialog 0x7f0c006a
+int style Platform_AppCompat_Light 0x7f0c006b
+int style Platform_AppCompat_Light_Dialog 0x7f0c006c
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c006d
+int style RtlOverlay_Widget_AppCompat_ActionButton_CloseMode 0x7f0c006e
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c006f
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c0070
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c0071
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c0072
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c0073
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c0074
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c0075
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c0076
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c0077
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c0078
+int style TextAppearance_AppCompat 0x7f0c0079
+int style TextAppearance_AppCompat_Body1 0x7f0c007a
+int style TextAppearance_AppCompat_Body2 0x7f0c007b
+int style TextAppearance_AppCompat_Button 0x7f0c007c
+int style TextAppearance_AppCompat_Caption 0x7f0c007d
+int style TextAppearance_AppCompat_Display1 0x7f0c007e
+int style TextAppearance_AppCompat_Display2 0x7f0c007f
+int style TextAppearance_AppCompat_Display3 0x7f0c0080
+int style TextAppearance_AppCompat_Display4 0x7f0c0081
+int style TextAppearance_AppCompat_Headline 0x7f0c0082
+int style TextAppearance_AppCompat_Inverse 0x7f0c0083
+int style TextAppearance_AppCompat_Large 0x7f0c0084
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0c0085
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c0086
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c0087
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c0088
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c0089
+int style TextAppearance_AppCompat_Medium 0x7f0c008a
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c008b
+int style TextAppearance_AppCompat_Menu 0x7f0c008c
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c008d
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c008e
+int style TextAppearance_AppCompat_Small 0x7f0c008f
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0c0090
+int style TextAppearance_AppCompat_Subhead 0x7f0c0091
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c0092
+int style TextAppearance_AppCompat_Title 0x7f0c0093
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0c0094
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c0095
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c0096
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c0097
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c0098
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c0099
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c009a
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c009b
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c009c
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c009d
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c009e
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c009f
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c00a0
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0c00a1
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c00a2
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00a3
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c00a4
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c00a5
+int style Theme_AppCompat 0x7f0c00a6
+int style Theme_AppCompat_CompactMenu 0x7f0c00a7
+int style Theme_AppCompat_Dialog 0x7f0c00a8
+int style Theme_AppCompat_DialogWhenLarge 0x7f0c00a9
+int style Theme_AppCompat_Light 0x7f0c00aa
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0c00ab
+int style Theme_AppCompat_Light_Dialog 0x7f0c00ac
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c00ad
+int style Theme_AppCompat_Light_NoActionBar 0x7f0c00ae
+int style Theme_AppCompat_NoActionBar 0x7f0c00af
+int style ThemeOverlay_AppCompat 0x7f0c00b0
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0c00b1
+int style ThemeOverlay_AppCompat_Dark 0x7f0c00b2
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c00b3
+int style ThemeOverlay_AppCompat_Light 0x7f0c00b4
+int style Widget_AppCompat_ActionBar 0x7f0c00b5
+int style Widget_AppCompat_ActionBar_Solid 0x7f0c00b6
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0c00b7
+int style Widget_AppCompat_ActionBar_TabText 0x7f0c00b8
+int style Widget_AppCompat_ActionBar_TabView 0x7f0c00b9
+int style Widget_AppCompat_ActionButton 0x7f0c00ba
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c00bb
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0c00bc
+int style Widget_AppCompat_ActionMode 0x7f0c00bd
+int style Widget_AppCompat_ActivityChooserView 0x7f0c00be
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0c00bf
+int style Widget_AppCompat_Button 0x7f0c00c0
+int style Widget_AppCompat_Button_Small 0x7f0c00c1
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0c00c2
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0c00c3
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c00c4
+int style Widget_AppCompat_EditText 0x7f0c00c5
+int style Widget_AppCompat_Light_ActionBar 0x7f0c00c6
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c00c7
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c00c8
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c00c9
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c00ca
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c00cb
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c00cc
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c00cd
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c00ce
+int style Widget_AppCompat_Light_ActionButton 0x7f0c00cf
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c00d0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c00d1
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c00d2
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c00d3
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c00d4
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c00d5
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c00d6
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c00d7
+int style Widget_AppCompat_Light_PopupMenu 0x7f0c00d8
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c00d9
+int style Widget_AppCompat_Light_SearchView 0x7f0c00da
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c00db
+int style Widget_AppCompat_ListPopupWindow 0x7f0c00dc
+int style Widget_AppCompat_ListView_DropDown 0x7f0c00dd
+int style Widget_AppCompat_ListView_Menu 0x7f0c00de
+int style Widget_AppCompat_PopupMenu 0x7f0c00df
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c00e0
+int style Widget_AppCompat_PopupWindow 0x7f0c00e1
+int style Widget_AppCompat_ProgressBar 0x7f0c00e2
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c00e3
+int style Widget_AppCompat_RatingBar 0x7f0c00e4
+int style Widget_AppCompat_SearchView 0x7f0c00e5
+int style Widget_AppCompat_Spinner 0x7f0c00e6
+int style Widget_AppCompat_Spinner_DropDown 0x7f0c00e7
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c00e8
+int style Widget_AppCompat_Spinner_Underlined 0x7f0c00e9
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c00ea
+int style Widget_AppCompat_Toolbar 0x7f0c00eb
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c00ec
+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, 0x7f010071 }
+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 CompatTextView { 0x7f01001f }
+int styleable CompatTextView_textAllCaps 0
+int[] styleable DrawerArrowToggle { 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027 }
+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, 0x7f010028, 0x7f010029, 0x7f01002a }
+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, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+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, 0x7f01002f }
+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, 0x7f010030 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010031 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 11
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 13
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 12
+int styleable SearchView_voiceIcon 10
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 }
+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, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
+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 SwitchCompatTextAppearance { 0x01010095, 0x01010098, 0x7f01001f }
+int styleable SwitchCompatTextAppearance_android_textColor 1
+int styleable SwitchCompatTextAppearance_android_textSize 0
+int styleable SwitchCompatTextAppearance_textAllCaps 2
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099 }
+int styleable Theme_actionBarDivider 20
+int styleable Theme_actionBarItemBackground 21
+int styleable Theme_actionBarPopupTheme 14
+int styleable Theme_actionBarSize 19
+int styleable Theme_actionBarSplitStyle 16
+int styleable Theme_actionBarStyle 15
+int styleable Theme_actionBarTabBarStyle 10
+int styleable Theme_actionBarTabStyle 9
+int styleable Theme_actionBarTabTextStyle 11
+int styleable Theme_actionBarTheme 17
+int styleable Theme_actionBarWidgetTheme 18
+int styleable Theme_actionButtonStyle 44
+int styleable Theme_actionDropDownStyle 39
+int styleable Theme_actionMenuTextAppearance 22
+int styleable Theme_actionMenuTextColor 23
+int styleable Theme_actionModeBackground 26
+int styleable Theme_actionModeCloseButtonStyle 25
+int styleable Theme_actionModeCloseDrawable 28
+int styleable Theme_actionModeCopyDrawable 30
+int styleable Theme_actionModeCutDrawable 29
+int styleable Theme_actionModeFindDrawable 34
+int styleable Theme_actionModePasteDrawable 31
+int styleable Theme_actionModePopupWindowStyle 36
+int styleable Theme_actionModeSelectAllDrawable 32
+int styleable Theme_actionModeShareDrawable 33
+int styleable Theme_actionModeSplitBackground 27
+int styleable Theme_actionModeStyle 24
+int styleable Theme_actionModeWebSearchDrawable 35
+int styleable Theme_actionOverflowButtonStyle 12
+int styleable Theme_actionOverflowMenuStyle 13
+int styleable Theme_activityChooserViewStyle 51
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_buttonBarButtonStyle 46
+int styleable Theme_buttonBarStyle 45
+int styleable Theme_colorAccent 78
+int styleable Theme_colorButtonNormal 82
+int styleable Theme_colorControlActivated 80
+int styleable Theme_colorControlHighlight 81
+int styleable Theme_colorControlNormal 79
+int styleable Theme_colorPrimary 76
+int styleable Theme_colorPrimaryDark 77
+int styleable Theme_colorSwitchThumbNormal 83
+int styleable Theme_dividerHorizontal 50
+int styleable Theme_dividerVertical 49
+int styleable Theme_dropDownListViewStyle 68
+int styleable Theme_dropdownListPreferredItemHeight 40
+int styleable Theme_editTextBackground 57
+int styleable Theme_editTextColor 56
+int styleable Theme_homeAsUpIndicator 43
+int styleable Theme_listChoiceBackgroundIndicator 75
+int styleable Theme_listPopupWindowStyle 69
+int styleable Theme_listPreferredItemHeight 63
+int styleable Theme_listPreferredItemHeightLarge 65
+int styleable Theme_listPreferredItemHeightSmall 64
+int styleable Theme_listPreferredItemPaddingLeft 66
+int styleable Theme_listPreferredItemPaddingRight 67
+int styleable Theme_panelBackground 72
+int styleable Theme_panelMenuListTheme 74
+int styleable Theme_panelMenuListWidth 73
+int styleable Theme_popupMenuStyle 54
+int styleable Theme_popupWindowStyle 55
+int styleable Theme_searchViewStyle 62
+int styleable Theme_selectableItemBackground 47
+int styleable Theme_selectableItemBackgroundBorderless 48
+int styleable Theme_spinnerDropDownItemStyle 42
+int styleable Theme_spinnerStyle 41
+int styleable Theme_switchStyle 58
+int styleable Theme_textAppearanceLargePopupMenu 37
+int styleable Theme_textAppearanceListItem 70
+int styleable Theme_textAppearanceListItemSmall 71
+int styleable Theme_textAppearanceSearchResultSubtitle 60
+int styleable Theme_textAppearanceSearchResultTitle 59
+int styleable Theme_textAppearanceSmallPopupMenu 38
+int styleable Theme_textColorSearchUrl 61
+int styleable Theme_toolbarNavigationButtonStyle 53
+int styleable Theme_toolbarStyle 52
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 3
+int styleable Theme_windowActionModeOverlay 4
+int styleable Theme_windowFixedHeightMajor 8
+int styleable Theme_windowFixedHeightMinor 6
+int styleable Theme_windowFixedWidthMajor 5
+int styleable Theme_windowFixedWidthMinor 7
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 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 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_theme 17
+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 { 0x010100da, 0x7f0100a7, 0x7f0100a8 }
+int styleable View_android_focusable 0
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 1
+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/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/release/R.txt b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/release/R.txt
new file mode 100644
index 00000000..9449f636
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/intermediates/symbols/release/R.txt
@@ -0,0 +1,995 @@
+int anim abc_fade_in 0x7f050000
+int anim abc_fade_out 0x7f050001
+int anim abc_grow_fade_in_from_bottom 0x7f050002
+int anim abc_shrink_fade_out_from_bottom 0x7f050003
+int anim abc_slide_in_bottom 0x7f050004
+int anim abc_slide_in_top 0x7f050005
+int anim abc_slide_out_bottom 0x7f050006
+int anim abc_slide_out_top 0x7f050007
+int attr actionBarDivider 0x7f01005a
+int attr actionBarItemBackground 0x7f01005b
+int attr actionBarPopupTheme 0x7f010054
+int attr actionBarSize 0x7f010059
+int attr actionBarSplitStyle 0x7f010056
+int attr actionBarStyle 0x7f010055
+int attr actionBarTabBarStyle 0x7f010050
+int attr actionBarTabStyle 0x7f01004f
+int attr actionBarTabTextStyle 0x7f010051
+int attr actionBarTheme 0x7f010057
+int attr actionBarWidgetTheme 0x7f010058
+int attr actionButtonStyle 0x7f010072
+int attr actionDropDownStyle 0x7f01006d
+int attr actionLayout 0x7f01002c
+int attr actionMenuTextAppearance 0x7f01005c
+int attr actionMenuTextColor 0x7f01005d
+int attr actionModeBackground 0x7f010060
+int attr actionModeCloseButtonStyle 0x7f01005f
+int attr actionModeCloseDrawable 0x7f010062
+int attr actionModeCopyDrawable 0x7f010064
+int attr actionModeCutDrawable 0x7f010063
+int attr actionModeFindDrawable 0x7f010068
+int attr actionModePasteDrawable 0x7f010065
+int attr actionModePopupWindowStyle 0x7f01006a
+int attr actionModeSelectAllDrawable 0x7f010066
+int attr actionModeShareDrawable 0x7f010067
+int attr actionModeSplitBackground 0x7f010061
+int attr actionModeStyle 0x7f01005e
+int attr actionModeWebSearchDrawable 0x7f010069
+int attr actionOverflowButtonStyle 0x7f010052
+int attr actionOverflowMenuStyle 0x7f010053
+int attr actionProviderClass 0x7f01002e
+int attr actionViewClass 0x7f01002d
+int attr activityChooserViewStyle 0x7f010079
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr barSize 0x7f010026
+int attr buttonBarButtonStyle 0x7f010074
+int attr buttonBarStyle 0x7f010073
+int attr closeIcon 0x7f010035
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100a4
+int attr collapseIcon 0x7f0100a3
+int attr color 0x7f010020
+int attr colorAccent 0x7f010094
+int attr colorButtonNormal 0x7f010098
+int attr colorControlActivated 0x7f010096
+int attr colorControlHighlight 0x7f010097
+int attr colorControlNormal 0x7f010095
+int attr colorPrimary 0x7f010092
+int attr colorPrimaryDark 0x7f010093
+int attr colorSwitchThumbNormal 0x7f010099
+int attr commitIcon 0x7f010039
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr disableChildrenWhenDisabled 0x7f010040
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010078
+int attr dividerPadding 0x7f01002a
+int attr dividerVertical 0x7f010077
+int attr drawableSize 0x7f010022
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f01008a
+int attr dropdownListPreferredItemHeight 0x7f01006e
+int attr editTextBackground 0x7f01007f
+int attr editTextColor 0x7f01007e
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010023
+int attr goIcon 0x7f010036
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f010071
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010033
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010032
+int attr listChoiceBackgroundIndicator 0x7f010091
+int attr listPopupWindowStyle 0x7f01008b
+int attr listPreferredItemHeight 0x7f010085
+int attr listPreferredItemHeightLarge 0x7f010087
+int attr listPreferredItemHeightSmall 0x7f010086
+int attr listPreferredItemPaddingLeft 0x7f010088
+int attr listPreferredItemPaddingRight 0x7f010089
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100a1
+int attr measureWithLargestChild 0x7f010028
+int attr middleBarArrowSize 0x7f010025
+int attr navigationContentDescription 0x7f0100a6
+int attr navigationIcon 0x7f0100a5
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010030
+int attr paddingEnd 0x7f0100a8
+int attr paddingStart 0x7f0100a7
+int attr panelBackground 0x7f01008e
+int attr panelMenuListTheme 0x7f010090
+int attr panelMenuListWidth 0x7f01008f
+int attr popupMenuStyle 0x7f01007c
+int attr popupPromptView 0x7f01003f
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f01007d
+int attr preserveIconSpacing 0x7f01002f
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f01003d
+int attr queryBackground 0x7f01003b
+int attr queryHint 0x7f010034
+int attr searchIcon 0x7f010037
+int attr searchViewStyle 0x7f010084
+int attr selectableItemBackground 0x7f010075
+int attr selectableItemBackgroundBorderless 0x7f010076
+int attr showAsAction 0x7f01002b
+int attr showDividers 0x7f010029
+int attr showText 0x7f010047
+int attr spinBars 0x7f010021
+int attr spinnerDropDownItemStyle 0x7f010070
+int attr spinnerMode 0x7f01003e
+int attr spinnerStyle 0x7f01006f
+int attr splitTrack 0x7f010046
+int attr state_above_anchor 0x7f010031
+int attr submitBackground 0x7f01003c
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f01009b
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01003a
+int attr switchMinWidth 0x7f010044
+int attr switchPadding 0x7f010045
+int attr switchStyle 0x7f010080
+int attr switchTextAppearance 0x7f010043
+int attr textAllCaps 0x7f01001f
+int attr textAppearanceLargePopupMenu 0x7f01006b
+int attr textAppearanceListItem 0x7f01008c
+int attr textAppearanceListItemSmall 0x7f01008d
+int attr textAppearanceSearchResultSubtitle 0x7f010082
+int attr textAppearanceSearchResultTitle 0x7f010081
+int attr textAppearanceSmallPopupMenu 0x7f01006c
+int attr textColorSearchUrl 0x7f010083
+int attr theme 0x7f0100a2
+int attr thickness 0x7f010027
+int attr thumbTextPadding 0x7f010042
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100a0
+int attr titleMarginEnd 0x7f01009e
+int attr titleMarginStart 0x7f01009d
+int attr titleMarginTop 0x7f01009f
+int attr titleMargins 0x7f01009c
+int attr titleTextAppearance 0x7f01009a
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f01007b
+int attr toolbarStyle 0x7f01007a
+int attr topBottomBarArrowSize 0x7f010024
+int attr track 0x7f010041
+int attr voiceIcon 0x7f010038
+int attr windowActionBar 0x7f010048
+int attr windowActionBarOverlay 0x7f010049
+int attr windowActionModeOverlay 0x7f01004a
+int attr windowFixedHeightMajor 0x7f01004e
+int attr windowFixedHeightMinor 0x7f01004c
+int attr windowFixedWidthMajor 0x7f01004b
+int attr windowFixedWidthMinor 0x7f01004d
+int bool abc_action_bar_embed_tabs 0x7f060000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f060001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f060002
+int bool abc_config_actionMenuItemAllCaps 0x7f060003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060004
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060005
+int color abc_background_cache_hint_selector_material_dark 0x7f070031
+int color abc_background_cache_hint_selector_material_light 0x7f070032
+int color abc_input_method_navigation_guard 0x7f070000
+int color abc_primary_text_disable_only_material_dark 0x7f070033
+int color abc_primary_text_disable_only_material_light 0x7f070034
+int color abc_primary_text_material_dark 0x7f070035
+int color abc_primary_text_material_light 0x7f070036
+int color abc_search_url_text 0x7f070037
+int color abc_search_url_text_normal 0x7f070001
+int color abc_search_url_text_pressed 0x7f070002
+int color abc_search_url_text_selected 0x7f070003
+int color abc_secondary_text_material_dark 0x7f070038
+int color abc_secondary_text_material_light 0x7f070039
+int color accent_material_dark 0x7f070004
+int color accent_material_light 0x7f070005
+int color background_floating_material_dark 0x7f070006
+int color background_floating_material_light 0x7f070007
+int color background_material_dark 0x7f070008
+int color background_material_light 0x7f070009
+int color bright_foreground_disabled_material_dark 0x7f07000a
+int color bright_foreground_disabled_material_light 0x7f07000b
+int color bright_foreground_inverse_material_dark 0x7f07000c
+int color bright_foreground_inverse_material_light 0x7f07000d
+int color bright_foreground_material_dark 0x7f07000e
+int color bright_foreground_material_light 0x7f07000f
+int color button_material_dark 0x7f070010
+int color button_material_light 0x7f070011
+int color dim_foreground_disabled_material_dark 0x7f070012
+int color dim_foreground_disabled_material_light 0x7f070013
+int color dim_foreground_material_dark 0x7f070014
+int color dim_foreground_material_light 0x7f070015
+int color highlighted_text_material_dark 0x7f070016
+int color highlighted_text_material_light 0x7f070017
+int color hint_foreground_material_dark 0x7f070018
+int color hint_foreground_material_light 0x7f070019
+int color link_text_material_dark 0x7f07001a
+int color link_text_material_light 0x7f07001b
+int color material_blue_grey_800 0x7f07001c
+int color material_blue_grey_900 0x7f07001d
+int color material_blue_grey_950 0x7f07001e
+int color material_deep_teal_200 0x7f07001f
+int color material_deep_teal_500 0x7f070020
+int color primary_dark_material_dark 0x7f070021
+int color primary_dark_material_light 0x7f070022
+int color primary_material_dark 0x7f070023
+int color primary_material_light 0x7f070024
+int color primary_text_default_material_dark 0x7f070025
+int color primary_text_default_material_light 0x7f070026
+int color primary_text_disabled_material_dark 0x7f070027
+int color primary_text_disabled_material_light 0x7f070028
+int color ripple_material_dark 0x7f070029
+int color ripple_material_light 0x7f07002a
+int color secondary_text_default_material_dark 0x7f07002b
+int color secondary_text_default_material_light 0x7f07002c
+int color secondary_text_disabled_material_dark 0x7f07002d
+int color secondary_text_disabled_material_light 0x7f07002e
+int color switch_thumb_normal_material_dark 0x7f07002f
+int color switch_thumb_normal_material_light 0x7f070030
+int dimen abc_action_bar_default_height_material 0x7f080000
+int dimen abc_action_bar_default_padding_material 0x7f080001
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f080002
+int dimen abc_action_bar_progress_bar_size 0x7f080003
+int dimen abc_action_bar_stacked_max_height 0x7f080004
+int dimen abc_action_bar_stacked_tab_max_width 0x7f080005
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f080006
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f080007
+int dimen abc_action_button_min_height_material 0x7f080008
+int dimen abc_action_button_min_width_material 0x7f080009
+int dimen abc_action_button_min_width_overflow_material 0x7f08000a
+int dimen abc_button_inset_horizontal_material 0x7f08000b
+int dimen abc_button_inset_vertical_material 0x7f08000c
+int dimen abc_button_padding_horizontal_material 0x7f08000d
+int dimen abc_button_padding_vertical_material 0x7f08000e
+int dimen abc_config_prefDialogWidth 0x7f08000f
+int dimen abc_control_corner_material 0x7f080010
+int dimen abc_control_inset_material 0x7f080011
+int dimen abc_control_padding_material 0x7f080012
+int dimen abc_dropdownitem_icon_width 0x7f080013
+int dimen abc_dropdownitem_text_padding_left 0x7f080014
+int dimen abc_dropdownitem_text_padding_right 0x7f080015
+int dimen abc_panel_menu_list_width 0x7f080016
+int dimen abc_search_view_preferred_width 0x7f080017
+int dimen abc_search_view_text_min_width 0x7f080018
+int dimen abc_text_size_body_1_material 0x7f080019
+int dimen abc_text_size_body_2_material 0x7f08001a
+int dimen abc_text_size_button_material 0x7f08001b
+int dimen abc_text_size_caption_material 0x7f08001c
+int dimen abc_text_size_display_1_material 0x7f08001d
+int dimen abc_text_size_display_2_material 0x7f08001e
+int dimen abc_text_size_display_3_material 0x7f08001f
+int dimen abc_text_size_display_4_material 0x7f080020
+int dimen abc_text_size_headline_material 0x7f080021
+int dimen abc_text_size_large_material 0x7f080022
+int dimen abc_text_size_medium_material 0x7f080023
+int dimen abc_text_size_menu_material 0x7f080024
+int dimen abc_text_size_small_material 0x7f080025
+int dimen abc_text_size_subhead_material 0x7f080026
+int dimen abc_text_size_subtitle_material_toolbar 0x7f080027
+int dimen abc_text_size_title_material 0x7f080028
+int dimen abc_text_size_title_material_toolbar 0x7f080029
+int dimen activity_horizontal_margin 0x7f08002a
+int dimen activity_vertical_margin 0x7f08002b
+int dimen dialog_fixed_height_major 0x7f08002c
+int dimen dialog_fixed_height_minor 0x7f08002d
+int dimen dialog_fixed_width_major 0x7f08002e
+int dimen dialog_fixed_width_minor 0x7f08002f
+int dimen disabled_alpha_material_dark 0x7f080030
+int dimen disabled_alpha_material_light 0x7f080031
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_check_material 0x7f020001
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020003
+int drawable abc_btn_default_mtrl_shape 0x7f020004
+int drawable abc_btn_radio_material 0x7f020005
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020007
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020008
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f020009
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000b
+int drawable abc_cab_background_internal_bg 0x7f02000c
+int drawable abc_cab_background_top_material 0x7f02000d
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000e
+int drawable abc_edit_text_material 0x7f02000f
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020010
+int drawable abc_ic_clear_mtrl_alpha 0x7f020011
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020012
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020013
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020014
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020015
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f020019
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001a
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001b
+int drawable abc_item_background_holo_dark 0x7f02001c
+int drawable abc_item_background_holo_light 0x7f02001d
+int drawable abc_list_divider_mtrl_alpha 0x7f02001e
+int drawable abc_list_focused_holo 0x7f02001f
+int drawable abc_list_longpressed_holo 0x7f020020
+int drawable abc_list_pressed_holo_dark 0x7f020021
+int drawable abc_list_pressed_holo_light 0x7f020022
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020023
+int drawable abc_list_selector_background_transition_holo_light 0x7f020024
+int drawable abc_list_selector_disabled_holo_dark 0x7f020025
+int drawable abc_list_selector_disabled_holo_light 0x7f020026
+int drawable abc_list_selector_holo_dark 0x7f020027
+int drawable abc_list_selector_holo_light 0x7f020028
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f020029
+int drawable abc_popup_background_mtrl_mult 0x7f02002a
+int drawable abc_ratingbar_full_material 0x7f02002b
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002c
+int drawable abc_spinner_textfield_background_material 0x7f02002d
+int drawable abc_switch_thumb_material 0x7f02002e
+int drawable abc_switch_track_mtrl_alpha 0x7f02002f
+int drawable abc_tab_indicator_material 0x7f020030
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020031
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020032
+int drawable abc_textfield_default_mtrl_alpha 0x7f020033
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020034
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020035
+int drawable abc_textfield_search_material 0x7f020036
+int id action_bar 0x7f090031
+int id action_bar_activity_content 0x7f090000
+int id action_bar_container 0x7f090030
+int id action_bar_root 0x7f09002c
+int id action_bar_spinner 0x7f090001
+int id action_bar_subtitle 0x7f09001f
+int id action_bar_title 0x7f09001e
+int id action_context_bar 0x7f090032
+int id action_menu_divider 0x7f090002
+int id action_menu_presenter 0x7f090003
+int id action_mode_bar 0x7f09002e
+int id action_mode_bar_stub 0x7f09002d
+int id action_mode_close_button 0x7f090020
+int id action_settings 0x7f090049
+int id activity_chooser_view_content 0x7f090021
+int id always 0x7f090016
+int id beginning 0x7f090013
+int id call_button 0x7f090041
+int id checkbox 0x7f090029
+int id collapseActionView 0x7f090017
+int id decor_content_parent 0x7f09002f
+int id default_activity_button 0x7f090024
+int id dialer_button 0x7f090047
+int id dialer_text 0x7f09003f
+int id dialog 0x7f09001b
+int id disableHome 0x7f09000c
+int id dropdown 0x7f09001c
+int id edit_query 0x7f090033
+int id email_body 0x7f090044
+int id email_button 0x7f090048
+int id email_subject 0x7f090042
+int id end 0x7f090014
+int id expand_activities_button 0x7f090022
+int id expanded_menu 0x7f090028
+int id home 0x7f090004
+int id homeAsUp 0x7f09000d
+int id icon 0x7f090026
+int id ifRoom 0x7f090018
+int id image 0x7f090023
+int id listMode 0x7f090009
+int id list_item 0x7f090025
+int id mail_button 0x7f090046
+int id middle 0x7f090015
+int id never 0x7f090019
+int id none 0x7f09000e
+int id normal 0x7f09000a
+int id progress_circular 0x7f090005
+int id progress_horizontal 0x7f090006
+int id radio 0x7f09002b
+int id search_badge 0x7f090035
+int id search_bar 0x7f090034
+int id search_button 0x7f090036
+int id search_close_btn 0x7f09003b
+int id search_edit_frame 0x7f090037
+int id search_go_btn 0x7f09003d
+int id search_mag_icon 0x7f090038
+int id search_plate 0x7f090039
+int id search_src_text 0x7f09003a
+int id search_voice_btn 0x7f09003e
+int id shortcut 0x7f09002a
+int id showCustom 0x7f09000f
+int id showHome 0x7f090010
+int id showTitle 0x7f090011
+int id split_action_bar 0x7f090007
+int id submit_area 0x7f09003c
+int id tabMode 0x7f09000b
+int id textView 0x7f090040
+int id textView2 0x7f090043
+int id textView3 0x7f090045
+int id title 0x7f090027
+int id up 0x7f090008
+int id useLogo 0x7f090012
+int id withText 0x7f09001a
+int id wrap_content 0x7f09001d
+int integer abc_config_activityDefaultDur 0x7f0a0000
+int integer abc_config_activityShortDur 0x7f0a0001
+int integer abc_max_action_buttons 0x7f0a0002
+int layout abc_action_bar_title_item 0x7f040000
+int layout abc_action_bar_up_container 0x7f040001
+int layout abc_action_bar_view_list_nav_layout 0x7f040002
+int layout abc_action_menu_item_layout 0x7f040003
+int layout abc_action_menu_layout 0x7f040004
+int layout abc_action_mode_bar 0x7f040005
+int layout abc_action_mode_close_item_material 0x7f040006
+int layout abc_activity_chooser_view 0x7f040007
+int layout abc_activity_chooser_view_list_item 0x7f040008
+int layout abc_expanded_menu_layout 0x7f040009
+int layout abc_list_menu_item_checkbox 0x7f04000a
+int layout abc_list_menu_item_icon 0x7f04000b
+int layout abc_list_menu_item_layout 0x7f04000c
+int layout abc_list_menu_item_radio 0x7f04000d
+int layout abc_popup_menu_item_layout 0x7f04000e
+int layout abc_screen_content_include 0x7f04000f
+int layout abc_screen_simple 0x7f040010
+int layout abc_screen_simple_overlay_action_mode 0x7f040011
+int layout abc_screen_toolbar 0x7f040012
+int layout abc_search_dropdown_item_icons_2line 0x7f040013
+int layout abc_search_view 0x7f040014
+int layout abc_simple_dropdown_hint 0x7f040015
+int layout activity_dialer 0x7f040016
+int layout activity_email 0x7f040017
+int layout activity_main 0x7f040018
+int layout support_simple_spinner_dropdown_item 0x7f040019
+int menu menu_main 0x7f0d0000
+int mipmap ic_launcher 0x7f030000
+int string BeginEmailBtnLabel 0x7f0b0000
+int string abc_action_bar_home_description 0x7f0b0001
+int string abc_action_bar_home_description_format 0x7f0b0002
+int string abc_action_bar_home_subtitle_description_format 0x7f0b0003
+int string abc_action_bar_up_description 0x7f0b0004
+int string abc_action_menu_overflow_description 0x7f0b0005
+int string abc_action_mode_done 0x7f0b0006
+int string abc_activity_chooser_view_see_all 0x7f0b0007
+int string abc_activitychooserview_choose_application 0x7f0b0008
+int string abc_searchview_description_clear 0x7f0b0009
+int string abc_searchview_description_query 0x7f0b000a
+int string abc_searchview_description_search 0x7f0b000b
+int string abc_searchview_description_submit 0x7f0b000c
+int string abc_searchview_description_voice 0x7f0b000d
+int string abc_shareactionprovider_share_with 0x7f0b000e
+int string abc_shareactionprovider_share_with_application 0x7f0b000f
+int string abc_toolbar_collapse_description 0x7f0b0010
+int string action_settings 0x7f0b0011
+int string app_name 0x7f0b0012
+int string beginCallBtnLabel 0x7f0b0013
+int string callLabel 0x7f0b0014
+int string dialerLabel 0x7f0b0015
+int string emailBodyLabel 0x7f0b0016
+int string emailBtnLabel 0x7f0b0017
+int string emailSubjectLabel 0x7f0b0018
+int style Animation_AppCompat_DropDownUp 0x7f0c0000
+int style AppTheme 0x7f0c0001
+int style Base_Animation_AppCompat_DropDownUp 0x7f0c0002
+int style Base_TextAppearance_AppCompat 0x7f0c0003
+int style Base_TextAppearance_AppCompat_Body1 0x7f0c0004
+int style Base_TextAppearance_AppCompat_Body2 0x7f0c0005
+int style Base_TextAppearance_AppCompat_Button 0x7f0c0006
+int style Base_TextAppearance_AppCompat_Caption 0x7f0c0007
+int style Base_TextAppearance_AppCompat_Display1 0x7f0c0008
+int style Base_TextAppearance_AppCompat_Display2 0x7f0c0009
+int style Base_TextAppearance_AppCompat_Display3 0x7f0c000a
+int style Base_TextAppearance_AppCompat_Display4 0x7f0c000b
+int style Base_TextAppearance_AppCompat_Headline 0x7f0c000c
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0c000d
+int style Base_TextAppearance_AppCompat_Large 0x7f0c000e
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c000f
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c0010
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c0011
+int style Base_TextAppearance_AppCompat_Medium 0x7f0c0012
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c0013
+int style Base_TextAppearance_AppCompat_Menu 0x7f0c0014
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c0015
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0016
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0017
+int style Base_TextAppearance_AppCompat_Small 0x7f0c0018
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c0019
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0c001a
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c001b
+int style Base_TextAppearance_AppCompat_Title 0x7f0c001c
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c001d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c001e
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c001f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c0020
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c0021
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c0022
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c0023
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c0024
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c0025
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0026
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0027
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0028
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c0029
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c002a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c002b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c002c
+int style Base_Theme_AppCompat 0x7f0c002d
+int style Base_Theme_AppCompat_CompactMenu 0x7f0c002e
+int style Base_Theme_AppCompat_Dialog 0x7f0c002f
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c0030
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0031
+int style Base_Theme_AppCompat_Light 0x7f0c0032
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c0033
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0034
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c0035
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c0036
+int style Base_ThemeOverlay_AppCompat 0x7f0c0037
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c0038
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c0039
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c003a
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0c003b
+int style Base_V11_Theme_AppCompat 0x7f0c00ed
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0c00ee
+int style Base_V11_Theme_AppCompat_Light 0x7f0c00ef
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0c00f0
+int style Base_V14_Theme_AppCompat 0x7f0c00f1
+int style Base_V14_Theme_AppCompat_Dialog 0x7f0c00f2
+int style Base_V14_Theme_AppCompat_Light 0x7f0c00f3
+int style Base_V14_Theme_AppCompat_Light_Dialog 0x7f0c00f4
+int style Base_V21_Theme_AppCompat 0x7f0c00f5
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0c00f6
+int style Base_V21_Theme_AppCompat_Light 0x7f0c00f7
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c00f8
+int style Base_V7_Theme_AppCompat 0x7f0c003c
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0c003d
+int style Base_V7_Theme_AppCompat_Light 0x7f0c003e
+int style Base_Widget_AppCompat_ActionBar 0x7f0c003f
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c0040
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c0041
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c0042
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c0043
+int style Base_Widget_AppCompat_ActionButton 0x7f0c0044
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c0045
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c0046
+int style Base_Widget_AppCompat_ActionMode 0x7f0c0047
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c0048
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0049
+int style Base_Widget_AppCompat_Button 0x7f0c004a
+int style Base_Widget_AppCompat_Button_Small 0x7f0c004b
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c004c
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c004d
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c004e
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c004f
+int style Base_Widget_AppCompat_EditText 0x7f0c0050
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c0051
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0052
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c0053
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c0054
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0055
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0056
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0057
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c0058
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c0059
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c005a
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0c005b
+int style Base_Widget_AppCompat_PopupMenu 0x7f0c005c
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c005d
+int style Base_Widget_AppCompat_PopupWindow 0x7f0c005e
+int style Base_Widget_AppCompat_ProgressBar 0x7f0c005f
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0060
+int style Base_Widget_AppCompat_RatingBar 0x7f0c0061
+int style Base_Widget_AppCompat_SearchView 0x7f0c0062
+int style Base_Widget_AppCompat_Spinner 0x7f0c0063
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0064
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c0065
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c0066
+int style Base_Widget_AppCompat_Toolbar 0x7f0c0067
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0068
+int style Platform_AppCompat 0x7f0c0069
+int style Platform_AppCompat_Dialog 0x7f0c006a
+int style Platform_AppCompat_Light 0x7f0c006b
+int style Platform_AppCompat_Light_Dialog 0x7f0c006c
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c006d
+int style RtlOverlay_Widget_AppCompat_ActionButton_CloseMode 0x7f0c006e
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c006f
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c0070
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c0071
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c0072
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c0073
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c0074
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c0075
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c0076
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c0077
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c0078
+int style TextAppearance_AppCompat 0x7f0c0079
+int style TextAppearance_AppCompat_Body1 0x7f0c007a
+int style TextAppearance_AppCompat_Body2 0x7f0c007b
+int style TextAppearance_AppCompat_Button 0x7f0c007c
+int style TextAppearance_AppCompat_Caption 0x7f0c007d
+int style TextAppearance_AppCompat_Display1 0x7f0c007e
+int style TextAppearance_AppCompat_Display2 0x7f0c007f
+int style TextAppearance_AppCompat_Display3 0x7f0c0080
+int style TextAppearance_AppCompat_Display4 0x7f0c0081
+int style TextAppearance_AppCompat_Headline 0x7f0c0082
+int style TextAppearance_AppCompat_Inverse 0x7f0c0083
+int style TextAppearance_AppCompat_Large 0x7f0c0084
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0c0085
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c0086
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c0087
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c0088
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c0089
+int style TextAppearance_AppCompat_Medium 0x7f0c008a
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c008b
+int style TextAppearance_AppCompat_Menu 0x7f0c008c
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c008d
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c008e
+int style TextAppearance_AppCompat_Small 0x7f0c008f
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0c0090
+int style TextAppearance_AppCompat_Subhead 0x7f0c0091
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c0092
+int style TextAppearance_AppCompat_Title 0x7f0c0093
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0c0094
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c0095
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c0096
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c0097
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c0098
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c0099
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c009a
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c009b
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c009c
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c009d
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c009e
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c009f
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c00a0
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0c00a1
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c00a2
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00a3
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c00a4
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c00a5
+int style Theme_AppCompat 0x7f0c00a6
+int style Theme_AppCompat_CompactMenu 0x7f0c00a7
+int style Theme_AppCompat_Dialog 0x7f0c00a8
+int style Theme_AppCompat_DialogWhenLarge 0x7f0c00a9
+int style Theme_AppCompat_Light 0x7f0c00aa
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0c00ab
+int style Theme_AppCompat_Light_Dialog 0x7f0c00ac
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c00ad
+int style Theme_AppCompat_Light_NoActionBar 0x7f0c00ae
+int style Theme_AppCompat_NoActionBar 0x7f0c00af
+int style ThemeOverlay_AppCompat 0x7f0c00b0
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0c00b1
+int style ThemeOverlay_AppCompat_Dark 0x7f0c00b2
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c00b3
+int style ThemeOverlay_AppCompat_Light 0x7f0c00b4
+int style Widget_AppCompat_ActionBar 0x7f0c00b5
+int style Widget_AppCompat_ActionBar_Solid 0x7f0c00b6
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0c00b7
+int style Widget_AppCompat_ActionBar_TabText 0x7f0c00b8
+int style Widget_AppCompat_ActionBar_TabView 0x7f0c00b9
+int style Widget_AppCompat_ActionButton 0x7f0c00ba
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c00bb
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0c00bc
+int style Widget_AppCompat_ActionMode 0x7f0c00bd
+int style Widget_AppCompat_ActivityChooserView 0x7f0c00be
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0c00bf
+int style Widget_AppCompat_Button 0x7f0c00c0
+int style Widget_AppCompat_Button_Small 0x7f0c00c1
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0c00c2
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0c00c3
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c00c4
+int style Widget_AppCompat_EditText 0x7f0c00c5
+int style Widget_AppCompat_Light_ActionBar 0x7f0c00c6
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c00c7
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c00c8
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c00c9
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c00ca
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c00cb
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c00cc
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c00cd
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c00ce
+int style Widget_AppCompat_Light_ActionButton 0x7f0c00cf
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c00d0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c00d1
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c00d2
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c00d3
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c00d4
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c00d5
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c00d6
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c00d7
+int style Widget_AppCompat_Light_PopupMenu 0x7f0c00d8
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c00d9
+int style Widget_AppCompat_Light_SearchView 0x7f0c00da
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c00db
+int style Widget_AppCompat_ListPopupWindow 0x7f0c00dc
+int style Widget_AppCompat_ListView_DropDown 0x7f0c00dd
+int style Widget_AppCompat_ListView_Menu 0x7f0c00de
+int style Widget_AppCompat_PopupMenu 0x7f0c00df
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c00e0
+int style Widget_AppCompat_PopupWindow 0x7f0c00e1
+int style Widget_AppCompat_ProgressBar 0x7f0c00e2
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c00e3
+int style Widget_AppCompat_RatingBar 0x7f0c00e4
+int style Widget_AppCompat_SearchView 0x7f0c00e5
+int style Widget_AppCompat_Spinner 0x7f0c00e6
+int style Widget_AppCompat_Spinner_DropDown 0x7f0c00e7
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c00e8
+int style Widget_AppCompat_Spinner_Underlined 0x7f0c00e9
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c00ea
+int style Widget_AppCompat_Toolbar 0x7f0c00eb
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c00ec
+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, 0x7f010071 }
+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 CompatTextView { 0x7f01001f }
+int styleable CompatTextView_textAllCaps 0
+int[] styleable DrawerArrowToggle { 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027 }
+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, 0x7f010028, 0x7f010029, 0x7f01002a }
+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, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }
+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, 0x7f01002f }
+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, 0x7f010030 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010031 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 11
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 13
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 12
+int styleable SearchView_voiceIcon 10
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040 }
+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, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
+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 SwitchCompatTextAppearance { 0x01010095, 0x01010098, 0x7f01001f }
+int styleable SwitchCompatTextAppearance_android_textColor 1
+int styleable SwitchCompatTextAppearance_android_textSize 0
+int styleable SwitchCompatTextAppearance_textAllCaps 2
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099 }
+int styleable Theme_actionBarDivider 20
+int styleable Theme_actionBarItemBackground 21
+int styleable Theme_actionBarPopupTheme 14
+int styleable Theme_actionBarSize 19
+int styleable Theme_actionBarSplitStyle 16
+int styleable Theme_actionBarStyle 15
+int styleable Theme_actionBarTabBarStyle 10
+int styleable Theme_actionBarTabStyle 9
+int styleable Theme_actionBarTabTextStyle 11
+int styleable Theme_actionBarTheme 17
+int styleable Theme_actionBarWidgetTheme 18
+int styleable Theme_actionButtonStyle 44
+int styleable Theme_actionDropDownStyle 39
+int styleable Theme_actionMenuTextAppearance 22
+int styleable Theme_actionMenuTextColor 23
+int styleable Theme_actionModeBackground 26
+int styleable Theme_actionModeCloseButtonStyle 25
+int styleable Theme_actionModeCloseDrawable 28
+int styleable Theme_actionModeCopyDrawable 30
+int styleable Theme_actionModeCutDrawable 29
+int styleable Theme_actionModeFindDrawable 34
+int styleable Theme_actionModePasteDrawable 31
+int styleable Theme_actionModePopupWindowStyle 36
+int styleable Theme_actionModeSelectAllDrawable 32
+int styleable Theme_actionModeShareDrawable 33
+int styleable Theme_actionModeSplitBackground 27
+int styleable Theme_actionModeStyle 24
+int styleable Theme_actionModeWebSearchDrawable 35
+int styleable Theme_actionOverflowButtonStyle 12
+int styleable Theme_actionOverflowMenuStyle 13
+int styleable Theme_activityChooserViewStyle 51
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_buttonBarButtonStyle 46
+int styleable Theme_buttonBarStyle 45
+int styleable Theme_colorAccent 78
+int styleable Theme_colorButtonNormal 82
+int styleable Theme_colorControlActivated 80
+int styleable Theme_colorControlHighlight 81
+int styleable Theme_colorControlNormal 79
+int styleable Theme_colorPrimary 76
+int styleable Theme_colorPrimaryDark 77
+int styleable Theme_colorSwitchThumbNormal 83
+int styleable Theme_dividerHorizontal 50
+int styleable Theme_dividerVertical 49
+int styleable Theme_dropDownListViewStyle 68
+int styleable Theme_dropdownListPreferredItemHeight 40
+int styleable Theme_editTextBackground 57
+int styleable Theme_editTextColor 56
+int styleable Theme_homeAsUpIndicator 43
+int styleable Theme_listChoiceBackgroundIndicator 75
+int styleable Theme_listPopupWindowStyle 69
+int styleable Theme_listPreferredItemHeight 63
+int styleable Theme_listPreferredItemHeightLarge 65
+int styleable Theme_listPreferredItemHeightSmall 64
+int styleable Theme_listPreferredItemPaddingLeft 66
+int styleable Theme_listPreferredItemPaddingRight 67
+int styleable Theme_panelBackground 72
+int styleable Theme_panelMenuListTheme 74
+int styleable Theme_panelMenuListWidth 73
+int styleable Theme_popupMenuStyle 54
+int styleable Theme_popupWindowStyle 55
+int styleable Theme_searchViewStyle 62
+int styleable Theme_selectableItemBackground 47
+int styleable Theme_selectableItemBackgroundBorderless 48
+int styleable Theme_spinnerDropDownItemStyle 42
+int styleable Theme_spinnerStyle 41
+int styleable Theme_switchStyle 58
+int styleable Theme_textAppearanceLargePopupMenu 37
+int styleable Theme_textAppearanceListItem 70
+int styleable Theme_textAppearanceListItemSmall 71
+int styleable Theme_textAppearanceSearchResultSubtitle 60
+int styleable Theme_textAppearanceSearchResultTitle 59
+int styleable Theme_textAppearanceSmallPopupMenu 38
+int styleable Theme_textColorSearchUrl 61
+int styleable Theme_toolbarNavigationButtonStyle 53
+int styleable Theme_toolbarStyle 52
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 3
+int styleable Theme_windowActionModeOverlay 4
+int styleable Theme_windowFixedHeightMajor 8
+int styleable Theme_windowFixedHeightMinor 6
+int styleable Theme_windowFixedWidthMajor 5
+int styleable Theme_windowFixedWidthMinor 7
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 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 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_theme 17
+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 { 0x010100da, 0x7f0100a7, 0x7f0100a8 }
+int styleable View_android_focusable 0
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 1
+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/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug-unaligned.apk b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug-unaligned.apk
new file mode 100644
index 00000000..9fd93fb7
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug-unaligned.apk differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug.apk b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug.apk
new file mode 100644
index 00000000..e80c6bcc
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-debug.apk differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-release-unaligned.apk b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-release-unaligned.apk
new file mode 100644
index 00000000..153738aa
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/apk/app-release-unaligned.apk differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.html b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.html
new file mode 100644
index 00000000..16614e3c
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.html
@@ -0,0 +1,25 @@
+
+
+
+Lint Report
+
+
+
+
+
+
Lint Report
+
+Check performed at Fri May 01 15:44:31 EDT 2015.
+0 errors and 0 warnings found:
+Congratulations!
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.xml b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.xml
new file mode 100644
index 00000000..38e389bb
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal.xml
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal_files/hololike.css b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal_files/hololike.css
new file mode 100644
index 00000000..09645da1
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/lint-results-release-fatal_files/hololike.css
@@ -0,0 +1,175 @@
+body {
+ max-width: 800px;
+ background-color: #000000;
+ background: -webkit-gradient(linear, left top, right bottom, from(#000000), to(#272d33));
+ background: -moz-linear-gradient(left top, #000000, #272d33);
+ color: #f3f3f3;
+ font-family: 'Roboto', Sans-Serif;
+}
+.issue {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding: 5px 0px 5px 5px;
+}
+.id {
+ font-size: 14pt;
+ color: #bebebe;
+ margin: 5px 0px 5px 0px;
+}
+.category {
+ font-size: 18pt;
+ color: #bebebe;
+ margin: 10px 0px 5px 0px;
+}
+.explanation {
+ margin-top: 10px;
+}
+.explanation b {
+ color: #ffbbbb;
+}
+.explanation code {
+ color: #bebebe;
+ font-family: 'Roboto', Sans-Serif;
+}
+pre {
+ background-color: #282828;
+ margin: 5px 0px 5px 5px;
+ padding: 5px 5px 5px 0px;
+ overflow: hidden;
+}
+.lineno {
+ color: #4f4f4f;
+}
+.embedimage {
+ max-width: 200px;
+ max-height: 200px;
+}
+th { font-weight: normal; }
+table { border: none; }
+.metadata {
+}
+.location {
+ color: #bebebe;
+}
+.message { }
+.errorspan { color: #33b5e5; }
+.errorline { color: #33b5e5; }
+.warningslist { margin-bottom: 20px; }
+.overview {
+ padding: 10pt;
+ width: 100%;
+ overflow: auto;
+ border-collapse:collapse;
+}
+.overview tr {
+ border-top: solid 1px #39393a;
+ border-bottom: solid 1px #39393a;
+}
+.countColumn {
+ text-align: right;
+ padding-right: 20px;
+}
+.issueColumn {
+ padding-left: 16px;
+}
+.categoryColumn {
+ position: relative;
+ left: -50px;
+ padding-top: 20px;
+ padding-bottom: 5px;
+}
+.titleSeparator {
+ background-color: #33b5e5;
+ height: 3px;
+ margin-bottom: 10px;
+}
+.categorySeparator {
+ background-color: #33b5e5;
+ height: 3px;
+ margin-bottom: 10px;
+}
+.issueSeparator {
+ background-color: #39393a;
+ height: 2px;
+ margin-bottom: 10px;
+}
+.location a:link {
+ text-decoration: none;
+ color: #bebebe;
+}
+.location a:hover {
+ text-decoration: underline;
+ color: #f3f3f3;
+}
+a:link {
+ text-decoration: none;
+ color: #f3f3f3;
+}
+a:visited {
+ text-decoration: none;
+ color: #bebebe;
+}
+a:hover {
+ text-decoration: underline;
+ color: #f3f3f3;
+}
+a:active {
+ text-decoration: underline;
+ color: #f3f3f3;
+}
+.moreinfo a:link {
+ text-decoration: underline;
+ color: #33b5e5;
+}
+.moreinfo a:visited {
+ text-decoration: underline;
+ color: #33b5e5;
+}
+.issue a:link {
+ text-decoration: underline;
+}
+.issue a:visited {
+ text-decoration: underline;
+}
+.id a:link {
+ text-decoration: none;
+ color: #bebebe;
+}
+.id a:visited {
+ text-decoration: none;
+ color: #bebebe;
+}
+.id a:hover {
+ text-decoration: underline;
+ color: #f3f3f3;
+}
+.id a:active {
+ text-decoration: underline;
+ color: #bebebe;
+}
+.category a:link {
+ text-decoration: none;
+ color: #bebebe;
+}
+.category a:visited {
+ text-decoration: none;
+ color: #bebebe;
+}
+.category a:hover {
+ text-decoration: underline;
+ color: #f3f3f3;
+}
+.category a:active {
+ text-decoration: underline;
+ color: #bebebe;
+}
+button {
+ color: #ffffff;
+ background-color: #353535;
+ border-left: none;
+ border-right: none;
+ border-bottom: none;
+ border-top: solid 1px #5b5b5b;
+ font-family: 'Roboto', Sans-Serif;
+ font-size: 12pt;
+}
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-debug-report.txt b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 00000000..0dc783c8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,73 @@
+-- Merging decision tree log ---
+manifest
+ADDED from AndroidManifest.xml:2:1
+ xmlns:android
+ ADDED from AndroidManifest.xml:2:11
+ package
+ ADDED from AndroidManifest.xml:3:5
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:versionName
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:versionCode
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+uses-permission#android.permission.CALL_PHONE
+ADDED from AndroidManifest.xml:5:5
+ android:name
+ ADDED from AndroidManifest.xml:5:22
+uses-permission#android.permission.INTERNET
+ADDED from AndroidManifest.xml:6:5
+ android:name
+ ADDED from AndroidManifest.xml:6:22
+application
+ADDED from AndroidManifest.xml:9:5
+MERGED from com.android.support:appcompat-v7:22.0.0:22:5
+MERGED from com.android.support:support-v4:22.0.0:22:5
+ android:label
+ ADDED from AndroidManifest.xml:12:9
+ android:allowBackup
+ ADDED from AndroidManifest.xml:10:9
+ android:icon
+ ADDED from AndroidManifest.xml:11:9
+ android:theme
+ ADDED from AndroidManifest.xml:13:9
+activity#com.example.accesscode.myphone.MainActivity
+ADDED from AndroidManifest.xml:15:9
+ android:label
+ ADDED from AndroidManifest.xml:17:13
+ android:name
+ ADDED from AndroidManifest.xml:16:13
+intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:18:13
+action#android.intent.action.MAIN
+ADDED from AndroidManifest.xml:19:17
+ android:name
+ ADDED from AndroidManifest.xml:19:25
+category#android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:21:17
+ android:name
+ ADDED from AndroidManifest.xml:21:27
+activity#com.example.accesscode.myphone.DialerActivity
+ADDED from AndroidManifest.xml:26:9
+ android:label
+ ADDED from AndroidManifest.xml:28:13
+ android:name
+ ADDED from AndroidManifest.xml:27:13
+activity#com.example.accesscode.myphone.EmailActivity
+ADDED from AndroidManifest.xml:30:9
+ android:label
+ ADDED from AndroidManifest.xml:32:13
+ android:name
+ ADDED from AndroidManifest.xml:31:13
+uses-sdk
+INJECTED from AndroidManifest.xml:0:0 reason: use-sdk injection requested
+MERGED from com.android.support:appcompat-v7:22.0.0:20:5
+MERGED from com.android.support:support-v4:22.0.0:20:5
+ android:targetSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:minSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-release-report.txt b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-release-report.txt
new file mode 100644
index 00000000..0dc783c8
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/build/outputs/logs/manifest-merger-release-report.txt
@@ -0,0 +1,73 @@
+-- Merging decision tree log ---
+manifest
+ADDED from AndroidManifest.xml:2:1
+ xmlns:android
+ ADDED from AndroidManifest.xml:2:11
+ package
+ ADDED from AndroidManifest.xml:3:5
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:versionName
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:versionCode
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+uses-permission#android.permission.CALL_PHONE
+ADDED from AndroidManifest.xml:5:5
+ android:name
+ ADDED from AndroidManifest.xml:5:22
+uses-permission#android.permission.INTERNET
+ADDED from AndroidManifest.xml:6:5
+ android:name
+ ADDED from AndroidManifest.xml:6:22
+application
+ADDED from AndroidManifest.xml:9:5
+MERGED from com.android.support:appcompat-v7:22.0.0:22:5
+MERGED from com.android.support:support-v4:22.0.0:22:5
+ android:label
+ ADDED from AndroidManifest.xml:12:9
+ android:allowBackup
+ ADDED from AndroidManifest.xml:10:9
+ android:icon
+ ADDED from AndroidManifest.xml:11:9
+ android:theme
+ ADDED from AndroidManifest.xml:13:9
+activity#com.example.accesscode.myphone.MainActivity
+ADDED from AndroidManifest.xml:15:9
+ android:label
+ ADDED from AndroidManifest.xml:17:13
+ android:name
+ ADDED from AndroidManifest.xml:16:13
+intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:18:13
+action#android.intent.action.MAIN
+ADDED from AndroidManifest.xml:19:17
+ android:name
+ ADDED from AndroidManifest.xml:19:25
+category#android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:21:17
+ android:name
+ ADDED from AndroidManifest.xml:21:27
+activity#com.example.accesscode.myphone.DialerActivity
+ADDED from AndroidManifest.xml:26:9
+ android:label
+ ADDED from AndroidManifest.xml:28:13
+ android:name
+ ADDED from AndroidManifest.xml:27:13
+activity#com.example.accesscode.myphone.EmailActivity
+ADDED from AndroidManifest.xml:30:9
+ android:label
+ ADDED from AndroidManifest.xml:32:13
+ android:name
+ ADDED from AndroidManifest.xml:31:13
+uses-sdk
+INJECTED from AndroidManifest.xml:0:0 reason: use-sdk injection requested
+MERGED from com.android.support:appcompat-v7:22.0.0:20:5
+MERGED from com.android.support:support-v4:22.0.0:20:5
+ android:targetSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:minSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/AndroidManifest.xml b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/AndroidManifest.xml
index 832d95e8..db503522 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/AndroidManifest.xml
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/AndroidManifest.xml
@@ -2,11 +2,22 @@
+<<<<<<< HEAD
+=======
+
+
+
+
+>>>>>>> gmsyrimis
+<<<<<<< HEAD
+=======
+
+>>>>>>> gmsyrimis
@@ -16,7 +27,23 @@
+<<<<<<< HEAD
+=======
+
+
+
+
+
+
+
+
+
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/DialerActivity.java b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/DialerActivity.java
index 09e62463..74b6999c 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/DialerActivity.java
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/DialerActivity.java
@@ -1,6 +1,11 @@
package com.example.accesscode.myphone;
import android.app.Activity;
+<<<<<<< HEAD
+=======
+import android.content.Intent;
+import android.net.Uri;
+>>>>>>> gmsyrimis
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
@@ -15,11 +20,16 @@ public class DialerActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_dialer);
+<<<<<<< HEAD
+=======
+
+>>>>>>> gmsyrimis
Button callButton = (Button) findViewById(R.id.call_button);
final EditText dialerText = (EditText) findViewById(R.id.dialer_text);
callButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
+<<<<<<< HEAD
/* get text input */
String phoneNumber = dialerText.getText().toString();
@@ -31,3 +41,18 @@ public void onClick(View v) {
});
}
}
+=======
+
+ String phoneNumber = dialerText.getText().toString();
+
+
+ Intent intent = new Intent(Intent.ACTION_CALL);
+ intent.setData(Uri.parse("tel:" + phoneNumber));
+ if (intent.resolveActivity(getPackageManager()) != null) {
+ startActivity(intent);
+ }
+ }
+ });
+ }
+}
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/EmailActivity.java b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/EmailActivity.java
index 24934ce9..03ed38f8 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/EmailActivity.java
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/EmailActivity.java
@@ -1,14 +1,23 @@
package com.example.accesscode.myphone;
import android.app.Activity;
+<<<<<<< HEAD
+=======
+import android.content.Intent;
+import android.net.Uri;
+>>>>>>> gmsyrimis
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
+<<<<<<< HEAD
/**
* Created by amyquispe on 4/30/15.
*/
+=======
+
+>>>>>>> gmsyrimis
public class EmailActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
@@ -20,6 +29,7 @@ protected void onCreate(Bundle savedInstanceState) {
mailButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
+<<<<<<< HEAD
String myEmailAddress = ""; /* put your email address here */
String subject = emailSubject.getText().toString();
String body = emailBody.getText().toString();
@@ -35,3 +45,25 @@ public void onClick(View v) {
});
}
}
+=======
+ String myEmailAddress = "gmsyrimis@gmail.com";
+ String subject = emailSubject.getText().toString();
+ String body = emailBody.getText().toString();
+
+
+ Intent intent = new Intent(Intent.ACTION_SENDTO);
+ intent.setType("*/*");
+ intent.setData(Uri.parse("mailto:" + myEmailAddress));
+
+
+ intent.putExtra(Intent.EXTRA_SUBJECT, subject);
+ intent.putExtra(Intent.EXTRA_TEXT, body);
+ if (intent.resolveActivity(getPackageManager()) != null) {
+ startActivity(intent);
+ }
+
+ }
+ });
+ }
+}
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/MainActivity.java b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/MainActivity.java
index 2e0460c9..c6e3e3bf 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/MainActivity.java
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/java/com/example/accesscode/myphone/MainActivity.java
@@ -1,5 +1,9 @@
package com.example.accesscode.myphone;
+<<<<<<< HEAD
+=======
+import android.content.Intent;
+>>>>>>> gmsyrimis
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
@@ -16,27 +20,47 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
+<<<<<<< HEAD
/* DialerActivity */
Button dialerButton = (Button) findViewById(R.id.dialer_button);
+=======
+
+ Button dialerButton = (Button) findViewById(R.id.dialer_button);
+
+>>>>>>> gmsyrimis
dialerButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Toast.makeText(getApplicationContext(), "Dialer clicked", Toast.LENGTH_SHORT).show();
+<<<<<<< HEAD
/*
Use Explicit Intent to start DialerActivity here.
*/
}
});
/* EmailActivity */
+=======
+ Intent intent = new Intent(getApplicationContext(), DialerActivity.class);
+ startActivity(intent);
+ }
+ });
+
+
+>>>>>>> gmsyrimis
Button emailButton = (Button) findViewById(R.id.email_button);
emailButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Toast.makeText(getApplicationContext(), "Email clicked", Toast.LENGTH_SHORT).show();
+<<<<<<< HEAD
/*
Use Explicit Intent to start EmailActivity here.
*/
+=======
+ Intent intent = new Intent(getApplicationContext(), EmailActivity.class);
+ startActivity(intent);
+>>>>>>> gmsyrimis
}
});
}
@@ -63,4 +87,8 @@ public boolean onOptionsItemSelected(MenuItem item) {
return super.onOptionsItemSelected(item);
}
+<<<<<<< HEAD
+}
+=======
}
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_dialer.xml b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_dialer.xml
index d4bc14d3..5810cdf8 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_dialer.xml
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_dialer.xml
@@ -1,11 +1,17 @@
+<<<<<<< HEAD
>>>>>> gmsyrimis
android:layout_width="match_parent"
android:layout_height="match_parent">
-
\ No newline at end of file
+
+=======
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:inputType="phone"
+ android:ems="10"
+ android:id="@+id/dialer_text"
+ android:layout_below="@+id/textView"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:layout_marginTop="30dp"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true" />
+
+
+
+
+
+
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_email.xml b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_email.xml
index da926c48..3d2e97e4 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_email.xml
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_email.xml
@@ -1,15 +1,24 @@
+<<<<<<< HEAD
+=======
+
+>>>>>>> gmsyrimis
@@ -27,4 +36,53 @@
android:text="Email Me!"
android:textSize="40dp"
android:id="@+id/mail_button"/>
-
\ No newline at end of file
+
+=======
+ android:layout_below="@+id/textView2"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true" />
+
+
+
+
+
+
+
+
+
+
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_main.xml b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_main.xml
index 5a281d5a..78eac1d4 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_main.xml
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/layout/activity_main.xml
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+<<<<<<< HEAD
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
@@ -23,5 +24,28 @@
android:layout_centerVertical="true"
android:text="Email"
android:textSize="40dp"/>
+=======
+ tools:context=".MainActivity">
+
+
+
+
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/values/strings.xml b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/values/strings.xml
index 0ddeb50a..17e499e4 100644
--- a/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/values/strings.xml
+++ b/exercises/5_OOP-and-Intents/MyPhone/app/src/main/res/values/strings.xml
@@ -1,6 +1,18 @@
+<<<<<<< HEAD
MyPhoneHello world!Settings
+=======
+ FOHN
+ Settings
+ Initialize Call
+ Enter Phone Number:
+ Email Subject:
+ Initialize EMAIL
+ Email Body:
+ Begin Call
+ Begin Email
+>>>>>>> gmsyrimis
diff --git a/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/dex-cache/cache.xml b/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/dex-cache/cache.xml
new file mode 100644
index 00000000..91c7fc46
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/dex-cache/cache.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/model_data.bin b/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/model_data.bin
new file mode 100644
index 00000000..f6cd3204
Binary files /dev/null and b/exercises/5_OOP-and-Intents/MyPhone/build/intermediates/model_data.bin differ
diff --git a/exercises/5_OOP-and-Intents/MyPhone/local.properties b/exercises/5_OOP-and-Intents/MyPhone/local.properties
new file mode 100644
index 00000000..84d4ad15
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/MyPhone/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.
+#Thu Apr 30 21:37:30 EDT 2015
+sdk.dir=/Users/c4q-george/Library/Android/sdk
diff --git a/exercises/5_OOP-and-Intents/oop/.idea/.name b/exercises/5_OOP-and-Intents/oop/.idea/.name
new file mode 100644
index 00000000..d85a74a5
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/oop/.idea/.name
@@ -0,0 +1 @@
+oop
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/oop/.idea/compiler.xml b/exercises/5_OOP-and-Intents/oop/.idea/compiler.xml
new file mode 100644
index 00000000..a8523149
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/oop/.idea/compiler.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/oop/.idea/copyright/profiles_settings.xml b/exercises/5_OOP-and-Intents/oop/.idea/copyright/profiles_settings.xml
new file mode 100644
index 00000000..e7bedf33
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/oop/.idea/copyright/profiles_settings.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/oop/.idea/encodings.xml b/exercises/5_OOP-and-Intents/oop/.idea/encodings.xml
new file mode 100644
index 00000000..d8210482
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/oop/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/exercises/5_OOP-and-Intents/oop/.idea/misc.xml b/exercises/5_OOP-and-Intents/oop/.idea/misc.xml
new file mode 100644
index 00000000..4acddc55
--- /dev/null
+++ b/exercises/5_OOP-and-Intents/oop/.idea/misc.xml
@@ -0,0 +1,208 @@
+
+
+
+