├── AlarmManager
├── .classpath
├── .project
├── .settings
│ ├── org.eclipse.core.resources.prefs
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── ic_launcher-web.png
├── libs
│ └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ └── activity_main.xml
│ ├── menu
│ │ └── main.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ ├── values-w820dp
│ │ └── dimens.xml
│ └── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
└── src
│ └── com
│ └── coder80
│ └── timer
│ ├── MainActivity.java
│ ├── receiver
│ └── BootBroadcastReceiver.java
│ ├── service
│ └── UploadPOIService.java
│ └── utils
│ ├── Constants.java
│ └── ServiceUtil.java
├── README.md
└── appcompat_v7
├── .classpath
├── .project
├── .settings
└── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── README.txt
├── libs
├── android-support-v4.jar
└── android-support-v7-appcompat.jar
├── project.properties
├── res
├── anim
│ ├── abc_fade_in.xml
│ ├── abc_fade_out.xml
│ ├── abc_slide_in_bottom.xml
│ ├── abc_slide_in_top.xml
│ ├── abc_slide_out_bottom.xml
│ └── abc_slide_out_top.xml
├── color
│ └── abc_search_url_text_holo.xml
├── drawable-hdpi
│ ├── abc_ab_bottom_solid_dark_holo.9.png
│ ├── abc_ab_bottom_solid_light_holo.9.png
│ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ ├── abc_ab_bottom_transparent_light_holo.9.png
│ ├── abc_ab_share_pack_holo_dark.9.png
│ ├── abc_ab_share_pack_holo_light.9.png
│ ├── abc_ab_solid_dark_holo.9.png
│ ├── abc_ab_solid_light_holo.9.png
│ ├── abc_ab_stacked_solid_dark_holo.9.png
│ ├── abc_ab_stacked_solid_light_holo.9.png
│ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ ├── abc_ab_stacked_transparent_light_holo.9.png
│ ├── abc_ab_transparent_dark_holo.9.png
│ ├── abc_ab_transparent_light_holo.9.png
│ ├── abc_cab_background_bottom_holo_dark.9.png
│ ├── abc_cab_background_bottom_holo_light.9.png
│ ├── abc_cab_background_top_holo_dark.9.png
│ ├── abc_cab_background_top_holo_light.9.png
│ ├── abc_ic_ab_back_holo_dark.png
│ ├── abc_ic_ab_back_holo_light.png
│ ├── abc_ic_cab_done_holo_dark.png
│ ├── abc_ic_cab_done_holo_light.png
│ ├── abc_ic_clear_disabled.png
│ ├── abc_ic_clear_normal.png
│ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ ├── abc_ic_clear_search_api_holo_light.png
│ ├── abc_ic_commit_search_api_holo_dark.png
│ ├── abc_ic_commit_search_api_holo_light.png
│ ├── abc_ic_go.png
│ ├── abc_ic_go_search_api_holo_light.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ ├── abc_ic_menu_share_holo_dark.png
│ ├── abc_ic_menu_share_holo_light.png
│ ├── abc_ic_search.png
│ ├── abc_ic_search_api_holo_light.png
│ ├── abc_ic_voice_search.png
│ ├── abc_ic_voice_search_api_holo_light.png
│ ├── abc_list_divider_holo_dark.9.png
│ ├── abc_list_divider_holo_light.9.png
│ ├── abc_list_focused_holo.9.png
│ ├── abc_list_longpressed_holo.9.png
│ ├── abc_list_pressed_holo_dark.9.png
│ ├── abc_list_pressed_holo_light.9.png
│ ├── abc_list_selector_disabled_holo_dark.9.png
│ ├── abc_list_selector_disabled_holo_light.9.png
│ ├── abc_menu_dropdown_panel_holo_dark.9.png
│ ├── abc_menu_dropdown_panel_holo_light.9.png
│ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ ├── abc_menu_hardkey_panel_holo_light.9.png
│ ├── abc_spinner_ab_default_holo_dark.9.png
│ ├── abc_spinner_ab_default_holo_light.9.png
│ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ ├── abc_spinner_ab_disabled_holo_light.9.png
│ ├── abc_spinner_ab_focused_holo_dark.9.png
│ ├── abc_spinner_ab_focused_holo_light.9.png
│ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ ├── abc_spinner_ab_pressed_holo_light.9.png
│ ├── abc_tab_selected_focused_holo.9.png
│ ├── abc_tab_selected_holo.9.png
│ ├── abc_tab_selected_pressed_holo.9.png
│ ├── abc_tab_unselected_pressed_holo.9.png
│ ├── abc_textfield_search_default_holo_dark.9.png
│ ├── abc_textfield_search_default_holo_light.9.png
│ ├── abc_textfield_search_right_default_holo_dark.9.png
│ ├── abc_textfield_search_right_default_holo_light.9.png
│ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ ├── abc_textfield_search_right_selected_holo_light.9.png
│ ├── abc_textfield_search_selected_holo_dark.9.png
│ └── abc_textfield_search_selected_holo_light.9.png
├── drawable-mdpi
│ ├── abc_ab_bottom_solid_dark_holo.9.png
│ ├── abc_ab_bottom_solid_light_holo.9.png
│ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ ├── abc_ab_bottom_transparent_light_holo.9.png
│ ├── abc_ab_share_pack_holo_dark.9.png
│ ├── abc_ab_share_pack_holo_light.9.png
│ ├── abc_ab_solid_dark_holo.9.png
│ ├── abc_ab_solid_light_holo.9.png
│ ├── abc_ab_stacked_solid_dark_holo.9.png
│ ├── abc_ab_stacked_solid_light_holo.9.png
│ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ ├── abc_ab_stacked_transparent_light_holo.9.png
│ ├── abc_ab_transparent_dark_holo.9.png
│ ├── abc_ab_transparent_light_holo.9.png
│ ├── abc_cab_background_bottom_holo_dark.9.png
│ ├── abc_cab_background_bottom_holo_light.9.png
│ ├── abc_cab_background_top_holo_dark.9.png
│ ├── abc_cab_background_top_holo_light.9.png
│ ├── abc_ic_ab_back_holo_dark.png
│ ├── abc_ic_ab_back_holo_light.png
│ ├── abc_ic_cab_done_holo_dark.png
│ ├── abc_ic_cab_done_holo_light.png
│ ├── abc_ic_clear_disabled.png
│ ├── abc_ic_clear_normal.png
│ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ ├── abc_ic_clear_search_api_holo_light.png
│ ├── abc_ic_commit_search_api_holo_dark.png
│ ├── abc_ic_commit_search_api_holo_light.png
│ ├── abc_ic_go.png
│ ├── abc_ic_go_search_api_holo_light.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ ├── abc_ic_menu_share_holo_dark.png
│ ├── abc_ic_menu_share_holo_light.png
│ ├── abc_ic_search.png
│ ├── abc_ic_search_api_holo_light.png
│ ├── abc_ic_voice_search.png
│ ├── abc_ic_voice_search_api_holo_light.png
│ ├── abc_list_divider_holo_dark.9.png
│ ├── abc_list_divider_holo_light.9.png
│ ├── abc_list_focused_holo.9.png
│ ├── abc_list_longpressed_holo.9.png
│ ├── abc_list_pressed_holo_dark.9.png
│ ├── abc_list_pressed_holo_light.9.png
│ ├── abc_list_selector_disabled_holo_dark.9.png
│ ├── abc_list_selector_disabled_holo_light.9.png
│ ├── abc_menu_dropdown_panel_holo_dark.9.png
│ ├── abc_menu_dropdown_panel_holo_light.9.png
│ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ ├── abc_menu_hardkey_panel_holo_light.9.png
│ ├── abc_spinner_ab_default_holo_dark.9.png
│ ├── abc_spinner_ab_default_holo_light.9.png
│ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ ├── abc_spinner_ab_disabled_holo_light.9.png
│ ├── abc_spinner_ab_focused_holo_dark.9.png
│ ├── abc_spinner_ab_focused_holo_light.9.png
│ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ ├── abc_spinner_ab_pressed_holo_light.9.png
│ ├── abc_tab_selected_focused_holo.9.png
│ ├── abc_tab_selected_holo.9.png
│ ├── abc_tab_selected_pressed_holo.9.png
│ ├── abc_tab_unselected_pressed_holo.9.png
│ ├── abc_textfield_search_default_holo_dark.9.png
│ ├── abc_textfield_search_default_holo_light.9.png
│ ├── abc_textfield_search_right_default_holo_dark.9.png
│ ├── abc_textfield_search_right_default_holo_light.9.png
│ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ ├── abc_textfield_search_right_selected_holo_light.9.png
│ ├── abc_textfield_search_selected_holo_dark.9.png
│ └── abc_textfield_search_selected_holo_light.9.png
├── drawable-xhdpi
│ ├── abc_ab_bottom_solid_dark_holo.9.png
│ ├── abc_ab_bottom_solid_light_holo.9.png
│ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ ├── abc_ab_bottom_transparent_light_holo.9.png
│ ├── abc_ab_share_pack_holo_dark.9.png
│ ├── abc_ab_share_pack_holo_light.9.png
│ ├── abc_ab_solid_dark_holo.9.png
│ ├── abc_ab_solid_light_holo.9.png
│ ├── abc_ab_stacked_solid_dark_holo.9.png
│ ├── abc_ab_stacked_solid_light_holo.9.png
│ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ ├── abc_ab_stacked_transparent_light_holo.9.png
│ ├── abc_ab_transparent_dark_holo.9.png
│ ├── abc_ab_transparent_light_holo.9.png
│ ├── abc_cab_background_bottom_holo_dark.9.png
│ ├── abc_cab_background_bottom_holo_light.9.png
│ ├── abc_cab_background_top_holo_dark.9.png
│ ├── abc_cab_background_top_holo_light.9.png
│ ├── abc_ic_ab_back_holo_dark.png
│ ├── abc_ic_ab_back_holo_light.png
│ ├── abc_ic_cab_done_holo_dark.png
│ ├── abc_ic_cab_done_holo_light.png
│ ├── abc_ic_clear_disabled.png
│ ├── abc_ic_clear_normal.png
│ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ ├── abc_ic_clear_search_api_holo_light.png
│ ├── abc_ic_commit_search_api_holo_dark.png
│ ├── abc_ic_commit_search_api_holo_light.png
│ ├── abc_ic_go.png
│ ├── abc_ic_go_search_api_holo_light.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ ├── abc_ic_menu_share_holo_dark.png
│ ├── abc_ic_menu_share_holo_light.png
│ ├── abc_ic_search.png
│ ├── abc_ic_search_api_holo_light.png
│ ├── abc_ic_voice_search.png
│ ├── abc_ic_voice_search_api_holo_light.png
│ ├── abc_list_divider_holo_dark.9.png
│ ├── abc_list_divider_holo_light.9.png
│ ├── abc_list_focused_holo.9.png
│ ├── abc_list_longpressed_holo.9.png
│ ├── abc_list_pressed_holo_dark.9.png
│ ├── abc_list_pressed_holo_light.9.png
│ ├── abc_list_selector_disabled_holo_dark.9.png
│ ├── abc_list_selector_disabled_holo_light.9.png
│ ├── abc_menu_dropdown_panel_holo_dark.9.png
│ ├── abc_menu_dropdown_panel_holo_light.9.png
│ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ ├── abc_menu_hardkey_panel_holo_light.9.png
│ ├── abc_spinner_ab_default_holo_dark.9.png
│ ├── abc_spinner_ab_default_holo_light.9.png
│ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ ├── abc_spinner_ab_disabled_holo_light.9.png
│ ├── abc_spinner_ab_focused_holo_dark.9.png
│ ├── abc_spinner_ab_focused_holo_light.9.png
│ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ ├── abc_spinner_ab_pressed_holo_light.9.png
│ ├── abc_tab_selected_focused_holo.9.png
│ ├── abc_tab_selected_holo.9.png
│ ├── abc_tab_selected_pressed_holo.9.png
│ ├── abc_tab_unselected_pressed_holo.9.png
│ ├── abc_textfield_search_default_holo_dark.9.png
│ ├── abc_textfield_search_default_holo_light.9.png
│ ├── abc_textfield_search_right_default_holo_dark.9.png
│ ├── abc_textfield_search_right_default_holo_light.9.png
│ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ ├── abc_textfield_search_right_selected_holo_light.9.png
│ ├── abc_textfield_search_selected_holo_dark.9.png
│ └── abc_textfield_search_selected_holo_light.9.png
├── drawable-xxhdpi
│ ├── abc_ab_bottom_solid_dark_holo.9.png
│ ├── abc_ab_bottom_solid_light_holo.9.png
│ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ ├── abc_ab_bottom_transparent_light_holo.9.png
│ ├── abc_ab_share_pack_holo_dark.9.png
│ ├── abc_ab_share_pack_holo_light.9.png
│ ├── abc_ab_solid_dark_holo.9.png
│ ├── abc_ab_solid_light_holo.9.png
│ ├── abc_ab_stacked_solid_dark_holo.9.png
│ ├── abc_ab_stacked_solid_light_holo.9.png
│ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ ├── abc_ab_stacked_transparent_light_holo.9.png
│ ├── abc_ab_transparent_dark_holo.9.png
│ ├── abc_ab_transparent_light_holo.9.png
│ ├── abc_cab_background_bottom_holo_dark.9.png
│ ├── abc_cab_background_bottom_holo_light.9.png
│ ├── abc_cab_background_top_holo_dark.9.png
│ ├── abc_cab_background_top_holo_light.9.png
│ ├── abc_ic_ab_back_holo_dark.png
│ ├── abc_ic_ab_back_holo_light.png
│ ├── abc_ic_cab_done_holo_dark.png
│ ├── abc_ic_cab_done_holo_light.png
│ ├── abc_ic_clear_disabled.png
│ ├── abc_ic_clear_normal.png
│ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ ├── abc_ic_clear_search_api_holo_light.png
│ ├── abc_ic_commit_search_api_holo_dark.png
│ ├── abc_ic_commit_search_api_holo_light.png
│ ├── abc_ic_go.png
│ ├── abc_ic_go_search_api_holo_light.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ ├── abc_ic_menu_share_holo_dark.png
│ ├── abc_ic_menu_share_holo_light.png
│ ├── abc_ic_search.png
│ ├── abc_ic_search_api_holo_light.png
│ ├── abc_ic_voice_search.png
│ ├── abc_ic_voice_search_api_holo_light.png
│ ├── abc_list_divider_holo_dark.9.png
│ ├── abc_list_divider_holo_light.9.png
│ ├── abc_list_focused_holo.9.png
│ ├── abc_list_longpressed_holo.9.png
│ ├── abc_list_pressed_holo_dark.9.png
│ ├── abc_list_pressed_holo_light.9.png
│ ├── abc_list_selector_disabled_holo_dark.9.png
│ ├── abc_list_selector_disabled_holo_light.9.png
│ ├── abc_menu_dropdown_panel_holo_dark.9.png
│ ├── abc_menu_dropdown_panel_holo_light.9.png
│ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ ├── abc_menu_hardkey_panel_holo_light.9.png
│ ├── abc_spinner_ab_default_holo_dark.9.png
│ ├── abc_spinner_ab_default_holo_light.9.png
│ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ ├── abc_spinner_ab_disabled_holo_light.9.png
│ ├── abc_spinner_ab_focused_holo_dark.9.png
│ ├── abc_spinner_ab_focused_holo_light.9.png
│ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ ├── abc_spinner_ab_pressed_holo_light.9.png
│ ├── abc_tab_selected_focused_holo.9.png
│ ├── abc_tab_selected_holo.9.png
│ ├── abc_tab_selected_pressed_holo.9.png
│ ├── abc_tab_unselected_pressed_holo.9.png
│ ├── abc_textfield_search_default_holo_dark.9.png
│ ├── abc_textfield_search_default_holo_light.9.png
│ ├── abc_textfield_search_right_default_holo_dark.9.png
│ ├── abc_textfield_search_right_default_holo_light.9.png
│ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ ├── abc_textfield_search_right_selected_holo_light.9.png
│ ├── abc_textfield_search_selected_holo_dark.9.png
│ └── abc_textfield_search_selected_holo_light.9.png
├── drawable
│ ├── abc_ic_clear.xml
│ ├── abc_ic_clear_holo_light.xml
│ ├── abc_item_background_holo_dark.xml
│ ├── abc_item_background_holo_light.xml
│ ├── abc_list_selector_background_transition_holo_dark.xml
│ ├── abc_list_selector_background_transition_holo_light.xml
│ ├── abc_list_selector_holo_dark.xml
│ ├── abc_list_selector_holo_light.xml
│ ├── abc_search_dropdown_dark.xml
│ ├── abc_search_dropdown_light.xml
│ ├── abc_spinner_ab_holo_dark.xml
│ ├── abc_spinner_ab_holo_light.xml
│ ├── abc_tab_indicator_ab_holo.xml
│ ├── abc_textfield_searchview_holo_dark.xml
│ ├── abc_textfield_searchview_holo_light.xml
│ ├── abc_textfield_searchview_right_holo_dark.xml
│ └── abc_textfield_searchview_right_holo_light.xml
├── layout-v11
│ ├── abc_action_bar_decor.xml
│ └── abc_simple_decor.xml
├── layout-v14
│ └── abc_activity_chooser_view.xml
├── layout
│ ├── abc_action_bar_decor.xml
│ ├── abc_action_bar_decor_include.xml
│ ├── abc_action_bar_decor_overlay.xml
│ ├── abc_action_bar_home.xml
│ ├── abc_action_bar_tab.xml
│ ├── abc_action_bar_tabbar.xml
│ ├── abc_action_bar_title_item.xml
│ ├── abc_action_bar_view_list_nav_layout.xml
│ ├── abc_action_menu_item_layout.xml
│ ├── abc_action_menu_layout.xml
│ ├── abc_action_mode_bar.xml
│ ├── abc_action_mode_close_item.xml
│ ├── abc_activity_chooser_view.xml
│ ├── abc_activity_chooser_view_include.xml
│ ├── abc_activity_chooser_view_list_item.xml
│ ├── abc_expanded_menu_layout.xml
│ ├── abc_list_menu_item_checkbox.xml
│ ├── abc_list_menu_item_icon.xml
│ ├── abc_list_menu_item_layout.xml
│ ├── abc_list_menu_item_radio.xml
│ ├── abc_popup_menu_item_layout.xml
│ ├── abc_screen.xml
│ ├── abc_search_dropdown_item_icons_2line.xml
│ ├── abc_search_view.xml
│ ├── abc_simple_decor.xml
│ └── support_simple_spinner_dropdown_item.xml
├── values-af
│ └── strings.xml
├── values-am
│ └── strings.xml
├── values-ar
│ └── strings.xml
├── values-bg
│ └── strings.xml
├── values-ca
│ └── strings.xml
├── values-cs
│ └── strings.xml
├── values-da
│ └── strings.xml
├── values-de
│ └── strings.xml
├── values-el
│ └── strings.xml
├── values-en-rGB
│ └── strings.xml
├── values-en-rIN
│ └── strings.xml
├── values-es-rUS
│ └── strings.xml
├── values-es
│ └── strings.xml
├── values-et-rEE
│ └── strings.xml
├── values-fa
│ └── strings.xml
├── values-fi
│ └── strings.xml
├── values-fr-rCA
│ └── strings.xml
├── values-fr
│ └── strings.xml
├── values-hi
│ └── strings.xml
├── values-hr
│ └── strings.xml
├── values-hu
│ └── strings.xml
├── values-hy-rAM
│ └── strings.xml
├── values-in
│ └── strings.xml
├── values-it
│ └── strings.xml
├── values-iw
│ └── strings.xml
├── values-ja
│ └── strings.xml
├── values-ka-rGE
│ └── strings.xml
├── values-km-rKH
│ └── strings.xml
├── values-ko
│ └── strings.xml
├── values-land
│ ├── bools.xml
│ ├── config.xml
│ └── dimens.xml
├── values-large-v14
│ └── themes_base.xml
├── values-large
│ ├── bools.xml
│ ├── config.xml
│ ├── dimens.xml
│ └── themes_base.xml
├── values-lo-rLA
│ └── strings.xml
├── values-lt
│ └── strings.xml
├── values-lv
│ └── strings.xml
├── values-mn-rMN
│ └── strings.xml
├── values-ms-rMY
│ └── strings.xml
├── values-nb
│ └── strings.xml
├── values-nl
│ └── strings.xml
├── values-pl
│ └── strings.xml
├── values-pt-rPT
│ └── strings.xml
├── values-pt
│ └── strings.xml
├── values-ro
│ └── strings.xml
├── values-ru
│ └── strings.xml
├── values-sk
│ └── strings.xml
├── values-sl
│ └── strings.xml
├── values-sr
│ └── strings.xml
├── values-sv
│ └── strings.xml
├── values-sw
│ └── strings.xml
├── values-sw600dp
│ ├── config.xml
│ └── dimens.xml
├── values-th
│ └── strings.xml
├── values-tl
│ └── strings.xml
├── values-tr
│ └── strings.xml
├── values-uk
│ └── strings.xml
├── values-v11
│ ├── styles_base.xml
│ └── themes_base.xml
├── values-v14
│ ├── styles_base.xml
│ └── themes_base.xml
├── values-vi
│ └── strings.xml
├── values-w360dp
│ └── dimens.xml
├── values-w480dp
│ ├── bools.xml
│ └── config.xml
├── values-w500dp
│ └── dimens.xml
├── values-w600dp
│ └── dimens.xml
├── values-w720dp
│ └── bools.xml
├── values-xlarge
│ ├── bools.xml
│ └── dimens.xml
├── values-zh-rCN
│ └── strings.xml
├── values-zh-rHK
│ └── strings.xml
├── values-zh-rTW
│ └── strings.xml
├── values-zu
│ └── strings.xml
└── values
│ ├── attrs.xml
│ ├── bools.xml
│ ├── colors.xml
│ ├── config.xml
│ ├── dimens.xml
│ ├── ids.xml
│ ├── strings.xml
│ ├── styles.xml
│ ├── styles_base.xml
│ ├── themes.xml
│ └── themes_base.xml
└── src
└── .readme
/AlarmManager/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/AlarmManager/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | AlarmManagerTest
4 |
5 |
6 |
7 |
8 |
9 | com.android.ide.eclipse.adt.ResourceManagerBuilder
10 |
11 |
12 |
13 |
14 | com.android.ide.eclipse.adt.PreCompilerBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.jdt.core.javabuilder
20 |
21 |
22 |
23 |
24 | com.android.ide.eclipse.adt.ApkBuilder
25 |
26 |
27 |
28 |
29 |
30 | com.android.ide.eclipse.adt.AndroidNature
31 | org.eclipse.jdt.core.javanature
32 |
33 |
34 |
--------------------------------------------------------------------------------
/AlarmManager/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/AlarmManager/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/AlarmManager/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
16 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/AlarmManager/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/ic_launcher-web.png
--------------------------------------------------------------------------------
/AlarmManager/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/AlarmManager/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/AlarmManager/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-16
15 | android.library.reference.1=../appcompat_v7
16 |
--------------------------------------------------------------------------------
/AlarmManager/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AlarmManager/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AlarmManager/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AlarmManager/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/AlarmManager/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AlarmManager/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
12 |
18 |
26 |
27 |
28 |
36 |
44 |
45 |
--------------------------------------------------------------------------------
/AlarmManager/res/menu/main.xml:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/AlarmManager/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/AlarmManager/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/AlarmManager/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/AlarmManager/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/AlarmManager/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | AlarmManagerTest
5 | Hello world!
6 | Settings
7 |
8 |
9 |
--------------------------------------------------------------------------------
/AlarmManager/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/AlarmManager/src/com/coder80/timer/MainActivity.java:
--------------------------------------------------------------------------------
1 | package com.coder80.timer;
2 |
3 | import com.coder80.timer.utils.ServiceUtil;
4 |
5 | import android.support.v7.app.ActionBarActivity;
6 | import android.content.Context;
7 | import android.os.Bundle;
8 | import android.view.Menu;
9 | import android.view.MenuItem;
10 | import android.view.View;
11 | import android.widget.Button;
12 | import android.widget.TextView;
13 | /**
14 | * Created by coder80 on 2014/10/31.
15 | */
16 | public class MainActivity extends ActionBarActivity implements View.OnClickListener{
17 | private TextView mTextView;
18 | private Button mBtnStart;
19 | private Button mBtnStop;
20 | private Context mContext;
21 |
22 | @Override
23 | protected void onCreate(Bundle savedInstanceState) {
24 | super.onCreate(savedInstanceState);
25 | setContentView(R.layout.activity_main);
26 | mContext = this;
27 | mTextView = (TextView) findViewById(R.id.show);
28 | mBtnStart = (Button) findViewById(R.id.button1);
29 | mBtnStop = (Button) findViewById(R.id.button2);
30 | mBtnStart.setOnClickListener(this);
31 | mBtnStop.setOnClickListener(this);
32 | }
33 |
34 | @Override
35 | public boolean onCreateOptionsMenu(Menu menu) {
36 | // Inflate the menu; this adds items to the action bar if it is present.
37 | getMenuInflater().inflate(R.menu.main, menu);
38 | return true;
39 | }
40 |
41 | @Override
42 | public boolean onOptionsItemSelected(MenuItem item) {
43 | // Handle action bar item clicks here. The action bar will
44 | // automatically handle clicks on the Home/Up button, so long
45 | // as you specify a parent activity in AndroidManifest.xml.
46 | int id = item.getItemId();
47 | if (id == R.id.action_settings) {
48 | return true;
49 | }
50 | return super.onOptionsItemSelected(item);
51 | }
52 |
53 | @Override
54 | public void onClick(View v) {
55 | // TODO Auto-generated method stub
56 | int id = v.getId();
57 | switch(id){
58 | case R.id.button1:
59 | ServiceUtil.invokeTimerPOIService(mContext);
60 | break;
61 | case R.id.button2:
62 | ServiceUtil.cancleAlarmManager(mContext);
63 | break;
64 | }
65 |
66 | }
67 | }
68 |
--------------------------------------------------------------------------------
/AlarmManager/src/com/coder80/timer/receiver/BootBroadcastReceiver.java:
--------------------------------------------------------------------------------
1 | package com.coder80.timer.receiver;
2 |
3 | import com.coder80.timer.utils.Constants;
4 | import com.coder80.timer.utils.ServiceUtil;
5 |
6 | import android.content.BroadcastReceiver;
7 | import android.content.Context;
8 | import android.content.Intent;
9 | import android.os.Handler;
10 | import android.os.Looper;
11 | import android.util.Log;
12 |
13 |
14 | /**
15 | * Created by coder80 on 2014/11/3.
16 | */
17 | public class BootBroadcastReceiver extends BroadcastReceiver {
18 | private Context mContext;
19 | @Override
20 | public void onReceive(Context context, Intent intent) {
21 | mContext = context;
22 | if (intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)) {
23 | Log.i("BootBroadcastReceiver", "BroadcastReceiver onReceive here.... ");
24 | Handler handler = new Handler(Looper.getMainLooper());
25 | //after reboot the device,about 2 minutes later,upload the POI info to server
26 | handler.postDelayed(new Runnable() {
27 | @Override
28 | public void run() {
29 | if(!ServiceUtil.isServiceRunning(mContext,Constants.POI_SERVICE)){
30 | ServiceUtil.invokeTimerPOIService(mContext);
31 | }
32 | }
33 | }, Constants.BROADCAST_ELAPSED_TIME_DELAY);
34 | }
35 | }
36 | }
37 |
38 |
--------------------------------------------------------------------------------
/AlarmManager/src/com/coder80/timer/service/UploadPOIService.java:
--------------------------------------------------------------------------------
1 | package com.coder80.timer.service;
2 |
3 | import android.app.Service;
4 | import android.content.Intent;
5 | import android.os.IBinder;
6 | import android.util.Log;
7 |
8 |
9 | /**
10 | * Created by coder80 on 2014/10/31.
11 | */
12 | public class UploadPOIService extends Service implements Runnable{
13 | private String TAG = UploadPOIService.class.getSimpleName();
14 | @Override
15 | public void onCreate() {
16 | super.onCreate();
17 | uploadPOIInfo();
18 | }
19 |
20 | @Override
21 | public void onDestroy() {
22 | super.onDestroy();
23 | Log.i(TAG, "UploadPOIService onDestroy here.... ");
24 | }
25 |
26 | private void uploadPOIInfo() {
27 | //simulation HTTP request to server
28 | new Thread(this).start();
29 | }
30 |
31 | @Override
32 | public IBinder onBind(Intent intent) {
33 | // TODO Auto-generated method stub
34 | return null;
35 | }
36 |
37 | @Override
38 | public void run() {
39 | // TODO Auto-generated method stub
40 | try {
41 | Log.i(TAG, "UploadPOIService beign to upload POI to server ");
42 | Thread.sleep(5*1000);
43 | } catch (InterruptedException e) {
44 | // TODO Auto-generated catch block
45 | e.printStackTrace();
46 | }
47 | stopSelf();
48 | }
49 |
50 | }
51 |
--------------------------------------------------------------------------------
/AlarmManager/src/com/coder80/timer/utils/Constants.java:
--------------------------------------------------------------------------------
1 | package com.coder80.timer.utils;
2 |
3 |
4 | public class Constants {
5 |
6 | public static final int ELAPSED_TIME =10* 1000;
7 | public static final int RETRIVE_SERVICE_COUNT = 50;
8 | public static final int ELAPSED_TIME_DELAY = 2*60*1000;//get GPS delayed
9 | public static final int BROADCAST_ELAPSED_TIME_DELAY = 2*60*1000;
10 | public static final String WORKER_SERVICE = "com.coder80.timer.service.WorkService";
11 | public static final String POI_SERVICE = "com.coder80.timer.service.UploadPOIService";
12 | public static final String POI_SERVICE_ACTION = "com.coder80.timer.service.UploadPOIService.action";
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/README.md
--------------------------------------------------------------------------------
/appcompat_v7/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/appcompat_v7/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | android-support-v7-appcompat
4 |
5 |
6 |
7 |
8 |
9 | com.android.ide.eclipse.adt.ResourceManagerBuilder
10 |
11 |
12 |
13 |
14 | com.android.ide.eclipse.adt.PreCompilerBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.jdt.core.javabuilder
20 |
21 |
22 |
23 |
24 | com.android.ide.eclipse.adt.ApkBuilder
25 |
26 |
27 |
28 |
29 |
30 | com.android.ide.eclipse.adt.AndroidNature
31 | org.eclipse.jdt.core.javanature
32 |
33 |
34 |
--------------------------------------------------------------------------------
/appcompat_v7/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/appcompat_v7/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/README.txt:
--------------------------------------------------------------------------------
1 | Library Project including compatibility ActionBar.
2 |
3 | This can be used by an Android project to provide
4 | access to ActionBar on applications running on API 7+.
5 |
6 | There is technically no source, but the src folder is necessary
7 | to ensure that the build system works. The content is actually
8 | located in libs/android-support-v7-appcompat.jar.
9 | The accompanying resources must also be included in the application.
10 |
11 |
--------------------------------------------------------------------------------
/appcompat_v7/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/appcompat_v7/libs/android-support-v7-appcompat.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/libs/android-support-v7-appcompat.jar
--------------------------------------------------------------------------------
/appcompat_v7/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-16
15 | android.library=true
16 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_fade_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_slide_in_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
20 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_slide_in_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_slide_out_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat_v7/res/anim/abc_slide_out_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat_v7/res/color/abc_search_url_text_holo.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hero-peng/AlarmTimerTask/9a9a4052b512f53ebf57c0915681d5df6dd244c1/appcompat_v7/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_ic_clear.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_ic_clear_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_item_background_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_item_background_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_list_selector_background_transition_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_list_selector_background_transition_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_list_selector_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_list_selector_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_search_dropdown_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_search_dropdown_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_spinner_ab_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_spinner_ab_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_textfield_searchview_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_textfield_searchview_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_textfield_searchview_right_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/drawable/abc_textfield_searchview_right_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout-v11/abc_action_bar_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout-v11/abc_simple_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
25 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout-v14/abc_activity_chooser_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_bar_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_bar_home.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
29 |
38 |
39 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_bar_tab.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_bar_tabbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_bar_view_list_nav_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
23 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_menu_item_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
31 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_mode_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
25 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_action_mode_close_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
27 |
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_activity_chooser_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_expanded_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_list_menu_item_checkbox.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_list_menu_item_icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
28 |
29 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_list_menu_item_radio.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/abc_simple_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
25 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/appcompat_v7/res/layout/support_simple_spinner_dropdown_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-ja/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "完了"
20 | "ホームへ移動"
21 | "上へ移動"
22 | "その他のオプション"
23 | "検索"
24 | "検索キーワード"
25 | "検索キーワードを削除"
26 | "検索キーワードを送信"
27 | "音声検索"
28 | "アプリの選択"
29 | "すべて表示"
30 | "%sと共有"
31 | "共有"
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-ko/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "완료"
20 | "홈 탐색"
21 | "위로 탐색"
22 | "옵션 더보기"
23 | "검색"
24 | "검색어"
25 | "검색어 삭제"
26 | "검색어 보내기"
27 | "음성 검색"
28 | "앱 선택"
29 | "전체 보기"
30 | "%s와(과) 공유"
31 | "공유 대상"
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-land/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-land/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | 40dip
20 |
21 | 4dip
22 |
23 | 16dp
24 |
25 | 12dp
26 |
27 | -2dp
28 |
29 | 4dip
30 |
31 | 32dp
32 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-large-v14/themes_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
21 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-large/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 |
21 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-large/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
22 |
23 |
26 | true
27 |
28 |
29 | 440dp
30 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-large/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | 192dip
20 |
23 | 4
24 |
25 |
27 | - 60%
28 |
30 | - 90%
31 |
33 | - 60%
34 |
36 | - 90%
37 |
38 |
39 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-large/themes_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
21 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-sw600dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
22 |
23 |
24 | 580dp
25 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 5
22 |
23 | 56dip
24 |
25 | 4dip
26 |
27 | 18dp
28 |
29 | 14dp
30 |
31 | -3dp
32 |
33 | 9dip
34 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-v11/styles_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
22 |
23 |
24 |
25 |
26 |
29 |
30 |
33 |
34 |
35 |
36 |
39 |
40 |
43 |
44 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w360dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 3
22 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w480dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 | false
19 |
20 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w480dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w500dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 4
22 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 5
22 |
23 |
24 | 56dip
25 |
26 | 4dip
27 |
28 | 18dp
29 |
30 | 14dp
31 |
32 | -3dp
33 |
34 | 9dip
35 |
36 | 64dip
37 |
38 |
39 | 192dip
40 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-w720dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-xlarge/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-zh-rCN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "完成"
20 | "转到主屏幕"
21 | "转到上一层级"
22 | "更多选项"
23 | "搜索"
24 | "搜索查询"
25 | "清除查询"
26 | "提交查询"
27 | "语音搜索"
28 | "选择应用"
29 | "查看全部"
30 | "通过%s分享"
31 | "分享方式"
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-zh-rHK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "完成"
20 | "瀏覽主頁"
21 | "向上瀏覽"
22 | "更多選項"
23 | "搜尋"
24 | "搜尋查詢"
25 | "清除查詢"
26 | "提交查詢"
27 | "語音搜尋"
28 | "選擇應用程式"
29 | "顯示全部"
30 | "與「%s」分享"
31 | "分享對象"
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values-zh-rTW/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "完成"
20 | "瀏覽首頁"
21 | "向上瀏覽"
22 | "更多選項"
23 | "搜尋"
24 | "搜尋查詢"
25 | "清除查詢"
26 | "提交查詢"
27 | "語音搜尋"
28 | "選擇應用程式"
29 | "查看全部"
30 | "與「%s」分享"
31 | "選擇分享對象"
32 |
33 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 | true
21 |
22 | false
23 |
24 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | #7fa87f
18 | @android:color/black
19 | @android:color/black
20 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
20 |
23 | false
24 |
25 |
28 | 320dp
29 |
30 |
33 | true
34 |
--------------------------------------------------------------------------------
/appcompat_v7/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/appcompat_v7/src/.readme:
--------------------------------------------------------------------------------
1 | This hidden file is there to ensure there is an src folder.
2 | Once we support binary library this will go away.
--------------------------------------------------------------------------------