diff --git a/MySample.php b/MySample.php new file mode 100644 index 0000000..cfe6a2a --- /dev/null +++ b/MySample.php @@ -0,0 +1,114 @@ + 'MaxPrice', + 'value' => '25', + 'paramName' => 'Currency', + 'paramValue' => 'USD'), + array( + 'name' => 'FreeShippingOnly', + 'value' => 'true', + 'paramName' => '', + 'paramValue' => ''), + array( + 'name' => 'ListingType', + 'value' => array('AuctionWithBIN','FixedPrice'), + 'paramName' => '', + 'paramValue' => ''), + ); + + // Generates an indexed URL snippet from the array of item filters +function buildURLArray ($filterarray) { + global $urlfilter; + global $i; + // Iterate through each filter in the array + foreach($filterarray as $itemfilter) { + // Iterate through each key in the filter + foreach ($itemfilter as $key =>$value) { + if(is_array($value)) { + foreach($value as $j => $content) { // Index the key for each value + $urlfilter .= "&itemFilter($i).$key($j)=$content"; + } + } + else { + if($value != "") { + $urlfilter .= "&itemFilter($i).$key=$value"; + } + } + } + $i++; + } + return "$urlfilter"; +} // End of buildURLArray function + +// Build the indexed item filter URL snippet +buildURLArray($filterarray); + + + +// Construct the findItemsByKeywords HTTP GET call +$apicall = "$endpoint?"; +$apicall .= "OPERATION-NAME=findItemsByKeywords"; +$apicall .= "&SERVICE-VERSION=$version"; +$apicall .= "&SECURITY-APPNAME=$appid"; +$apicall .= "&GLOBAL-ID=$globalid"; +$apicall .= "&keywords=$safequery"; +$apicall .= "&paginationInput.entriesPerPage=3"; +$apicall .= "$urlfilter"; + +// Load the call and capture the document returned by eBay API +$resp = simplexml_load_file($apicall); + +// Check to see if the request was successful, else print an error +if ($resp->ack == "Success") { + $results = ''; + // If the response was loaded, parse it and build links + foreach($resp->searchResult->item as $item) { + $pic = $item->galleryURL; + $link = $item->viewItemURL; + $title = $item->title; + + // For each SearchResultItem node, build a link and append it to $results + $results .= "$title"; + } +} +// If the response does not indicate 'Success,' print an error +else { + $results = "

Oops! The request was not successful. Make sure you are using a valid "; + $results .= "AppID for the Production environment.

"; +} + +?> + + + +eBay Search Results for <?php echo $query; ?> + + + + +

eBay Search Results for

+ + + + + +
+ +
+ + + \ No newline at end of file diff --git a/eBayDemo/.classpath b/eBayDemo/.classpath new file mode 100644 index 0000000..7bc01d9 --- /dev/null +++ b/eBayDemo/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/eBayDemo/.project b/eBayDemo/.project new file mode 100644 index 0000000..8b4eafa --- /dev/null +++ b/eBayDemo/.project @@ -0,0 +1,33 @@ + + + eBayDemo + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/eBayDemo/AndroidManifest.xml b/eBayDemo/AndroidManifest.xml new file mode 100644 index 0000000..662a75f --- /dev/null +++ b/eBayDemo/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + diff --git a/eBayDemo/bin/AndroidManifest.xml b/eBayDemo/bin/AndroidManifest.xml new file mode 100644 index 0000000..662a75f --- /dev/null +++ b/eBayDemo/bin/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + diff --git a/eBayDemo/bin/R.txt b/eBayDemo/bin/R.txt new file mode 100644 index 0000000..80d7b50 --- /dev/null +++ b/eBayDemo/bin/R.txt @@ -0,0 +1,646 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_slide_in_bottom 0x7f040002 +int anim abc_slide_in_top 0x7f040003 +int anim abc_slide_out_bottom 0x7f040004 +int anim abc_slide_out_top 0x7f040005 +int attr actionBarDivider 0x7f01000f +int attr actionBarItemBackground 0x7f010010 +int attr actionBarSize 0x7f01000e +int attr actionBarSplitStyle 0x7f01000c +int attr actionBarStyle 0x7f01000b +int attr actionBarTabBarStyle 0x7f010008 +int attr actionBarTabStyle 0x7f010007 +int attr actionBarTabTextStyle 0x7f010009 +int attr actionBarWidgetTheme 0x7f01000d +int attr actionButtonStyle 0x7f010016 +int attr actionDropDownStyle 0x7f010047 +int attr actionLayout 0x7f01004e +int attr actionMenuTextAppearance 0x7f010011 +int attr actionMenuTextColor 0x7f010012 +int attr actionModeBackground 0x7f01003c +int attr actionModeCloseButtonStyle 0x7f01003b +int attr actionModeCloseDrawable 0x7f01003e +int attr actionModeCopyDrawable 0x7f010040 +int attr actionModeCutDrawable 0x7f01003f +int attr actionModeFindDrawable 0x7f010044 +int attr actionModePasteDrawable 0x7f010041 +int attr actionModePopupWindowStyle 0x7f010046 +int attr actionModeSelectAllDrawable 0x7f010042 +int attr actionModeShareDrawable 0x7f010043 +int attr actionModeSplitBackground 0x7f01003d +int attr actionModeStyle 0x7f01003a +int attr actionModeWebSearchDrawable 0x7f010045 +int attr actionOverflowButtonStyle 0x7f01000a +int attr actionProviderClass 0x7f010050 +int attr actionViewClass 0x7f01004f +int attr activityChooserViewStyle 0x7f01006c +int attr background 0x7f01002f +int attr backgroundSplit 0x7f010031 +int attr backgroundStacked 0x7f010030 +int attr buttonBarButtonStyle 0x7f010018 +int attr buttonBarStyle 0x7f010017 +int attr customNavigationLayout 0x7f010032 +int attr disableChildrenWhenDisabled 0x7f010054 +int attr displayOptions 0x7f010028 +int attr divider 0x7f01002e +int attr dividerHorizontal 0x7f01001b +int attr dividerPadding 0x7f010056 +int attr dividerVertical 0x7f01001a +int attr dropDownListViewStyle 0x7f010021 +int attr dropdownListPreferredItemHeight 0x7f010048 +int attr expandActivityOverflowButtonDrawable 0x7f01006b +int attr height 0x7f010026 +int attr homeAsUpIndicator 0x7f010013 +int attr homeLayout 0x7f010033 +int attr icon 0x7f01002c +int attr iconifiedByDefault 0x7f01005a +int attr indeterminateProgressStyle 0x7f010035 +int attr initialActivityCount 0x7f01006a +int attr isLightTheme 0x7f010059 +int attr itemPadding 0x7f010037 +int attr listChoiceBackgroundIndicator 0x7f01004c +int attr listPopupWindowStyle 0x7f010022 +int attr listPreferredItemHeight 0x7f01001c +int attr listPreferredItemHeightLarge 0x7f01001e +int attr listPreferredItemHeightSmall 0x7f01001d +int attr listPreferredItemPaddingLeft 0x7f01001f +int attr listPreferredItemPaddingRight 0x7f010020 +int attr logo 0x7f01002d +int attr navigationMode 0x7f010027 +int attr paddingEnd 0x7f010039 +int attr paddingStart 0x7f010038 +int attr panelMenuListTheme 0x7f01004b +int attr panelMenuListWidth 0x7f01004a +int attr popupMenuStyle 0x7f010049 +int attr popupPromptView 0x7f010053 +int attr progressBarPadding 0x7f010036 +int attr progressBarStyle 0x7f010034 +int attr prompt 0x7f010051 +int attr queryHint 0x7f01005b +int attr searchDropdownBackground 0x7f01005c +int attr searchResultListItemHeight 0x7f010065 +int attr searchViewAutoCompleteTextView 0x7f010069 +int attr searchViewCloseIcon 0x7f01005d +int attr searchViewEditQuery 0x7f010061 +int attr searchViewEditQueryBackground 0x7f010062 +int attr searchViewGoIcon 0x7f01005e +int attr searchViewSearchIcon 0x7f01005f +int attr searchViewTextField 0x7f010063 +int attr searchViewTextFieldRight 0x7f010064 +int attr searchViewVoiceIcon 0x7f010060 +int attr selectableItemBackground 0x7f010019 +int attr showAsAction 0x7f01004d +int attr showDividers 0x7f010055 +int attr spinnerDropDownItemStyle 0x7f010058 +int attr spinnerMode 0x7f010052 +int attr spinnerStyle 0x7f010057 +int attr subtitle 0x7f010029 +int attr subtitleTextStyle 0x7f01002b +int attr textAllCaps 0x7f01006d +int attr textAppearanceLargePopupMenu 0x7f010014 +int attr textAppearanceListItem 0x7f010023 +int attr textAppearanceListItemSmall 0x7f010024 +int attr textAppearanceSearchResultSubtitle 0x7f010067 +int attr textAppearanceSearchResultTitle 0x7f010066 +int attr textAppearanceSmallPopupMenu 0x7f010015 +int attr textColorSearchUrl 0x7f010068 +int attr title 0x7f010025 +int attr titleTextStyle 0x7f01002a +int attr windowActionBar 0x7f010000 +int attr windowActionBarOverlay 0x7f010001 +int attr windowFixedHeightMajor 0x7f010006 +int attr windowFixedHeightMinor 0x7f010004 +int attr windowFixedWidthMajor 0x7f010003 +int attr windowFixedWidthMinor 0x7f010005 +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 dimen activity_horizontal_margin 0x7f080015 +int dimen activity_vertical_margin 0x7f080016 +int dimen dialog_fixed_height_major 0x7f080013 +int dimen dialog_fixed_height_minor 0x7f080014 +int dimen dialog_fixed_width_major 0x7f080011 +int dimen dialog_fixed_width_minor 0x7f080012 +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 +int drawable abc_ab_bottom_transparent_light_holo 0x7f020003 +int drawable abc_ab_share_pack_holo_dark 0x7f020004 +int drawable abc_ab_share_pack_holo_light 0x7f020005 +int drawable abc_ab_solid_dark_holo 0x7f020006 +int drawable abc_ab_solid_light_holo 0x7f020007 +int drawable abc_ab_stacked_solid_dark_holo 0x7f020008 +int drawable abc_ab_stacked_solid_light_holo 0x7f020009 +int drawable abc_ab_stacked_transparent_dark_holo 0x7f02000a +int drawable abc_ab_stacked_transparent_light_holo 0x7f02000b +int drawable abc_ab_transparent_dark_holo 0x7f02000c +int drawable abc_ab_transparent_light_holo 0x7f02000d +int drawable abc_cab_background_bottom_holo_dark 0x7f02000e +int drawable abc_cab_background_bottom_holo_light 0x7f02000f +int drawable abc_cab_background_top_holo_dark 0x7f020010 +int drawable abc_cab_background_top_holo_light 0x7f020011 +int drawable abc_ic_ab_back_holo_dark 0x7f020012 +int drawable abc_ic_ab_back_holo_light 0x7f020013 +int drawable abc_ic_cab_done_holo_dark 0x7f020014 +int drawable abc_ic_cab_done_holo_light 0x7f020015 +int drawable abc_ic_clear 0x7f020016 +int drawable abc_ic_clear_disabled 0x7f020017 +int drawable abc_ic_clear_holo_light 0x7f020018 +int drawable abc_ic_clear_normal 0x7f020019 +int drawable abc_ic_clear_search_api_disabled_holo_light 0x7f02001a +int drawable abc_ic_clear_search_api_holo_light 0x7f02001b +int drawable abc_ic_commit_search_api_holo_dark 0x7f02001c +int drawable abc_ic_commit_search_api_holo_light 0x7f02001d +int drawable abc_ic_go 0x7f02001e +int drawable abc_ic_go_search_api_holo_light 0x7f02001f +int drawable abc_ic_menu_moreoverflow_normal_holo_dark 0x7f020020 +int drawable abc_ic_menu_moreoverflow_normal_holo_light 0x7f020021 +int drawable abc_ic_menu_share_holo_dark 0x7f020022 +int drawable abc_ic_menu_share_holo_light 0x7f020023 +int drawable abc_ic_search 0x7f020024 +int drawable abc_ic_search_api_holo_light 0x7f020025 +int drawable abc_ic_voice_search 0x7f020026 +int drawable abc_ic_voice_search_api_holo_light 0x7f020027 +int drawable abc_item_background_holo_dark 0x7f020028 +int drawable abc_item_background_holo_light 0x7f020029 +int drawable abc_list_divider_holo_dark 0x7f02002a +int drawable abc_list_divider_holo_light 0x7f02002b +int drawable abc_list_focused_holo 0x7f02002c +int drawable abc_list_longpressed_holo 0x7f02002d +int drawable abc_list_pressed_holo_dark 0x7f02002e +int drawable abc_list_pressed_holo_light 0x7f02002f +int drawable abc_list_selector_background_transition_holo_dark 0x7f020030 +int drawable abc_list_selector_background_transition_holo_light 0x7f020031 +int drawable abc_list_selector_disabled_holo_dark 0x7f020032 +int drawable abc_list_selector_disabled_holo_light 0x7f020033 +int drawable abc_list_selector_holo_dark 0x7f020034 +int drawable abc_list_selector_holo_light 0x7f020035 +int drawable abc_menu_dropdown_panel_holo_dark 0x7f020036 +int drawable abc_menu_dropdown_panel_holo_light 0x7f020037 +int drawable abc_menu_hardkey_panel_holo_dark 0x7f020038 +int drawable abc_menu_hardkey_panel_holo_light 0x7f020039 +int drawable abc_search_dropdown_dark 0x7f02003a +int drawable abc_search_dropdown_light 0x7f02003b +int drawable abc_spinner_ab_default_holo_dark 0x7f02003c +int drawable abc_spinner_ab_default_holo_light 0x7f02003d +int drawable abc_spinner_ab_disabled_holo_dark 0x7f02003e +int drawable abc_spinner_ab_disabled_holo_light 0x7f02003f +int drawable abc_spinner_ab_focused_holo_dark 0x7f020040 +int drawable abc_spinner_ab_focused_holo_light 0x7f020041 +int drawable abc_spinner_ab_holo_dark 0x7f020042 +int drawable abc_spinner_ab_holo_light 0x7f020043 +int drawable abc_spinner_ab_pressed_holo_dark 0x7f020044 +int drawable abc_spinner_ab_pressed_holo_light 0x7f020045 +int drawable abc_tab_indicator_ab_holo 0x7f020046 +int drawable abc_tab_selected_focused_holo 0x7f020047 +int drawable abc_tab_selected_holo 0x7f020048 +int drawable abc_tab_selected_pressed_holo 0x7f020049 +int drawable abc_tab_unselected_pressed_holo 0x7f02004a +int drawable abc_textfield_search_default_holo_dark 0x7f02004b +int drawable abc_textfield_search_default_holo_light 0x7f02004c +int drawable abc_textfield_search_right_default_holo_dark 0x7f02004d +int drawable abc_textfield_search_right_default_holo_light 0x7f02004e +int drawable abc_textfield_search_right_selected_holo_dark 0x7f02004f +int drawable abc_textfield_search_right_selected_holo_light 0x7f020050 +int drawable abc_textfield_search_selected_holo_dark 0x7f020051 +int drawable abc_textfield_search_selected_holo_light 0x7f020052 +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 drawable ic_launcher 0x7f020057 +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 action_settings 0x7f050050 +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 container 0x7f05003c +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 fragment_listings_image 0x7f05003e +int id fragment_listings_linearlayout 0x7f05003f +int id fragment_listings_price 0x7f050041 +int id fragment_listings_root 0x7f05003d +int id fragment_listings_shipping 0x7f050042 +int id fragment_listings_title 0x7f050040 +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 row_auctionsource 0x7f050045 +int id row_endtime 0x7f050047 +int id row_image 0x7f050044 +int id row_link 0x7f05004c +int id row_listingtype 0x7f050049 +int id row_location 0x7f05004b +int id row_price 0x7f050048 +int id row_shipping 0x7f05004a +int id row_starttime 0x7f050046 +int id rowdialog_root 0x7f050043 +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_layout_captiontextview 0x7f05004e +int id search_layout_keyword 0x7f05004f +int id search_layout_root 0x7f05004d +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 layout abc_action_bar_decor 0x7f030000 +int layout abc_action_bar_decor_include 0x7f030001 +int layout abc_action_bar_decor_overlay 0x7f030002 +int layout abc_action_bar_home 0x7f030003 +int layout abc_action_bar_tab 0x7f030004 +int layout abc_action_bar_tabbar 0x7f030005 +int layout abc_action_bar_title_item 0x7f030006 +int layout abc_action_bar_view_list_nav_layout 0x7f030007 +int layout abc_action_menu_item_layout 0x7f030008 +int layout abc_action_menu_layout 0x7f030009 +int layout abc_action_mode_bar 0x7f03000a +int layout abc_action_mode_close_item 0x7f03000b +int layout abc_activity_chooser_view 0x7f03000c +int layout abc_activity_chooser_view_include 0x7f03000d +int layout abc_activity_chooser_view_list_item 0x7f03000e +int layout abc_expanded_menu_layout 0x7f03000f +int layout abc_list_menu_item_checkbox 0x7f030010 +int layout abc_list_menu_item_icon 0x7f030011 +int layout abc_list_menu_item_layout 0x7f030012 +int layout abc_list_menu_item_radio 0x7f030013 +int layout abc_popup_menu_item_layout 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_simple_decor 0x7f030017 +int layout activity_main 0x7f030018 +int layout fragment_listings 0x7f030019 +int layout fragment_main 0x7f03001a +int layout row 0x7f03001b +int layout search_layout 0x7f03001c +int layout support_simple_spinner_dropdown_item 0x7f03001d +int menu main 0x7f0c0000 +int string abc_action_bar_home_description 0x7f0a0001 +int string abc_action_bar_up_description 0x7f0a0002 +int string abc_action_menu_overflow_description 0x7f0a0003 +int string abc_action_mode_done 0x7f0a0000 +int string abc_activity_chooser_view_see_all 0x7f0a000a +int string abc_activitychooserview_choose_application 0x7f0a0009 +int string abc_searchview_description_clear 0x7f0a0006 +int string abc_searchview_description_query 0x7f0a0005 +int string abc_searchview_description_search 0x7f0a0004 +int string abc_searchview_description_submit 0x7f0a0007 +int string abc_searchview_description_voice 0x7f0a0008 +int string abc_shareactionprovider_share_with 0x7f0a000c +int string abc_shareactionprovider_share_with_application 0x7f0a000b +int string action_settings 0x7f0a000f +int string app_name 0x7f0a000d +int string ebay_appid_production 0x7f0a0012 +int string ebay_appid_sandbox 0x7f0a0011 +int string ebay_source_name 0x7f0a0010 +int string ebay_tag_buyItNowAvailable 0x7f0a0026 +int string ebay_tag_currencyId 0x7f0a0021 +int string ebay_tag_currentPrice 0x7f0a001f +int string ebay_tag_endTime 0x7f0a0028 +int string ebay_tag_findItemsByKeywordsResponse 0x7f0a0015 +int string ebay_tag_galleryURL 0x7f0a001b +int string ebay_tag_item 0x7f0a0018 +int string ebay_tag_itemId 0x7f0a0019 +int string ebay_tag_listingInfo 0x7f0a0024 +int string ebay_tag_listingType 0x7f0a0025 +int string ebay_tag_location 0x7f0a001d +int string ebay_tag_searchResult 0x7f0a0016 +int string ebay_tag_sellingStatus 0x7f0a001e +int string ebay_tag_shippingInfo 0x7f0a0022 +int string ebay_tag_shippingServiceCost 0x7f0a0023 +int string ebay_tag_startTime 0x7f0a0027 +int string ebay_tag_title 0x7f0a001a +int string ebay_tag_value 0x7f0a0020 +int string ebay_tag_viewItemURL 0x7f0a001c +int string ebay_value_auction 0x7f0a0029 +int string ebay_value_fixedprice 0x7f0a002b +int string ebay_value_storeinventory 0x7f0a002a +int string ebay_value_true 0x7f0a002c +int string ebay_wsurl_production 0x7f0a0014 +int string ebay_wsurl_sandbox 0x7f0a0013 +int string hello_world 0x7f0a000e +int string search_layout_caption 0x7f0a0017 +int style AppBaseTheme 0x7f0b008b +int style AppTheme 0x7f0b008c +int style TextAppearance_AppCompat_Base_CompactMenu_Dialog 0x7f0b0063 +int style TextAppearance_AppCompat_Base_SearchResult 0x7f0b006d +int style TextAppearance_AppCompat_Base_SearchResult_Subtitle 0x7f0b006f +int style TextAppearance_AppCompat_Base_SearchResult_Title 0x7f0b006e +int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Large 0x7f0b0069 +int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Small 0x7f0b006a +int style TextAppearance_AppCompat_Light_Base_SearchResult 0x7f0b0070 +int style TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle 0x7f0b0072 +int style TextAppearance_AppCompat_Light_Base_SearchResult_Title 0x7f0b0071 +int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large 0x7f0b006b +int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small 0x7f0b006c +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b0035 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b0034 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0030 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0031 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b0033 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b0032 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b001a +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0006 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0008 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0005 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0007 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b001e +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b0020 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b001d +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b001f +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Menu 0x7f0b0054 +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle 0x7f0b0056 +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse 0x7f0b0058 +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title 0x7f0b0055 +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse 0x7f0b0057 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle 0x7f0b0051 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse 0x7f0b0053 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title 0x7f0b0050 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse 0x7f0b0052 +int style TextAppearance_AppCompat_Widget_Base_DropDownItem 0x7f0b0061 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b0021 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002e +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002f +int style TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item 0x7f0b0062 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0028 +int style Theme_AppCompat 0x7f0b0077 +int style Theme_AppCompat_Base_CompactMenu 0x7f0b0083 +int style Theme_AppCompat_Base_CompactMenu_Dialog 0x7f0b0084 +int style Theme_AppCompat_CompactMenu 0x7f0b007c +int style Theme_AppCompat_CompactMenu_Dialog 0x7f0b007d +int style Theme_AppCompat_DialogWhenLarge 0x7f0b007a +int style Theme_AppCompat_Light 0x7f0b0078 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0b0079 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b007b +int style Theme_Base 0x7f0b007e +int style Theme_Base_AppCompat 0x7f0b0080 +int style Theme_Base_AppCompat_Dialog_FixedSize 0x7f0b0087 +int style Theme_Base_AppCompat_Dialog_Light_FixedSize 0x7f0b0088 +int style Theme_Base_AppCompat_DialogWhenLarge 0x7f0b0085 +int style Theme_Base_AppCompat_DialogWhenLarge_Base 0x7f0b0089 +int style Theme_Base_AppCompat_Light 0x7f0b0081 +int style Theme_Base_AppCompat_Light_DarkActionBar 0x7f0b0082 +int style Theme_Base_AppCompat_Light_DialogWhenLarge 0x7f0b0086 +int style Theme_Base_AppCompat_Light_DialogWhenLarge_Base 0x7f0b008a +int style Theme_Base_Light 0x7f0b007f +int style Widget_AppCompat_ActionBar 0x7f0b0000 +int style Widget_AppCompat_ActionBar_Solid 0x7f0b0002 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0b0011 +int style Widget_AppCompat_ActionBar_TabText 0x7f0b0017 +int style Widget_AppCompat_ActionBar_TabView 0x7f0b0014 +int style Widget_AppCompat_ActionButton 0x7f0b000b +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b000d +int style Widget_AppCompat_ActionButton_Overflow 0x7f0b000f +int style Widget_AppCompat_ActionMode 0x7f0b001b +int style Widget_AppCompat_ActivityChooserView 0x7f0b0038 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0b0036 +int style Widget_AppCompat_Base_ActionBar 0x7f0b003a +int style Widget_AppCompat_Base_ActionBar_Solid 0x7f0b003c +int style Widget_AppCompat_Base_ActionBar_TabBar 0x7f0b0045 +int style Widget_AppCompat_Base_ActionBar_TabText 0x7f0b004b +int style Widget_AppCompat_Base_ActionBar_TabView 0x7f0b0048 +int style Widget_AppCompat_Base_ActionButton 0x7f0b003f +int style Widget_AppCompat_Base_ActionButton_CloseMode 0x7f0b0041 +int style Widget_AppCompat_Base_ActionButton_Overflow 0x7f0b0043 +int style Widget_AppCompat_Base_ActionMode 0x7f0b004e +int style Widget_AppCompat_Base_ActivityChooserView 0x7f0b0075 +int style Widget_AppCompat_Base_AutoCompleteTextView 0x7f0b0073 +int style Widget_AppCompat_Base_DropDownItem_Spinner 0x7f0b005d +int style Widget_AppCompat_Base_ListPopupWindow 0x7f0b0065 +int style Widget_AppCompat_Base_ListView_DropDown 0x7f0b005f +int style Widget_AppCompat_Base_ListView_Menu 0x7f0b0064 +int style Widget_AppCompat_Base_PopupMenu 0x7f0b0067 +int style Widget_AppCompat_Base_ProgressBar 0x7f0b005a +int style Widget_AppCompat_Base_ProgressBar_Horizontal 0x7f0b0059 +int style Widget_AppCompat_Base_Spinner 0x7f0b005b +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b0024 +int style Widget_AppCompat_Light_ActionBar 0x7f0b0001 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0003 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b0004 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0012 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b0013 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0018 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0019 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0015 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b0016 +int style Widget_AppCompat_Light_ActionButton 0x7f0b000c +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b000e +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b0010 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b001c +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b0039 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b0037 +int style Widget_AppCompat_Light_Base_ActionBar 0x7f0b003b +int style Widget_AppCompat_Light_Base_ActionBar_Solid 0x7f0b003d +int style Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse 0x7f0b003e +int style Widget_AppCompat_Light_Base_ActionBar_TabBar 0x7f0b0046 +int style Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse 0x7f0b0047 +int style Widget_AppCompat_Light_Base_ActionBar_TabText 0x7f0b004c +int style Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse 0x7f0b004d +int style Widget_AppCompat_Light_Base_ActionBar_TabView 0x7f0b0049 +int style Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse 0x7f0b004a +int style Widget_AppCompat_Light_Base_ActionButton 0x7f0b0040 +int style Widget_AppCompat_Light_Base_ActionButton_CloseMode 0x7f0b0042 +int style Widget_AppCompat_Light_Base_ActionButton_Overflow 0x7f0b0044 +int style Widget_AppCompat_Light_Base_ActionMode_Inverse 0x7f0b004f +int style Widget_AppCompat_Light_Base_ActivityChooserView 0x7f0b0076 +int style Widget_AppCompat_Light_Base_AutoCompleteTextView 0x7f0b0074 +int style Widget_AppCompat_Light_Base_DropDownItem_Spinner 0x7f0b005e +int style Widget_AppCompat_Light_Base_ListPopupWindow 0x7f0b0066 +int style Widget_AppCompat_Light_Base_ListView_DropDown 0x7f0b0060 +int style Widget_AppCompat_Light_Base_PopupMenu 0x7f0b0068 +int style Widget_AppCompat_Light_Base_Spinner 0x7f0b005c +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b0025 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b002a +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b0027 +int style Widget_AppCompat_Light_PopupMenu 0x7f0b002c +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b0023 +int style Widget_AppCompat_ListPopupWindow 0x7f0b0029 +int style Widget_AppCompat_ListView_DropDown 0x7f0b0026 +int style Widget_AppCompat_ListView_Menu 0x7f0b002d +int style Widget_AppCompat_PopupMenu 0x7f0b002b +int style Widget_AppCompat_ProgressBar 0x7f0b000a +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0009 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0022 +int[] styleable ActionBar { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037 } +int styleable ActionBar_background 10 +int styleable ActionBar_backgroundSplit 12 +int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_customNavigationLayout 13 +int styleable ActionBar_displayOptions 3 +int styleable ActionBar_divider 9 +int styleable ActionBar_height 1 +int styleable ActionBar_homeLayout 14 +int styleable ActionBar_icon 7 +int styleable ActionBar_indeterminateProgressStyle 16 +int styleable ActionBar_itemPadding 18 +int styleable ActionBar_logo 8 +int styleable ActionBar_navigationMode 2 +int styleable ActionBar_progressBarPadding 17 +int styleable ActionBar_progressBarStyle 15 +int styleable ActionBar_subtitle 4 +int styleable ActionBar_subtitleTextStyle 6 +int styleable ActionBar_title 0 +int styleable ActionBar_titleTextStyle 5 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionBarWindow { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 } +int styleable ActionBarWindow_windowActionBar 0 +int styleable ActionBarWindow_windowActionBarOverlay 1 +int styleable ActionBarWindow_windowFixedHeightMajor 6 +int styleable ActionBarWindow_windowFixedHeightMinor 4 +int styleable ActionBarWindow_windowFixedWidthMajor 3 +int styleable ActionBarWindow_windowFixedWidthMinor 5 +int styleable ActionBarWindow_windowSplitActionBar 2 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f010026, 0x7f01002a, 0x7f01002b, 0x7f01002f, 0x7f010031 } +int styleable ActionMode_background 3 +int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_height 0 +int styleable ActionMode_subtitleTextStyle 2 +int styleable ActionMode_titleTextStyle 1 +int[] styleable ActivityChooserView { 0x7f01006a, 0x7f01006b } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 +int styleable ActivityChooserView_initialActivityCount 0 +int[] styleable CompatTextView { 0x7f01006d } +int styleable CompatTextView_textAllCaps 0 +int[] styleable LinearLayoutICS { 0x7f01002e, 0x7f010055, 0x7f010056 } +int styleable LinearLayoutICS_divider 0 +int styleable LinearLayoutICS_dividerPadding 2 +int styleable LinearLayoutICS_showDividers 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_checkableBehavior 5 +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 2 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050 } +int styleable MenuItem_actionLayout 14 +int styleable MenuItem_actionProviderClass 16 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_showAsAction 13 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x01010435 } +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_preserveIconSpacing 7 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_windowAnimationStyle 0 +int[] styleable SearchView { 0x0101011f, 0x01010220, 0x01010264, 0x7f01005a, 0x7f01005b } +int styleable SearchView_android_imeOptions 2 +int styleable SearchView_android_inputType 1 +int styleable SearchView_android_maxWidth 0 +int styleable SearchView_iconifiedByDefault 3 +int styleable SearchView_queryHint 4 +int[] styleable Spinner { 0x010100af, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 } +int styleable Spinner_android_dropDownHorizontalOffset 4 +int styleable Spinner_android_dropDownSelector 1 +int styleable Spinner_android_dropDownVerticalOffset 5 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_android_gravity 0 +int styleable Spinner_android_popupBackground 2 +int styleable Spinner_disableChildrenWhenDisabled 9 +int styleable Spinner_popupPromptView 8 +int styleable Spinner_prompt 6 +int styleable Spinner_spinnerMode 7 +int[] styleable Theme { 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c } +int styleable Theme_actionDropDownStyle 0 +int styleable Theme_dropdownListPreferredItemHeight 1 +int styleable Theme_listChoiceBackgroundIndicator 5 +int styleable Theme_panelMenuListTheme 4 +int styleable Theme_panelMenuListWidth 3 +int styleable Theme_popupMenuStyle 2 +int[] styleable View { 0x010100da, 0x7f010038, 0x7f010039 } +int styleable View_android_focusable 0 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 1 diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$anim.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..c1a495e Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$attr.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..7632683 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$bool.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..bb98771 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$color.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..d384759 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$color.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$dimen.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..df90f46 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$drawable.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..dca7adb Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$id.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..fd28eb6 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$id.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$integer.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..eb6cd64 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$layout.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..7b72c86 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$string.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..8ac69d2 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$string.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$style.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..aac4b96 Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$style.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R$styleable.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..ebb565e Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/eBayDemo/bin/classes/android/support/v7/appcompat/R.class b/eBayDemo/bin/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..301499d Binary files /dev/null and b/eBayDemo/bin/classes/android/support/v7/appcompat/R.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/BuildConfig.class b/eBayDemo/bin/classes/com/example/ebaydemo/BuildConfig.class new file mode 100644 index 0000000..6cdf12e Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/BuildConfig.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/EbayInvoke.class b/eBayDemo/bin/classes/com/example/ebaydemo/EbayInvoke.class new file mode 100644 index 0000000..e81588b Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/EbayInvoke.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/EbayParser.class b/eBayDemo/bin/classes/com/example/ebaydemo/EbayParser.class new file mode 100644 index 0000000..bf6238d Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/EbayParser.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/Listing.class b/eBayDemo/bin/classes/com/example/ebaydemo/Listing.class new file mode 100644 index 0000000..a6f2c48 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/Listing.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ListingArrayAdapter.class b/eBayDemo/bin/classes/com/example/ebaydemo/ListingArrayAdapter.class new file mode 100644 index 0000000..a10b08f Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ListingArrayAdapter.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity$PlaceholderFragment.class b/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity$PlaceholderFragment.class new file mode 100644 index 0000000..1700ef1 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity$PlaceholderFragment.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity.class b/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity.class new file mode 100644 index 0000000..33dc75b Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/MainActivity.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$anim.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$anim.class new file mode 100644 index 0000000..117a79e Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$anim.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$attr.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$attr.class new file mode 100644 index 0000000..fdcf695 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$attr.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$bool.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$bool.class new file mode 100644 index 0000000..1a0f5e2 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$bool.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$color.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$color.class new file mode 100644 index 0000000..4c2b53f Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$color.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$dimen.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$dimen.class new file mode 100644 index 0000000..d402ddd Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$dimen.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$drawable.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$drawable.class new file mode 100644 index 0000000..b453c09 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$drawable.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$id.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$id.class new file mode 100644 index 0000000..e702530 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$id.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$integer.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$integer.class new file mode 100644 index 0000000..1c5e45d Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$integer.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$layout.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$layout.class new file mode 100644 index 0000000..feebf81 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$layout.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$menu.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$menu.class new file mode 100644 index 0000000..b94d75b Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$menu.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$string.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$string.class new file mode 100644 index 0000000..ba5c87d Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$string.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$style.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$style.class new file mode 100644 index 0000000..ef67862 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$style.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R$styleable.class b/eBayDemo/bin/classes/com/example/ebaydemo/R$styleable.class new file mode 100644 index 0000000..f0114b4 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R$styleable.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/R.class b/eBayDemo/bin/classes/com/example/ebaydemo/R.class new file mode 100644 index 0000000..85a8dcb Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/R.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/SearchResult.class b/eBayDemo/bin/classes/com/example/ebaydemo/SearchResult.class new file mode 100644 index 0000000..0c06738 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/SearchResult.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$1.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$1.class new file mode 100644 index 0000000..5112c4e Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$1.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$2.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$2.class new file mode 100644 index 0000000..f3f1674 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$2.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$3.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$3.class new file mode 100644 index 0000000..8c379c6 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$3.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$4.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$4.class new file mode 100644 index 0000000..b297158 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$4.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$5.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$5.class new file mode 100644 index 0000000..f781f8f Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$5.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$6.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$6.class new file mode 100644 index 0000000..2251851 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$6.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$LoadListThread.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$LoadListThread.class new file mode 100644 index 0000000..923684c Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity$LoadListThread.class differ diff --git a/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity.class b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity.class new file mode 100644 index 0000000..c3241d2 Binary files /dev/null and b/eBayDemo/bin/classes/com/example/ebaydemo/ebayDemoActivity.class differ diff --git a/eBayDemo/bin/jarlist.cache b/eBayDemo/bin/jarlist.cache new file mode 100644 index 0000000..7b57ea0 --- /dev/null +++ b/eBayDemo/bin/jarlist.cache @@ -0,0 +1,5 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 +1411256035000 648327 ded9acc6a9792b8f1afc470f0c9cd36d178914cd /Users/adwaydhillon/Documents/GTech/Assignments/CS/CS1332/eBayDemo/libs/android-support-v4.jar +1401642123000 648327 ded9acc6a9792b8f1afc470f0c9cd36d178914cd /Users/adwaydhillon/Documents/GTech/Assignments/CS/CS1332/appcompat_v7_3/libs/android-support-v4.jar diff --git a/eBayDemo/gen/android/support/v7/appcompat/R.java b/eBayDemo/gen/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..e32228a --- /dev/null +++ b/eBayDemo/gen/android/support/v7/appcompat/R.java @@ -0,0 +1,616 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_slide_in_bottom = 0x7f040002; + public static final int abc_slide_in_top = 0x7f040003; + public static final int abc_slide_out_bottom = 0x7f040004; + public static final int abc_slide_out_top = 0x7f040005; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01000f; + public static final int actionBarItemBackground = 0x7f010010; + public static final int actionBarSize = 0x7f01000e; + public static final int actionBarSplitStyle = 0x7f01000c; + public static final int actionBarStyle = 0x7f01000b; + public static final int actionBarTabBarStyle = 0x7f010008; + public static final int actionBarTabStyle = 0x7f010007; + public static final int actionBarTabTextStyle = 0x7f010009; + public static final int actionBarWidgetTheme = 0x7f01000d; + public static final int actionButtonStyle = 0x7f010016; + public static final int actionDropDownStyle = 0x7f010047; + public static final int actionLayout = 0x7f01004e; + public static final int actionMenuTextAppearance = 0x7f010011; + public static final int actionMenuTextColor = 0x7f010012; + public static final int actionModeBackground = 0x7f01003c; + public static final int actionModeCloseButtonStyle = 0x7f01003b; + public static final int actionModeCloseDrawable = 0x7f01003e; + public static final int actionModeCopyDrawable = 0x7f010040; + public static final int actionModeCutDrawable = 0x7f01003f; + public static final int actionModeFindDrawable = 0x7f010044; + public static final int actionModePasteDrawable = 0x7f010041; + public static final int actionModePopupWindowStyle = 0x7f010046; + public static final int actionModeSelectAllDrawable = 0x7f010042; + public static final int actionModeShareDrawable = 0x7f010043; + public static final int actionModeSplitBackground = 0x7f01003d; + public static final int actionModeStyle = 0x7f01003a; + public static final int actionModeWebSearchDrawable = 0x7f010045; + public static final int actionOverflowButtonStyle = 0x7f01000a; + public static final int actionProviderClass = 0x7f010050; + public static final int actionViewClass = 0x7f01004f; + public static final int activityChooserViewStyle = 0x7f01006c; + public static final int background = 0x7f01002f; + public static final int backgroundSplit = 0x7f010031; + public static final int backgroundStacked = 0x7f010030; + public static final int buttonBarButtonStyle = 0x7f010018; + public static final int buttonBarStyle = 0x7f010017; + public static final int customNavigationLayout = 0x7f010032; + public static final int disableChildrenWhenDisabled = 0x7f010054; + public static final int displayOptions = 0x7f010028; + public static final int divider = 0x7f01002e; + public static final int dividerHorizontal = 0x7f01001b; + public static final int dividerPadding = 0x7f010056; + public static final int dividerVertical = 0x7f01001a; + public static final int dropDownListViewStyle = 0x7f010021; + public static final int dropdownListPreferredItemHeight = 0x7f010048; + public static final int expandActivityOverflowButtonDrawable = 0x7f01006b; + public static final int height = 0x7f010026; + public static final int homeAsUpIndicator = 0x7f010013; + public static final int homeLayout = 0x7f010033; + public static final int icon = 0x7f01002c; + public static final int iconifiedByDefault = 0x7f01005a; + public static final int indeterminateProgressStyle = 0x7f010035; + public static final int initialActivityCount = 0x7f01006a; + public static final int isLightTheme = 0x7f010059; + public static final int itemPadding = 0x7f010037; + public static final int listChoiceBackgroundIndicator = 0x7f01004c; + public static final int listPopupWindowStyle = 0x7f010022; + public static final int listPreferredItemHeight = 0x7f01001c; + public static final int listPreferredItemHeightLarge = 0x7f01001e; + public static final int listPreferredItemHeightSmall = 0x7f01001d; + public static final int listPreferredItemPaddingLeft = 0x7f01001f; + public static final int listPreferredItemPaddingRight = 0x7f010020; + public static final int logo = 0x7f01002d; + public static final int navigationMode = 0x7f010027; + public static final int paddingEnd = 0x7f010039; + public static final int paddingStart = 0x7f010038; + public static final int panelMenuListTheme = 0x7f01004b; + public static final int panelMenuListWidth = 0x7f01004a; + public static final int popupMenuStyle = 0x7f010049; + public static final int popupPromptView = 0x7f010053; + public static final int progressBarPadding = 0x7f010036; + public static final int progressBarStyle = 0x7f010034; + public static final int prompt = 0x7f010051; + public static final int queryHint = 0x7f01005b; + public static final int searchDropdownBackground = 0x7f01005c; + public static final int searchResultListItemHeight = 0x7f010065; + public static final int searchViewAutoCompleteTextView = 0x7f010069; + public static final int searchViewCloseIcon = 0x7f01005d; + public static final int searchViewEditQuery = 0x7f010061; + public static final int searchViewEditQueryBackground = 0x7f010062; + public static final int searchViewGoIcon = 0x7f01005e; + public static final int searchViewSearchIcon = 0x7f01005f; + public static final int searchViewTextField = 0x7f010063; + public static final int searchViewTextFieldRight = 0x7f010064; + public static final int searchViewVoiceIcon = 0x7f010060; + public static final int selectableItemBackground = 0x7f010019; + public static final int showAsAction = 0x7f01004d; + public static final int showDividers = 0x7f010055; + public static final int spinnerDropDownItemStyle = 0x7f010058; + public static final int spinnerMode = 0x7f010052; + public static final int spinnerStyle = 0x7f010057; + public static final int subtitle = 0x7f010029; + public static final int subtitleTextStyle = 0x7f01002b; + public static final int textAllCaps = 0x7f01006d; + public static final int textAppearanceLargePopupMenu = 0x7f010014; + public static final int textAppearanceListItem = 0x7f010023; + public static final int textAppearanceListItemSmall = 0x7f010024; + public static final int textAppearanceSearchResultSubtitle = 0x7f010067; + public static final int textAppearanceSearchResultTitle = 0x7f010066; + public static final int textAppearanceSmallPopupMenu = 0x7f010015; + public static final int textColorSearchUrl = 0x7f010068; + public static final int title = 0x7f010025; + public static final int titleTextStyle = 0x7f01002a; + public static final int windowActionBar = 0x7f010000; + public static final int windowActionBarOverlay = 0x7f010001; + public static final int windowFixedHeightMajor = 0x7f010006; + public static final int windowFixedHeightMinor = 0x7f010004; + public static final int windowFixedWidthMajor = 0x7f010003; + public static final int windowFixedWidthMinor = 0x7f010005; + public static final int windowSplitActionBar = 0x7f010002; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f060000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f060001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f060005; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f060004; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f060003; + public static final int abc_split_action_bar_is_narrow = 0x7f060002; + } + public static final class color { + public static final int abc_search_url_text_holo = 0x7f070003; + public static final int abc_search_url_text_normal = 0x7f070000; + public static final int abc_search_url_text_pressed = 0x7f070002; + public static final int abc_search_url_text_selected = 0x7f070001; + } + public static final class dimen { + public static final int abc_action_bar_default_height = 0x7f080002; + public static final int abc_action_bar_icon_vertical_padding = 0x7f080003; + public static final int abc_action_bar_progress_bar_size = 0x7f08000a; + public static final int abc_action_bar_stacked_max_height = 0x7f080009; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f080001; + public static final int abc_action_bar_subtitle_bottom_margin = 0x7f080007; + public static final int abc_action_bar_subtitle_text_size = 0x7f080005; + public static final int abc_action_bar_subtitle_top_margin = 0x7f080006; + public static final int abc_action_bar_title_text_size = 0x7f080004; + public static final int abc_action_button_min_width = 0x7f080008; + public static final int abc_config_prefDialogWidth = 0x7f080000; + public static final int abc_dropdownitem_icon_width = 0x7f080010; + public static final int abc_dropdownitem_text_padding_left = 0x7f08000e; + public static final int abc_dropdownitem_text_padding_right = 0x7f08000f; + public static final int abc_panel_menu_list_width = 0x7f08000b; + public static final int abc_search_view_preferred_width = 0x7f08000d; + public static final int abc_search_view_text_min_width = 0x7f08000c; + public static final int dialog_fixed_height_major = 0x7f080013; + public static final int dialog_fixed_height_minor = 0x7f080014; + public static final int dialog_fixed_width_major = 0x7f080011; + public static final int dialog_fixed_width_minor = 0x7f080012; + } + public static final class drawable { + public static final int abc_ab_bottom_solid_dark_holo = 0x7f020000; + public static final int abc_ab_bottom_solid_light_holo = 0x7f020001; + public static final int abc_ab_bottom_transparent_dark_holo = 0x7f020002; + public static final int abc_ab_bottom_transparent_light_holo = 0x7f020003; + public static final int abc_ab_share_pack_holo_dark = 0x7f020004; + public static final int abc_ab_share_pack_holo_light = 0x7f020005; + public static final int abc_ab_solid_dark_holo = 0x7f020006; + public static final int abc_ab_solid_light_holo = 0x7f020007; + public static final int abc_ab_stacked_solid_dark_holo = 0x7f020008; + public static final int abc_ab_stacked_solid_light_holo = 0x7f020009; + public static final int abc_ab_stacked_transparent_dark_holo = 0x7f02000a; + public static final int abc_ab_stacked_transparent_light_holo = 0x7f02000b; + public static final int abc_ab_transparent_dark_holo = 0x7f02000c; + public static final int abc_ab_transparent_light_holo = 0x7f02000d; + public static final int abc_cab_background_bottom_holo_dark = 0x7f02000e; + public static final int abc_cab_background_bottom_holo_light = 0x7f02000f; + public static final int abc_cab_background_top_holo_dark = 0x7f020010; + public static final int abc_cab_background_top_holo_light = 0x7f020011; + public static final int abc_ic_ab_back_holo_dark = 0x7f020012; + public static final int abc_ic_ab_back_holo_light = 0x7f020013; + public static final int abc_ic_cab_done_holo_dark = 0x7f020014; + public static final int abc_ic_cab_done_holo_light = 0x7f020015; + public static final int abc_ic_clear = 0x7f020016; + public static final int abc_ic_clear_disabled = 0x7f020017; + public static final int abc_ic_clear_holo_light = 0x7f020018; + public static final int abc_ic_clear_normal = 0x7f020019; + public static final int abc_ic_clear_search_api_disabled_holo_light = 0x7f02001a; + public static final int abc_ic_clear_search_api_holo_light = 0x7f02001b; + public static final int abc_ic_commit_search_api_holo_dark = 0x7f02001c; + public static final int abc_ic_commit_search_api_holo_light = 0x7f02001d; + public static final int abc_ic_go = 0x7f02001e; + public static final int abc_ic_go_search_api_holo_light = 0x7f02001f; + public static final int abc_ic_menu_moreoverflow_normal_holo_dark = 0x7f020020; + public static final int abc_ic_menu_moreoverflow_normal_holo_light = 0x7f020021; + public static final int abc_ic_menu_share_holo_dark = 0x7f020022; + public static final int abc_ic_menu_share_holo_light = 0x7f020023; + public static final int abc_ic_search = 0x7f020024; + public static final int abc_ic_search_api_holo_light = 0x7f020025; + public static final int abc_ic_voice_search = 0x7f020026; + public static final int abc_ic_voice_search_api_holo_light = 0x7f020027; + public static final int abc_item_background_holo_dark = 0x7f020028; + public static final int abc_item_background_holo_light = 0x7f020029; + public static final int abc_list_divider_holo_dark = 0x7f02002a; + public static final int abc_list_divider_holo_light = 0x7f02002b; + public static final int abc_list_focused_holo = 0x7f02002c; + public static final int abc_list_longpressed_holo = 0x7f02002d; + public static final int abc_list_pressed_holo_dark = 0x7f02002e; + public static final int abc_list_pressed_holo_light = 0x7f02002f; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020030; + public static final int abc_list_selector_background_transition_holo_light = 0x7f020031; + public static final int abc_list_selector_disabled_holo_dark = 0x7f020032; + public static final int abc_list_selector_disabled_holo_light = 0x7f020033; + public static final int abc_list_selector_holo_dark = 0x7f020034; + public static final int abc_list_selector_holo_light = 0x7f020035; + public static final int abc_menu_dropdown_panel_holo_dark = 0x7f020036; + public static final int abc_menu_dropdown_panel_holo_light = 0x7f020037; + public static final int abc_menu_hardkey_panel_holo_dark = 0x7f020038; + public static final int abc_menu_hardkey_panel_holo_light = 0x7f020039; + public static final int abc_search_dropdown_dark = 0x7f02003a; + public static final int abc_search_dropdown_light = 0x7f02003b; + public static final int abc_spinner_ab_default_holo_dark = 0x7f02003c; + public static final int abc_spinner_ab_default_holo_light = 0x7f02003d; + public static final int abc_spinner_ab_disabled_holo_dark = 0x7f02003e; + public static final int abc_spinner_ab_disabled_holo_light = 0x7f02003f; + public static final int abc_spinner_ab_focused_holo_dark = 0x7f020040; + public static final int abc_spinner_ab_focused_holo_light = 0x7f020041; + public static final int abc_spinner_ab_holo_dark = 0x7f020042; + public static final int abc_spinner_ab_holo_light = 0x7f020043; + public static final int abc_spinner_ab_pressed_holo_dark = 0x7f020044; + public static final int abc_spinner_ab_pressed_holo_light = 0x7f020045; + public static final int abc_tab_indicator_ab_holo = 0x7f020046; + public static final int abc_tab_selected_focused_holo = 0x7f020047; + public static final int abc_tab_selected_holo = 0x7f020048; + public static final int abc_tab_selected_pressed_holo = 0x7f020049; + public static final int abc_tab_unselected_pressed_holo = 0x7f02004a; + public static final int abc_textfield_search_default_holo_dark = 0x7f02004b; + public static final int abc_textfield_search_default_holo_light = 0x7f02004c; + public static final int abc_textfield_search_right_default_holo_dark = 0x7f02004d; + public static final int abc_textfield_search_right_default_holo_light = 0x7f02004e; + public static final int abc_textfield_search_right_selected_holo_dark = 0x7f02004f; + public static final int abc_textfield_search_right_selected_holo_light = 0x7f020050; + public static final int abc_textfield_search_selected_holo_dark = 0x7f020051; + public static final int abc_textfield_search_selected_holo_light = 0x7f020052; + public static final int abc_textfield_searchview_holo_dark = 0x7f020053; + public static final int abc_textfield_searchview_holo_light = 0x7f020054; + public static final int abc_textfield_searchview_right_holo_dark = 0x7f020055; + public static final int abc_textfield_searchview_right_holo_light = 0x7f020056; + } + public static final class id { + public static final int action_bar = 0x7f05001c; + public static final int action_bar_activity_content = 0x7f050015; + public static final int action_bar_container = 0x7f05001b; + public static final int action_bar_overlay_layout = 0x7f05001f; + public static final int action_bar_root = 0x7f05001a; + public static final int action_bar_subtitle = 0x7f050023; + public static final int action_bar_title = 0x7f050022; + public static final int action_context_bar = 0x7f05001d; + public static final int action_menu_divider = 0x7f050016; + public static final int action_menu_presenter = 0x7f050017; + public static final int action_mode_close_button = 0x7f050024; + public static final int activity_chooser_view_content = 0x7f050025; + public static final int always = 0x7f05000b; + public static final int beginning = 0x7f050011; + public static final int checkbox = 0x7f05002d; + public static final int collapseActionView = 0x7f05000d; + public static final int default_activity_button = 0x7f050028; + public static final int dialog = 0x7f05000e; + public static final int disableHome = 0x7f050008; + public static final int dropdown = 0x7f05000f; + public static final int edit_query = 0x7f050030; + public static final int end = 0x7f050013; + public static final int expand_activities_button = 0x7f050026; + public static final int expanded_menu = 0x7f05002c; + public static final int home = 0x7f050014; + public static final int homeAsUp = 0x7f050005; + public static final int icon = 0x7f05002a; + public static final int ifRoom = 0x7f05000a; + public static final int image = 0x7f050027; + public static final int listMode = 0x7f050001; + public static final int list_item = 0x7f050029; + public static final int middle = 0x7f050012; + public static final int never = 0x7f050009; + public static final int none = 0x7f050010; + public static final int normal = 0x7f050000; + public static final int progress_circular = 0x7f050018; + public static final int progress_horizontal = 0x7f050019; + public static final int radio = 0x7f05002f; + public static final int search_badge = 0x7f050032; + public static final int search_bar = 0x7f050031; + public static final int search_button = 0x7f050033; + public static final int search_close_btn = 0x7f050038; + public static final int search_edit_frame = 0x7f050034; + public static final int search_go_btn = 0x7f05003a; + public static final int search_mag_icon = 0x7f050035; + public static final int search_plate = 0x7f050036; + public static final int search_src_text = 0x7f050037; + public static final int search_voice_btn = 0x7f05003b; + public static final int shortcut = 0x7f05002e; + public static final int showCustom = 0x7f050007; + public static final int showHome = 0x7f050004; + public static final int showTitle = 0x7f050006; + public static final int split_action_bar = 0x7f05001e; + public static final int submit_area = 0x7f050039; + public static final int tabMode = 0x7f050002; + public static final int title = 0x7f05002b; + public static final int top_action_bar = 0x7f050020; + public static final int up = 0x7f050021; + public static final int useLogo = 0x7f050003; + public static final int withText = 0x7f05000c; + } + public static final class integer { + public static final int abc_max_action_buttons = 0x7f090000; + } + public static final class layout { + public static final int abc_action_bar_decor = 0x7f030000; + public static final int abc_action_bar_decor_include = 0x7f030001; + public static final int abc_action_bar_decor_overlay = 0x7f030002; + public static final int abc_action_bar_home = 0x7f030003; + public static final int abc_action_bar_tab = 0x7f030004; + public static final int abc_action_bar_tabbar = 0x7f030005; + public static final int abc_action_bar_title_item = 0x7f030006; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030007; + public static final int abc_action_menu_item_layout = 0x7f030008; + public static final int abc_action_menu_layout = 0x7f030009; + public static final int abc_action_mode_bar = 0x7f03000a; + public static final int abc_action_mode_close_item = 0x7f03000b; + public static final int abc_activity_chooser_view = 0x7f03000c; + public static final int abc_activity_chooser_view_include = 0x7f03000d; + public static final int abc_activity_chooser_view_list_item = 0x7f03000e; + public static final int abc_expanded_menu_layout = 0x7f03000f; + public static final int abc_list_menu_item_checkbox = 0x7f030010; + public static final int abc_list_menu_item_icon = 0x7f030011; + public static final int abc_list_menu_item_layout = 0x7f030012; + public static final int abc_list_menu_item_radio = 0x7f030013; + public static final int abc_popup_menu_item_layout = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_simple_decor = 0x7f030017; + public static final int support_simple_spinner_dropdown_item = 0x7f03001d; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f0a0001; + public static final int abc_action_bar_up_description = 0x7f0a0002; + public static final int abc_action_menu_overflow_description = 0x7f0a0003; + public static final int abc_action_mode_done = 0x7f0a0000; + public static final int abc_activity_chooser_view_see_all = 0x7f0a000a; + public static final int abc_activitychooserview_choose_application = 0x7f0a0009; + public static final int abc_searchview_description_clear = 0x7f0a0006; + public static final int abc_searchview_description_query = 0x7f0a0005; + public static final int abc_searchview_description_search = 0x7f0a0004; + public static final int abc_searchview_description_submit = 0x7f0a0007; + public static final int abc_searchview_description_voice = 0x7f0a0008; + public static final int abc_shareactionprovider_share_with = 0x7f0a000c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0a000b; + } + public static final class style { + public static final int TextAppearance_AppCompat_Base_CompactMenu_Dialog = 0x7f0b0063; + public static final int TextAppearance_AppCompat_Base_SearchResult = 0x7f0b006d; + public static final int TextAppearance_AppCompat_Base_SearchResult_Subtitle = 0x7f0b006f; + public static final int TextAppearance_AppCompat_Base_SearchResult_Title = 0x7f0b006e; + public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Large = 0x7f0b0069; + public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Small = 0x7f0b006a; + public static final int TextAppearance_AppCompat_Light_Base_SearchResult = 0x7f0b0070; + public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle = 0x7f0b0072; + public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Title = 0x7f0b0071; + public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large = 0x7f0b006b; + public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small = 0x7f0b006c; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0b0035; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0b0034; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b0030; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b0031; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b0033; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0b0032; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b001a; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b0006; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b0008; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b0005; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b0007; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b001e; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0b0020; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b001d; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0b001f; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Menu = 0x7f0b0054; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle = 0x7f0b0056; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse = 0x7f0b0058; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title = 0x7f0b0055; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse = 0x7f0b0057; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle = 0x7f0b0051; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse = 0x7f0b0053; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title = 0x7f0b0050; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse = 0x7f0b0052; + public static final int TextAppearance_AppCompat_Widget_Base_DropDownItem = 0x7f0b0061; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b0021; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b002e; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b002f; + public static final int TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item = 0x7f0b0062; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b0028; + public static final int Theme_AppCompat = 0x7f0b0077; + public static final int Theme_AppCompat_Base_CompactMenu = 0x7f0b0083; + public static final int Theme_AppCompat_Base_CompactMenu_Dialog = 0x7f0b0084; + public static final int Theme_AppCompat_CompactMenu = 0x7f0b007c; + public static final int Theme_AppCompat_CompactMenu_Dialog = 0x7f0b007d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0b007a; + public static final int Theme_AppCompat_Light = 0x7f0b0078; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0b0079; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b007b; + public static final int Theme_Base = 0x7f0b007e; + public static final int Theme_Base_AppCompat = 0x7f0b0080; + public static final int Theme_Base_AppCompat_DialogWhenLarge = 0x7f0b0085; + public static final int Theme_Base_AppCompat_DialogWhenLarge_Base = 0x7f0b0089; + public static final int Theme_Base_AppCompat_Dialog_FixedSize = 0x7f0b0087; + public static final int Theme_Base_AppCompat_Dialog_Light_FixedSize = 0x7f0b0088; + public static final int Theme_Base_AppCompat_Light = 0x7f0b0081; + public static final int Theme_Base_AppCompat_Light_DarkActionBar = 0x7f0b0082; + public static final int Theme_Base_AppCompat_Light_DialogWhenLarge = 0x7f0b0086; + public static final int Theme_Base_AppCompat_Light_DialogWhenLarge_Base = 0x7f0b008a; + public static final int Theme_Base_Light = 0x7f0b007f; + public static final int Widget_AppCompat_ActionBar = 0x7f0b0000; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0b0002; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0b0011; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0b0017; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0b0014; + public static final int Widget_AppCompat_ActionButton = 0x7f0b000b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0b000d; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0b000f; + public static final int Widget_AppCompat_ActionMode = 0x7f0b001b; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0b0038; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0b0036; + public static final int Widget_AppCompat_Base_ActionBar = 0x7f0b003a; + public static final int Widget_AppCompat_Base_ActionBar_Solid = 0x7f0b003c; + public static final int Widget_AppCompat_Base_ActionBar_TabBar = 0x7f0b0045; + public static final int Widget_AppCompat_Base_ActionBar_TabText = 0x7f0b004b; + public static final int Widget_AppCompat_Base_ActionBar_TabView = 0x7f0b0048; + public static final int Widget_AppCompat_Base_ActionButton = 0x7f0b003f; + public static final int Widget_AppCompat_Base_ActionButton_CloseMode = 0x7f0b0041; + public static final int Widget_AppCompat_Base_ActionButton_Overflow = 0x7f0b0043; + public static final int Widget_AppCompat_Base_ActionMode = 0x7f0b004e; + public static final int Widget_AppCompat_Base_ActivityChooserView = 0x7f0b0075; + public static final int Widget_AppCompat_Base_AutoCompleteTextView = 0x7f0b0073; + public static final int Widget_AppCompat_Base_DropDownItem_Spinner = 0x7f0b005d; + public static final int Widget_AppCompat_Base_ListPopupWindow = 0x7f0b0065; + public static final int Widget_AppCompat_Base_ListView_DropDown = 0x7f0b005f; + public static final int Widget_AppCompat_Base_ListView_Menu = 0x7f0b0064; + public static final int Widget_AppCompat_Base_PopupMenu = 0x7f0b0067; + public static final int Widget_AppCompat_Base_ProgressBar = 0x7f0b005a; + public static final int Widget_AppCompat_Base_ProgressBar_Horizontal = 0x7f0b0059; + public static final int Widget_AppCompat_Base_Spinner = 0x7f0b005b; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0b0024; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0b0001; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b0003; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0b0004; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b0012; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0b0013; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b0018; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b0019; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b0015; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0b0016; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0b000c; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0b000e; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0b0010; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0b001c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0b0039; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0b0037; + public static final int Widget_AppCompat_Light_Base_ActionBar = 0x7f0b003b; + public static final int Widget_AppCompat_Light_Base_ActionBar_Solid = 0x7f0b003d; + public static final int Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse = 0x7f0b003e; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar = 0x7f0b0046; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse = 0x7f0b0047; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabText = 0x7f0b004c; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse = 0x7f0b004d; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabView = 0x7f0b0049; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse = 0x7f0b004a; + public static final int Widget_AppCompat_Light_Base_ActionButton = 0x7f0b0040; + public static final int Widget_AppCompat_Light_Base_ActionButton_CloseMode = 0x7f0b0042; + public static final int Widget_AppCompat_Light_Base_ActionButton_Overflow = 0x7f0b0044; + public static final int Widget_AppCompat_Light_Base_ActionMode_Inverse = 0x7f0b004f; + public static final int Widget_AppCompat_Light_Base_ActivityChooserView = 0x7f0b0076; + public static final int Widget_AppCompat_Light_Base_AutoCompleteTextView = 0x7f0b0074; + public static final int Widget_AppCompat_Light_Base_DropDownItem_Spinner = 0x7f0b005e; + public static final int Widget_AppCompat_Light_Base_ListPopupWindow = 0x7f0b0066; + public static final int Widget_AppCompat_Light_Base_ListView_DropDown = 0x7f0b0060; + public static final int Widget_AppCompat_Light_Base_PopupMenu = 0x7f0b0068; + public static final int Widget_AppCompat_Light_Base_Spinner = 0x7f0b005c; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0b0025; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0b002a; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0b0027; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0b002c; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0b0023; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0b0029; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0b0026; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0b002d; + public static final int Widget_AppCompat_PopupMenu = 0x7f0b002b; + public static final int Widget_AppCompat_ProgressBar = 0x7f0b000a; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0009; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b0022; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionBarWindow = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 }; + public static final int ActionBarWindow_windowActionBar = 0; + public static final int ActionBarWindow_windowActionBarOverlay = 1; + public static final int ActionBarWindow_windowFixedHeightMajor = 6; + public static final int ActionBarWindow_windowFixedHeightMinor = 4; + public static final int ActionBarWindow_windowFixedWidthMajor = 3; + public static final int ActionBarWindow_windowFixedWidthMinor = 5; + public static final int ActionBarWindow_windowSplitActionBar = 2; + public static final int ActionBar_background = 10; + public static final int ActionBar_backgroundSplit = 12; + public static final int ActionBar_backgroundStacked = 11; + public static final int ActionBar_customNavigationLayout = 13; + public static final int ActionBar_displayOptions = 3; + public static final int ActionBar_divider = 9; + public static final int ActionBar_height = 1; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 7; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 18; + public static final int ActionBar_logo = 8; + public static final int ActionBar_navigationMode = 2; + public static final int ActionBar_progressBarPadding = 17; + public static final int ActionBar_progressBarStyle = 15; + public static final int ActionBar_subtitle = 4; + public static final int ActionBar_subtitleTextStyle = 6; + public static final int ActionBar_title = 0; + public static final int ActionBar_titleTextStyle = 5; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010026, 0x7f01002a, 0x7f01002b, 0x7f01002f, 0x7f010031 }; + public static final int ActionMode_background = 3; + public static final int ActionMode_backgroundSplit = 4; + public static final int ActionMode_height = 0; + public static final int ActionMode_subtitleTextStyle = 2; + public static final int ActionMode_titleTextStyle = 1; + public static final int[] ActivityChooserView = { 0x7f01006a, 0x7f01006b }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] CompatTextView = { 0x7f01006d }; + public static final int CompatTextView_textAllCaps = 0; + public static final int[] LinearLayoutICS = { 0x7f01002e, 0x7f010055, 0x7f010056 }; + public static final int LinearLayoutICS_divider = 0; + public static final int LinearLayoutICS_dividerPadding = 2; + public static final int LinearLayoutICS_showDividers = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_visible = 2; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050 }; + public static final int MenuItem_actionLayout = 14; + public static final int MenuItem_actionProviderClass = 16; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_showAsAction = 13; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x01010435 }; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_preserveIconSpacing = 7; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int[] SearchView = { 0x0101011f, 0x01010220, 0x01010264, 0x7f01005a, 0x7f01005b }; + public static final int SearchView_android_imeOptions = 2; + public static final int SearchView_android_inputType = 1; + public static final int SearchView_android_maxWidth = 0; + public static final int SearchView_iconifiedByDefault = 3; + public static final int SearchView_queryHint = 4; + public static final int[] Spinner = { 0x010100af, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static final int Spinner_android_dropDownHorizontalOffset = 4; + public static final int Spinner_android_dropDownSelector = 1; + public static final int Spinner_android_dropDownVerticalOffset = 5; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_android_gravity = 0; + public static final int Spinner_android_popupBackground = 2; + public static final int Spinner_disableChildrenWhenDisabled = 9; + public static final int Spinner_popupPromptView = 8; + public static final int Spinner_prompt = 6; + public static final int Spinner_spinnerMode = 7; + public static final int[] Theme = { 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c }; + public static final int Theme_actionDropDownStyle = 0; + public static final int Theme_dropdownListPreferredItemHeight = 1; + public static final int Theme_listChoiceBackgroundIndicator = 5; + public static final int Theme_panelMenuListTheme = 4; + public static final int Theme_panelMenuListWidth = 3; + public static final int Theme_popupMenuStyle = 2; + public static final int[] View = { 0x010100da, 0x7f010038, 0x7f010039 }; + public static final int View_android_focusable = 0; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 1; + } +} diff --git a/eBayDemo/gen/com/example/ebaydemo/BuildConfig.java b/eBayDemo/gen/com/example/ebaydemo/BuildConfig.java new file mode 100644 index 0000000..7961c22 --- /dev/null +++ b/eBayDemo/gen/com/example/ebaydemo/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package com.example.ebaydemo; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/eBayDemo/gen/com/example/ebaydemo/R.java b/eBayDemo/gen/com/example/ebaydemo/R.java new file mode 100644 index 0000000..a4a931c --- /dev/null +++ b/eBayDemo/gen/com/example/ebaydemo/R.java @@ -0,0 +1,3163 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.example.ebaydemo; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f040000; + public static final int abc_fade_out=0x7f040001; + public static final int abc_slide_in_bottom=0x7f040002; + public static final int abc_slide_in_top=0x7f040003; + public static final int abc_slide_out_bottom=0x7f040004; + public static final int abc_slide_out_top=0x7f040005; + } + public static final class attr { + /** Custom divider drawable to use for elements in the action bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f01000f; + /** Custom item state list drawable background for action bar items. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f010010; + /** Size of the Action Bar, including the contextual + bar used to present Action Modes. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionBarSize=0x7f01000e; + /** Reference to a theme that should be used to inflate widgets + and layouts destined for the action bar. Most of the time + this will be a reference to the current theme, but when + the action bar has a significantly different contrast + profile than the rest of the activity the difference + can become important. If this is set to @null the current + theme will be used. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f01000c; + /** Reference to a style for the Action Bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010008; + /** Default style for tabs within an action bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f010009; + /** Reference to a theme that should be used to inflate widgets + and layouts destined for the action bar. Most of the time + this will be a reference to the current theme, but when + the action bar has a significantly different contrast + profile than the rest of the activity the difference + can become important. If this is set to @null the current + theme will be used. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f01000d; + /** Default action button style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f010016; + /** Default ActionBar dropdown style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010047; + /** An optional layout to be used as an action view. + See {@link android.view.MenuItem#setActionView(android.view.View)} + for more info. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f01004e; + /** TextAppearance style that will be applied to text that + appears within action menu items. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f010011; + /** Color for text that appears within action menu items. +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f010012; + /** Background drawable to use for action mode UI +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f01003c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f01003b; + /** Drawable to use for the close action mode button +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f01003e; + /** Drawable to use for the Copy action button in Contextual Action Bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f010040; + /** Drawable to use for the Cut action button in Contextual Action Bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f01003f; + /** Drawable to use for the Find action button in WebView selection action modes +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f010044; + /** Drawable to use for the Paste action button in Contextual Action Bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f010041; + /** PopupWindow style to use for action modes when showing as a window overlay. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f010046; + /** Drawable to use for the Select all action button in Contextual Action Bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f010042; + /** Drawable to use for the Share action button in WebView selection action modes +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f010043; + /** Background drawable to use for action mode UI in the lower split bar +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f01003d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f01003a; + /** Drawable to use for the Web Search action button in WebView selection action modes +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f01000a; + /** The name of an optional ActionProvider class to instantiate an action view + and perform operations such as default action for that menu item. + See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} + for more info. +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f010050; + /** The name of an optional View class to instantiate and use as an + action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + for more info. +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f01004f; + /** Default ActivityChooserView style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f01006c; + /** Specifies a background drawable for the action bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01002f; + /** Specifies a background drawable for the bottom component of a split action bar. +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f010031; + /** Specifies a background drawable for a second stacked row of the action bar. +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f010030; + /** A style that may be applied to Buttons placed within a + LinearLayout with the style buttonBarStyle to form a button bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f010018; + /** A style that may be applied to horizontal LinearLayouts + to form a button bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f010017; + /** Specifies a layout for custom navigation. Overrides navigationMode. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f010032; + /** Whether this spinner should mark child views as enabled/disabled when + the spinner itself is enabled/disabled. +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int disableChildrenWhenDisabled=0x7f010054; + /** Options affecting how the action bar is displayed. +

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

+ ++++ + + + + + + +
ConstantValueDescription
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010028; + /** Specifies the drawable used for item dividers. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01002e; + /** A drawable that may be used as a horizontal divider between visual elements. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f01001b; + /** Size of padding on either end of a divider. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f010056; + /** A drawable that may be used as a vertical divider between visual elements. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f01001a; + /** ListPopupWindow comaptibility +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f010021; + /** The preferred item height for dropdown lists. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f010048; + /** The drawable to show in the button for expanding the activities overflow popup. + Note: Clients would like to set this drawable + as a clue about the action the chosen activity will perform. For + example, if share activity is to be chosen the drawable should + give a clue that sharing is to be performed. + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f01006b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010026; + /** Specifies a drawable to use for the 'home as up' indicator. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f010013; + /** Specifies a layout to use for the "home" section of the action bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010033; + /** Specifies the drawable used for the application icon. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f01002c; + /** The default state of the SearchView. If true, it will be iconified when not in + use and expanded when clicked. +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f01005a; + /** Specifies a style resource to use for an indeterminate progress spinner. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010035; + /** The maximal number of items initially shown in the activity list. +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f01006a; + /** Specifies whether the theme is light, otherwise it is dark. +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010059; + /** Specifies padding that should be applied to the left and right sides of + system-provided items in the bar. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010037; + /** Drawable used as a background for selected list items. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f010022; + /** The preferred list item height. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f01001c; + /** A larger, more robust list item height. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f01001e; + /** A smaller, sleeker list item height. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f01001d; + /** The preferred padding along the left edge of list items. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f01001f; + /** The preferred padding along the right edge of list items. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f010020; + /** Specifies the drawable used for the application logo. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01002d; + /** The type of navigation to use. +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0 Normal static title text
listMode1 The action bar will use a selection list for navigation.
tabMode2 The action bar will use a series of horizontal tabs for navigation.
+ */ + public static final int navigationMode=0x7f010027; + /** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f010039; + /** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f010038; + /** Default Panel Menu style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f01004b; + /** Default Panel Menu width. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f01004a; + /** Default PopupMenu style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f010049; + /** Reference to a layout to use for displaying a prompt in the dropdown for + spinnerMode="dropdown". This layout must contain a TextView with the id + {@code @android:id/text1} to be populated with the prompt text. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupPromptView=0x7f010053; + /** Specifies the horizontal padding on either end for an embedded progress bar. +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010036; + /** Specifies a style resource to use for an embedded progress bar. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010034; + /** The prompt to display when the spinner's dialog is shown. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int prompt=0x7f010051; + /** An optional query hint string to be displayed in the empty query field. +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f01005b; + /** SearchView dropdown background +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchDropdownBackground=0x7f01005c; + /** The list item height for search results. @hide +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int searchResultListItemHeight=0x7f010065; + /** SearchView AutoCompleteTextView style +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewAutoCompleteTextView=0x7f010069; + /** SearchView close button icon +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewCloseIcon=0x7f01005d; + /** SearchView query refinement icon +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewEditQuery=0x7f010061; + /** SearchView query refinement icon background +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewEditQueryBackground=0x7f010062; + /** SearchView Go button icon +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewGoIcon=0x7f01005e; + /** SearchView Search icon +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewSearchIcon=0x7f01005f; + /** SearchView text field background for the left section +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewTextField=0x7f010063; + /** SearchView text field background for the right section +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewTextFieldRight=0x7f010064; + /** SearchView Voice button icon +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewVoiceIcon=0x7f010060; + /** A style that may be applied to buttons or other selectable items + that should react to pressed and focus states, but that do not + have a clear visual border along the edges. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f010019; + /** How this item should display in the Action Bar, if present. +

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

+ ++++ + + + + + +
ConstantValueDescription
never0 Never show this item in an action bar, show it in the overflow menu instead. + Mutually exclusive with "ifRoom" and "always".
ifRoom1 Show this item in an action bar if there is room for it as determined + by the system. Favor this option over "always" where possible. + Mutually exclusive with "never" and "always".
always2 Always show this item in an actionbar, even if it would override + the system's limits of how much stuff to put there. This may make + your action bar look bad on some screens. In most cases you should + use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
withText4 When this item is shown as an action in the action bar, show a text + label with it even if it has an icon representation.
collapseActionView8 This item's action view collapses to a normal menu + item. When expanded, the action view takes over a + larger segment of its container.
+ */ + public static final int showAsAction=0x7f01004d; + /** Setting for which dividers to show. +

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

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f010055; + /** Default Spinner style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f010058; + /** Display mode for spinner options. +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
dialog0 Spinner options will be presented to the user as a dialog window.
dropdown1 Spinner options will be presented to the user as an inline dropdown + anchored to the spinner widget itself.
+ */ + public static final int spinnerMode=0x7f010052; + /** Default Spinner style. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f010057; + /** Specifies subtitle text used for navigationMode="normal" +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010029; + /** Specifies a style to use for subtitle text. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f01002b; + /** Present the text in ALL CAPS. This may use a small-caps form when available. +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f01006d; + /** Text color, typeface, size, and style for the text inside of a popup menu. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f010014; + /** The preferred TextAppearance for the primary text of list items. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f010023; + /** The preferred TextAppearance for the primary text of small list items. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f010024; + /** Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f010067; + /** Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f010066; + /** Text color, typeface, size, and style for small text inside of a popup menu. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f010015; + /** Text color for urls in search suggestions, used by things like global search +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f010068; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010025; + /** Specifies a style to use for title text. +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f01002a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f010000; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f010001; + /** A fixed height for the window along the major axis of the screen, + that is, when in portrait. Can be either an absolute dimension + or a fraction of the screen size in that dimension. +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f010006; + /** A fixed height for the window along the minor axis of the screen, + that is, when in landscape. Can be either an absolute dimension + or a fraction of the screen size in that dimension. +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f010004; + /** A fixed width for the window along the major axis of the screen, + that is, when in landscape. Can be either an absolute dimension + or a fraction of the screen size in that dimension. +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f010003; + /** A fixed width for the window along the minor axis of the screen, + that is, when in portrait. Can be either an absolute dimension + or a fraction of the screen size in that dimension. +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f010005; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowSplitActionBar=0x7f010002; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f060000; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f060001; + /** 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 final int abc_config_actionMenuItemAllCaps=0x7f060005; + /** Whether action menu items should obey the "withText" showAsAction + flag. This may be set to false for situations where space is + extremely limited. + Whether action menu items should obey the "withText" showAsAction. + This may be set to false for situations where space is + extremely limited. + */ + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f060004; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f060003; + public static final int abc_split_action_bar_is_narrow=0x7f060002; + } + public static final class color { + public static final int abc_search_url_text_holo=0x7f070003; + public static final int abc_search_url_text_normal=0x7f070000; + public static final int abc_search_url_text_pressed=0x7f070002; + public static final int abc_search_url_text_selected=0x7f070001; + } + public static final class dimen { + /** Default height of an action bar. + Default height of an action bar. + Default height of an action bar. + Default height of an action bar. + Default height of an action bar. + */ + public static final int abc_action_bar_default_height=0x7f080002; + /** 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 final int abc_action_bar_icon_vertical_padding=0x7f080003; + /** Size of the indeterminate Progress Bar + Size of the indeterminate Progress Bar + */ + public static final int abc_action_bar_progress_bar_size=0x7f08000a; + /** Maximum height for a stacked tab bar as part of an action bar + */ + public static final int abc_action_bar_stacked_max_height=0x7f080009; + /** 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 final int abc_action_bar_stacked_tab_max_width=0x7f080001; + /** 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 final int abc_action_bar_subtitle_bottom_margin=0x7f080007; + /** 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 final int abc_action_bar_subtitle_text_size=0x7f080005; + /** 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 final int abc_action_bar_subtitle_top_margin=0x7f080006; + /** 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 final int abc_action_bar_title_text_size=0x7f080004; + /** 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 final int abc_action_button_min_width=0x7f080008; + /** 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 final int abc_config_prefDialogWidth=0x7f080000; + /** Width of the icon in a dropdown list + */ + public static final int abc_dropdownitem_icon_width=0x7f080010; + /** Text padding for dropdown items + */ + public static final int abc_dropdownitem_text_padding_left=0x7f08000e; + public static final int abc_dropdownitem_text_padding_right=0x7f08000f; + public static final int abc_panel_menu_list_width=0x7f08000b; + /** Preferred width of the search view. + */ + public static final int abc_search_view_preferred_width=0x7f08000d; + /** 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 final int abc_search_view_text_min_width=0x7f08000c; + /** Default screen margins, per the Android Design guidelines. + + Example customization of dimensions originally defined in res/values/dimens.xml + (such as screen margins) for screens with more than 820dp of available width. This + would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). + + */ + public static final int activity_horizontal_margin=0x7f080015; + public static final int activity_vertical_margin=0x7f080016; + /** The platform's desired fixed height for a dialog along the major axis + (the screen is in portrait). This may be either a fraction or a dimension. + The platform's desired fixed height for a dialog along the major axis + (the screen is in portrait). This may be either a fraction or a dimension. + The platform's desired fixed height for a dialog along the major axis + (the screen is in portrait). This may be either a fraction or a dimension. + */ + public static final int dialog_fixed_height_major=0x7f080013; + /** The platform's desired fixed height for a dialog along the minor axis + (the screen is in landscape). This may be either a fraction or a dimension. + The platform's desired fixed height for a dialog along the minor axis + (the screen is in landscape). This may be either a fraction or a dimension. + The platform's desired fixed height for a dialog along the minor axis + (the screen is in landscape). This may be either a fraction or a dimension. + */ + public static final int dialog_fixed_height_minor=0x7f080014; + /** The platform's desired fixed width for a dialog along the major axis + (the screen is in landscape). This may be either a fraction or a dimension. + The platform's desired fixed width for a dialog along the major axis + (the screen is in landscape). This may be either a fraction or a dimension. + The platform's desired fixed width for a dialog along the major axis + (the screen is in landscape). This may be either a fraction or a dimension. + */ + public static final int dialog_fixed_width_major=0x7f080011; + /** The platform's desired fixed width for a dialog along the minor axis + (the screen is in portrait). This may be either a fraction or a dimension. + The platform's desired fixed width for a dialog along the minor axis + (the screen is in portrait). This may be either a fraction or a dimension. + The platform's desired fixed width for a dialog along the minor axis + (the screen is in portrait). This may be either a fraction or a dimension. + */ + public static final int dialog_fixed_width_minor=0x7f080012; + } + public static final class drawable { + public static final int abc_ab_bottom_solid_dark_holo=0x7f020000; + public static final int abc_ab_bottom_solid_light_holo=0x7f020001; + public static final int abc_ab_bottom_transparent_dark_holo=0x7f020002; + public static final int abc_ab_bottom_transparent_light_holo=0x7f020003; + public static final int abc_ab_share_pack_holo_dark=0x7f020004; + public static final int abc_ab_share_pack_holo_light=0x7f020005; + public static final int abc_ab_solid_dark_holo=0x7f020006; + public static final int abc_ab_solid_light_holo=0x7f020007; + public static final int abc_ab_stacked_solid_dark_holo=0x7f020008; + public static final int abc_ab_stacked_solid_light_holo=0x7f020009; + public static final int abc_ab_stacked_transparent_dark_holo=0x7f02000a; + public static final int abc_ab_stacked_transparent_light_holo=0x7f02000b; + public static final int abc_ab_transparent_dark_holo=0x7f02000c; + public static final int abc_ab_transparent_light_holo=0x7f02000d; + public static final int abc_cab_background_bottom_holo_dark=0x7f02000e; + public static final int abc_cab_background_bottom_holo_light=0x7f02000f; + public static final int abc_cab_background_top_holo_dark=0x7f020010; + public static final int abc_cab_background_top_holo_light=0x7f020011; + public static final int abc_ic_ab_back_holo_dark=0x7f020012; + public static final int abc_ic_ab_back_holo_light=0x7f020013; + public static final int abc_ic_cab_done_holo_dark=0x7f020014; + public static final int abc_ic_cab_done_holo_light=0x7f020015; + public static final int abc_ic_clear=0x7f020016; + public static final int abc_ic_clear_disabled=0x7f020017; + public static final int abc_ic_clear_holo_light=0x7f020018; + public static final int abc_ic_clear_normal=0x7f020019; + public static final int abc_ic_clear_search_api_disabled_holo_light=0x7f02001a; + public static final int abc_ic_clear_search_api_holo_light=0x7f02001b; + public static final int abc_ic_commit_search_api_holo_dark=0x7f02001c; + public static final int abc_ic_commit_search_api_holo_light=0x7f02001d; + public static final int abc_ic_go=0x7f02001e; + public static final int abc_ic_go_search_api_holo_light=0x7f02001f; + public static final int abc_ic_menu_moreoverflow_normal_holo_dark=0x7f020020; + public static final int abc_ic_menu_moreoverflow_normal_holo_light=0x7f020021; + public static final int abc_ic_menu_share_holo_dark=0x7f020022; + public static final int abc_ic_menu_share_holo_light=0x7f020023; + public static final int abc_ic_search=0x7f020024; + public static final int abc_ic_search_api_holo_light=0x7f020025; + public static final int abc_ic_voice_search=0x7f020026; + public static final int abc_ic_voice_search_api_holo_light=0x7f020027; + public static final int abc_item_background_holo_dark=0x7f020028; + public static final int abc_item_background_holo_light=0x7f020029; + public static final int abc_list_divider_holo_dark=0x7f02002a; + public static final int abc_list_divider_holo_light=0x7f02002b; + public static final int abc_list_focused_holo=0x7f02002c; + public static final int abc_list_longpressed_holo=0x7f02002d; + public static final int abc_list_pressed_holo_dark=0x7f02002e; + public static final int abc_list_pressed_holo_light=0x7f02002f; + public static final int abc_list_selector_background_transition_holo_dark=0x7f020030; + public static final int abc_list_selector_background_transition_holo_light=0x7f020031; + public static final int abc_list_selector_disabled_holo_dark=0x7f020032; + public static final int abc_list_selector_disabled_holo_light=0x7f020033; + public static final int abc_list_selector_holo_dark=0x7f020034; + public static final int abc_list_selector_holo_light=0x7f020035; + public static final int abc_menu_dropdown_panel_holo_dark=0x7f020036; + public static final int abc_menu_dropdown_panel_holo_light=0x7f020037; + public static final int abc_menu_hardkey_panel_holo_dark=0x7f020038; + public static final int abc_menu_hardkey_panel_holo_light=0x7f020039; + public static final int abc_search_dropdown_dark=0x7f02003a; + public static final int abc_search_dropdown_light=0x7f02003b; + public static final int abc_spinner_ab_default_holo_dark=0x7f02003c; + public static final int abc_spinner_ab_default_holo_light=0x7f02003d; + public static final int abc_spinner_ab_disabled_holo_dark=0x7f02003e; + public static final int abc_spinner_ab_disabled_holo_light=0x7f02003f; + public static final int abc_spinner_ab_focused_holo_dark=0x7f020040; + public static final int abc_spinner_ab_focused_holo_light=0x7f020041; + public static final int abc_spinner_ab_holo_dark=0x7f020042; + public static final int abc_spinner_ab_holo_light=0x7f020043; + public static final int abc_spinner_ab_pressed_holo_dark=0x7f020044; + public static final int abc_spinner_ab_pressed_holo_light=0x7f020045; + public static final int abc_tab_indicator_ab_holo=0x7f020046; + public static final int abc_tab_selected_focused_holo=0x7f020047; + public static final int abc_tab_selected_holo=0x7f020048; + public static final int abc_tab_selected_pressed_holo=0x7f020049; + public static final int abc_tab_unselected_pressed_holo=0x7f02004a; + public static final int abc_textfield_search_default_holo_dark=0x7f02004b; + public static final int abc_textfield_search_default_holo_light=0x7f02004c; + public static final int abc_textfield_search_right_default_holo_dark=0x7f02004d; + public static final int abc_textfield_search_right_default_holo_light=0x7f02004e; + public static final int abc_textfield_search_right_selected_holo_dark=0x7f02004f; + public static final int abc_textfield_search_right_selected_holo_light=0x7f020050; + public static final int abc_textfield_search_selected_holo_dark=0x7f020051; + public static final int abc_textfield_search_selected_holo_light=0x7f020052; + public static final int abc_textfield_searchview_holo_dark=0x7f020053; + public static final int abc_textfield_searchview_holo_light=0x7f020054; + public static final int abc_textfield_searchview_right_holo_dark=0x7f020055; + public static final int abc_textfield_searchview_right_holo_light=0x7f020056; + public static final int ic_launcher=0x7f020057; + } + public static final class id { + public static final int action_bar=0x7f05001c; + public static final int action_bar_activity_content=0x7f050015; + public static final int action_bar_container=0x7f05001b; + public static final int action_bar_overlay_layout=0x7f05001f; + public static final int action_bar_root=0x7f05001a; + public static final int action_bar_subtitle=0x7f050023; + public static final int action_bar_title=0x7f050022; + public static final int action_context_bar=0x7f05001d; + public static final int action_menu_divider=0x7f050016; + public static final int action_menu_presenter=0x7f050017; + public static final int action_mode_close_button=0x7f050024; + public static final int action_settings=0x7f050050; + public static final int activity_chooser_view_content=0x7f050025; + public static final int always=0x7f05000b; + public static final int beginning=0x7f050011; + public static final int checkbox=0x7f05002d; + public static final int collapseActionView=0x7f05000d; + public static final int container=0x7f05003c; + public static final int default_activity_button=0x7f050028; + public static final int dialog=0x7f05000e; + public static final int disableHome=0x7f050008; + public static final int dropdown=0x7f05000f; + public static final int edit_query=0x7f050030; + public static final int end=0x7f050013; + public static final int expand_activities_button=0x7f050026; + public static final int expanded_menu=0x7f05002c; + public static final int fragment_listings_image=0x7f05003e; + public static final int fragment_listings_linearlayout=0x7f05003f; + public static final int fragment_listings_price=0x7f050041; + public static final int fragment_listings_root=0x7f05003d; + public static final int fragment_listings_shipping=0x7f050042; + public static final int fragment_listings_title=0x7f050040; + public static final int home=0x7f050014; + public static final int homeAsUp=0x7f050005; + public static final int icon=0x7f05002a; + public static final int ifRoom=0x7f05000a; + public static final int image=0x7f050027; + public static final int listMode=0x7f050001; + public static final int list_item=0x7f050029; + public static final int middle=0x7f050012; + public static final int never=0x7f050009; + public static final int none=0x7f050010; + public static final int normal=0x7f050000; + public static final int progress_circular=0x7f050018; + public static final int progress_horizontal=0x7f050019; + public static final int radio=0x7f05002f; + public static final int row_auctionsource=0x7f050045; + public static final int row_endtime=0x7f050047; + public static final int row_image=0x7f050044; + public static final int row_link=0x7f05004c; + public static final int row_listingtype=0x7f050049; + public static final int row_location=0x7f05004b; + public static final int row_price=0x7f050048; + public static final int row_shipping=0x7f05004a; + public static final int row_starttime=0x7f050046; + public static final int rowdialog_root=0x7f050043; + public static final int search_badge=0x7f050032; + public static final int search_bar=0x7f050031; + public static final int search_button=0x7f050033; + public static final int search_close_btn=0x7f050038; + public static final int search_edit_frame=0x7f050034; + public static final int search_go_btn=0x7f05003a; + public static final int search_layout_captiontextview=0x7f05004e; + public static final int search_layout_keyword=0x7f05004f; + public static final int search_layout_root=0x7f05004d; + public static final int search_mag_icon=0x7f050035; + public static final int search_plate=0x7f050036; + public static final int search_src_text=0x7f050037; + public static final int search_voice_btn=0x7f05003b; + public static final int shortcut=0x7f05002e; + public static final int showCustom=0x7f050007; + public static final int showHome=0x7f050004; + public static final int showTitle=0x7f050006; + public static final int split_action_bar=0x7f05001e; + public static final int submit_area=0x7f050039; + public static final int tabMode=0x7f050002; + public static final int title=0x7f05002b; + public static final int top_action_bar=0x7f050020; + public static final int up=0x7f050021; + public static final int useLogo=0x7f050003; + public static final int withText=0x7f05000c; + } + public static final class integer { + /** The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. + The maximum number of action buttons that should be permitted within + 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 final int abc_max_action_buttons=0x7f090000; + } + public static final class layout { + public static final int abc_action_bar_decor=0x7f030000; + public static final int abc_action_bar_decor_include=0x7f030001; + public static final int abc_action_bar_decor_overlay=0x7f030002; + public static final int abc_action_bar_home=0x7f030003; + public static final int abc_action_bar_tab=0x7f030004; + public static final int abc_action_bar_tabbar=0x7f030005; + public static final int abc_action_bar_title_item=0x7f030006; + public static final int abc_action_bar_view_list_nav_layout=0x7f030007; + public static final int abc_action_menu_item_layout=0x7f030008; + public static final int abc_action_menu_layout=0x7f030009; + public static final int abc_action_mode_bar=0x7f03000a; + public static final int abc_action_mode_close_item=0x7f03000b; + public static final int abc_activity_chooser_view=0x7f03000c; + public static final int abc_activity_chooser_view_include=0x7f03000d; + public static final int abc_activity_chooser_view_list_item=0x7f03000e; + public static final int abc_expanded_menu_layout=0x7f03000f; + public static final int abc_list_menu_item_checkbox=0x7f030010; + public static final int abc_list_menu_item_icon=0x7f030011; + public static final int abc_list_menu_item_layout=0x7f030012; + public static final int abc_list_menu_item_radio=0x7f030013; + public static final int abc_popup_menu_item_layout=0x7f030014; + public static final int abc_search_dropdown_item_icons_2line=0x7f030015; + public static final int abc_search_view=0x7f030016; + public static final int abc_simple_decor=0x7f030017; + public static final int activity_main=0x7f030018; + public static final int fragment_listings=0x7f030019; + public static final int fragment_main=0x7f03001a; + public static final int row=0x7f03001b; + public static final int search_layout=0x7f03001c; + public static final int support_simple_spinner_dropdown_item=0x7f03001d; + } + public static final class menu { + public static final int main=0x7f0c0000; + } + public static final class string { + /** Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] + */ + public static final int abc_action_bar_home_description=0x7f0a0001; + /** Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] + */ + public static final int abc_action_bar_up_description=0x7f0a0002; + /** Content description for the action menu overflow button. [CHAR LIMIT=NONE] + */ + public static final int abc_action_menu_overflow_description=0x7f0a0003; + /** Label for the "Done" button on the far left of action mode toolbars. + */ + public static final int abc_action_mode_done=0x7f0a0000; + /** Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] + */ + public static final int abc_activity_chooser_view_see_all=0x7f0a000a; + /** ActivityChooserView - accessibility support + Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] + */ + public static final int abc_activitychooserview_choose_application=0x7f0a0009; + /** SearchView accessibility description for clear button [CHAR LIMIT=NONE] + */ + public static final int abc_searchview_description_clear=0x7f0a0006; + /** SearchView accessibility description for search text field [CHAR LIMIT=NONE] + */ + public static final int abc_searchview_description_query=0x7f0a0005; + /** SearchView accessibility description for search button [CHAR LIMIT=NONE] + */ + public static final int abc_searchview_description_search=0x7f0a0004; + /** SearchView accessibility description for submit button [CHAR LIMIT=NONE] + */ + public static final int abc_searchview_description_submit=0x7f0a0007; + /** SearchView accessibility description for voice button [CHAR LIMIT=NONE] + */ + public static final int abc_searchview_description_voice=0x7f0a0008; + /** Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] + */ + public static final int abc_shareactionprovider_share_with=0x7f0a000c; + /** Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] + */ + public static final int abc_shareactionprovider_share_with_application=0x7f0a000b; + public static final int action_settings=0x7f0a000f; + public static final int app_name=0x7f0a000d; + public static final int ebay_appid_production=0x7f0a0012; + public static final int ebay_appid_sandbox=0x7f0a0011; + public static final int ebay_source_name=0x7f0a0010; + public static final int ebay_tag_buyItNowAvailable=0x7f0a0026; + public static final int ebay_tag_currencyId=0x7f0a0021; + public static final int ebay_tag_currentPrice=0x7f0a001f; + public static final int ebay_tag_endTime=0x7f0a0028; + public static final int ebay_tag_findItemsByKeywordsResponse=0x7f0a0015; + public static final int ebay_tag_galleryURL=0x7f0a001b; + public static final int ebay_tag_item=0x7f0a0018; + public static final int ebay_tag_itemId=0x7f0a0019; + public static final int ebay_tag_listingInfo=0x7f0a0024; + public static final int ebay_tag_listingType=0x7f0a0025; + public static final int ebay_tag_location=0x7f0a001d; + public static final int ebay_tag_searchResult=0x7f0a0016; + public static final int ebay_tag_sellingStatus=0x7f0a001e; + public static final int ebay_tag_shippingInfo=0x7f0a0022; + public static final int ebay_tag_shippingServiceCost=0x7f0a0023; + public static final int ebay_tag_startTime=0x7f0a0027; + public static final int ebay_tag_title=0x7f0a001a; + public static final int ebay_tag_value=0x7f0a0020; + public static final int ebay_tag_viewItemURL=0x7f0a001c; + public static final int ebay_value_auction=0x7f0a0029; + public static final int ebay_value_fixedprice=0x7f0a002b; + public static final int ebay_value_storeinventory=0x7f0a002a; + public static final int ebay_value_true=0x7f0a002c; + public static final int ebay_wsurl_production=0x7f0a0014; + public static final int ebay_wsurl_sandbox=0x7f0a0013; + public static final int hello_world=0x7f0a000e; + public static final int search_layout_caption=0x7f0a0017; + } + public static final class style { + /** + Base application theme, dependent on API level. This theme is replaced + by AppBaseTheme from res/values-vXX/styles.xml on newer devices. + + + Theme customizations available in newer API levels can go in + res/values-vXX/styles.xml, while customizations related to + backward-compatibility can go here. + + + Base application theme for API 11+. This theme completely replaces + AppBaseTheme from res/values/styles.xml on API 11+ devices. + + API 11 theme customizations can go here. + + Base application theme for API 14+. This theme completely replaces + AppBaseTheme from BOTH res/values/styles.xml and + res/values-v11/styles.xml on API 14+ devices. + + API 14 theme customizations can go here. + */ + public static final int AppBaseTheme=0x7f0b008b; + /** Application theme. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f0b008c; + /** Mimic text appearance in select_dialog_item.xml + */ + public static final int TextAppearance_AppCompat_Base_CompactMenu_Dialog=0x7f0b0063; + public static final int TextAppearance_AppCompat_Base_SearchResult=0x7f0b006d; + public static final int TextAppearance_AppCompat_Base_SearchResult_Subtitle=0x7f0b006f; + /** Search View result styles + */ + public static final int TextAppearance_AppCompat_Base_SearchResult_Title=0x7f0b006e; + public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Large=0x7f0b0069; + public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Small=0x7f0b006a; + public static final int TextAppearance_AppCompat_Light_Base_SearchResult=0x7f0b0070; + public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle=0x7f0b0072; + /** + TextAppearance.Holo.Light.SearchResult.* are private so we extend from the default + versions instead (which are exactly the same). + + */ + public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Title=0x7f0b0071; + public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large=0x7f0b006b; + public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small=0x7f0b006c; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b0035; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b0034; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0030; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0031; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b0033; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b0032; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b001a; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0006; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0008; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0005; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0007; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b001e; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b0020; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b001d; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b001f; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Menu=0x7f0b0054; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle=0x7f0b0056; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse=0x7f0b0058; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title=0x7f0b0055; + public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse=0x7f0b0057; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle=0x7f0b0051; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse=0x7f0b0053; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title=0x7f0b0050; + public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse=0x7f0b0052; + public static final int TextAppearance_AppCompat_Widget_Base_DropDownItem=0x7f0b0061; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b0021; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002e; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002f; + public static final int TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item=0x7f0b0062; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0028; + /** Themes in the "Theme.AppCompat" family will contain an action bar by default. + If Holo themes are available on the current platform version they will be used. + A limited Holo-styled action bar will be provided on platform versions older + than 3.0. (API 11) + + These theme declarations contain any version-independent specification. Items + that need to vary based on platform version should be defined in the corresponding + "Theme.Base" theme. + Platform-independent theme providing an action bar in a dark-themed activity. + */ + public static final int Theme_AppCompat=0x7f0b0077; + /** Menu/item attributes + */ + public static final int Theme_AppCompat_Base_CompactMenu=0x7f0b0083; + public static final int Theme_AppCompat_Base_CompactMenu_Dialog=0x7f0b0084; + /** Menu/item attributes + */ + public static final int Theme_AppCompat_CompactMenu=0x7f0b007c; + public static final int Theme_AppCompat_CompactMenu_Dialog=0x7f0b007d; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b007a; + /** Platform-independent theme providing an action bar in a light-themed activity. + */ + public static final int Theme_AppCompat_Light=0x7f0b0078; + /** Platform-independent theme providing an action bar in a dark-themed activity. + */ + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b0079; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b007b; + /** Base platform-dependent theme + */ + public static final int Theme_Base=0x7f0b007e; + /** Base platform-dependent theme providing an action bar in a dark-themed activity. + Base platform-dependent theme providing an action bar in a dark-themed activity. + */ + public static final int Theme_Base_AppCompat=0x7f0b0080; + public static final int Theme_Base_AppCompat_Dialog_FixedSize=0x7f0b0087; + public static final int Theme_Base_AppCompat_Dialog_Light_FixedSize=0x7f0b0088; + public static final int Theme_Base_AppCompat_DialogWhenLarge=0x7f0b0085; + /** + As we have defined the theme in values-large (for compat) and values-large takes precedence + over values-v14, we need to reset back to the Holo parent in values-large-v14. As the themes + in values-v14 & values-large-v14 are exactly the same, these "double base" themes can be + inherited from in both values-v14 and values-large-v14. + + */ + public static final int Theme_Base_AppCompat_DialogWhenLarge_Base=0x7f0b0089; + /** Base platform-dependent theme providing an action bar in a light-themed activity. + Base platform-dependent theme providing an action bar in a light-themed activity. + */ + public static final int Theme_Base_AppCompat_Light=0x7f0b0081; + /** Base platform-dependent theme providing a dark action bar in a light-themed activity. + Base platform-dependent theme providing a dark action bar in a light-themed activity. + */ + public static final int Theme_Base_AppCompat_Light_DarkActionBar=0x7f0b0082; + public static final int Theme_Base_AppCompat_Light_DialogWhenLarge=0x7f0b0086; + public static final int Theme_Base_AppCompat_Light_DialogWhenLarge_Base=0x7f0b008a; + /** Base platform-dependent theme providing a light-themed activity. + */ + public static final int Theme_Base_Light=0x7f0b007f; + /** Styles in here can be extended for customisation in your application. Each utilises + one of the Base styles. If Holo themes are available on the current platform version + they will be used instead of the compat styles. + */ + public static final int Widget_AppCompat_ActionBar=0x7f0b0000; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b0002; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b0011; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b0017; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b0014; + public static final int Widget_AppCompat_ActionButton=0x7f0b000b; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b000d; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b000f; + public static final int Widget_AppCompat_ActionMode=0x7f0b001b; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0b0038; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b0036; + public static final int Widget_AppCompat_Base_ActionBar=0x7f0b003a; + public static final int Widget_AppCompat_Base_ActionBar_Solid=0x7f0b003c; + public static final int Widget_AppCompat_Base_ActionBar_TabBar=0x7f0b0045; + public static final int Widget_AppCompat_Base_ActionBar_TabText=0x7f0b004b; + public static final int Widget_AppCompat_Base_ActionBar_TabView=0x7f0b0048; + /** Action Button Styles + */ + public static final int Widget_AppCompat_Base_ActionButton=0x7f0b003f; + public static final int Widget_AppCompat_Base_ActionButton_CloseMode=0x7f0b0041; + public static final int Widget_AppCompat_Base_ActionButton_Overflow=0x7f0b0043; + public static final int Widget_AppCompat_Base_ActionMode=0x7f0b004e; + public static final int Widget_AppCompat_Base_ActivityChooserView=0x7f0b0075; + /** AutoCompleteTextView styles (for SearchView) + */ + public static final int Widget_AppCompat_Base_AutoCompleteTextView=0x7f0b0073; + public static final int Widget_AppCompat_Base_DropDownItem_Spinner=0x7f0b005d; + /** Popup Menu + */ + public static final int Widget_AppCompat_Base_ListPopupWindow=0x7f0b0065; + /** Spinner Widgets + */ + public static final int Widget_AppCompat_Base_ListView_DropDown=0x7f0b005f; + public static final int Widget_AppCompat_Base_ListView_Menu=0x7f0b0064; + public static final int Widget_AppCompat_Base_PopupMenu=0x7f0b0067; + public static final int Widget_AppCompat_Base_ProgressBar=0x7f0b005a; + /** Progress Bar + */ + public static final int Widget_AppCompat_Base_ProgressBar_Horizontal=0x7f0b0059; + /** Action Bar Spinner Widgets + */ + public static final int Widget_AppCompat_Base_Spinner=0x7f0b005b; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b0024; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0b0001; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0003; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b0004; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0012; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b0013; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0018; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0019; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0015; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b0016; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0b000c; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b000e; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b0010; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b001c; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b0039; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b0037; + public static final int Widget_AppCompat_Light_Base_ActionBar=0x7f0b003b; + public static final int Widget_AppCompat_Light_Base_ActionBar_Solid=0x7f0b003d; + public static final int Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse=0x7f0b003e; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar=0x7f0b0046; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse=0x7f0b0047; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabText=0x7f0b004c; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse=0x7f0b004d; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabView=0x7f0b0049; + public static final int Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse=0x7f0b004a; + public static final int Widget_AppCompat_Light_Base_ActionButton=0x7f0b0040; + public static final int Widget_AppCompat_Light_Base_ActionButton_CloseMode=0x7f0b0042; + public static final int Widget_AppCompat_Light_Base_ActionButton_Overflow=0x7f0b0044; + public static final int Widget_AppCompat_Light_Base_ActionMode_Inverse=0x7f0b004f; + public static final int Widget_AppCompat_Light_Base_ActivityChooserView=0x7f0b0076; + public static final int Widget_AppCompat_Light_Base_AutoCompleteTextView=0x7f0b0074; + public static final int Widget_AppCompat_Light_Base_DropDownItem_Spinner=0x7f0b005e; + public static final int Widget_AppCompat_Light_Base_ListPopupWindow=0x7f0b0066; + public static final int Widget_AppCompat_Light_Base_ListView_DropDown=0x7f0b0060; + public static final int Widget_AppCompat_Light_Base_PopupMenu=0x7f0b0068; + public static final int Widget_AppCompat_Light_Base_Spinner=0x7f0b005c; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b0025; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b002a; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b0027; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b002c; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b0023; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0b0029; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0026; + public static final int Widget_AppCompat_ListView_Menu=0x7f0b002d; + public static final int Widget_AppCompat_PopupMenu=0x7f0b002b; + public static final int Widget_AppCompat_ProgressBar=0x7f0b000a; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0009; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0022; + } + public static final class styleable { + /** ============================================ + Attributes used to style the Action Bar. + These should be set on your theme; the default actionBarStyle will + propagate them to the correct elements as needed. + + Please Note: when overriding attributes for an ActionBar style + you must specify each attribute twice: once with the "android:" + namespace prefix and once without. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.example.ebaydemo:background} Specifies a background drawable for the action bar.
{@link #ActionBar_backgroundSplit com.example.ebaydemo:backgroundSplit} Specifies a background drawable for the bottom component of a split action bar.
{@link #ActionBar_backgroundStacked com.example.ebaydemo:backgroundStacked} Specifies a background drawable for a second stacked row of the action bar.
{@link #ActionBar_customNavigationLayout com.example.ebaydemo:customNavigationLayout} Specifies a layout for custom navigation.
{@link #ActionBar_displayOptions com.example.ebaydemo:displayOptions} Options affecting how the action bar is displayed.
{@link #ActionBar_divider com.example.ebaydemo:divider} Specifies the drawable used for item dividers.
{@link #ActionBar_height com.example.ebaydemo:height} Specifies a fixed height.
{@link #ActionBar_homeLayout com.example.ebaydemo:homeLayout} Specifies a layout to use for the "home" section of the action bar.
{@link #ActionBar_icon com.example.ebaydemo:icon} Specifies the drawable used for the application icon.
{@link #ActionBar_indeterminateProgressStyle com.example.ebaydemo:indeterminateProgressStyle} Specifies a style resource to use for an indeterminate progress spinner.
{@link #ActionBar_itemPadding com.example.ebaydemo:itemPadding} Specifies padding that should be applied to the left and right sides of + system-provided items in the bar.
{@link #ActionBar_logo com.example.ebaydemo:logo} Specifies the drawable used for the application logo.
{@link #ActionBar_navigationMode com.example.ebaydemo:navigationMode} The type of navigation to use.
{@link #ActionBar_progressBarPadding com.example.ebaydemo:progressBarPadding} Specifies the horizontal padding on either end for an embedded progress bar.
{@link #ActionBar_progressBarStyle com.example.ebaydemo:progressBarStyle} Specifies a style resource to use for an embedded progress bar.
{@link #ActionBar_subtitle com.example.ebaydemo:subtitle} Specifies subtitle text used for navigationMode="normal"
{@link #ActionBar_subtitleTextStyle com.example.ebaydemo:subtitleTextStyle} Specifies a style to use for subtitle text.
{@link #ActionBar_title com.example.ebaydemo:title} Specifies title text used for navigationMode="normal"
{@link #ActionBar_titleTextStyle com.example.ebaydemo:titleTextStyle} Specifies a style to use for title text.
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_height + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, + 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, + 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, + 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, + 0x7f010035, 0x7f010036, 0x7f010037 + }; + /** +

+ @attr description + Specifies a background drawable for the action bar. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:background + */ + public static final int ActionBar_background = 10; + /** +

+ @attr description + Specifies a background drawable for the bottom component of a split action bar. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This is a private symbol. + @attr name com.example.ebaydemo:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

+ @attr description + Specifies a background drawable for a second stacked row of the action bar. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This is a private symbol. + @attr name com.example.ebaydemo:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

+ @attr description + Specifies a layout for custom navigation. Overrides navigationMode. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

+ @attr description + Options affecting how the action bar is displayed. + + +

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

+ ++++ + + + + + + +
ConstantValueDescription
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+

This is a private symbol. + @attr name com.example.ebaydemo:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

+ @attr description + Specifies the drawable used for item dividers. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:divider + */ + public static final int ActionBar_divider = 9; + /** +

+ @attr description + Specifies a fixed height. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:height + */ + public static final int ActionBar_height = 1; + /** +

+ @attr description + Specifies a layout to use for the "home" section of the action bar. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

+ @attr description + Specifies the drawable used for the application icon. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:icon + */ + public static final int ActionBar_icon = 7; + /** +

+ @attr description + Specifies a style resource to use for an indeterminate progress spinner. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

+ @attr description + Specifies padding that should be applied to the left and right sides of + system-provided items in the bar. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

+ @attr description + Specifies the drawable used for the application logo. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:logo + */ + public static final int ActionBar_logo = 8; + /** +

+ @attr description + The type of navigation to use. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0 Normal static title text
listMode1 The action bar will use a selection list for navigation.
tabMode2 The action bar will use a series of horizontal tabs for navigation.
+

This is a private symbol. + @attr name com.example.ebaydemo:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

+ @attr description + Specifies the horizontal padding on either end for an embedded progress bar. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

+ @attr description + Specifies a style resource to use for an embedded progress bar. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

+ @attr description + Specifies subtitle text used for navigationMode="normal" + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

+ @attr description + Specifies a style to use for subtitle text. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

+ @attr description + Specifies title text used for navigationMode="normal" + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:title + */ + public static final int ActionBar_title = 0; + /** +

+ @attr description + Specifies a style to use for title text. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

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

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity = 0; + /** 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 + be present and whether it should overlay content. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #ActionBarWindow_windowActionBar com.example.ebaydemo:windowActionBar}
{@link #ActionBarWindow_windowActionBarOverlay com.example.ebaydemo:windowActionBarOverlay}
{@link #ActionBarWindow_windowFixedHeightMajor com.example.ebaydemo:windowFixedHeightMajor} A fixed height for the window along the major axis of the screen, + that is, when in portrait.
{@link #ActionBarWindow_windowFixedHeightMinor com.example.ebaydemo:windowFixedHeightMinor} A fixed height for the window along the minor axis of the screen, + that is, when in landscape.
{@link #ActionBarWindow_windowFixedWidthMajor com.example.ebaydemo:windowFixedWidthMajor} A fixed width for the window along the major axis of the screen, + that is, when in landscape.
{@link #ActionBarWindow_windowFixedWidthMinor com.example.ebaydemo:windowFixedWidthMinor} A fixed width for the window along the minor axis of the screen, + that is, when in portrait.
{@link #ActionBarWindow_windowSplitActionBar com.example.ebaydemo:windowSplitActionBar}
+ @see #ActionBarWindow_windowActionBar + @see #ActionBarWindow_windowActionBarOverlay + @see #ActionBarWindow_windowFixedHeightMajor + @see #ActionBarWindow_windowFixedHeightMinor + @see #ActionBarWindow_windowFixedWidthMajor + @see #ActionBarWindow_windowFixedWidthMinor + @see #ActionBarWindow_windowSplitActionBar + */ + public static final int[] ActionBarWindow = { + 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, + 0x7f010004, 0x7f010005, 0x7f010006 + }; + /** +

This symbol is the offset where the {@link com.example.ebaydemo.R.attr#windowActionBar} + attribute's value can be found in the {@link #ActionBarWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.ebaydemo:windowActionBar + */ + public static final int ActionBarWindow_windowActionBar = 0; + /** +

This symbol is the offset where the {@link com.example.ebaydemo.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #ActionBarWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.ebaydemo:windowActionBarOverlay + */ + public static final int ActionBarWindow_windowActionBarOverlay = 1; + /** +

+ @attr description + A fixed height for the window along the major axis of the screen, + that is, when in portrait. Can be either an absolute dimension + or a fraction of the screen size in that dimension. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:windowFixedHeightMajor + */ + public static final int ActionBarWindow_windowFixedHeightMajor = 6; + /** +

+ @attr description + A fixed height for the window along the minor axis of the screen, + that is, when in landscape. Can be either an absolute dimension + or a fraction of the screen size in that dimension. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:windowFixedHeightMinor + */ + public static final int ActionBarWindow_windowFixedHeightMinor = 4; + /** +

+ @attr description + A fixed width for the window along the major axis of the screen, + that is, when in landscape. Can be either an absolute dimension + or a fraction of the screen size in that dimension. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:windowFixedWidthMajor + */ + public static final int ActionBarWindow_windowFixedWidthMajor = 3; + /** +

+ @attr description + A fixed width for the window along the minor axis of the screen, + that is, when in portrait. Can be either an absolute dimension + or a fraction of the screen size in that dimension. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:windowFixedWidthMinor + */ + public static final int ActionBarWindow_windowFixedWidthMinor = 5; + /** +

This symbol is the offset where the {@link com.example.ebaydemo.R.attr#windowSplitActionBar} + attribute's value can be found in the {@link #ActionBarWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.ebaydemo:windowSplitActionBar + */ + public static final int ActionBarWindow_windowSplitActionBar = 2; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth = 0; + /** Size of padding on either end of a divider. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.example.ebaydemo:background} Specifies a background for the action mode bar.
{@link #ActionMode_backgroundSplit com.example.ebaydemo:backgroundSplit} Specifies a background for the split action mode bar.
{@link #ActionMode_height com.example.ebaydemo:height} Specifies a fixed height for the action mode bar.
{@link #ActionMode_subtitleTextStyle com.example.ebaydemo:subtitleTextStyle} Specifies a style to use for subtitle text.
{@link #ActionMode_titleTextStyle com.example.ebaydemo:titleTextStyle} Specifies a style to use for title text.
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010026, 0x7f01002a, 0x7f01002b, 0x7f01002f, + 0x7f010031 + }; + /** +

+ @attr description + Specifies a background for the action mode bar. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:background + */ + public static final int ActionMode_background = 3; + /** +

+ @attr description + Specifies a background for the split action mode bar. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This is a private symbol. + @attr name com.example.ebaydemo:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

+ @attr description + Specifies a fixed height for the action mode bar. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:height + */ + public static final int ActionMode_height = 0; + /** +

+ @attr description + Specifies a style to use for subtitle text. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

+ @attr description + Specifies a style to use for title text. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attrbitutes for a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.ebaydemo:expandActivityOverflowButtonDrawable} The drawable to show in the button for expanding the activities overflow popup.
{@link #ActivityChooserView_initialActivityCount com.example.ebaydemo:initialActivityCount} The maximal number of items initially shown in the activity list.
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01006a, 0x7f01006b + }; + /** +

+ @attr description + The drawable to show in the button for expanding the activities overflow popup. + Note: Clients would like to set this drawable + as a clue about the action the chosen activity will perform. For + example, if share activity is to be chosen the drawable should + give a clue that sharing is to be performed. + + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

+ @attr description + The maximal number of items initially shown in the activity list. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a CompatTextView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #CompatTextView_textAllCaps com.example.ebaydemo:textAllCaps} Present the text in ALL CAPS.
+ @see #CompatTextView_textAllCaps + */ + public static final int[] CompatTextView = { + 0x7f01006d + }; + /** +

+ @attr description + Present the text in ALL CAPS. This may use a small-caps form when available. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". +

This is a private symbol. + @attr name com.example.ebaydemo:textAllCaps + */ + public static final int CompatTextView_textAllCaps = 0; + /** Attributes that can be used with a LinearLayoutICS. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #LinearLayoutICS_divider com.example.ebaydemo:divider} Drawable to use as a vertical divider between buttons.
{@link #LinearLayoutICS_dividerPadding com.example.ebaydemo:dividerPadding} Size of padding on either end of a divider.
{@link #LinearLayoutICS_showDividers com.example.ebaydemo:showDividers} Setting for which dividers to show.
+ @see #LinearLayoutICS_divider + @see #LinearLayoutICS_dividerPadding + @see #LinearLayoutICS_showDividers + */ + public static final int[] LinearLayoutICS = { + 0x7f01002e, 0x7f010055, 0x7f010056 + }; + /** +

+ @attr description + Drawable to use as a vertical divider between buttons. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:divider + */ + public static final int LinearLayoutICS_divider = 0; + /** +

+ @attr description + Size of padding on either end of a divider. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:dividerPadding + */ + public static final int LinearLayoutICS_dividerPadding = 2; + /** +

+ @attr description + Setting for which dividers to show. + + +

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

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+

This is a private symbol. + @attr name com.example.ebaydemo:showDividers + */ + public static final int LinearLayoutICS_showDividers = 1; + /** Base attributes that are available to all groups. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior} Whether the items are capable of displaying a check mark.
{@link #MenuGroup_android_enabled android:enabled} Whether the items are enabled.
{@link #MenuGroup_android_id android:id} The ID of the group.
{@link #MenuGroup_android_menuCategory android:menuCategory} The category applied to all items within this group.
{@link #MenuGroup_android_orderInCategory android:orderInCategory} The order within the category applied to all items within this group.
{@link #MenuGroup_android_visible android:visible} Whether the items are shown/visible.
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

+ @attr description + Whether the items are capable of displaying a check mark. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#checkableBehavior}. + @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior = 5; + /** +

+ @attr description + Whether the items are enabled. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#enabled}. + @attr name android:enabled + */ + public static final int MenuGroup_android_enabled = 0; + /** +

+ @attr description + The ID of the group. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#id}. + @attr name android:id + */ + public static final int MenuGroup_android_id = 1; + /** +

+ @attr description + The category applied to all items within this group. + (This will be or'ed with the orderInCategory attribute.) +

This corresponds to the global attribute + resource symbol {@link android.R.attr#menuCategory}. + @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory = 3; + /** +

+ @attr description + The order within the category applied to all items within this group. + (This will be or'ed with the category attribute.) +

This corresponds to the global attribute + resource symbol {@link android.R.attr#orderInCategory}. + @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory = 4; + /** +

+ @attr description + Whether the items are shown/visible. +

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

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.example.ebaydemo:actionLayout} An optional layout to be used as an action view.
{@link #MenuItem_actionProviderClass com.example.ebaydemo:actionProviderClass} The name of an optional ActionProvider class to instantiate an action view + and perform operations such as default action for that menu item.
{@link #MenuItem_actionViewClass com.example.ebaydemo:actionViewClass} The name of an optional View class to instantiate and use as an + action view.
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut} The alphabetic shortcut key.
{@link #MenuItem_android_checkable android:checkable} Whether the item is capable of displaying a check mark.
{@link #MenuItem_android_checked android:checked} Whether the item is checked.
{@link #MenuItem_android_enabled android:enabled} Whether the item is enabled.
{@link #MenuItem_android_icon android:icon} The icon associated with this item.
{@link #MenuItem_android_id android:id} The ID of the item.
{@link #MenuItem_android_menuCategory android:menuCategory} The category applied to the item.
{@link #MenuItem_android_numericShortcut android:numericShortcut} The numeric shortcut key.
{@link #MenuItem_android_onClick android:onClick} Name of a method on the Context used to inflate the menu that will be + called when the item is clicked.
{@link #MenuItem_android_orderInCategory android:orderInCategory} The order within the category applied to the item.
{@link #MenuItem_android_title android:title} The title associated with the item.
{@link #MenuItem_android_titleCondensed android:titleCondensed} The condensed title associated with the item.
{@link #MenuItem_android_visible android:visible} Whether the item is shown/visible.
{@link #MenuItem_showAsAction com.example.ebaydemo:showAsAction} How this item should display in the Action Bar, if present.
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004d, 0x7f01004e, 0x7f01004f, + 0x7f010050 + }; + /** +

+ @attr description + An optional layout to be used as an action view. + See {@link android.view.MenuItem#setActionView(android.view.View)} + for more info. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:actionLayout + */ + public static final int MenuItem_actionLayout = 14; + /** +

+ @attr description + The name of an optional ActionProvider class to instantiate an action view + and perform operations such as default action for that menu item. + See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} + for more info. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 16; + /** +

+ @attr description + The name of an optional View class to instantiate and use as an + action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + for more info. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:actionViewClass + */ + public static final int MenuItem_actionViewClass = 15; + /** +

+ @attr description + The alphabetic shortcut key. This is the shortcut when using a keyboard + with alphabetic keys. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#alphabeticShortcut}. + @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut = 9; + /** +

+ @attr description + Whether the item is capable of displaying a check mark. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#checkable}. + @attr name android:checkable + */ + public static final int MenuItem_android_checkable = 11; + /** +

+ @attr description + Whether the item is checked. Note that you must first have enabled checking with + the checkable attribute or else the check mark will not appear. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#checked}. + @attr name android:checked + */ + public static final int MenuItem_android_checked = 3; + /** +

+ @attr description + Whether the item is enabled. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#enabled}. + @attr name android:enabled + */ + public static final int MenuItem_android_enabled = 1; + /** +

+ @attr description + The icon associated with this item. This icon will not always be shown, so + the title should be sufficient in describing this item. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#icon}. + @attr name android:icon + */ + public static final int MenuItem_android_icon = 0; + /** +

+ @attr description + The ID of the item. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#id}. + @attr name android:id + */ + public static final int MenuItem_android_id = 2; + /** +

+ @attr description + The category applied to the item. + (This will be or'ed with the orderInCategory attribute.) +

This corresponds to the global attribute + resource symbol {@link android.R.attr#menuCategory}. + @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory = 5; + /** +

+ @attr description + The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) + keyboard. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#numericShortcut}. + @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut = 10; + /** +

+ @attr description + Name of a method on the Context used to inflate the menu that will be + called when the item is clicked. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#onClick}. + @attr name android:onClick + */ + public static final int MenuItem_android_onClick = 12; + /** +

+ @attr description + The order within the category applied to the item. + (This will be or'ed with the category attribute.) +

This corresponds to the global attribute + resource symbol {@link android.R.attr#orderInCategory}. + @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory = 6; + /** +

+ @attr description + The title associated with the item. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#title}. + @attr name android:title + */ + public static final int MenuItem_android_title = 7; + /** +

+ @attr description + The condensed title associated with the item. This is used in situations where the + normal title may be too long to be displayed. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#titleCondensed}. + @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed = 8; + /** +

+ @attr description + Whether the item is shown/visible. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#visible}. + @attr name android:visible + */ + public static final int MenuItem_android_visible = 4; + /** +

+ @attr description + How this item should display in the Action Bar, if present. + + +

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

+ ++++ + + + + + +
ConstantValueDescription
never0 Never show this item in an action bar, show it in the overflow menu instead. + Mutually exclusive with "ifRoom" and "always".
ifRoom1 Show this item in an action bar if there is room for it as determined + by the system. Favor this option over "always" where possible. + Mutually exclusive with "never" and "always".
always2 Always show this item in an actionbar, even if it would override + the system's limits of how much stuff to put there. This may make + your action bar look bad on some screens. In most cases you should + use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
withText4 When this item is shown as an action in the action bar, show a text + label with it even if it has an icon representation.
collapseActionView8 This item's action view collapses to a normal menu + item. When expanded, the action view takes over a + larger segment of its container.
+

This is a private symbol. + @attr name com.example.ebaydemo:showAsAction + */ + public static final int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground} Default background for the menu header.
{@link #MenuView_android_horizontalDivider android:horizontalDivider} Default horizontal divider between rows of menu items.
{@link #MenuView_android_itemBackground android:itemBackground} Default background for each menu item.
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha} Default disabled icon alpha for each menu item that shows an icon.
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance} Default appearance of menu item text.
{@link #MenuView_android_preserveIconSpacing android:preserveIconSpacing} Whether space should be reserved in layout when an icon is missing.
{@link #MenuView_android_verticalDivider android:verticalDivider} Default vertical divider between menu items.
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle} Default animations for the menu.
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_preserveIconSpacing + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x01010435 + }; + /** +

+ @attr description + Default background for the menu header. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#headerBackground}. + @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground = 4; + /** +

+ @attr description + Default horizontal divider between rows of menu items. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#horizontalDivider}. + @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider = 2; + /** +

+ @attr description + Default background for each menu item. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#itemBackground}. + @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground = 5; + /** +

+ @attr description + Default disabled icon alpha for each menu item that shows an icon. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#itemIconDisabledAlpha}. + @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha = 6; + /** +

+ @attr description + Default appearance of menu item text. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#itemTextAppearance}. + @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance = 1; + /** +

+ @attr description + Whether space should be reserved in layout when an icon is missing. +

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

+ @attr description + Default vertical divider between menu items. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#verticalDivider}. + @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider = 3; + /** +

+ @attr description + Default animations for the menu. +

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

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #SearchView_android_imeOptions android:imeOptions} The IME options to set on the query text field.
{@link #SearchView_android_inputType android:inputType} The input type to set on the query text field.
{@link #SearchView_android_maxWidth android:maxWidth} An optional maximum width of the SearchView.
{@link #SearchView_iconifiedByDefault com.example.ebaydemo:iconifiedByDefault} The default state of the SearchView.
{@link #SearchView_queryHint com.example.ebaydemo:queryHint} An optional query hint string to be displayed in the empty query field.
+ @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_iconifiedByDefault + @see #SearchView_queryHint + */ + public static final int[] SearchView = { + 0x0101011f, 0x01010220, 0x01010264, 0x7f01005a, + 0x7f01005b + }; + /** +

+ @attr description + The IME options to set on the query text field. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#imeOptions}. + @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions = 2; + /** +

+ @attr description + The input type to set on the query text field. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#inputType}. + @attr name android:inputType + */ + public static final int SearchView_android_inputType = 1; + /** +

+ @attr description + An optional maximum width of the SearchView. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#maxWidth}. + @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth = 0; + /** +

+ @attr description + The default state of the SearchView. If true, it will be iconified when not in + use and expanded when clicked. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 3; + /** +

+ @attr description + An optional query hint string to be displayed in the empty query field. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:queryHint + */ + public static final int SearchView_queryHint = 4; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset} Horizontal offset from the spinner widget for positioning the dropdown + in spinnerMode="dropdown".
{@link #Spinner_android_dropDownSelector android:dropDownSelector} List selector to use for spinnerMode="dropdown" display.
{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset} Vertical offset from the spinner widget for positioning the dropdown in + spinnerMode="dropdown".
{@link #Spinner_android_dropDownWidth android:dropDownWidth} Width of the dropdown in spinnerMode="dropdown".
{@link #Spinner_android_gravity android:gravity} Gravity setting for positioning the currently selected item.
{@link #Spinner_android_popupBackground android:popupBackground} Background drawable to use for the dropdown in spinnerMode="dropdown".
{@link #Spinner_disableChildrenWhenDisabled com.example.ebaydemo:disableChildrenWhenDisabled} Whether this spinner should mark child views as enabled/disabled when + the spinner itself is enabled/disabled.
{@link #Spinner_popupPromptView com.example.ebaydemo:popupPromptView} Reference to a layout to use for displaying a prompt in the dropdown for + spinnerMode="dropdown".
{@link #Spinner_prompt com.example.ebaydemo:prompt} The prompt to display when the spinner's dialog is shown.
{@link #Spinner_spinnerMode com.example.ebaydemo:spinnerMode} Display mode for spinner options.
+ @see #Spinner_android_dropDownHorizontalOffset + @see #Spinner_android_dropDownSelector + @see #Spinner_android_dropDownVerticalOffset + @see #Spinner_android_dropDownWidth + @see #Spinner_android_gravity + @see #Spinner_android_popupBackground + @see #Spinner_disableChildrenWhenDisabled + @see #Spinner_popupPromptView + @see #Spinner_prompt + @see #Spinner_spinnerMode + */ + public static final int[] Spinner = { + 0x010100af, 0x01010175, 0x01010176, 0x01010262, + 0x010102ac, 0x010102ad, 0x7f010051, 0x7f010052, + 0x7f010053, 0x7f010054 + }; + /** +

+ @attr description + Horizontal offset from the spinner widget for positioning the dropdown + in spinnerMode="dropdown". +

This corresponds to the global attribute + resource symbol {@link android.R.attr#dropDownHorizontalOffset}. + @attr name android:dropDownHorizontalOffset + */ + public static final int Spinner_android_dropDownHorizontalOffset = 4; + /** +

+ @attr description + List selector to use for spinnerMode="dropdown" display. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#dropDownSelector}. + @attr name android:dropDownSelector + */ + public static final int Spinner_android_dropDownSelector = 1; + /** +

+ @attr description + Vertical offset from the spinner widget for positioning the dropdown in + spinnerMode="dropdown". +

This corresponds to the global attribute + resource symbol {@link android.R.attr#dropDownVerticalOffset}. + @attr name android:dropDownVerticalOffset + */ + public static final int Spinner_android_dropDownVerticalOffset = 5; + /** +

+ @attr description + Width of the dropdown in spinnerMode="dropdown". +

This corresponds to the global attribute + resource symbol {@link android.R.attr#dropDownWidth}. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 3; + /** +

+ @attr description + Gravity setting for positioning the currently selected item. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#gravity}. + @attr name android:gravity + */ + public static final int Spinner_android_gravity = 0; + /** +

+ @attr description + Background drawable to use for the dropdown in spinnerMode="dropdown". +

This corresponds to the global attribute + resource symbol {@link android.R.attr#popupBackground}. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 2; + /** +

+ @attr description + Whether this spinner should mark child views as enabled/disabled when + the spinner itself is enabled/disabled. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:disableChildrenWhenDisabled + */ + public static final int Spinner_disableChildrenWhenDisabled = 9; + /** +

+ @attr description + Reference to a layout to use for displaying a prompt in the dropdown for + spinnerMode="dropdown". This layout must contain a TextView with the id + {@code @android:id/text1} to be populated with the prompt text. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:popupPromptView + */ + public static final int Spinner_popupPromptView = 8; + /** +

+ @attr description + The prompt to display when the spinner's dialog is shown. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:prompt + */ + public static final int Spinner_prompt = 6; + /** +

+ @attr description + Display mode for spinner options. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
dialog0 Spinner options will be presented to the user as a dialog window.
dropdown1 Spinner options will be presented to the user as an inline dropdown + anchored to the spinner widget itself.
+

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

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #Theme_actionDropDownStyle com.example.ebaydemo:actionDropDownStyle} Default ActionBar dropdown style.
{@link #Theme_dropdownListPreferredItemHeight com.example.ebaydemo:dropdownListPreferredItemHeight} The preferred item height for dropdown lists.
{@link #Theme_listChoiceBackgroundIndicator com.example.ebaydemo:listChoiceBackgroundIndicator} Drawable used as a background for selected list items.
{@link #Theme_panelMenuListTheme com.example.ebaydemo:panelMenuListTheme} Default Panel Menu style.
{@link #Theme_panelMenuListWidth com.example.ebaydemo:panelMenuListWidth} Default Panel Menu width.
{@link #Theme_popupMenuStyle com.example.ebaydemo:popupMenuStyle} Default PopupMenu style.
+ @see #Theme_actionDropDownStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + */ + public static final int[] Theme = { + 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, + 0x7f01004b, 0x7f01004c + }; + /** +

+ @attr description + Default ActionBar dropdown style. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle = 0; + /** +

+ @attr description + The preferred item height for dropdown lists. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight = 1; + /** +

+ @attr description + Drawable used as a background for selected list items. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator = 5; + /** +

+ @attr description + Default Panel Menu style. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme = 4; + /** +

+ @attr description + Default Panel Menu width. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth = 3; + /** +

+ @attr description + Default PopupMenu style. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

This is a private symbol. + @attr name com.example.ebaydemo:popupMenuStyle + */ + public static final int Theme_popupMenuStyle = 2; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable} Boolean that controls whether a view can take focus.
{@link #View_paddingEnd com.example.ebaydemo:paddingEnd} Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
{@link #View_paddingStart com.example.ebaydemo:paddingStart} Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
+ @see #View_android_focusable + @see #View_paddingEnd + @see #View_paddingStart + */ + public static final int[] View = { + 0x010100da, 0x7f010038, 0x7f010039 + }; + /** +

+ @attr description + Boolean that controls whether a view can take focus. By default the user can not + move focus to a view; by setting this attribute to true the view is + allowed to take focus. This value does not impact the behavior of + directly calling {@link android.view.View#requestFocus}, which will + always request focus regardless of this view. It only impacts where + focus navigation will try to move focus. +

This corresponds to the global attribute + resource symbol {@link android.R.attr#focusable}. + @attr name android:focusable + */ + public static final int View_android_focusable = 0; + /** +

+ @attr description + Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:paddingEnd + */ + public static final int View_paddingEnd = 2; + /** +

+ @attr description + Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

This is a private symbol. + @attr name com.example.ebaydemo:paddingStart + */ + public static final int View_paddingStart = 1; + }; +} diff --git a/eBayDemo/ic_launcher-web.png b/eBayDemo/ic_launcher-web.png new file mode 100644 index 0000000..a18cbb4 Binary files /dev/null and b/eBayDemo/ic_launcher-web.png differ diff --git a/eBayDemo/libs/android-support-v4.jar b/eBayDemo/libs/android-support-v4.jar new file mode 100644 index 0000000..187bdf4 Binary files /dev/null and b/eBayDemo/libs/android-support-v4.jar differ diff --git a/eBayDemo/proguard-project.txt b/eBayDemo/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/eBayDemo/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/eBayDemo/project.properties b/eBayDemo/project.properties new file mode 100644 index 0000000..3a8f69c --- /dev/null +++ b/eBayDemo/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 +android.library.reference.1=../appcompat_v7_3 diff --git a/eBayDemo/res/drawable-hdpi/ic_launcher.png b/eBayDemo/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..288b665 Binary files /dev/null and b/eBayDemo/res/drawable-hdpi/ic_launcher.png differ diff --git a/eBayDemo/res/drawable-mdpi/ic_launcher.png b/eBayDemo/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..6ae570b Binary files /dev/null and b/eBayDemo/res/drawable-mdpi/ic_launcher.png differ diff --git a/eBayDemo/res/drawable-xhdpi/ic_launcher.png b/eBayDemo/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..d4fb7cd Binary files /dev/null and b/eBayDemo/res/drawable-xhdpi/ic_launcher.png differ diff --git a/eBayDemo/res/drawable-xxhdpi/ic_launcher.png b/eBayDemo/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..85a6081 Binary files /dev/null and b/eBayDemo/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/eBayDemo/res/layout/activity_main.xml b/eBayDemo/res/layout/activity_main.xml new file mode 100644 index 0000000..18e3a13 --- /dev/null +++ b/eBayDemo/res/layout/activity_main.xml @@ -0,0 +1,7 @@ + diff --git a/eBayDemo/res/layout/fragment_listings.xml b/eBayDemo/res/layout/fragment_listings.xml new file mode 100644 index 0000000..0e79e28 --- /dev/null +++ b/eBayDemo/res/layout/fragment_listings.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/eBayDemo/res/layout/fragment_main.xml b/eBayDemo/res/layout/fragment_main.xml new file mode 100644 index 0000000..82a4438 --- /dev/null +++ b/eBayDemo/res/layout/fragment_main.xml @@ -0,0 +1,16 @@ + + + + + diff --git a/eBayDemo/res/layout/row.xml b/eBayDemo/res/layout/row.xml new file mode 100644 index 0000000..1f017fd --- /dev/null +++ b/eBayDemo/res/layout/row.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/eBayDemo/res/layout/search_layout.xml b/eBayDemo/res/layout/search_layout.xml new file mode 100644 index 0000000..e6f3b24 --- /dev/null +++ b/eBayDemo/res/layout/search_layout.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/eBayDemo/res/menu/main.xml b/eBayDemo/res/menu/main.xml new file mode 100644 index 0000000..23c16d8 --- /dev/null +++ b/eBayDemo/res/menu/main.xml @@ -0,0 +1,12 @@ +

+ + + + diff --git a/eBayDemo/res/values-v11/styles.xml b/eBayDemo/res/values-v11/styles.xml new file mode 100644 index 0000000..a4a95bc --- /dev/null +++ b/eBayDemo/res/values-v11/styles.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/eBayDemo/res/values-v14/styles.xml b/eBayDemo/res/values-v14/styles.xml new file mode 100644 index 0000000..664f4f1 --- /dev/null +++ b/eBayDemo/res/values-v14/styles.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/eBayDemo/res/values-w820dp/dimens.xml b/eBayDemo/res/values-w820dp/dimens.xml new file mode 100644 index 0000000..f3e7020 --- /dev/null +++ b/eBayDemo/res/values-w820dp/dimens.xml @@ -0,0 +1,10 @@ + + + + 64dp + + diff --git a/eBayDemo/res/values/dimens.xml b/eBayDemo/res/values/dimens.xml new file mode 100644 index 0000000..55c1e59 --- /dev/null +++ b/eBayDemo/res/values/dimens.xml @@ -0,0 +1,7 @@ + + + + 16dp + 16dp + + diff --git a/eBayDemo/res/values/strings.xml b/eBayDemo/res/values/strings.xml new file mode 100644 index 0000000..b66558d --- /dev/null +++ b/eBayDemo/res/values/strings.xml @@ -0,0 +1,36 @@ + + + + eBay Demo + Hello world! + Settings + eBay + AdwayDhi-e0ac-4f2f-8858-4eeac535c143 + AdwayDhi-9f67-40e3-aaf0-a30042aea27e + http://sandbox.ebay.com/ + http://svcs.ebay.com/ + findItemsByKeywordsResponse + searchResult + Search + item + itemId + title + galleryURL + viewItemURL + location + sellingStatus + currentPrice + __value__ + \@currencyId + shippingInfo + shippingServiceCost + listingInfo + listingType + buyItNowAvailable + startTime + endTime + auction + StoreInventory + StoreInventory + true + \ No newline at end of file diff --git a/eBayDemo/res/values/styles.xml b/eBayDemo/res/values/styles.xml new file mode 100644 index 0000000..845fb57 --- /dev/null +++ b/eBayDemo/res/values/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/eBayDemo/src/com/example/ebaydemo/EbayInvoke.java b/eBayDemo/src/com/example/ebaydemo/EbayInvoke.java new file mode 100644 index 0000000..eb86677 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/EbayInvoke.java @@ -0,0 +1,74 @@ +package com.example.ebaydemo; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; + +import org.apache.http.HttpEntity; +import org.apache.http.HttpResponse; +import org.apache.http.client.HttpClient; +import org.apache.http.client.methods.HttpGet; +import org.apache.http.impl.client.DefaultHttpClient; + +import android.content.Context; +import android.content.res.Resources; +import android.os.Build; +import android.text.TextUtils; + +public class EbayInvoke{ + private static String appID; + private static String ebayURL; + private Resources resources; + + public EbayInvoke(Context context){ + this.resources=context.getResources(); + if(Build.PRODUCT.toLowerCase().indexOf("sdk")>-1){ + /* + the sandbox URLs are pretty useless as they only return a success code but no results + if you really want to use them then swap out the next two lines + appID=this.resources.getString(R.string.ebay_appid_sandbox); + ebayURL=this.resources.getString(R.string.ebay_wsurl_sandbox); + */ + appID=this.resources.getString(R.string.ebay_appid_production); + ebayURL=this.resources.getString(R.string.ebay_wsurl_production); + }else{ + appID=this.resources.getString(R.string.ebay_appid_production); + ebayURL=this.resources.getString(R.string.ebay_wsurl_production); + } + } + + public String search(String keyword) throws Exception{ + String jsonResponse=null; + jsonResponse=invokeEbayRest(keyword); + if((jsonResponse==null)||(jsonResponse.length()<1)){ + throw(new Exception("No result received from invokeEbayRest("+keyword+")")); + } + return(jsonResponse); + } + + private String getRequestURL(String keyword){ + CharSequence requestURL= + TextUtils.expandTemplate(this.resources.getString(R.string.ebay_request_template),ebayURL,appID,keyword); + return(requestURL.toString()); + } + + private String invokeEbayRest(String keyword) throws Exception{ + String result=null; + HttpClient httpClient=new DefaultHttpClient(); + HttpGet httpGet=new HttpGet(this.getRequestURL(keyword)); + HttpResponse response=httpClient.execute(httpGet); + HttpEntity httpEntity=response.getEntity(); + if(httpEntity!=null){ + InputStream in=httpEntity.getContent(); + BufferedReader reader=new BufferedReader(new InputStreamReader(in)); + StringBuffer temp=new StringBuffer(); + String currentLine=null; + while((currentLine=reader.readLine())!=null){ + temp.append(currentLine); + } + result=temp.toString(); + in.close(); + } + return(result); + } + } \ No newline at end of file diff --git a/eBayDemo/src/com/example/ebaydemo/EbayParser.java b/eBayDemo/src/com/example/ebaydemo/EbayParser.java new file mode 100644 index 0000000..dbb99e6 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/EbayParser.java @@ -0,0 +1,179 @@ +package com.example.ebaydemo; + +import java.sql.Date; +import java.text.SimpleDateFormat; +import java.util.ArrayList; + +import org.json.JSONArray; +import org.json.JSONException; +import org.json.JSONObject; + +import android.content.Context; +import android.content.res.Resources; +import android.util.Log; + +public class EbayParser{ + private final static String TAG="EbayParser"; + private static SimpleDateFormat dateFormat; + private Resources resources; + + public EbayParser(Context context){ + synchronized(this){ + if(dateFormat==null){ + dateFormat=new SimpleDateFormat("[\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"]"); + } + } + this.resources=context.getResources(); + } + + public ArrayList parseListings(String jsonResponse) throws Exception{ + ArrayList listings=new ArrayList(); + JSONObject rootObj=new JSONObject(jsonResponse); + JSONArray itemList=rootObj + .getJSONArray(this.resources.getString(R.string.ebay_tag_findItemsByKeywordsResponse)) + .getJSONObject(0) + .getJSONArray(this.resources.getString(R.string.ebay_tag_searchResult)) + .getJSONObject(0) + .getJSONArray(this.resources.getString(R.string.ebay_tag_item)); + int itemCount=itemList.length(); + for(int itemIndex=0;itemIndex-1){ + listing.setAuction(true); + try{ + String buyItNowAvailable= + this.stripWrapper(listingInfoObj.getString(this.resources.getString(R.string.ebay_tag_buyItNowAvailable))); + if(buyItNowAvailable.equalsIgnoreCase(this.resources.getString(R.string.ebay_value_true))){ + listing.setBuyItNow(true); + }else{ + listing.setBuyItNow(false); + } + }catch(JSONException jx){ + Log.e(TAG,"parseListing: parsing but it now",jx); + } + }else{ + listing.setAuction(false); + listing.setBuyItNow(true); + } + }catch(JSONException jx){ + Log.e(TAG,"parseListing: parsing listing type",jx); + } + + //get start and end dates + + try{ + Date startTime=(Date) dateFormat.parse(listingInfoObj.getString(this.resources.getString(R.string.ebay_tag_startTime))); + listing.setStartTime(startTime); + Date endTime=(Date) dateFormat.parse(listingInfoObj.getString(this.resources.getString(R.string.ebay_tag_endTime))); + listing.setEndTime(endTime); + }catch(Exception x){ //generic - both ParseException and JSONException can be thrown, same result either way + Log.e(TAG,"parseListing: parsing start and end dates",x); + listing.setStartTime(null); + listing.setEndTime(null); + } + }catch(JSONException jx){ + Log.e(TAG,"parseListing: parsing listing info",jx); + listing.setStartTime(null); + listing.setEndTime(null); + } + //alright, all done + return(listing); + } + + private String formatCurrency(String amount,String currencyCode){ + StringBuffer formattedText=new StringBuffer(amount); + try{ + //add trailing zeros + int indexOf=formattedText.indexOf("."); + if(indexOf>=0){ + if(formattedText.length()-indexOf==2){ + formattedText.append("0"); + } + } + //add dollar sign + if(currencyCode.equalsIgnoreCase("USD")){ + formattedText.insert(0,"$"); + }else{ + formattedText.append(" "); + formattedText.append(currencyCode); + } + }catch(Exception x){ + Log.e(TAG,"formatCurrency",x); + } + return(formattedText.toString()); + } + + private String stripWrapper(String s){ + try{ + int end=s.length()-2; + return(s.substring(2,end)); + }catch(Exception x){ + Log.e(TAG,"stripWrapper",x); + return(s); + } + } diff --git a/eBayDemo/src/com/example/ebaydemo/Listing.java b/eBayDemo/src/com/example/ebaydemo/Listing.java new file mode 100644 index 0000000..25838b7 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/Listing.java @@ -0,0 +1,115 @@ +package com.example.ebaydemo; + +import java.sql.Date; + +public class Listing implements Comparable{ + private String id; + private String title; + private String imageUrl; + private String listingUrl; + private String location; + private String shippingCost; + private String currentPrice; + private String auctionSource; + private Date startTime; + private Date endTime; + private boolean auction; + private boolean buyItNow; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public Date getStartTime() { + return startTime; + } + + public String getTitle() { + return title; + } + + public void setTitle(String title) { + this.title = title; + } + + public String getImageUrl() { + return imageUrl; + } + + public void setImageUrl(String imageUrl) { + this.imageUrl = imageUrl; + } + + public String getListingUrl() { + return listingUrl; + } + + public void setListingUrl(String listingUrl) { + this.listingUrl = listingUrl; + } + + public String getLocation() { + return location; + } + + public void setLocation(String location) { + this.location = location; + } + + public String getShippingCost() { + return shippingCost; + } + + public void setShippingCost(String shippingCost) { + this.shippingCost = shippingCost; + } + + public String getCurrentPrice() { + return currentPrice; + } + + public void setCurrentPrice(String currentPrice) { + this.currentPrice = currentPrice; + } + + public String getAuctionSource() { + return auctionSource; + } + + public void setAuctionSource(String auctionSource) { + this.auctionSource = auctionSource; + } + + public Date getEndTime() { + return endTime; + } + + public void setEndTime(Date endTime) { + this.endTime = endTime; + } + + public boolean isAuction() { + return auction; + } + + public void setAuction(boolean auction) { + this.auction = auction; + } + + public boolean isBuyItNow() { + return buyItNow; + } + + public void setBuyItNow(boolean buyItNow) { + this.buyItNow = buyItNow; + } + + @Override + public int compareTo(Listing another){ + return(another.startTime.compareTo(this.startTime)); + } + } \ No newline at end of file diff --git a/eBayDemo/src/com/example/ebaydemo/ListingArrayAdapter.java b/eBayDemo/src/com/example/ebaydemo/ListingArrayAdapter.java new file mode 100644 index 0000000..599b7a9 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/ListingArrayAdapter.java @@ -0,0 +1,61 @@ +package com.example.ebaydemo; + +import java.io.InputStream; +import java.net.URL; + +import android.content.Context; +import android.graphics.drawable.Drawable; +import android.util.Log; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.ArrayAdapter; +import android.widget.ImageView; +import android.widget.TextView; + +public class ListingArrayAdapter extends ArrayAdapter{ + private final static String TAG="ListingArrayAdapter"; + private Context context; + private SearchResult listings; + private int resourceId; + private Drawable images[]; + + public ListingArrayAdapter(Context context,int resourceId,SearchResult listings){ + super(context,resourceId,listings.getListings()); + this.images=new Drawable[listings.getListings().size()]; + this.context=context; + this.listings=listings; + this.resourceId=resourceId; + } + + @Override + public View getView(int position,View convertView,ViewGroup parent){ + LayoutInflater inflater=(LayoutInflater)this.context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); + View layout=inflater.inflate(resourceId,null); + Listing listing=this.listings.getListings().get(position); + TextView titleField=(TextView)layout.findViewById(R.id.fragment_listings_title); + titleField.setText(listing.getTitle()); + TextView priceField=(TextView)layout.findViewById(R.id.fragment_listings_price); + priceField.setText("Current price: "+listing.getCurrentPrice()); + TextView shippingField=(TextView)layout.findViewById(R.id.fragment_listings_shipping); + shippingField.setText("Shipping: "+listing.getShippingCost()); + if(listing.getListingUrl()!=null){ + try{ + URL url=new URL(listing.getImageUrl()); + InputStream is=(InputStream)url.getContent(); + Drawable image=Drawable.createFromStream(is,"src"); + ImageView imageView=new ImageView(context); + imageView=(ImageView)layout.findViewById(R.id.fragment_listings_image); + imageView.setImageDrawable(image); + this.images[position]=image; + }catch(Exception x){ + Log.e(TAG,"getView - in if(listing.getListingUrl()!=null)",x); + } + } + return(layout); + } + + public Drawable getImage(int position){ + return(this.images[position]); + } + } \ No newline at end of file diff --git a/eBayDemo/src/com/example/ebaydemo/MainActivity.java b/eBayDemo/src/com/example/ebaydemo/MainActivity.java new file mode 100644 index 0000000..3c3cde9 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/MainActivity.java @@ -0,0 +1,64 @@ +package com.example.ebaydemo; + +import android.support.v7.app.ActionBarActivity; +import android.support.v7.app.ActionBar; +import android.support.v4.app.Fragment; +import android.os.Bundle; +import android.view.LayoutInflater; +import android.view.Menu; +import android.view.MenuItem; +import android.view.View; +import android.view.ViewGroup; +import android.os.Build; + +public class MainActivity extends ActionBarActivity { + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_main); + + if (savedInstanceState == null) { + getSupportFragmentManager().beginTransaction() + .add(R.id.container, new PlaceholderFragment()).commit(); + } + } + + @Override + public boolean onCreateOptionsMenu(Menu menu) { + + // Inflate the menu; this adds items to the action bar if it is present. + getMenuInflater().inflate(R.menu.main, menu); + return true; + } + + @Override + public boolean onOptionsItemSelected(MenuItem item) { + // Handle action bar item clicks here. The action bar will + // automatically handle clicks on the Home/Up button, so long + // as you specify a parent activity in AndroidManifest.xml. + int id = item.getItemId(); + if (id == R.id.action_settings) { + return true; + } + return super.onOptionsItemSelected(item); + } + + /** + * A placeholder fragment containing a simple view. + */ + public static class PlaceholderFragment extends Fragment { + + public PlaceholderFragment() { + } + + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, + Bundle savedInstanceState) { + View rootView = inflater.inflate(R.layout.fragment_main, container, + false); + return rootView; + } + } + +} diff --git a/eBayDemo/src/com/example/ebaydemo/SearchResult.java b/eBayDemo/src/com/example/ebaydemo/SearchResult.java new file mode 100644 index 0000000..81c3b10 --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/SearchResult.java @@ -0,0 +1,48 @@ +package com.example.ebaydemo; + +import java.util.ArrayList; +import java.util.Collections; + +public class SearchResult{ + public final static int RESULT_SUCCESS=0; + public final static int RESULT_ERROR=1; + private int resultCode; + private Exception error; + private ArrayList listings; + + public SearchResult() { + this.listings=new ArrayList(); + } + + public int getResultCode() { + return resultCode; + } + + public void setResultCode(int resultCode) { + this.resultCode = resultCode; + } + + public Exception getError() { + return error; + } + + public void setError(Exception error) { + this.error = error; + } + + public ArrayList getListings() { + return listings; + } + + public void setListings (ArrayList listings) { + this.listings = listings; + } + + public void append(SearchResult toAppend){ + this.listings.addAll(toAppend.getListings()); + } + + public void sort(){ + Collections.sort(this.listings); + } + } \ No newline at end of file diff --git a/eBayDemo/src/com/example/ebaydemo/ebayDemoActivity.java b/eBayDemo/src/com/example/ebaydemo/ebayDemoActivity.java new file mode 100644 index 0000000..346269e --- /dev/null +++ b/eBayDemo/src/com/example/ebaydemo/ebayDemoActivity.java @@ -0,0 +1,324 @@ +package com.example.ebaydemo; + +import android.app.AlertDialog; +import android.app.ListActivity; +import android.app.ProgressDialog; +import android.content.Context; +import android.content.DialogInterface; +import android.content.Intent; +import android.net.Uri; +import android.os.Bundle; +import android.os.Handler; +import android.os.Message; +import android.text.Html; +import android.util.Log; +import android.view.LayoutInflater; +import android.view.Menu; +import android.view.MenuItem; +import android.view.View; +import android.view.View.OnClickListener; +import android.view.ViewGroup; +import android.widget.AdapterView; +import android.widget.AdapterView.OnItemClickListener; +import android.widget.EditText; +import android.widget.ImageView; +import android.widget.ListView; +import android.widget.TextView; + +public class ebayDemoActivity extends ListActivity { + private final static String TAG="ebayDemoActivity"; + private static EbayInvoke ebayInvoke; + private static EbayParser ebayParser; + private static ProgressDialog progressDialog; + private String searchTerm="phantasy+star+3"; //intial value for demo + private SearchResult listings; + private ListingArrayAdapter adapter; + private Listing selectedListing; + private int selectedPosition; + //listing detail dialog + private AlertDialog rowDialog; + private ImageView imageViewImage; + private TextView textViewStartTime; + private TextView textViewEndTime; + private TextView textViewListingType; + private TextView textViewPrice; + private TextView textViewShipping; + private TextView textViewLocation; + private TextView textViewLink; + //filter dialog + private AlertDialog keywordDialog; + private EditText keywordTextbox; + //menu constants + private final static int MENU_KEYWORD=0; + private final static int MENU_QUIT=1; + + public void onCreate(Bundle savedInstanceState){ + super.onCreate(savedInstanceState); + try{ + ListView listView=this.getListView(); + listView.setTextFilterEnabled(true); + listView.setOnItemClickListener(selectItemListener); + }catch(Exception x){ + Log.e(TAG,"onCreate",x); + this.showErrorDialog(x); + } + } + + @Override + protected void onResume() { + super.onResume(); + if((this.rowDialog!=null)&&(this.rowDialog.isShowing())) { + return; + } + this.refreshListings(); + } + + + @Override + public boolean onCreateOptionsMenu(Menu menu){ + try{ + menu.add(0,MENU_KEYWORD,0,"Search Term"); + menu.add(0,MENU_QUIT,1,"Quit"); + return(true); + }catch(Exception x){ + Log.e(TAG,"onCreateOptionsMenu",x); + return(false); + } + } + + @Override + public boolean onOptionsItemSelected(MenuItem item){ + try{ + switch(item.getItemId()){ + case MENU_KEYWORD:{this.showKeywordDialog();return(true);} + case MENU_QUIT:{this.finish();return(true);} + default:{return(false);} + } + }catch(Exception x){ + Log.e(TAG,"onOptionsItemSelected",x); + return(false); + } + } + + private void showKeywordDialog(){ + try{ + //create the dialog + if(this.keywordDialog==null){ + LayoutInflater inflater=(LayoutInflater)this.getSystemService(LAYOUT_INFLATER_SERVICE); + View layout=inflater.inflate(R.layout.search_layout,(ViewGroup)findViewById(R.id.search_layout_root)); + AlertDialog.Builder builder=new AlertDialog.Builder(this); + builder.setView(layout); + builder.setTitle("Search Keyword"); + builder.setPositiveButton("OK",(android.content.DialogInterface.OnClickListener) onKeywordDialogPositiveListener); + builder.setNegativeButton("Cancel",(android.content.DialogInterface.OnClickListener) onKeywordDialogCancelListener); + this.keywordTextbox=(EditText)layout.findViewById(R.id.search_layout_keyword); + this.keywordDialog=builder.create(); + } + //show the dialog + this.keywordDialog.show(); + }catch(Exception x){ + Log.e(TAG,"showFilterDialog",x); + } + } + + OnClickListener onKeywordDialogCancelListener=new OnClickListener(){ + @Override + public void onClick(DialogInterface dialog,int which) { + /*not implemented*/ + } + }; + + OnClickListener onKeywordDialogPositiveListener = new OnClickListener(){ + @Override + public void onClick(DialogInterface dialog,int which) { + String newSearchTerm=keywordTextbox.getText().toString().replace(" ","+"); + if(!newSearchTerm.equals(searchTerm)) { + searchTerm=newSearchTerm; + refreshListings(); + } + } + }; + + private void showrowDialog(){ + try{ + //I don't think this can actually happen so this is just a sanity check + if(this.selectedListing==null) {return;} + //create the listing detail dialog + if(this.rowDialog==null){ + LayoutInflater inflater=(LayoutInflater)this.getSystemService(LAYOUT_INFLATER_SERVICE); + View layout=inflater.inflate(R.layout.row,(ViewGroup)findViewById(R.id.rowdialog_root)); + AlertDialog.Builder builder=new AlertDialog.Builder(this); + builder.setView(layout); + builder.setTitle(this.selectedListing.getTitle()); + builder.setPositiveButton("Close",(android.content.DialogInterface.OnClickListener) onrowDialogCloseListener); + this.imageViewImage=(ImageView)layout.findViewById(R.id.row_image); + this.textViewStartTime=(TextView)layout.findViewById(R.id.row_starttime); + this.textViewEndTime=(TextView)layout.findViewById(R.id.row_endtime); + this.textViewListingType=(TextView)layout.findViewById(R.id.row_listingtype); + this.textViewPrice=(TextView)layout.findViewById(R.id.row_price); + this.textViewShipping=(TextView)layout.findViewById(R.id.row_shipping); + this.textViewLocation=(TextView)layout.findViewById(R.id.row_location); + this.textViewLink=(TextView)layout.findViewById(R.id.row_link); + this.rowDialog=builder.create(); + } + //set the values + this.textViewStartTime.setText( + Html.fromHtml("Start Time: "+this.selectedListing.getStartTime().toLocaleString())); + this.textViewEndTime.setText( + Html.fromHtml("End Time: "+this.selectedListing.getEndTime().toLocaleString())); + this.textViewPrice.setText( + Html.fromHtml("Price: "+this.selectedListing.getCurrentPrice())); + this.textViewShipping.setText( + Html.fromHtml("Shipping Cost: "+this.selectedListing.getShippingCost())); + this.textViewLocation.setText( + Html.fromHtml("Location "+this.selectedListing.getLocation())); + String listingType=new String("Listing Type: "); + if(this.selectedListing.isAuction()){ + listingType=listingType+"Auction"; + if(this.selectedListing.isBuyItNow()){ + listingType=listingType+", "+"Buy it now"; + } + }else if(this.selectedListing.isBuyItNow()){ + listingType=listingType+"Buy it now"; + }else{ + listingType=listingType+"Not specified"; + } + //url field + this.textViewListingType.setText(Html.fromHtml(listingType)); + StringBuffer html=new StringBuffer(""); + html.append("View original listing on "); + html.append(this.selectedListing.getAuctionSource()); + html.append(""); + this.textViewLink.setText(Html.fromHtml(html.toString())); + this.textViewLink.setOnClickListener(urlClickedListener); + //set the image + this.imageViewImage.setImageDrawable(this.adapter.getImage(this.selectedPosition)); + //show the dialog + this.rowDialog.setTitle(this.selectedListing.getTitle()); + this.rowDialog.show(); + }catch(Exception x){ + if((this.rowDialog!=null)&&(this.rowDialog.isShowing())){ + this.rowDialog.dismiss(); + } + Log.e(TAG,"showrowDialog",x); + } + } + + OnClickListener onrowDialogCloseListener=new OnClickListener(){ + @Override + public void onClick(DialogInterface dialog,int which){/*not implemented*/} + }; + + private void showErrorDialog(Exception x){ + try{ + new AlertDialog.Builder(this) + .setTitle(R.string.app_name) + .setMessage(x.getMessage()) + .setPositiveButton("Close", null) + .show(); + }catch(Exception reallyBadTimes){ + Log.e(TAG,"showErrorDialog",reallyBadTimes); + } + } + + OnItemClickListener selectItemListener=new OnItemClickListener(){ + @Override + public void onItemClick(AdapterView parent,View view,int position,long id){ + try{ + selectedPosition=position; + selectedListing=(Listing)adapter.getItem(position); + showrowDialog(); + }catch(Exception x){ + Log.e(TAG,"selectItemListener.onItemClick",x); + } + } + }; + + View.OnClickListener urlClickedListener=new View.OnClickListener(){ + @Override + public void onClick(View v){ + launchBrowser(); + } + }; + + private void launchBrowser(){ + try{ + Intent browserIntent=new Intent(Intent.ACTION_VIEW,Uri.parse(this.selectedListing.getListingUrl())); + this.startActivity(browserIntent); + }catch(Exception x){ + Log.e(TAG,"launchBrowser",x); + this.showErrorDialog(x); + } + } + + private final Handler loadListHandler=new Handler(){ + public void handleMessage(Message message){ + loadListAdapter(); + } + }; + + private void loadListAdapter(){ + this.adapter=new ListingArrayAdapter(this,R.layout.fragment_listings,listings); + this.setListAdapter(this.adapter); + if(progressDialog!=null){ + progressDialog.cancel(); + } + } + + private class LoadListThread extends Thread{ + private Handler handler; + private Context context; + + public LoadListThread(Handler handler,Context context){ + this.handler=handler; + this.context=context; + } + + public void run(){ + String searchResponse=""; + try{ + if(ebayInvoke==null){ + ebayInvoke=new EbayInvoke(this.context); + } + if(ebayParser==null){ + ebayParser=new EbayParser(this.context); + } + searchResponse=ebayInvoke.search(searchTerm); + if(listings==null){ + listings=new SearchResult(); + } + listings.setListings(ebayParser.parseListings(searchResponse)); + this.handler.sendEmptyMessage(RESULT_OK); + }catch(Exception x){ + Log.e(TAG,"LoadListThread.run(): searchResponse="+searchResponse,x); + listings.setError(x); + if((progressDialog!=null)&&(progressDialog.isShowing())){ + progressDialog.dismiss(); + } + showErrorDialog(x); + } + } + } + + private void refreshListings(){ + try{ + if(progressDialog==null){ + progressDialog=new ProgressDialog(this); + } + progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); + progressDialog.setMessage("Searching for auctions..."); + progressDialog.setCancelable(false); + progressDialog.show(); + LoadListThread loadListThread=new LoadListThread(this.loadListHandler,this.getApplicationContext()); + loadListThread.start(); + }catch(Exception x){ + Log.e(TAG,"onResume",x); + if((progressDialog!=null)&&(progressDialog.isShowing())){ + progressDialog.dismiss(); + } + this.showErrorDialog(x); + } + } + } \ No newline at end of file