diff --git a/Learn from Map/App/HoloGraphLibrary/bin/holographlibrary.jar b/Learn from Map/App/HoloGraphLibrary/bin/holographlibrary.jar index 5e8f97d3..8c4b2e0d 100644 Binary files a/Learn from Map/App/HoloGraphLibrary/bin/holographlibrary.jar and b/Learn from Map/App/HoloGraphLibrary/bin/holographlibrary.jar differ diff --git a/Learn from Map/App/HoloGraphLibrary/bin/res/crunch/drawable-xhdpi/popup_black.9.png b/Learn from Map/App/HoloGraphLibrary/bin/res/crunch/drawable-xhdpi/popup_black.9.png index ece35ac1..c9c080cb 100644 Binary files a/Learn from Map/App/HoloGraphLibrary/bin/res/crunch/drawable-xhdpi/popup_black.9.png and b/Learn from Map/App/HoloGraphLibrary/bin/res/crunch/drawable-xhdpi/popup_black.9.png differ diff --git a/Learn from Map/App/HoloGraphLibrary/project.properties b/Learn from Map/App/HoloGraphLibrary/project.properties index 1b8c5a34..93c8c3c0 100644 --- a/Learn from Map/App/HoloGraphLibrary/project.properties +++ b/Learn from Map/App/HoloGraphLibrary/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-18 +target=android-21 android.library=true diff --git a/Learn from Map/App/LearnFromMap/project.properties b/Learn from Map/App/LearnFromMap/project.properties index 9e4f5c0c..2c2b1f28 100644 --- a/Learn from Map/App/LearnFromMap/project.properties +++ b/Learn from Map/App/LearnFromMap/project.properties @@ -11,8 +11,8 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-19 -android.library.reference.1=..\\google-play-services_lib -android.library.reference.2=..\\appcompat_v7 -android.library.reference.3=..\\volley_buildmlearn -android.library.reference.4=..\\HoloGraphLibrary +target=android-21 +android.library.reference.1=../HoloGraphLibrary +android.library.reference.2=../volley_buildmlearn +android.library.reference.3=../../../../../Android/android-sdk/extras/google/google_play_services/libproject/google-play-services_lib +android.library.reference.4=../appcompat_v7 diff --git a/Learn from Map/App/LearnFromMap/res/layout/activity_statistics.xml b/Learn from Map/App/LearnFromMap/res/layout/activity_statistics.xml index b690df3c..5ef34578 100644 --- a/Learn from Map/App/LearnFromMap/res/layout/activity_statistics.xml +++ b/Learn from Map/App/LearnFromMap/res/layout/activity_statistics.xml @@ -39,7 +39,8 @@ android:layout_marginLeft="5dp" android:layout_marginRight="5dp" android:layout_marginTop="10dp" - android:background="#ffffff" /> + android:background="#ffffff" + android:id="@+id/divider" /> + Learn From Map Hello world! About + Share App #70000000 diff --git a/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/MainActivity.java b/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/MainActivity.java index 7df6d617..5c65697c 100644 --- a/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/MainActivity.java +++ b/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/MainActivity.java @@ -103,6 +103,7 @@ public void loadMode(View v) intent = new Intent(getApplicationContext(), SettingsActivity.class); startActivity(intent); break; + default: break; @@ -138,6 +139,13 @@ public boolean onOptionsItemSelected(MenuItem item) { if (id == R.id.action_settings) { CustomDialog.AboutDialog(MainActivity.this); return true; + }else if (id == R.id.action_share) { + Intent sendIntent = new Intent(); + sendIntent.setAction(Intent.ACTION_SEND); + sendIntent.putExtra(Intent.EXTRA_TEXT, "Hi I am using Learn From Maps - An initiative by BuildmLearn .You must also try https://play.google.com/store/apps/details?id=org.buildmlearn.learnfrommap"); + sendIntent.setType("text/plain"); + startActivity(sendIntent); + return true; } return super.onOptionsItemSelected(item); } diff --git a/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/StatisticsActivity.java b/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/StatisticsActivity.java index a2e4e25d..9fac7663 100644 --- a/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/StatisticsActivity.java +++ b/Learn from Map/App/LearnFromMap/src/org/buildmlearn/learnfrommap/StatisticsActivity.java @@ -12,8 +12,10 @@ import android.support.v7.app.ActionBarActivity; import android.graphics.Color; import android.os.Bundle; +import android.util.Log; import android.view.Menu; import android.view.MenuItem; +import android.view.View; import android.view.animation.AccelerateDecelerateInterpolator; import android.widget.ListView; @@ -53,11 +55,13 @@ protected void onCreate(Bundle savedInstanceState) { mData.set(i, temp); } - + Log.e("total", ""+total); + mStatList = (ListView)findViewById(R.id.listView_stats); mAdapter = new StatsAdapter(this, R.layout.listview_row_stat, mData); mStatList.setAdapter(mAdapter); - + if(total!=0) + { PieGraph pg = (PieGraph)findViewById(R.id.graph); PieSlice slice = new PieSlice(); slice.setColor(Color.parseColor(colors[0])); @@ -91,6 +95,14 @@ protected void onCreate(Bundle savedInstanceState) { pg.setInterpolator(new AccelerateDecelerateInterpolator());//default if unspecified is linear; constant speed //pg.setAnimationListener(getAnimationListener());//optional pg.animateToGoalValues(); + } + else + { + PieGraph pg = (PieGraph)findViewById(R.id.graph); + View view=(View)findViewById(R.id.divider); + pg.setVisibility(View.GONE); + view.setVisibility(View.GONE); + } } @Override diff --git a/Learn from Map/App/appcompat_v7/bin/R.txt b/Learn from Map/App/appcompat_v7/bin/R.txt index deefa913..d03ac47c 100644 --- a/Learn from Map/App/appcompat_v7/bin/R.txt +++ b/Learn from Map/App/appcompat_v7/bin/R.txt @@ -110,33 +110,33 @@ int attr titleTextStyle 0x7f010026 int attr windowActionBar 0x7f010000 int attr windowActionBarOverlay 0x7f010001 int attr windowSplitActionBar 0x7f010002 -int bool abc_action_bar_embed_tabs_pre_jb 0x7f060000 -int bool abc_action_bar_expanded_action_views_exclusive 0x7f060001 -int bool abc_config_actionMenuItemAllCaps 0x7f060005 -int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060004 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060003 -int bool abc_split_action_bar_is_narrow 0x7f060002 -int color abc_search_url_text_holo 0x7f070003 -int color abc_search_url_text_normal 0x7f070000 -int color abc_search_url_text_pressed 0x7f070002 -int color abc_search_url_text_selected 0x7f070001 -int dimen abc_action_bar_default_height 0x7f080002 -int dimen abc_action_bar_icon_vertical_padding 0x7f080003 -int dimen abc_action_bar_progress_bar_size 0x7f08000a -int dimen abc_action_bar_stacked_max_height 0x7f080009 -int dimen abc_action_bar_stacked_tab_max_width 0x7f080001 -int dimen abc_action_bar_subtitle_bottom_margin 0x7f080007 -int dimen abc_action_bar_subtitle_text_size 0x7f080005 -int dimen abc_action_bar_subtitle_top_margin 0x7f080006 -int dimen abc_action_bar_title_text_size 0x7f080004 -int dimen abc_action_button_min_width 0x7f080008 -int dimen abc_config_prefDialogWidth 0x7f080000 -int dimen abc_dropdownitem_icon_width 0x7f080010 -int dimen abc_dropdownitem_text_padding_left 0x7f08000e -int dimen abc_dropdownitem_text_padding_right 0x7f08000f -int dimen abc_panel_menu_list_width 0x7f08000b -int dimen abc_search_view_preferred_width 0x7f08000d -int dimen abc_search_view_text_min_width 0x7f08000c +int bool abc_action_bar_embed_tabs_pre_jb 0x7f050000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f050001 +int bool abc_config_actionMenuItemAllCaps 0x7f050005 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050003 +int bool abc_split_action_bar_is_narrow 0x7f050002 +int color abc_search_url_text_holo 0x7f060003 +int color abc_search_url_text_normal 0x7f060000 +int color abc_search_url_text_pressed 0x7f060002 +int color abc_search_url_text_selected 0x7f060001 +int dimen abc_action_bar_default_height 0x7f070002 +int dimen abc_action_bar_icon_vertical_padding 0x7f070003 +int dimen abc_action_bar_progress_bar_size 0x7f07000a +int dimen abc_action_bar_stacked_max_height 0x7f070009 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070001 +int dimen abc_action_bar_subtitle_bottom_margin 0x7f070007 +int dimen abc_action_bar_subtitle_text_size 0x7f070005 +int dimen abc_action_bar_subtitle_top_margin 0x7f070006 +int dimen abc_action_bar_title_text_size 0x7f070004 +int dimen abc_action_button_min_width 0x7f070008 +int dimen abc_config_prefDialogWidth 0x7f070000 +int dimen abc_dropdownitem_icon_width 0x7f070010 +int dimen abc_dropdownitem_text_padding_left 0x7f07000e +int dimen abc_dropdownitem_text_padding_right 0x7f07000f +int dimen abc_panel_menu_list_width 0x7f07000b +int dimen abc_search_view_preferred_width 0x7f07000d +int dimen abc_search_view_text_min_width 0x7f07000c int drawable abc_ab_bottom_solid_dark_holo 0x7f020000 int drawable abc_ab_bottom_solid_light_holo 0x7f020001 int drawable abc_ab_bottom_transparent_dark_holo 0x7f020002 @@ -224,67 +224,67 @@ int drawable abc_textfield_searchview_holo_dark 0x7f020053 int drawable abc_textfield_searchview_holo_light 0x7f020054 int drawable abc_textfield_searchview_right_holo_dark 0x7f020055 int drawable abc_textfield_searchview_right_holo_light 0x7f020056 -int id action_bar 0x7f05001c -int id action_bar_activity_content 0x7f050015 -int id action_bar_container 0x7f05001b -int id action_bar_overlay_layout 0x7f05001f -int id action_bar_root 0x7f05001a -int id action_bar_subtitle 0x7f050023 -int id action_bar_title 0x7f050022 -int id action_context_bar 0x7f05001d -int id action_menu_divider 0x7f050016 -int id action_menu_presenter 0x7f050017 -int id action_mode_close_button 0x7f050024 -int id activity_chooser_view_content 0x7f050025 -int id always 0x7f05000b -int id beginning 0x7f050011 -int id checkbox 0x7f05002d -int id collapseActionView 0x7f05000d -int id default_activity_button 0x7f050028 -int id dialog 0x7f05000e -int id disableHome 0x7f050008 -int id dropdown 0x7f05000f -int id edit_query 0x7f050030 -int id end 0x7f050013 -int id expand_activities_button 0x7f050026 -int id expanded_menu 0x7f05002c -int id home 0x7f050014 -int id homeAsUp 0x7f050005 -int id icon 0x7f05002a -int id ifRoom 0x7f05000a -int id image 0x7f050027 -int id listMode 0x7f050001 -int id list_item 0x7f050029 -int id middle 0x7f050012 -int id never 0x7f050009 -int id none 0x7f050010 -int id normal 0x7f050000 -int id progress_circular 0x7f050018 -int id progress_horizontal 0x7f050019 -int id radio 0x7f05002f -int id search_badge 0x7f050032 -int id search_bar 0x7f050031 -int id search_button 0x7f050033 -int id search_close_btn 0x7f050038 -int id search_edit_frame 0x7f050034 -int id search_go_btn 0x7f05003a -int id search_mag_icon 0x7f050035 -int id search_plate 0x7f050036 -int id search_src_text 0x7f050037 -int id search_voice_btn 0x7f05003b -int id shortcut 0x7f05002e -int id showCustom 0x7f050007 -int id showHome 0x7f050004 -int id showTitle 0x7f050006 -int id split_action_bar 0x7f05001e -int id submit_area 0x7f050039 -int id tabMode 0x7f050002 -int id title 0x7f05002b -int id top_action_bar 0x7f050020 -int id up 0x7f050021 -int id useLogo 0x7f050003 -int id withText 0x7f05000c -int integer abc_max_action_buttons 0x7f090000 +int id action_bar 0x7f09001c +int id action_bar_activity_content 0x7f090001 +int id action_bar_container 0x7f09001b +int id action_bar_overlay_layout 0x7f09001f +int id action_bar_root 0x7f09001a +int id action_bar_subtitle 0x7f090023 +int id action_bar_title 0x7f090022 +int id action_context_bar 0x7f09001d +int id action_menu_divider 0x7f090002 +int id action_menu_presenter 0x7f090003 +int id action_mode_close_button 0x7f090024 +int id activity_chooser_view_content 0x7f090025 +int id always 0x7f09000f +int id beginning 0x7f090016 +int id checkbox 0x7f09002d +int id collapseActionView 0x7f090010 +int id default_activity_button 0x7f090028 +int id dialog 0x7f090014 +int id disableHome 0x7f090009 +int id dropdown 0x7f090015 +int id edit_query 0x7f090030 +int id end 0x7f090017 +int id expand_activities_button 0x7f090026 +int id expanded_menu 0x7f09002c +int id home 0x7f090000 +int id homeAsUp 0x7f09000a +int id icon 0x7f09002a +int id ifRoom 0x7f090011 +int id image 0x7f090027 +int id listMode 0x7f090006 +int id list_item 0x7f090029 +int id middle 0x7f090018 +int id never 0x7f090012 +int id none 0x7f090019 +int id normal 0x7f090007 +int id progress_circular 0x7f090004 +int id progress_horizontal 0x7f090005 +int id radio 0x7f09002f +int id search_badge 0x7f090032 +int id search_bar 0x7f090031 +int id search_button 0x7f090033 +int id search_close_btn 0x7f090038 +int id search_edit_frame 0x7f090034 +int id search_go_btn 0x7f09003a +int id search_mag_icon 0x7f090035 +int id search_plate 0x7f090036 +int id search_src_text 0x7f090037 +int id search_voice_btn 0x7f09003b +int id shortcut 0x7f09002e +int id showCustom 0x7f09000b +int id showHome 0x7f09000c +int id showTitle 0x7f09000d +int id split_action_bar 0x7f09001e +int id submit_area 0x7f090039 +int id tabMode 0x7f090008 +int id title 0x7f09002b +int id top_action_bar 0x7f090020 +int id up 0x7f090021 +int id useLogo 0x7f09000e +int id withText 0x7f090013 +int integer abc_max_action_buttons 0x7f080000 int layout abc_action_bar_decor 0x7f030000 int layout abc_action_bar_decor_include 0x7f030001 int layout abc_action_bar_decor_overlay 0x7f030002 @@ -522,7 +522,7 @@ 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, 0x01010435 } +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x0101052f } int styleable MenuView_android_headerBackground 4 int styleable MenuView_android_horizontalDivider 2 int styleable MenuView_android_itemBackground 5 diff --git a/Learn from Map/App/appcompat_v7/bin/android-support-v7-appcompat.jar b/Learn from Map/App/appcompat_v7/bin/android-support-v7-appcompat.jar index 4a86413d..e79e84f0 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/android-support-v7-appcompat.jar and b/Learn from Map/App/appcompat_v7/bin/android-support-v7-appcompat.jar differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$bool.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$bool.class index b3ae1c94..faec20d0 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$bool.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$color.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$color.class index be917285..1373c892 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$color.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$color.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$dimen.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$dimen.class index c796cacf..ca3048fb 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$dimen.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$id.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$id.class index 65897386..c876dbec 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$id.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$id.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$integer.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$integer.class index 300248a3..109a1f8b 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$integer.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$styleable.class b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$styleable.class index b26c416f..c655040c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$styleable.class and b/Learn from Map/App/appcompat_v7/bin/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/Learn from Map/App/appcompat_v7/bin/jarlist.cache b/Learn from Map/App/appcompat_v7/bin/jarlist.cache new file mode 100644 index 00000000..0565465f --- /dev/null +++ b/Learn from Map/App/appcompat_v7/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png index c2fef9ad..861d4aaa 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png index baa52989..578982e9 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png index fed7fa6a..66823300 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png index d582d390..19001cad 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png index 735c0490..46ecfb11 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png index 1071e098..4b107094 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png index a9f2be43..56c70a4a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png index a51dc9bc..391cdb1f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png index fa4ca757..b8a56779 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png index f2f6fc79..1bba0d4b 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png index 6584f956..efa65c5f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png index f3a769b2..068fbc30 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png index 06010e92..0125a80b 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png index ff64b454..6a31081a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png index 0a71f49f..23c6c459 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png index 4e4e5165..44e66d89 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png index a6c5c8fd..a29c8156 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png index 9da38a32..806d0da7 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png index a57e66ac..194d94e3 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png index 75bd2d7d..ddd74ef4 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png index a77f98d3..0678971d 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png index 92030f26..91805025 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png index d6717c1f..af75e36a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png index d6717c1f..af75e36a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png index 9428f21a..4a3adf3f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png index 80cd8e61..b2b9f278 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png index 72335fb1..4a073b83 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png index c2ac4a0b..b610fbf9 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png index 3e2b87d8..e77e6523 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png index 350507e3..05848d70 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png index 222fbb09..885eb3b5 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png index 203f4c0b..58a501a0 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png index f880cfe0..4def5411 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png index 4cb63c00..29c71321 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png index 4dfbff56..85fe6b26 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png index 4c192b4a..8418cff6 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png index 07cdab74..16f7f70b 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png index 0f2a6076..596c4686 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png index bce0e08e..e48bfe0d 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png index dd022de2..480102fc 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png index 2852fb5d..7d603922 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png index d2716b33..b915b655 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png index fb5c8013..faf1a8e3 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png index 9ed25c71..42876361 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png index 77020e02..44450da1 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png index 6136c084..45845bf4 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png index 878225d3..b903caeb 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png index 878225d3..b903caeb 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png index 62238874..4fb21679 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png index 62238874..4fb21679 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png index d01fae99..787dbd8f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png index f6cbc621..6b0982ec 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png index f395cbde..1e672184 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png index 6e6b999b..f667b027 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png index ca2e57bd..ea464b3c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png index a57c1b53..3b7d179a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png index 2c4dd4f9..b7c0ceb6 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png index 27d6c8b9..6c68529a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png index 3e722238..9f2a275c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png index d2d77540..e4bc5699 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png index 140518f8..4a4697dd 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png index 97a6bd57..7bf106cb 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png index 3069943f..9fa69363 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png index 920d2b58..76b1ce71 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png index 1bf70ca2..a14e9c56 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png index 100d3166..a1ccce5f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png index 58bdedd2..148c198c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png index 66d9d8dc..1b355ea8 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png index c1692f8e..7ed9ee9d 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png index e190cfc4..ea395a36 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png index 3f284087..8965f3e5 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png index c6cbc4d6..d1bffd0d 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png index 8acdbf45..1f8dcf1c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png index 8acdbf45..1f8dcf1c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png index 0117091f..d4678b54 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png index 4f123024..5b84092f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png index 549b734a..fc48fb34 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png index b0cc1e86..7dcfeeff 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png index 063f2bd7..45d7edba 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png index 259a4d35..62298002 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png index 0bf9128b..5b2e5670 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png index 12663c7b..218c855c 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png index 9051d498..60957c38 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png index 2ec15959..1d7efe8e 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png index 6ab3c827..c9ba3dcf 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png index 1fa41c94..12bde5a9 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png index 741dc210..87676557 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png index 03bf4074..fc0d87be 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png index 140ebfde..ddd218f4 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png index a94f0984..cd8a2ade 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png index 25ec789c..e1d9dc2a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png index c5ed3cb9..ba12729a 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png index f908c68e..40a3f429 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png index 4aa3617d..6f501f25 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png index 7fe285a1..cd862112 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png index 610170ea..a02b01d1 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png index 17c70ff8..11075045 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png index 17c70ff8..11075045 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png index 31458da1..b9e1dc0f 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png differ diff --git a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png index 64327114..19580e10 100644 Binary files a/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png and b/Learn from Map/App/appcompat_v7/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png differ diff --git a/Learn from Map/App/appcompat_v7/gen/android/support/v7/appcompat/R.java b/Learn from Map/App/appcompat_v7/gen/android/support/v7/appcompat/R.java index 345a59ab..f62d4d13 100644 --- a/Learn from Map/App/appcompat_v7/gen/android/support/v7/appcompat/R.java +++ b/Learn from Map/App/appcompat_v7/gen/android/support/v7/appcompat/R.java @@ -775,13 +775,13 @@ theme attribute (in the form public static int windowSplitActionBar=0x7f010002; } public static final class bool { - public static int abc_action_bar_embed_tabs_pre_jb=0x7f060000; - public static int abc_action_bar_expanded_action_views_exclusive=0x7f060001; + public static int abc_action_bar_embed_tabs_pre_jb=0x7f050000; + public static int abc_action_bar_expanded_action_views_exclusive=0x7f050001; /** Whether action menu items should be displayed in ALLCAPS or not. Defaults to true. If this is not appropriate for specific locales it should be disabled in that locale's resources. */ - public static int abc_config_actionMenuItemAllCaps=0x7f060005; + public static int abc_config_actionMenuItemAllCaps=0x7f050005; /** Whether action menu items should obey the "withText" showAsAction flag. This may be set to false for situations where space is extremely limited. @@ -789,15 +789,15 @@ public static final class bool { This may be set to false for situations where space is extremely limited. */ - public static int abc_config_allowActionMenuItemTextWithIcon=0x7f060004; - public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f060003; - public static int abc_split_action_bar_is_narrow=0x7f060002; + public static int abc_config_allowActionMenuItemTextWithIcon=0x7f050004; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050003; + public static int abc_split_action_bar_is_narrow=0x7f050002; } public static final class color { - public static int abc_search_url_text_holo=0x7f070003; - public static int abc_search_url_text_normal=0x7f070000; - public static int abc_search_url_text_pressed=0x7f070002; - public static int abc_search_url_text_selected=0x7f070001; + public static int abc_search_url_text_holo=0x7f060003; + public static int abc_search_url_text_normal=0x7f060000; + public static int abc_search_url_text_pressed=0x7f060002; + public static int abc_search_url_text_selected=0x7f060001; } public static final class dimen { /** Default height of an action bar. @@ -806,83 +806,83 @@ public static final class dimen { Default height of an action bar. Default height of an action bar. */ - public static int abc_action_bar_default_height=0x7f080002; + public static int abc_action_bar_default_height=0x7f070002; /** Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. */ - public static int abc_action_bar_icon_vertical_padding=0x7f080003; + public static int abc_action_bar_icon_vertical_padding=0x7f070003; /** Size of the indeterminate Progress Bar Size of the indeterminate Progress Bar */ - public static int abc_action_bar_progress_bar_size=0x7f08000a; + public static int abc_action_bar_progress_bar_size=0x7f07000a; /** Maximum height for a stacked tab bar as part of an action bar */ - public static int abc_action_bar_stacked_max_height=0x7f080009; + public static int abc_action_bar_stacked_max_height=0x7f070009; /** Maximum width for a stacked action bar tab. This prevents action bar tabs from becoming too wide on a wide screen when only a few are present. */ - public static int abc_action_bar_stacked_tab_max_width=0x7f080001; + public static int abc_action_bar_stacked_tab_max_width=0x7f070001; /** Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles */ - public static int abc_action_bar_subtitle_bottom_margin=0x7f080007; + public static int abc_action_bar_subtitle_bottom_margin=0x7f070007; /** Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles */ - public static int abc_action_bar_subtitle_text_size=0x7f080005; + public static int abc_action_bar_subtitle_text_size=0x7f070005; /** Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles */ - public static int abc_action_bar_subtitle_top_margin=0x7f080006; + public static int abc_action_bar_subtitle_top_margin=0x7f070006; /** Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles */ - public static int abc_action_bar_title_text_size=0x7f080004; + public static int abc_action_bar_title_text_size=0x7f070004; /** Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar */ - public static int abc_action_button_min_width=0x7f080008; + public static int abc_action_button_min_width=0x7f070008; /** The maximum width we would prefer dialogs to be. 0 if there is no maximum (let them grow as large as the screen). Actual values are specified for -large and -xlarge configurations. see comment in values/config.xml see comment in values/config.xml */ - public static int abc_config_prefDialogWidth=0x7f080000; + public static int abc_config_prefDialogWidth=0x7f070000; /** Width of the icon in a dropdown list */ - public static int abc_dropdownitem_icon_width=0x7f080010; + public static int abc_dropdownitem_icon_width=0x7f070010; /** Text padding for dropdown items */ - public static int abc_dropdownitem_text_padding_left=0x7f08000e; - public static int abc_dropdownitem_text_padding_right=0x7f08000f; - public static int abc_panel_menu_list_width=0x7f08000b; + public static int abc_dropdownitem_text_padding_left=0x7f07000e; + public static int abc_dropdownitem_text_padding_right=0x7f07000f; + public static int abc_panel_menu_list_width=0x7f07000b; /** Preferred width of the search view. */ - public static int abc_search_view_preferred_width=0x7f08000d; + public static int abc_search_view_preferred_width=0x7f07000d; /** Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. */ - public static int abc_search_view_text_min_width=0x7f08000c; + public static int abc_search_view_text_min_width=0x7f07000c; } public static final class drawable { public static int abc_ab_bottom_solid_dark_holo=0x7f020000; @@ -974,66 +974,66 @@ public static final class drawable { public static int abc_textfield_searchview_right_holo_light=0x7f020056; } public static final class id { - public static int action_bar=0x7f05001c; - public static int action_bar_activity_content=0x7f050015; - public static int action_bar_container=0x7f05001b; - public static int action_bar_overlay_layout=0x7f05001f; - public static int action_bar_root=0x7f05001a; - public static int action_bar_subtitle=0x7f050023; - public static int action_bar_title=0x7f050022; - public static int action_context_bar=0x7f05001d; - public static int action_menu_divider=0x7f050016; - public static int action_menu_presenter=0x7f050017; - public static int action_mode_close_button=0x7f050024; - public static int activity_chooser_view_content=0x7f050025; - public static int always=0x7f05000b; - public static int beginning=0x7f050011; - public static int checkbox=0x7f05002d; - public static int collapseActionView=0x7f05000d; - public static int default_activity_button=0x7f050028; - public static int dialog=0x7f05000e; - public static int disableHome=0x7f050008; - public static int dropdown=0x7f05000f; - public static int edit_query=0x7f050030; - public static int end=0x7f050013; - public static int expand_activities_button=0x7f050026; - public static int expanded_menu=0x7f05002c; - public static int home=0x7f050014; - public static int homeAsUp=0x7f050005; - public static int icon=0x7f05002a; - public static int ifRoom=0x7f05000a; - public static int image=0x7f050027; - public static int listMode=0x7f050001; - public static int list_item=0x7f050029; - public static int middle=0x7f050012; - public static int never=0x7f050009; - public static int none=0x7f050010; - public static int normal=0x7f050000; - public static int progress_circular=0x7f050018; - public static int progress_horizontal=0x7f050019; - public static int radio=0x7f05002f; - public static int search_badge=0x7f050032; - public static int search_bar=0x7f050031; - public static int search_button=0x7f050033; - public static int search_close_btn=0x7f050038; - public static int search_edit_frame=0x7f050034; - public static int search_go_btn=0x7f05003a; - public static int search_mag_icon=0x7f050035; - public static int search_plate=0x7f050036; - public static int search_src_text=0x7f050037; - public static int search_voice_btn=0x7f05003b; - public static int shortcut=0x7f05002e; - public static int showCustom=0x7f050007; - public static int showHome=0x7f050004; - public static int showTitle=0x7f050006; - public static int split_action_bar=0x7f05001e; - public static int submit_area=0x7f050039; - public static int tabMode=0x7f050002; - public static int title=0x7f05002b; - public static int top_action_bar=0x7f050020; - public static int up=0x7f050021; - public static int useLogo=0x7f050003; - public static int withText=0x7f05000c; + public static int action_bar=0x7f09001c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09001b; + public static int action_bar_overlay_layout=0x7f09001f; + public static int action_bar_root=0x7f09001a; + public static int action_bar_subtitle=0x7f090023; + public static int action_bar_title=0x7f090022; + public static int action_context_bar=0x7f09001d; + public static int action_menu_divider=0x7f090002; + public static int action_menu_presenter=0x7f090003; + public static int action_mode_close_button=0x7f090024; + public static int activity_chooser_view_content=0x7f090025; + public static int always=0x7f09000f; + public static int beginning=0x7f090016; + public static int checkbox=0x7f09002d; + public static int collapseActionView=0x7f090010; + public static int default_activity_button=0x7f090028; + public static int dialog=0x7f090014; + public static int disableHome=0x7f090009; + public static int dropdown=0x7f090015; + public static int edit_query=0x7f090030; + public static int end=0x7f090017; + public static int expand_activities_button=0x7f090026; + public static int expanded_menu=0x7f09002c; + public static int home=0x7f090000; + public static int homeAsUp=0x7f09000a; + public static int icon=0x7f09002a; + public static int ifRoom=0x7f090011; + public static int image=0x7f090027; + public static int listMode=0x7f090006; + public static int list_item=0x7f090029; + public static int middle=0x7f090018; + public static int never=0x7f090012; + public static int none=0x7f090019; + public static int normal=0x7f090007; + public static int progress_circular=0x7f090004; + public static int progress_horizontal=0x7f090005; + public static int radio=0x7f09002f; + public static int search_badge=0x7f090032; + public static int search_bar=0x7f090031; + public static int search_button=0x7f090033; + public static int search_close_btn=0x7f090038; + public static int search_edit_frame=0x7f090034; + public static int search_go_btn=0x7f09003a; + public static int search_mag_icon=0x7f090035; + public static int search_plate=0x7f090036; + public static int search_src_text=0x7f090037; + public static int search_voice_btn=0x7f09003b; + public static int shortcut=0x7f09002e; + public static int showCustom=0x7f09000b; + public static int showHome=0x7f09000c; + public static int showTitle=0x7f09000d; + public static int split_action_bar=0x7f09001e; + public static int submit_area=0x7f090039; + public static int tabMode=0x7f090008; + public static int title=0x7f09002b; + public static int top_action_bar=0x7f090020; + public static int up=0x7f090021; + public static int useLogo=0x7f09000e; + public static int withText=0x7f090013; } public static final class integer { /** The maximum number of action buttons that should be permitted within @@ -1058,7 +1058,7 @@ public static final class integer { an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. */ - public static int abc_max_action_buttons=0x7f090000; + public static int abc_max_action_buttons=0x7f080000; } public static final class layout { public static int abc_action_bar_decor=0x7f030000; @@ -1390,7 +1390,7 @@ public static final class styleable {

This is a private symbol. @attr name android.support.v7.appcompat:background */ - public static final int ActionBar_background = 10; + public static int ActionBar_background = 10; /**

@attr description @@ -1404,7 +1404,7 @@ public static final class styleable {

This is a private symbol. @attr name android.support.v7.appcompat:backgroundSplit */ - public static final int ActionBar_backgroundSplit = 12; + public static int ActionBar_backgroundSplit = 12; /**

@attr description @@ -1418,7 +1418,7 @@ public static final class styleable {

This is a private symbol. @attr name android.support.v7.appcompat:backgroundStacked */ - public static final int ActionBar_backgroundStacked = 11; + public static int ActionBar_backgroundStacked = 11; /**

@attr description @@ -1430,7 +1430,7 @@ public static final class styleable {

This is a private symbol. @attr name android.support.v7.appcompat:customNavigationLayout */ - public static final int ActionBar_customNavigationLayout = 13; + public static int ActionBar_customNavigationLayout = 13; /**

@attr description @@ -1453,7 +1453,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android.support.v7.appcompat:displayOptions */ - public static final int ActionBar_displayOptions = 3; + public static int ActionBar_displayOptions = 3; /**

@attr description @@ -1465,7 +1465,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android.support.v7.appcompat:divider */ - public static final int ActionBar_divider = 9; + public static int ActionBar_divider = 9; /**

@attr description @@ -1483,7 +1483,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:height */ - public static final int ActionBar_height = 1; + public static int ActionBar_height = 1; /**

@attr description @@ -1495,7 +1495,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:homeLayout */ - public static final int ActionBar_homeLayout = 14; + public static int ActionBar_homeLayout = 14; /**

@attr description @@ -1507,7 +1507,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:icon */ - public static final int ActionBar_icon = 7; + public static int ActionBar_icon = 7; /**

@attr description @@ -1519,7 +1519,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:indeterminateProgressStyle */ - public static final int ActionBar_indeterminateProgressStyle = 16; + public static int ActionBar_indeterminateProgressStyle = 16; /**

@attr description @@ -1538,7 +1538,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:itemPadding */ - public static final int ActionBar_itemPadding = 18; + public static int ActionBar_itemPadding = 18; /**

@attr description @@ -1550,7 +1550,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:logo */ - public static final int ActionBar_logo = 8; + public static int ActionBar_logo = 8; /**

@attr description @@ -1570,7 +1570,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:navigationMode */ - public static final int ActionBar_navigationMode = 2; + public static int ActionBar_navigationMode = 2; /**

@attr description @@ -1588,7 +1588,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:progressBarPadding */ - public static final int ActionBar_progressBarPadding = 17; + public static int ActionBar_progressBarPadding = 17; /**

@attr description @@ -1600,7 +1600,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:progressBarStyle */ - public static final int ActionBar_progressBarStyle = 15; + public static int ActionBar_progressBarStyle = 15; /**

@attr description @@ -1616,7 +1616,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:subtitle */ - public static final int ActionBar_subtitle = 4; + public static int ActionBar_subtitle = 4; /**

@attr description @@ -1628,7 +1628,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:subtitleTextStyle */ - public static final int ActionBar_subtitleTextStyle = 6; + public static int ActionBar_subtitleTextStyle = 6; /**

@attr description @@ -1644,7 +1644,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:title */ - public static final int ActionBar_title = 0; + public static int ActionBar_title = 0; /**

@attr description @@ -1656,7 +1656,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:titleTextStyle */ - public static final int ActionBar_titleTextStyle = 5; + public static int ActionBar_titleTextStyle = 5; /** Valid LayoutParams for views placed in the action bar as custom views.

Includes the following attributes:

@@ -1675,7 +1675,7 @@ theme attribute (in the form 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; + public static int ActionBarLayout_android_layout_gravity = 0; /** These attributes are meant to be specified and customized by the app. The system will read and apply them as needed. These attributes control properties of the activity window, such as whether an action bar should @@ -1709,7 +1709,7 @@ theme attribute (in the form containing a value of this type. @attr name android.support.v7.appcompat:windowActionBar */ - public static final int ActionBarWindow_windowActionBar = 0; + public static int ActionBarWindow_windowActionBar = 0; /**

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowActionBarOverlay} attribute's value can be found in the {@link #ActionBarWindow} array. @@ -1723,7 +1723,7 @@ theme attribute (in the form containing a value of this type. @attr name android.support.v7.appcompat:windowActionBarOverlay */ - public static final int ActionBarWindow_windowActionBarOverlay = 1; + public static int ActionBarWindow_windowActionBarOverlay = 1; /**

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowSplitActionBar} attribute's value can be found in the {@link #ActionBarWindow} array. @@ -1737,7 +1737,7 @@ theme attribute (in the form containing a value of this type. @attr name android.support.v7.appcompat:windowSplitActionBar */ - public static final int ActionBarWindow_windowSplitActionBar = 2; + public static int ActionBarWindow_windowSplitActionBar = 2; /** Attributes that can be used with a ActionMenuItemView.

Includes the following attributes:

@@ -1756,7 +1756,7 @@ theme attribute (in the form attribute's value can be found in the {@link #ActionMenuItemView} array. @attr name android:minWidth */ - public static final int ActionMenuItemView_android_minWidth = 0; + public static int ActionMenuItemView_android_minWidth = 0; /** Size of padding on either end of a divider. */ public static final int[] ActionMenuView = { @@ -1795,7 +1795,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:background */ - public static final int ActionMode_background = 3; + public static int ActionMode_background = 3; /**

@attr description @@ -1809,7 +1809,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:backgroundSplit */ - public static final int ActionMode_backgroundSplit = 4; + public static int ActionMode_backgroundSplit = 4; /**

@attr description @@ -1827,7 +1827,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:height */ - public static final int ActionMode_height = 0; + public static int ActionMode_height = 0; /**

@attr description @@ -1839,7 +1839,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:subtitleTextStyle */ - public static final int ActionMode_subtitleTextStyle = 2; + public static int ActionMode_subtitleTextStyle = 2; /**

@attr description @@ -1851,7 +1851,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:titleTextStyle */ - public static final int ActionMode_titleTextStyle = 1; + public static int ActionMode_titleTextStyle = 1; /** Attrbitutes for a ActivityChooserView.

Includes the following attributes:

@@ -1883,7 +1883,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:expandActivityOverflowButtonDrawable */ - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; /**

@attr description @@ -1899,7 +1899,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:initialActivityCount */ - public static final int ActivityChooserView_initialActivityCount = 0; + public static int ActivityChooserView_initialActivityCount = 0; /** Attributes that can be used with a CompatTextView.

Includes the following attributes:

@@ -1925,7 +1925,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:textAllCaps */ - public static final int CompatTextView_textAllCaps = 0; + public static int CompatTextView_textAllCaps = 0; /** Attributes that can be used with a LinearLayoutICS.

Includes the following attributes:

@@ -1954,7 +1954,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:divider */ - public static final int LinearLayoutICS_divider = 0; + public static int LinearLayoutICS_divider = 0; /**

@attr description @@ -1972,7 +1972,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:dividerPadding */ - public static final int LinearLayoutICS_dividerPadding = 2; + public static int LinearLayoutICS_dividerPadding = 2; /**

@attr description @@ -1993,7 +1993,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android.support.v7.appcompat:showDividers */ - public static final int LinearLayoutICS_showDividers = 1; + public static int LinearLayoutICS_showDividers = 1; /** Base attributes that are available to all groups.

Includes the following attributes:

@@ -2026,7 +2026,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#checkableBehavior}. @attr name android:checkableBehavior */ - public static final int MenuGroup_android_checkableBehavior = 5; + public static int MenuGroup_android_checkableBehavior = 5; /**

@attr description @@ -2035,7 +2035,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ - public static final int MenuGroup_android_enabled = 0; + public static int MenuGroup_android_enabled = 0; /**

@attr description @@ -2044,7 +2044,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#id}. @attr name android:id */ - public static final int MenuGroup_android_id = 1; + public static int MenuGroup_android_id = 1; /**

@attr description @@ -2054,7 +2054,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ - public static final int MenuGroup_android_menuCategory = 3; + public static int MenuGroup_android_menuCategory = 3; /**

@attr description @@ -2064,7 +2064,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ - public static final int MenuGroup_android_orderInCategory = 4; + public static int MenuGroup_android_orderInCategory = 4; /**

@attr description @@ -2073,7 +2073,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#visible}. @attr name android:visible */ - public static final int MenuGroup_android_visible = 2; + public static int MenuGroup_android_visible = 2; /** Base attributes that are available to all Item objects.

Includes the following attributes:

@@ -2139,7 +2139,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android.support.v7.appcompat:actionLayout */ - public static final int MenuItem_actionLayout = 14; + public static int MenuItem_actionLayout = 14; /**

@attr description @@ -2158,7 +2158,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:actionProviderClass */ - public static final int MenuItem_actionProviderClass = 16; + public static int MenuItem_actionProviderClass = 16; /**

@attr description @@ -2176,7 +2176,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:actionViewClass */ - public static final int MenuItem_actionViewClass = 15; + public static int MenuItem_actionViewClass = 15; /**

@attr description @@ -2186,7 +2186,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#alphabeticShortcut}. @attr name android:alphabeticShortcut */ - public static final int MenuItem_android_alphabeticShortcut = 9; + public static int MenuItem_android_alphabeticShortcut = 9; /**

@attr description @@ -2195,7 +2195,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#checkable}. @attr name android:checkable */ - public static final int MenuItem_android_checkable = 11; + public static int MenuItem_android_checkable = 11; /**

@attr description @@ -2205,7 +2205,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#checked}. @attr name android:checked */ - public static final int MenuItem_android_checked = 3; + public static int MenuItem_android_checked = 3; /**

@attr description @@ -2214,7 +2214,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ - public static final int MenuItem_android_enabled = 1; + public static int MenuItem_android_enabled = 1; /**

@attr description @@ -2224,7 +2224,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#icon}. @attr name android:icon */ - public static final int MenuItem_android_icon = 0; + public static int MenuItem_android_icon = 0; /**

@attr description @@ -2233,7 +2233,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#id}. @attr name android:id */ - public static final int MenuItem_android_id = 2; + public static int MenuItem_android_id = 2; /**

@attr description @@ -2243,7 +2243,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ - public static final int MenuItem_android_menuCategory = 5; + public static int MenuItem_android_menuCategory = 5; /**

@attr description @@ -2253,7 +2253,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#numericShortcut}. @attr name android:numericShortcut */ - public static final int MenuItem_android_numericShortcut = 10; + public static int MenuItem_android_numericShortcut = 10; /**

@attr description @@ -2263,7 +2263,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#onClick}. @attr name android:onClick */ - public static final int MenuItem_android_onClick = 12; + public static int MenuItem_android_onClick = 12; /**

@attr description @@ -2273,7 +2273,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ - public static final int MenuItem_android_orderInCategory = 6; + public static int MenuItem_android_orderInCategory = 6; /**

@attr description @@ -2282,7 +2282,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#title}. @attr name android:title */ - public static final int MenuItem_android_title = 7; + public static int MenuItem_android_title = 7; /**

@attr description @@ -2292,7 +2292,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#titleCondensed}. @attr name android:titleCondensed */ - public static final int MenuItem_android_titleCondensed = 8; + public static int MenuItem_android_titleCondensed = 8; /**

@attr description @@ -2301,7 +2301,7 @@ The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-k resource symbol {@link android.R.attr#visible}. @attr name android:visible */ - public static final int MenuItem_android_visible = 4; + public static int MenuItem_android_visible = 4; /**

@attr description @@ -2332,7 +2332,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android.support.v7.appcompat:showAsAction */ - public static final int MenuItem_showAsAction = 13; + public static int MenuItem_showAsAction = 13; /** Attributes that can be used with a MenuView.

Includes the following attributes:

@@ -2359,7 +2359,7 @@

Must be one or more (separated by '|') of the following constant values.

*/ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, - 0x0101012f, 0x01010130, 0x01010131, 0x01010435 + 0x0101012f, 0x01010130, 0x01010131, 0x0101052f }; /**

@@ -2369,7 +2369,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#headerBackground}. @attr name android:headerBackground */ - public static final int MenuView_android_headerBackground = 4; + public static int MenuView_android_headerBackground = 4; /**

@attr description @@ -2378,7 +2378,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#horizontalDivider}. @attr name android:horizontalDivider */ - public static final int MenuView_android_horizontalDivider = 2; + public static int MenuView_android_horizontalDivider = 2; /**

@attr description @@ -2387,7 +2387,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#itemBackground}. @attr name android:itemBackground */ - public static final int MenuView_android_itemBackground = 5; + public static int MenuView_android_itemBackground = 5; /**

@attr description @@ -2396,7 +2396,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#itemIconDisabledAlpha}. @attr name android:itemIconDisabledAlpha */ - public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static int MenuView_android_itemIconDisabledAlpha = 6; /**

@attr description @@ -2405,7 +2405,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#itemTextAppearance}. @attr name android:itemTextAppearance */ - public static final int MenuView_android_itemTextAppearance = 1; + public static int MenuView_android_itemTextAppearance = 1; /**

@attr description @@ -2413,7 +2413,7 @@

Must be one or more (separated by '|') of the following constant values.

This is a private symbol. @attr name android:preserveIconSpacing */ - public static final int MenuView_android_preserveIconSpacing = 7; + public static int MenuView_android_preserveIconSpacing = 7; /**

@attr description @@ -2422,7 +2422,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#verticalDivider}. @attr name android:verticalDivider */ - public static final int MenuView_android_verticalDivider = 3; + public static int MenuView_android_verticalDivider = 3; /**

@attr description @@ -2431,7 +2431,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#windowAnimationStyle}. @attr name android:windowAnimationStyle */ - public static final int MenuView_android_windowAnimationStyle = 0; + public static int MenuView_android_windowAnimationStyle = 0; /** Attributes that can be used with a SearchView.

Includes the following attributes:

@@ -2462,7 +2462,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#imeOptions}. @attr name android:imeOptions */ - public static final int SearchView_android_imeOptions = 2; + public static int SearchView_android_imeOptions = 2; /**

@attr description @@ -2471,7 +2471,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#inputType}. @attr name android:inputType */ - public static final int SearchView_android_inputType = 1; + public static int SearchView_android_inputType = 1; /**

@attr description @@ -2480,7 +2480,7 @@

Must be one or more (separated by '|') of the following constant values.

resource symbol {@link android.R.attr#maxWidth}. @attr name android:maxWidth */ - public static final int SearchView_android_maxWidth = 0; + public static int SearchView_android_maxWidth = 0; /**

@attr description @@ -2497,7 +2497,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:iconifiedByDefault */ - public static final int SearchView_iconifiedByDefault = 3; + public static int SearchView_iconifiedByDefault = 3; /**

@attr description @@ -2513,7 +2513,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:queryHint */ - public static final int SearchView_queryHint = 4; + public static int SearchView_queryHint = 4; /** Attributes that can be used with a Spinner.

Includes the following attributes:

@@ -2560,7 +2560,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#dropDownHorizontalOffset}. @attr name android:dropDownHorizontalOffset */ - public static final int Spinner_android_dropDownHorizontalOffset = 4; + public static int Spinner_android_dropDownHorizontalOffset = 4; /**

@attr description @@ -2569,7 +2569,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#dropDownSelector}. @attr name android:dropDownSelector */ - public static final int Spinner_android_dropDownSelector = 1; + public static int Spinner_android_dropDownSelector = 1; /**

@attr description @@ -2579,7 +2579,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#dropDownVerticalOffset}. @attr name android:dropDownVerticalOffset */ - public static final int Spinner_android_dropDownVerticalOffset = 5; + public static int Spinner_android_dropDownVerticalOffset = 5; /**

@attr description @@ -2588,7 +2588,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#dropDownWidth}. @attr name android:dropDownWidth */ - public static final int Spinner_android_dropDownWidth = 3; + public static int Spinner_android_dropDownWidth = 3; /**

@attr description @@ -2597,7 +2597,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ - public static final int Spinner_android_gravity = 0; + public static int Spinner_android_gravity = 0; /**

@attr description @@ -2606,7 +2606,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#popupBackground}. @attr name android:popupBackground */ - public static final int Spinner_android_popupBackground = 2; + public static int Spinner_android_popupBackground = 2; /**

@attr description @@ -2623,7 +2623,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:disableChildrenWhenDisabled */ - public static final int Spinner_disableChildrenWhenDisabled = 9; + public static int Spinner_disableChildrenWhenDisabled = 9; /**

@attr description @@ -2637,7 +2637,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:popupPromptView */ - public static final int Spinner_popupPromptView = 8; + public static int Spinner_popupPromptView = 8; /**

@attr description @@ -2649,7 +2649,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:prompt */ - public static final int Spinner_prompt = 6; + public static int Spinner_prompt = 6; /**

@attr description @@ -2669,7 +2669,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:spinnerMode */ - public static final int Spinner_spinnerMode = 7; + public static int Spinner_spinnerMode = 7; /** These are the standard attributes that make up a complete theme.

Includes the following attributes:

@@ -2705,7 +2705,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:actionDropDownStyle */ - public static final int Theme_actionDropDownStyle = 0; + public static int Theme_actionDropDownStyle = 0; /**

@attr description @@ -2723,7 +2723,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:dropdownListPreferredItemHeight */ - public static final int Theme_dropdownListPreferredItemHeight = 1; + public static int Theme_dropdownListPreferredItemHeight = 1; /**

@attr description @@ -2735,7 +2735,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:listChoiceBackgroundIndicator */ - public static final int Theme_listChoiceBackgroundIndicator = 5; + public static int Theme_listChoiceBackgroundIndicator = 5; /**

@attr description @@ -2747,7 +2747,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:panelMenuListTheme */ - public static final int Theme_panelMenuListTheme = 4; + public static int Theme_panelMenuListTheme = 4; /**

@attr description @@ -2765,7 +2765,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:panelMenuListWidth */ - public static final int Theme_panelMenuListWidth = 3; + public static int Theme_panelMenuListWidth = 3; /**

@attr description @@ -2777,7 +2777,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:popupMenuStyle */ - public static final int Theme_popupMenuStyle = 2; + public static int Theme_popupMenuStyle = 2; /** Attributes that can be used with a View.

Includes the following attributes:

@@ -2808,7 +2808,7 @@ theme attribute (in the form resource symbol {@link android.R.attr#focusable}. @attr name android:focusable */ - public static final int View_android_focusable = 0; + public static int View_android_focusable = 0; /**

@attr description @@ -2826,7 +2826,7 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:paddingEnd */ - public static final int View_paddingEnd = 2; + public static int View_paddingEnd = 2; /**

@attr description @@ -2844,6 +2844,6 @@ theme attribute (in the form

This is a private symbol. @attr name android.support.v7.appcompat:paddingStart */ - public static final int View_paddingStart = 1; + public static int View_paddingStart = 1; }; } diff --git a/Learn from Map/App/appcompat_v7/project.properties b/Learn from Map/App/appcompat_v7/project.properties index 91d2b024..93c8c3c0 100644 --- a/Learn from Map/App/appcompat_v7/project.properties +++ b/Learn from Map/App/appcompat_v7/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-19 +target=android-21 android.library=true diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/CacheDispatcher.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/CacheDispatcher.class index e31afabd..bb1e4a3d 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/CacheDispatcher.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/CacheDispatcher.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/NetworkDispatcher.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/NetworkDispatcher.class index 014ba131..5120a1bb 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/NetworkDispatcher.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/NetworkDispatcher.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/RequestQueue.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/RequestQueue.class index 53e80a26..f44907a1 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/RequestQueue.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/RequestQueue.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/DiskBasedCache.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/DiskBasedCache.class index 1fe1f93a..5f02e8c4 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/DiskBasedCache.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/DiskBasedCache.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HttpHeaderParser.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HttpHeaderParser.class index cfb4d393..814d2ec3 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HttpHeaderParser.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HttpHeaderParser.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HurlStack.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HurlStack.class index b652859f..1218025b 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HurlStack.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/HurlStack.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/ImageLoader$ImageContainer.class b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/ImageLoader$ImageContainer.class index 723a091a..67b1b180 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/ImageLoader$ImageContainer.class and b/Learn from Map/App/volley_buildmlearn/bin/classes/com/android/volley/toolbox/ImageLoader$ImageContainer.class differ diff --git a/Learn from Map/App/volley_buildmlearn/bin/volley_buildmlearn.jar b/Learn from Map/App/volley_buildmlearn/bin/volley_buildmlearn.jar index 170bfdc5..b671dee4 100644 Binary files a/Learn from Map/App/volley_buildmlearn/bin/volley_buildmlearn.jar and b/Learn from Map/App/volley_buildmlearn/bin/volley_buildmlearn.jar differ diff --git a/Learn from Map/App/volley_buildmlearn/project.properties b/Learn from Map/App/volley_buildmlearn/project.properties index f88ebb0e..9b4fbdee 100644 --- a/Learn from Map/App/volley_buildmlearn/project.properties +++ b/Learn from Map/App/volley_buildmlearn/project.properties @@ -8,7 +8,7 @@ # project structure. # Project target. -target=android-19 +target=android-21 # Make sure to pass a valid value to renderscript # https://code.google.com/p/android/issues/detail?id=40487 diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/CacheDispatcherTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/CacheDispatcherTest.class index eb057ff1..6fdbb714 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/CacheDispatcherTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/CacheDispatcherTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/NetworkDispatcherTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/NetworkDispatcherTest.class index f509d82a..4b117ff0 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/NetworkDispatcherTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/NetworkDispatcherTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$DelayedRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$DelayedRequest.class index 16084364..0e8f8442 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$DelayedRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$DelayedRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$OrderCheckingNetwork.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$OrderCheckingNetwork.class index cd5f8ecf..516025d2 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$OrderCheckingNetwork.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest$OrderCheckingNetwork.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest.class index c6ac7454..09680547 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestQueueTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$TestRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$TestRequest.class index 7eea70b2..66d50450 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$TestRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$TestRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$UrlParseRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$UrlParseRequest.class index 9ceed12f..931a0c2e 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$UrlParseRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest$UrlParseRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest.class index a5a66159..92ec9b3e 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/RequestTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/ResponseDeliveryTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/ResponseDeliveryTest.class index e23fdd18..70b48517 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/ResponseDeliveryTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/ResponseDeliveryTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockCache.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockCache.class index f52e8987..92760c16 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockCache.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockCache.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockHttpStack.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockHttpStack.class index c7200fb9..9fccb30c 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockHttpStack.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockHttpStack.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockNetwork.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockNetwork.class index 369bf585..af4480cc 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockNetwork.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockNetwork.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockRequest.class index 0ba68494..1b44c286 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockResponseDelivery.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockResponseDelivery.class index 2c9db68f..23b9bd8a 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockResponseDelivery.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/MockResponseDelivery.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Base.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Base.class index bac317a4..e3ae7cfd 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Base.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Base.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Delete.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Delete.class index ff2c5d83..75747fa9 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Delete.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Delete.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedGet.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedGet.class index f15bdc48..49fa2b11 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedGet.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedGet.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedPost.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedPost.class index 67b99112..13861282 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedPost.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$DeprecatedPost.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Get.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Get.class index f39f596e..7142a33a 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Get.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Get.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Head.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Head.class index 5cdda58a..0f22c373 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Head.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Head.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Options.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Options.class index 7bd4970d..2dd092b3 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Options.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Options.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Patch.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Patch.class index af4626b8..7965a72d 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Patch.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Patch.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PatchWithBody.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PatchWithBody.class index 7a10b21b..f1a1b7d8 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PatchWithBody.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PatchWithBody.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Post.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Post.class index 02ee2fc8..dba8b0e0 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Post.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Post.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PostWithBody.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PostWithBody.class index f95ba8fd..e296de91 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PostWithBody.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PostWithBody.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Put.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Put.class index 6ab5d9e9..954d090c 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Put.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Put.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PutWithBody.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PutWithBody.class index 6a57a341..48aeeb7b 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PutWithBody.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$PutWithBody.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Trace.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Trace.class index bb8bca6a..0ad01ad9 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Trace.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest$Trace.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest.class index 23233bb5..bb029746 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/TestRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue$MagicStopRequest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue$MagicStopRequest.class index 5797400c..51faad2a 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue$MagicStopRequest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue$MagicStopRequest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue.class index 693c2b96..c63a4efa 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/mock/WaitableQueue.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/BasicNetworkTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/BasicNetworkTest.class index 15147a44..4af57a83 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/BasicNetworkTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/BasicNetworkTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ByteArrayPoolTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ByteArrayPoolTest.class index 335cf248..eed0a7d2 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ByteArrayPoolTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ByteArrayPoolTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/DiskBasedCacheTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/DiskBasedCacheTest.class index b52b7790..6d1a3238 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/DiskBasedCacheTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/DiskBasedCacheTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpClientStackTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpClientStackTest.class index 36d85e4d..e55602eb 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpClientStackTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpClientStackTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpHeaderParserTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpHeaderParserTest.class index 66c848f0..f6f0d491 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpHeaderParserTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HttpHeaderParserTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HurlStackTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HurlStackTest.class index 17a0f430..cd236c9e 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HurlStackTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/HurlStackTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ImageRequestTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ImageRequestTest.class index 325f75f8..8021913f 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ImageRequestTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/ImageRequestTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest$MockImageLoader.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest$MockImageLoader.class index 86e986b8..6bf71990 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest$MockImageLoader.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest$MockImageLoader.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest.class index c122978f..ccb47b27 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/NetworkImageViewTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/PoolingByteArrayOutputStreamTest.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/PoolingByteArrayOutputStreamTest.class index 19a570c8..b2288e21 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/PoolingByteArrayOutputStreamTest.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/toolbox/PoolingByteArrayOutputStreamTest.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/CacheTestUtils.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/CacheTestUtils.class index 213c758f..6431c9aa 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/CacheTestUtils.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/CacheTestUtils.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/ImmediateResponseDelivery.class b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/ImmediateResponseDelivery.class index bd83479b..3337de43 100644 Binary files a/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/ImmediateResponseDelivery.class and b/Learn from Map/App/volley_buildmlearn/tests/bin/classes/com/android/volley/utils/ImmediateResponseDelivery.class differ diff --git a/Learn from Map/App/volley_buildmlearn/tests/project.properties b/Learn from Map/App/volley_buildmlearn/tests/project.properties index a5578ba0..bbe203c8 100644 --- a/Learn from Map/App/volley_buildmlearn/tests/project.properties +++ b/Learn from Map/App/volley_buildmlearn/tests/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-19 +target=android-21