├── .classpath ├── .factorypath ├── .project ├── .settings ├── org.eclipse.jdt.apt.core.prefs └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── README.md ├── assets ├── hairs │ ├── female_show_101x132.jpg │ ├── female_show_105x116.jpg │ ├── female_show_113x133.jpg │ ├── female_show_119x115.jpg │ ├── female_show_129x100.jpg │ ├── female_show_131x141.jpg │ ├── female_show_62x143.jpg │ ├── female_show_82x125.jpg │ ├── female_show_89x136.jpg │ ├── female_show_97x130.jpg │ ├── female_try_101x132.png │ ├── female_try_105x116.png │ ├── female_try_113x133.png │ ├── female_try_119x115.png │ ├── female_try_129x100.png │ ├── female_try_131x141.png │ ├── female_try_62x143.png │ ├── female_try_82x125.png │ ├── female_try_89x136.png │ ├── female_try_97x130.png │ ├── male_show_108x112.jpg │ ├── male_show_117x112.jpg │ ├── male_show_122x124.jpg │ ├── male_show_125x125.jpg │ ├── male_show_126x130.jpg │ ├── male_show_128x121.jpg │ ├── male_show_128x132.jpg │ ├── male_show_128x135.jpg │ ├── male_show_130x135.jpg │ ├── male_show_131x138.jpg │ ├── male_try_108x112.png │ ├── male_try_117x112.png │ ├── male_try_122x124.png │ ├── male_try_125x125.png │ ├── male_try_126x130.png │ ├── male_try_128x121.png │ ├── male_try_128x132.png │ ├── male_try_128x135.png │ ├── male_try_130x135.png │ └── male_try_131x138.png ├── hairshake │ ├── 101-109.png │ ├── 101-129.png │ ├── 115-125.png │ ├── 15-113.png │ ├── 42-114.png │ ├── 85-128.png │ ├── 92-121.png │ └── 99-47.png └── hairshake_male │ ├── 115-114.png │ ├── 119-117.png │ ├── 120-127.png │ ├── 122-127.png │ ├── 127-97.png │ └── 132-123.png ├── bin ├── AndroidManifest.xml ├── classes.dex ├── dexedLibs │ ├── android-support-v4-8a7eeb046ff95cc9893059b60c015953.jar │ └── butterknife-4.0.1-86f0becb45e3a94320051679bacb5396.jar ├── jarlist.cache ├── nicehair.apk ├── res │ └── crunch │ │ ├── drawable-hdpi-1280x720 │ │ ├── hair_title_on.png │ │ ├── hair_title_press.png │ │ ├── modelfourth.png │ │ ├── modelsecond.png │ │ ├── modelthird.png │ │ ├── preview_background.png │ │ ├── sys_model.png │ │ └── zhezhao_done.png │ │ ├── drawable-hdpi-800x480 │ │ ├── modelfourth.png │ │ ├── modelsecond.png │ │ ├── modelthird.png │ │ ├── preview_background.png │ │ ├── sys_model.png │ │ └── zhezhao_done.png │ │ ├── drawable-hdpi-854x480 │ │ ├── modelfourth.png │ │ ├── modelsecond.png │ │ ├── modelthird.png │ │ ├── preview_background.png │ │ ├── sys_model.png │ │ └── zhezhao_done.png │ │ ├── drawable-hdpi-960x540 │ │ ├── modelfourth.png │ │ ├── modelsecond.png │ │ ├── modelthird.png │ │ ├── preview_background.png │ │ ├── sys_model.png │ │ └── zhezhao_done.png │ │ ├── drawable-hdpi │ │ ├── about_icon.png │ │ ├── aboutus_top_icon.png │ │ ├── ad_title_bg.9.png │ │ ├── album_camera.png │ │ ├── arrow_down.png │ │ ├── arrow_icon.png │ │ ├── arrow_up.png │ │ ├── authority_icon.png │ │ ├── back_normal.9.png │ │ ├── back_press.9.png │ │ ├── back_two_down.png │ │ ├── back_two_up.png │ │ ├── bind_icon.png │ │ ├── bottom_bar.9.png │ │ ├── bpush_list_item_bg.9.png │ │ ├── bpush_message_prompt.png │ │ ├── bpush_return_btn.png │ │ ├── bpush_top_bg.9.png │ │ ├── btn_pop_normal.9.png │ │ ├── btn_pop_press.9.png │ │ ├── camera_normal.png │ │ ├── camera_press.png │ │ ├── certain_change_button_normal.png │ │ ├── certain_change_button_press.png │ │ ├── certain_normal.9.png │ │ ├── certain_press.9.png │ │ ├── chameleon_button_normal.png │ │ ├── chameleon_button_press.png │ │ ├── change_button_normal.png │ │ ├── change_button_press.png │ │ ├── changehair_down.png │ │ ├── changehair_undown.png │ │ ├── changehair_viewmore_iv_nor.png │ │ ├── changehair_viewmore_iv_pressed.png │ │ ├── changing_add_normal.png │ │ ├── changing_add_selected.png │ │ ├── changing_back_button_normal.png │ │ ├── changing_back_button_press.png │ │ ├── changing_back_normal.png │ │ ├── changing_back_selected.png │ │ ├── changing_camera_normal.png │ │ ├── changing_camera_select.png │ │ ├── changing_change_icon.png │ │ ├── changing_photograph_normal.png │ │ ├── changing_photograph_selected.png │ │ ├── choumei_attention.png │ │ ├── choumei_qr.png │ │ ├── clear_cache_icon.png │ │ ├── clear_cache_loading.png │ │ ├── collection_icon.png │ │ ├── collection_press.png │ │ ├── collection_tab_bg.png │ │ ├── collection_tab_left_press.png │ │ ├── collection_tab_right_press.png │ │ ├── comment_button_icon.png │ │ ├── comment_button_press.png │ │ ├── comment_img.png │ │ ├── comment_list_profile.png │ │ ├── default_ptr_flip.png │ │ ├── default_ptr_rotate.png │ │ ├── diagnose_book_line.png │ │ ├── diagnose_book_same_style.9.png │ │ ├── diagnose_book_select.png │ │ ├── diagnose_book_suggestion.9.png │ │ ├── diagnose_book_wuguan.9.png │ │ ├── diagnose_content_bg.9.png │ │ ├── diagnose_jinchou.png │ │ ├── diagnose_kaikuo.png │ │ ├── diagnose_lianxing.9.png │ │ ├── diagnose_middle.png │ │ ├── diagnose_more_right_iv.png │ │ ├── diagnose_pianfang.png │ │ ├── diagnose_sex.9.png │ │ ├── diagnose_tuo_yuan.png │ │ ├── diagnose_wuguanbili.9.png │ │ ├── diagnose_yanshen.9.png │ │ ├── diagnose_yuan.png │ │ ├── dialog_bg.9.png │ │ ├── direct_use_down.png │ │ ├── direct_use_on.png │ │ ├── discover_changehair_iv_nor.png │ │ ├── discover_changehair_iv_pressed.png │ │ ├── discover_diagnose_iv_nor.png │ │ ├── discover_diagnose_iv_pressed.png │ │ ├── discover_normal.png │ │ ├── discover_pressed.png │ │ ├── down_arrow.png │ │ ├── download_background.png │ │ ├── download_bg.png │ │ ├── edit_portrait.png │ │ ├── exit_down.png │ │ ├── exit_on.png │ │ ├── expert_fensi_normal.png │ │ ├── expert_fensi_pressed.png │ │ ├── expert_works_normal.png │ │ ├── expert_works_pressed.png │ │ ├── feedback_icon.png │ │ ├── female.png │ │ ├── good_icon.png │ │ ├── guide_five.png │ │ ├── guide_four.png │ │ ├── guide_one.png │ │ ├── guide_three.png │ │ ├── guide_two.png │ │ ├── hair_album_take_photo_icon.png │ │ ├── hair_bar_bg.png │ │ ├── hair_date_other_icon.png │ │ ├── hair_date_today_icon.png │ │ ├── hair_date_yesteday_icon.png │ │ ├── hair_material_bg.png │ │ ├── hair_new.png │ │ ├── hair_title_on.9.png │ │ ├── hair_title_press.9.png │ │ ├── hair_view_left_iv.png │ │ ├── hairlist_hide.png │ │ ├── hairlist_show.png │ │ ├── hairscan_loading.png │ │ ├── hairscan_poster_bg.9.png │ │ ├── hairscan_zhuanti_bg.png │ │ ├── hairshow_down.png │ │ ├── hairshow_undown.png │ │ ├── hairview_nor.png │ │ ├── hairview_pressed.png │ │ ├── hairview_right_iv.png │ │ ├── headportrait_def.png │ │ ├── help.png │ │ ├── help_icon.png │ │ ├── home_button_normal.png │ │ ├── home_button_press.png │ │ ├── home_nor.9.png │ │ ├── home_press.9.png │ │ ├── hot_tag_left_bg.png │ │ ├── hot_tag_right_bg.png │ │ ├── ic_action_search.png │ │ ├── ic_launcher.png │ │ ├── ic_preference_first_normal.9.png │ │ ├── ic_preference_first_pressed.9.png │ │ ├── ic_preference_last_normal.9.png │ │ ├── ic_preference_last_pressed.9.png │ │ ├── ic_preference_normal.9.png │ │ ├── ic_preference_pressed.9.png │ │ ├── ic_preference_single_normal.9.png │ │ ├── ic_preference_single_pressed.9.png │ │ ├── icon_app.png │ │ ├── image_background.png │ │ ├── image_loadding.png │ │ ├── indicator_arrow.png │ │ ├── input_camera.png │ │ ├── isnew.png │ │ ├── item_bg.png │ │ ├── item_hair_bg.png │ │ ├── last_step_icon.png │ │ ├── last_step_icon_press.png │ │ ├── left_down.9.png │ │ ├── left_on.9.png │ │ ├── like_icon.png │ │ ├── like_press.png │ │ ├── load_prompt.png │ │ ├── loadfailure.png │ │ ├── loading_rotate.png │ │ ├── male.png │ │ ├── marterial_nor.png │ │ ├── mask_button_no.png │ │ ├── mask_button_yes.png │ │ ├── me_chooser_normal.png │ │ ├── me_chooser_normal2.png │ │ ├── me_chooser_press.png │ │ ├── me_chooser_press2.png │ │ ├── me_diagnose_normal.png │ │ ├── me_diagnose_selected.9.png │ │ ├── me_diagnosis_choice_norm.png │ │ ├── me_diagnosis_choice_select.png │ │ ├── me_down.png │ │ ├── me_land_qq.png │ │ ├── me_land_sina_micro_blog.png │ │ ├── me_land_tencent_micro_blog.png │ │ ├── me_land_wechat.png │ │ ├── me_set_up_about.png │ │ ├── me_set_up_binding.png │ │ ├── me_set_up_cache.png │ │ ├── me_set_up_cipher.png │ │ ├── me_set_up_close.png │ │ ├── me_set_up_detection.png │ │ ├── me_set_up_feedback.png │ │ ├── me_set_up_help.png │ │ ├── me_set_up_input_box.9.png │ │ ├── me_set_up_mailbox.png │ │ ├── me_set_up_nickname.png │ │ ├── me_set_up_open.png │ │ ├── me_set_up_phone_number.png │ │ ├── me_set_up_public.png │ │ ├── me_set_up_qq_space.png │ │ ├── me_set_up_sign_out_normal.png │ │ ├── me_set_up_sign_out_press.png │ │ ├── me_set_up_sina_micro_blog.png │ │ ├── me_set_up_tencent_micro_blog.png │ │ ├── me_set_up_wechat.png │ │ ├── me_share_normal.png │ │ ├── me_share_press.png │ │ ├── me_share_return_normal.png │ │ ├── me_share_return_press.png │ │ ├── me_style_diagnosis_eye_sharp.png │ │ ├── me_style_diagnosis_eye_soft.png │ │ ├── me_style_diagnosis_smart.png │ │ ├── me_undown.png │ │ ├── meibai_normal.9.png │ │ ├── meibai_press.9.png │ │ ├── menu_bg.9.png │ │ ├── menu_bg_normal2.9.png │ │ ├── menu_bg_pressed.9.png │ │ ├── menu_bottom_line.png │ │ ├── menu_tab_normal.png │ │ ├── menu_tab_press.png │ │ ├── mini_delete.png │ │ ├── mm_listitem_normal.9.png │ │ ├── mm_listitem_pressed.9.png │ │ ├── mm_listitem_simple.9.png │ │ ├── model_female_iv.png │ │ ├── model_male_iv.png │ │ ├── modify_password_icon.png │ │ ├── more_down.9.png │ │ ├── more_hair_down.png │ │ ├── more_hair_on.png │ │ ├── more_on.9.png │ │ ├── my_album.png │ │ ├── my_attention.png │ │ ├── my_collect_select.png │ │ ├── my_collect_unselect.png │ │ ├── my_collection.png │ │ ├── my_hairhistory.png │ │ ├── my_head_portrait_bg.png │ │ ├── my_message.png │ │ ├── my_right_iv.png │ │ ├── my_settings.png │ │ ├── my_style.png │ │ ├── my_topic.png │ │ ├── my_userinfo.png │ │ ├── newadd_tip.png │ │ ├── next_step_icon.png │ │ ├── next_step_press.png │ │ ├── normal.9.png │ │ ├── ok_topic_icon.png │ │ ├── ok_topic_press.png │ │ ├── onekey_home_button_normal.png │ │ ├── onekey_home_button_press.png │ │ ├── onekey_preserve_button_normal.png │ │ ├── onekey_preserve_button_press.png │ │ ├── onekey_share_button_normal.png │ │ ├── onekey_share_button_press.png │ │ ├── open.png │ │ ├── photograph_button_normal.png │ │ ├── photograph_button_press.png │ │ ├── pop_btn_press.9.png │ │ ├── popularity_more.png │ │ ├── popularity_more_down.png │ │ ├── popup_normal.9.png │ │ ├── popup_press.9.png │ │ ├── post_comment_img.png │ │ ├── post_comment_reply_bg.png │ │ ├── post_comment_sc_default.png │ │ ├── post_comment_sc_press.png │ │ ├── post_comment_zan_default.png │ │ ├── post_comment_zan_press.png │ │ ├── post_default_head.png │ │ ├── post_info_collect_default.png │ │ ├── post_info_collect_press.png │ │ ├── post_info_comment_default.png │ │ ├── post_info_comment_press.png │ │ ├── post_info_next_default.png │ │ ├── post_info_next_press.png │ │ ├── post_info_share_default.png │ │ ├── post_info_share_press.png │ │ ├── post_info_top_bg.png │ │ ├── post_info_zan_default.png │ │ ├── post_info_zan_press.png │ │ ├── post_tag_bg.png │ │ ├── poster_bg.9.png │ │ ├── poster_collect.png │ │ ├── poster_detail_select.png │ │ ├── poster_detail_un.png │ │ ├── poster_dot_select.png │ │ ├── poster_dot_unselect.png │ │ ├── poster_download_img.png │ │ ├── poster_scan_comment_iv.png │ │ ├── poster_scan_iv.png │ │ ├── poster_scan_praise_iv.png │ │ ├── poster_scan_split_iv.png │ │ ├── poster_share_down.png │ │ ├── poster_share_up.png │ │ ├── poster_show_buttom.png │ │ ├── poster_show_buttom_line.png │ │ ├── poster_time_dotsplit.png │ │ ├── poster_time_linesplit.png │ │ ├── poster_uncollect.png │ │ ├── poster_zan_img.png │ │ ├── preference_item_normal_.png │ │ ├── preference_item_press.png │ │ ├── preserve_button_normal.png │ │ ├── preserve_button_press.png │ │ ├── press.9.png │ │ ├── publish_topic_icon.png │ │ ├── publish_topic_press.png │ │ ├── qr_code_icon.png │ │ ├── qr_search_tips.png │ │ ├── qzone_setting_icon.png │ │ ├── rank_tab_selected.9.png │ │ ├── rank_tab_unselected.9.png │ │ ├── rank_top1.png │ │ ├── rank_top2.png │ │ ├── rank_top3.png │ │ ├── ranking_cup_iv.png │ │ ├── red_count_bg.png │ │ ├── register_email_icon.png │ │ ├── register_nickname_icon.png │ │ ├── register_password_icon.png │ │ ├── register_phone_icon.png │ │ ├── register_pw_repeat_icon.png │ │ ├── reply_bg.9.png │ │ ├── right_down.9.png │ │ ├── right_on.9.png │ │ ├── roundcorner_bg_iv.9.png │ │ ├── save_dialog.9.png │ │ ├── save_success_img.png │ │ ├── scan_info_line.png │ │ ├── scan_info_point1.png │ │ ├── scan_info_point2.png │ │ ├── scan_info_point3.png │ │ ├── scan_info_point4.png │ │ ├── scan_info_top1.png │ │ ├── scan_info_top2.png │ │ ├── scan_info_top3.png │ │ ├── scan_item_comment_img.png │ │ ├── scan_top_bg.png │ │ ├── scan_top_bg2.png │ │ ├── scan_top_hz.png │ │ ├── search_bg.png │ │ ├── search_clear_icon.png │ │ ├── search_icon.png │ │ ├── search_topic_icon.png │ │ ├── set_hair_hint.png │ │ ├── setting_icon.png │ │ ├── setting_person_info.png │ │ ├── shake_icon.png │ │ ├── share_album.png │ │ ├── share_button_icon.png │ │ ├── share_button_press.png │ │ ├── share_circle_of_friends.png │ │ ├── share_normal.9.png │ │ ├── share_press.9.png │ │ ├── share_qq_friends.png │ │ ├── share_qq_space.png │ │ ├── share_sina_micro_blog.png │ │ ├── share_tencent_micro_blog.png │ │ ├── share_translucent_mask.png │ │ ├── share_wechat.png │ │ ├── split2.png │ │ ├── startpage_bg.png │ │ ├── tab_bg.png │ │ ├── tab_buttom_shadow.png │ │ ├── tab_collect_normal.9.png │ │ ├── tab_collect_press.9.png │ │ ├── tab_indicator_bg2.9.png │ │ ├── tab_left_press.png │ │ ├── tab_right_press.png │ │ ├── tencent_weibo_setting_icon.png │ │ ├── tip.png │ │ ├── title_bar.9.png │ │ ├── toast_save_ok.png │ │ ├── top_bg.png │ │ ├── top_share_normal.png │ │ ├── top_share_press.png │ │ ├── topbar_right_normal.png │ │ ├── topbar_right_press.png │ │ ├── topic_button_bg.png │ │ ├── topic_good_icon.png │ │ ├── topic_hot_icon.png │ │ ├── topic_notice_icon.png │ │ ├── topic_photo_normal.png │ │ ├── topic_photo_press.png │ │ ├── topic_score_icon.png │ │ ├── topic_search_icon.png │ │ ├── topic_search_press.png │ │ ├── topic_tag_bg.9.png │ │ ├── try_nor.png │ │ ├── tryon_downloaded_bg.png │ │ ├── umeng_socialize_example_setting.png │ │ ├── umeng_socialize_light_bar_bg_pad.9.png │ │ ├── umeng_socialize_nav_bar_bg_pad.9.png │ │ ├── umeng_socialize_oauth_check_off.png │ │ ├── umeng_socialize_oauth_check_on.png │ │ ├── umeng_socialize_share_music.png │ │ ├── umeng_socialize_share_pic.png │ │ ├── umeng_socialize_share_video.png │ │ ├── umeng_update_close_bg_normal.png │ │ ├── umeng_update_close_bg_tap.png │ │ ├── umeng_update_wifi_disable.png │ │ ├── upload_cancel_normal.png │ │ ├── upload_cancel_press.png │ │ ├── upload_dialog.9.png │ │ ├── user_lv_bg.png │ │ ├── user_main_bg.png │ │ ├── user_setting.png │ │ ├── user_setting_press.png │ │ ├── userpage_top_bg_iv.png │ │ ├── version_check_icon.png │ │ ├── vertical_line_iv.png │ │ ├── wechat_icon.png │ │ ├── weibo_setting_icon.png │ │ ├── welcome_image.png │ │ ├── zhuanti_category_bottom_bg_iv.png │ │ ├── zhuanti_detail_info_bg.png │ │ ├── zone_base_top_bg.png │ │ ├── zone_bianfa_section_icon.png │ │ ├── zone_caizhuang_section_icon.png │ │ ├── zone_fxzx_section_icon.png │ │ ├── zone_index_item_default.png │ │ ├── zone_index_item_head.png │ │ ├── zone_index_item_line.png │ │ ├── zone_index_item_read.png │ │ ├── zone_index_search_normal.png │ │ ├── zone_index_search_press.png │ │ ├── zone_index_top1_normal.png │ │ ├── zone_index_top1_press.png │ │ ├── zone_index_top2_normal.png │ │ ├── zone_index_top2_press.png │ │ ├── zone_index_top3_normal.png │ │ ├── zone_index_top3_press.png │ │ ├── zone_index_top4_normal.png │ │ ├── zone_index_top4_press.png │ │ ├── zone_index_top5_normal.png │ │ ├── zone_index_top5_press.png │ │ ├── zone_list_profile.png │ │ ├── zone_list_top_bg.png │ │ ├── zone_normal.png │ │ ├── zone_portrait_line.png │ │ ├── zone_publish_topic.png │ │ ├── zone_publish_topic_down.png │ │ ├── zone_qgtd_section_icon.png │ │ ├── zone_section_alltopics_tabicon.png │ │ ├── zone_section_comment_icon.png │ │ ├── zone_section_dis_interest.png │ │ ├── zone_section_essential_topics_tabicon.png │ │ ├── zone_section_interest.png │ │ ├── zone_section_scan_icon.png │ │ ├── zone_section_tab_indicator_nor.png │ │ ├── zone_section_tab_indicator_select.png │ │ ├── zone_selected.png │ │ ├── zone_top_bg.png │ │ ├── zone_topic_comment_icon.png │ │ ├── zone_topic_scan_icon.png │ │ ├── zone_topic_user_head.png │ │ └── zwsd.png │ │ ├── drawable-mdpi │ │ ├── default_ptr_flip.png │ │ ├── default_ptr_rotate.png │ │ ├── ic_launcher.png │ │ ├── indicator_arrow.png │ │ ├── modelfourth.png │ │ ├── modelsecond.png │ │ ├── modelthird.png │ │ ├── preview_background.png │ │ ├── sys_model.png │ │ └── zhezhao_done.png │ │ ├── drawable-xhdpi │ │ ├── auth_follow_cb_chd.png │ │ ├── auth_follow_cb_unc.png │ │ ├── auth_title_back.png │ │ ├── btn_back_nor.9.png │ │ ├── btn_cancel_back.9.png │ │ ├── default_ptr_flip.png │ │ ├── default_ptr_rotate.png │ │ ├── edittext_back.9.png │ │ ├── gray_point.png │ │ ├── ic_action_search.png │ │ ├── ic_launcher.png │ │ ├── img_cancel.png │ │ ├── indicator_arrow.png │ │ ├── input_camera.png │ │ ├── mini_delete.png │ │ ├── poster_btn_default.png │ │ ├── poster_btn_press.png │ │ ├── poster_collect_img.png │ │ ├── poster_download_img.png │ │ ├── poster_share.png │ │ ├── poster_zan_img.png │ │ ├── preview_background.png │ │ ├── save_success_img.png │ │ ├── scan_back_default.png │ │ ├── scan_back_press.png │ │ ├── scan_collect_default.png │ │ ├── scan_collect_press.png │ │ ├── scan_comment_default.png │ │ ├── scan_comment_press.png │ │ ├── scan_info_line.png │ │ ├── scan_info_point1.png │ │ ├── scan_info_point2.png │ │ ├── scan_info_point3.png │ │ ├── scan_info_point4.png │ │ ├── scan_info_top1.png │ │ ├── scan_info_top2.png │ │ ├── scan_info_top3.png │ │ ├── scan_item_comment_img.png │ │ ├── scan_no_right.png │ │ ├── scan_right.png │ │ ├── scan_share_default.png │ │ ├── scan_share_press.png │ │ ├── scan_top_bg.png │ │ ├── scan_top_bg2.png │ │ ├── scan_top_hz.png │ │ ├── scan_zan_default.png │ │ ├── scan_zan_depress.png │ │ ├── scan_zan_press.png │ │ ├── scan_zhuanti1.png │ │ ├── scan_zhuanti2.png │ │ ├── share_tb_back.9.png │ │ ├── share_vp_back.9.png │ │ ├── ssdk_auth_title_back.png │ │ ├── ssdk_back_arr.png │ │ ├── ssdk_logo.png │ │ ├── ssdk_title_div.png │ │ ├── title_back.png │ │ ├── title_shadow.png │ │ ├── umeng_socialize_switchbutton_bottom.png │ │ ├── umeng_socialize_switchbutton_btn_pressed.png │ │ ├── umeng_socialize_switchbutton_btn_unpressed.png │ │ ├── umeng_socialize_switchbutton_frame.png │ │ ├── umeng_socialize_switchbutton_mask.png │ │ ├── umeng_socialize_switchimage_choose.png │ │ ├── umeng_socialize_switchimage_unchoose.png │ │ ├── white_point.png │ │ ├── zhezhao_done.png │ │ └── zone_top_bg.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ │ └── drawable │ │ ├── arrow.png │ │ ├── shake_umeng_socialize_close.png │ │ ├── shake_umeng_socialize_close_pressed.png │ │ └── socialize_banner_module.png └── resources.ap_ ├── ic_launcher-web.png ├── libs ├── android-support-v4.jar └── butterknife-4.0.1.jar ├── proguard-project.txt ├── proguard.cfg ├── project.properties ├── res ├── anim │ ├── btn_click_alpha_anim.xml │ ├── btn_click_scale_anim.xml │ ├── fade_in.xml │ ├── fade_out.xml │ ├── hold.xml │ ├── loading_image.xml │ ├── mobile_shake.xml │ ├── pop_enter.xml │ ├── pop_exit.xml │ ├── rotate_down.xml │ ├── rotate_up.xml │ ├── shake_umeng_socialize_cycle_5.xml │ ├── shake_umeng_socialize_dlg_alpha.xml │ ├── shake_umeng_socialize_dlg_scale.xml │ ├── shake_umeng_socialize_edit_anim.xml │ ├── shake_umeng_socialize_imageview_rotate.xml │ ├── shake_umeng_socialize_scrshot_dlg.xml │ ├── share_menu_in.xml │ ├── share_menu_out.xml │ ├── slide_down_out.xml │ ├── slide_in_from_bottom.xml │ ├── slide_in_from_top.xml │ ├── slide_out_to_bottom.xml │ ├── slide_out_to_top.xml │ ├── slide_up_in.xml │ ├── umeng_socialize_fade_in.xml │ ├── umeng_socialize_fade_out.xml │ ├── umeng_socialize_shareboard_animation_in.xml │ ├── umeng_socialize_shareboard_animation_out.xml │ ├── umeng_socialize_slide_in_from_bottom.xml │ ├── umeng_socialize_slide_out_from_bottom.xml │ ├── umeng_xp_fade_in.xml │ ├── umeng_xp_fade_out.xml │ ├── umeng_xp_large_gallery_in.xml │ ├── umeng_xp_progressbar.xml │ ├── umeng_xp_push_down_out.xml │ ├── umeng_xp_push_up_in.xml │ ├── umeng_xp_push_up_out.xml │ ├── umeng_xp_slide_in_from_bottom.xml │ ├── umeng_xp_slide_in_from_left.xml │ ├── umeng_xp_slide_in_from_right.xml │ ├── umeng_xp_slide_in_from_top.xml │ ├── umeng_xp_slide_out_from_bottom.xml │ ├── umeng_xp_slide_out_from_left.xml │ ├── umeng_xp_slide_out_from_right.xml │ ├── umeng_xp_slide_out_from_top.xml │ ├── umeng_xp_zoom_in.xml │ └── umeng_xp_zoom_out.xml ├── color │ ├── diagnose_tv_color_xml.xml │ └── hairview_label_color_xml.xml ├── drawable-hdpi-1280x720 │ ├── hair_title_on.png │ ├── hair_title_press.png │ ├── modelfourth.png │ ├── modelsecond.png │ ├── modelthird.png │ ├── preview_background.png │ ├── sys_model.png │ └── zhezhao_done.png ├── drawable-hdpi-800x480 │ ├── modelfourth.png │ ├── modelsecond.png │ ├── modelthird.png │ ├── preview_background.png │ ├── sys_model.png │ └── zhezhao_done.png ├── drawable-hdpi-854x480 │ ├── modelfourth.png │ ├── modelsecond.png │ ├── modelthird.png │ ├── preview_background.png │ ├── sys_model.png │ └── zhezhao_done.png ├── drawable-hdpi-960x540 │ ├── modelfourth.png │ ├── modelsecond.png │ ├── modelthird.png │ ├── preview_background.png │ ├── sys_model.png │ └── zhezhao_done.png ├── drawable-hdpi │ ├── about_icon.png │ ├── aboutus_top_icon.png │ ├── ad_loading.jpg │ ├── ad_title_bg.9.png │ ├── album_camera.png │ ├── arrow_down.png │ ├── arrow_icon.png │ ├── arrow_up.png │ ├── authority_icon.png │ ├── back_normal.9.png │ ├── back_press.9.png │ ├── back_two_down.png │ ├── back_two_up.png │ ├── bind_icon.png │ ├── bottom_bar.9.png │ ├── bpush_list_item_bg.9.png │ ├── bpush_message_prompt.png │ ├── bpush_return_btn.png │ ├── bpush_top_bg.9.png │ ├── btn_pop_normal.9.png │ ├── btn_pop_press.9.png │ ├── camera_normal.png │ ├── camera_press.png │ ├── certain_change_button_normal.png │ ├── certain_change_button_press.png │ ├── certain_normal.9.png │ ├── certain_press.9.png │ ├── chameleon_button_normal.png │ ├── chameleon_button_press.png │ ├── change_button_normal.png │ ├── change_button_press.png │ ├── changehair_down.png │ ├── changehair_undown.png │ ├── changehair_viewmore_iv_nor.png │ ├── changehair_viewmore_iv_pressed.png │ ├── changing_add_normal.png │ ├── changing_add_selected.png │ ├── changing_back_button_normal.png │ ├── changing_back_button_press.png │ ├── changing_back_normal.png │ ├── changing_back_selected.png │ ├── changing_camera_normal.png │ ├── changing_camera_select.png │ ├── changing_change_icon.png │ ├── changing_photograph_normal.png │ ├── changing_photograph_selected.png │ ├── choumei_attention.png │ ├── choumei_qr.png │ ├── clear_cache_icon.png │ ├── clear_cache_loading.png │ ├── collection_icon.png │ ├── collection_press.png │ ├── collection_tab_bg.png │ ├── collection_tab_left_press.png │ ├── collection_tab_right_press.png │ ├── comment_button_icon.png │ ├── comment_button_press.png │ ├── comment_img.png │ ├── comment_list_profile.png │ ├── default_ptr_flip.png │ ├── default_ptr_rotate.png │ ├── diagnose_book_line.png │ ├── diagnose_book_same_style.9.png │ ├── diagnose_book_select.png │ ├── diagnose_book_suggestion.9.png │ ├── diagnose_book_wuguan.9.png │ ├── diagnose_content_bg.9.png │ ├── diagnose_jinchou.png │ ├── diagnose_kaikuo.png │ ├── diagnose_lianxing.9.png │ ├── diagnose_line.jpg │ ├── diagnose_middle.png │ ├── diagnose_more_right_iv.png │ ├── diagnose_pianfang.png │ ├── diagnose_sex.9.png │ ├── diagnose_tuo_yuan.png │ ├── diagnose_wuguanbili.9.png │ ├── diagnose_yanshen.9.png │ ├── diagnose_yuan.png │ ├── dialog_bg.9.png │ ├── direct_use_down.png │ ├── direct_use_on.png │ ├── discover_changehair_iv_nor.png │ ├── discover_changehair_iv_pressed.png │ ├── discover_diagnose_iv_nor.png │ ├── discover_diagnose_iv_pressed.png │ ├── discover_normal.png │ ├── discover_pressed.png │ ├── down_arrow.png │ ├── download_background.png │ ├── download_bg.png │ ├── edit_portrait.png │ ├── exit_down.png │ ├── exit_on.png │ ├── expert_fensi_normal.png │ ├── expert_fensi_pressed.png │ ├── expert_works_normal.png │ ├── expert_works_pressed.png │ ├── feedback_icon.png │ ├── female.png │ ├── general_loading.jpg │ ├── general_loading2.jpg │ ├── general_loading_salon_iamgeview.jpg │ ├── general_loading_salonstar.jpg │ ├── good_icon.png │ ├── guide_five.png │ ├── guide_four.png │ ├── guide_one.png │ ├── guide_three.png │ ├── guide_two.png │ ├── hair_album_take_photo_icon.png │ ├── hair_bar_bg.png │ ├── hair_date_other_icon.png │ ├── hair_date_today_icon.png │ ├── hair_date_yesteday_icon.png │ ├── hair_material_bg.png │ ├── hair_new.png │ ├── hair_title_on.9.png │ ├── hair_title_press.9.png │ ├── hair_view_left_iv.png │ ├── hairlist_hide.png │ ├── hairlist_show.png │ ├── hairscan_loading.png │ ├── hairscan_poster_bg.9.png │ ├── hairscan_zhuanti_bg.png │ ├── hairshow_down.png │ ├── hairshow_undown.png │ ├── hairview_nor.png │ ├── hairview_pressed.png │ ├── hairview_right_iv.png │ ├── head_bg_repeat.jpg │ ├── headportrait_def.png │ ├── help.png │ ├── help_icon.png │ ├── home_button_normal.png │ ├── home_button_press.png │ ├── home_nor.9.png │ ├── home_press.9.png │ ├── hot_tag_left_bg.png │ ├── hot_tag_right_bg.png │ ├── ic_action_search.png │ ├── ic_launcher.png │ ├── ic_preference_first_normal.9.png │ ├── ic_preference_first_pressed.9.png │ ├── ic_preference_last_normal.9.png │ ├── ic_preference_last_pressed.9.png │ ├── ic_preference_normal.9.png │ ├── ic_preference_pressed.9.png │ ├── ic_preference_single_normal.9.png │ ├── ic_preference_single_pressed.9.png │ ├── icon_app.png │ ├── image_background.png │ ├── image_loadding.png │ ├── indicator_arrow.png │ ├── input_camera.png │ ├── isnew.png │ ├── item_bg.png │ ├── item_hair_bg.png │ ├── last_step_icon.png │ ├── last_step_icon_press.png │ ├── left_down.9.png │ ├── left_on.9.png │ ├── like_icon.png │ ├── like_press.png │ ├── load_prompt.png │ ├── loadfailure.png │ ├── loading_rotate.png │ ├── male.png │ ├── marterial_nor.png │ ├── mask_button_no.png │ ├── mask_button_yes.png │ ├── me_chooser_normal.png │ ├── me_chooser_normal2.png │ ├── me_chooser_press.png │ ├── me_chooser_press2.png │ ├── me_diagnose_normal.png │ ├── me_diagnose_selected.9.png │ ├── me_diagnosis_choice_norm.png │ ├── me_diagnosis_choice_select.png │ ├── me_down.png │ ├── me_land_qq.png │ ├── me_land_sina_micro_blog.png │ ├── me_land_tencent_micro_blog.png │ ├── me_land_wechat.png │ ├── me_line.jpg │ ├── me_set_up_about.png │ ├── me_set_up_binding.png │ ├── me_set_up_cache.png │ ├── me_set_up_cipher.png │ ├── me_set_up_close.png │ ├── me_set_up_detection.png │ ├── me_set_up_feedback.png │ ├── me_set_up_help.png │ ├── me_set_up_input_box.9.png │ ├── me_set_up_mailbox.png │ ├── me_set_up_nickname.png │ ├── me_set_up_open.png │ ├── me_set_up_phone_number.png │ ├── me_set_up_public.png │ ├── me_set_up_qq_space.png │ ├── me_set_up_sign_out_normal.png │ ├── me_set_up_sign_out_press.png │ ├── me_set_up_sina_micro_blog.png │ ├── me_set_up_tencent_micro_blog.png │ ├── me_set_up_wechat.png │ ├── me_share_normal.png │ ├── me_share_press.png │ ├── me_share_return_normal.png │ ├── me_share_return_press.png │ ├── me_style_diagnosis_eye_sharp.png │ ├── me_style_diagnosis_eye_soft.png │ ├── me_style_diagnosis_smart.png │ ├── me_undown.png │ ├── meibai_normal.9.png │ ├── meibai_press.9.png │ ├── menu_bg.9.png │ ├── menu_bg_normal2.9.png │ ├── menu_bg_pressed.9.png │ ├── menu_bottom_line.png │ ├── menu_tab_normal.png │ ├── menu_tab_press.png │ ├── mini_delete.png │ ├── mm_listitem_normal.9.png │ ├── mm_listitem_pressed.9.png │ ├── mm_listitem_simple.9.png │ ├── model_female_iv.png │ ├── model_male_iv.png │ ├── modify_password_icon.png │ ├── more_down.9.png │ ├── more_hair_down.png │ ├── more_hair_on.png │ ├── more_on.9.png │ ├── my_album.png │ ├── my_attention.png │ ├── my_collect_select.png │ ├── my_collect_unselect.png │ ├── my_collection.png │ ├── my_hairhistory.png │ ├── my_head_portrait_bg.png │ ├── my_message.png │ ├── my_right_iv.png │ ├── my_settings.png │ ├── my_style.png │ ├── my_topic.png │ ├── my_userinfo.png │ ├── newadd_tip.png │ ├── next_step_icon.png │ ├── next_step_press.png │ ├── normal.9.png │ ├── ok_topic_icon.png │ ├── ok_topic_press.png │ ├── onekey_home_button_normal.png │ ├── onekey_home_button_press.png │ ├── onekey_preserve_button_normal.png │ ├── onekey_preserve_button_press.png │ ├── onekey_share_button_normal.png │ ├── onekey_share_button_press.png │ ├── open.png │ ├── photograph_button_normal.png │ ├── photograph_button_press.png │ ├── pop_btn_press.9.png │ ├── popularity_more.png │ ├── popularity_more_down.png │ ├── popup_normal.9.png │ ├── popup_press.9.png │ ├── post_comment_img.png │ ├── post_comment_reply_bg.png │ ├── post_comment_sc_default.png │ ├── post_comment_sc_press.png │ ├── post_comment_zan_default.png │ ├── post_comment_zan_press.png │ ├── post_default_head.png │ ├── post_info_collect_default.png │ ├── post_info_collect_press.png │ ├── post_info_comment_default.png │ ├── post_info_comment_press.png │ ├── post_info_next_default.png │ ├── post_info_next_press.png │ ├── post_info_share_default.png │ ├── post_info_share_press.png │ ├── post_info_top_bg.png │ ├── post_info_zan_default.png │ ├── post_info_zan_press.png │ ├── post_tag_bg.png │ ├── poster_bg.9.png │ ├── poster_collect.png │ ├── poster_detail_select.png │ ├── poster_detail_un.png │ ├── poster_dot_select.png │ ├── poster_dot_unselect.png │ ├── poster_download_img.png │ ├── poster_scan_comment_iv.png │ ├── poster_scan_iv.png │ ├── poster_scan_praise_iv.png │ ├── poster_scan_split_iv.png │ ├── poster_share_down.png │ ├── poster_share_up.png │ ├── poster_show_buttom.png │ ├── poster_show_buttom_line.png │ ├── poster_time_dotsplit.png │ ├── poster_time_linesplit.png │ ├── poster_uncollect.png │ ├── poster_zan_img.png │ ├── preference_item_normal_.png │ ├── preference_item_press.png │ ├── preserve_button_normal.png │ ├── preserve_button_press.png │ ├── press.9.png │ ├── publish_topic_icon.png │ ├── publish_topic_press.png │ ├── qr_code_icon.png │ ├── qr_search_tips.png │ ├── qzone_setting_icon.png │ ├── rank_tab_selected.9.png │ ├── rank_tab_unselected.9.png │ ├── rank_top1.png │ ├── rank_top2.png │ ├── rank_top3.png │ ├── ranking_cup_iv.png │ ├── red_count_bg.png │ ├── register_email_icon.png │ ├── register_nickname_icon.png │ ├── register_password_icon.png │ ├── register_phone_icon.png │ ├── register_pw_repeat_icon.png │ ├── reply_bg.9.png │ ├── right_down.9.png │ ├── right_on.9.png │ ├── roundcorner_bg_iv.9.png │ ├── save_dialog.9.png │ ├── save_success_img.png │ ├── scan_info_line.png │ ├── scan_info_point1.png │ ├── scan_info_point2.png │ ├── scan_info_point3.png │ ├── scan_info_point4.png │ ├── scan_info_top1.png │ ├── scan_info_top2.png │ ├── scan_info_top3.png │ ├── scan_item_comment_img.png │ ├── scan_top_bg.png │ ├── scan_top_bg2.png │ ├── scan_top_hz.png │ ├── search_bg.png │ ├── search_clear_icon.png │ ├── search_icon.png │ ├── search_topic_icon.png │ ├── set_hair_hint.png │ ├── setting_icon.png │ ├── setting_person_info.png │ ├── shake_icon.png │ ├── share_album.png │ ├── share_button_icon.png │ ├── share_button_press.png │ ├── share_circle_of_friends.png │ ├── share_normal.9.png │ ├── share_press.9.png │ ├── share_qq_friends.png │ ├── share_qq_space.png │ ├── share_sina_micro_blog.png │ ├── share_tencent_micro_blog.png │ ├── share_translucent_mask.png │ ├── share_wechat.png │ ├── split.jpg │ ├── split2.png │ ├── startpage_bg.png │ ├── tab_bg.png │ ├── tab_buttom_shadow.png │ ├── tab_collect_normal.9.png │ ├── tab_collect_press.9.png │ ├── tab_indicator_bg2.9.png │ ├── tab_left_press.png │ ├── tab_right_press.png │ ├── tencent_weibo_setting_icon.png │ ├── tip.png │ ├── title_bar.9.png │ ├── toast_save_ok.png │ ├── top_bg.png │ ├── top_loading.jpg │ ├── top_share_normal.png │ ├── top_share_press.png │ ├── topbar_right_normal.png │ ├── topbar_right_press.png │ ├── topic_button_bg.png │ ├── topic_good_icon.png │ ├── topic_hot_icon.png │ ├── topic_notice_icon.png │ ├── topic_photo_normal.png │ ├── topic_photo_press.png │ ├── topic_score_icon.png │ ├── topic_search_icon.png │ ├── topic_search_press.png │ ├── topic_tag_bg.9.png │ ├── try_nor.png │ ├── tryon_downloaded_bg.png │ ├── umeng_socialize_example_setting.png │ ├── umeng_socialize_light_bar_bg_pad.9.png │ ├── umeng_socialize_nav_bar_bg_pad.9.png │ ├── umeng_socialize_oauth_check_off.png │ ├── umeng_socialize_oauth_check_on.png │ ├── umeng_socialize_share_music.png │ ├── umeng_socialize_share_pic.png │ ├── umeng_socialize_share_video.png │ ├── umeng_update_close_bg_normal.png │ ├── umeng_update_close_bg_tap.png │ ├── umeng_update_wifi_disable.png │ ├── upload_cancel_normal.png │ ├── upload_cancel_press.png │ ├── upload_dialog.9.png │ ├── user_lv_bg.png │ ├── user_main_bg.png │ ├── user_setting.png │ ├── user_setting_press.png │ ├── userpage_top_bg_iv.png │ ├── usertip.jpg │ ├── version_check_icon.png │ ├── vertical_line_iv.png │ ├── wechat_icon.png │ ├── weibo_setting_icon.png │ ├── welcome_image.png │ ├── zhuanti_category_bottom_bg_iv.png │ ├── zhuanti_detail_info_bg.png │ ├── zone_base_top_bg.png │ ├── zone_bianfa_section_icon.png │ ├── zone_caizhuang_section_icon.png │ ├── zone_fxzx_section_icon.png │ ├── zone_index_item_default.png │ ├── zone_index_item_head.png │ ├── zone_index_item_line.png │ ├── zone_index_item_read.png │ ├── zone_index_search_normal.png │ ├── zone_index_search_press.png │ ├── zone_index_top1_normal.png │ ├── zone_index_top1_press.png │ ├── zone_index_top2_normal.png │ ├── zone_index_top2_press.png │ ├── zone_index_top3_normal.png │ ├── zone_index_top3_press.png │ ├── zone_index_top4_normal.png │ ├── zone_index_top4_press.png │ ├── zone_index_top5_normal.png │ ├── zone_index_top5_press.png │ ├── zone_list_profile.png │ ├── zone_list_top_bg.png │ ├── zone_normal.png │ ├── zone_portrait_line.png │ ├── zone_publish_topic.png │ ├── zone_publish_topic_down.png │ ├── zone_qgtd_section_icon.png │ ├── zone_section_alltopics_tabicon.png │ ├── zone_section_comment_icon.png │ ├── zone_section_dis_interest.png │ ├── zone_section_essential_topics_tabicon.png │ ├── zone_section_interest.png │ ├── zone_section_scan_icon.png │ ├── zone_section_tab_indicator_nor.png │ ├── zone_section_tab_indicator_select.png │ ├── zone_selected.png │ ├── zone_top_bg.png │ ├── zone_topic_comment_icon.png │ ├── zone_topic_scan_icon.png │ ├── zone_topic_user_head.png │ ├── zwsd.png │ └── zwsz.jpg ├── drawable-mdpi │ ├── default_ptr_flip.png │ ├── default_ptr_rotate.png │ ├── ic_launcher.png │ ├── indicator_arrow.png │ ├── modelfourth.png │ ├── modelsecond.png │ ├── modelthird.png │ ├── preview_background.png │ ├── sys_model.png │ └── zhezhao_done.png ├── drawable-xhdpi │ ├── auth_follow_cb_chd.png │ ├── auth_follow_cb_unc.png │ ├── auth_title_back.png │ ├── btn_back_nor.9.png │ ├── btn_cancel_back.9.png │ ├── default_ptr_flip.png │ ├── default_ptr_rotate.png │ ├── edittext_back.9.png │ ├── gray_point.png │ ├── ic_action_search.png │ ├── ic_launcher.png │ ├── img_cancel.png │ ├── indicator_arrow.png │ ├── input_camera.png │ ├── mini_delete.png │ ├── poster_btn_default.png │ ├── poster_btn_press.png │ ├── poster_collect_img.png │ ├── poster_download_img.png │ ├── poster_share.png │ ├── poster_zan_img.png │ ├── preview_background.png │ ├── save_success_img.png │ ├── scan_back_default.png │ ├── scan_back_press.png │ ├── scan_collect_default.png │ ├── scan_collect_press.png │ ├── scan_comment_default.png │ ├── scan_comment_press.png │ ├── scan_info_line.png │ ├── scan_info_point1.png │ ├── scan_info_point2.png │ ├── scan_info_point3.png │ ├── scan_info_point4.png │ ├── scan_info_top1.png │ ├── scan_info_top2.png │ ├── scan_info_top3.png │ ├── scan_item_comment_img.png │ ├── scan_no_right.png │ ├── scan_right.png │ ├── scan_share_default.png │ ├── scan_share_press.png │ ├── scan_top_bg.png │ ├── scan_top_bg2.png │ ├── scan_top_hz.png │ ├── scan_zan_default.png │ ├── scan_zan_depress.png │ ├── scan_zan_press.png │ ├── scan_zhuanti1.png │ ├── scan_zhuanti2.png │ ├── share_tb_back.9.png │ ├── share_vp_back.9.png │ ├── ssdk_auth_title_back.png │ ├── ssdk_back_arr.png │ ├── ssdk_logo.png │ ├── ssdk_title_div.png │ ├── title_back.png │ ├── title_shadow.png │ ├── umeng_socialize_switchbutton_bottom.png │ ├── umeng_socialize_switchbutton_btn_pressed.png │ ├── umeng_socialize_switchbutton_btn_unpressed.png │ ├── umeng_socialize_switchbutton_frame.png │ ├── umeng_socialize_switchbutton_mask.png │ ├── umeng_socialize_switchimage_choose.png │ ├── umeng_socialize_switchimage_unchoose.png │ ├── white_point.png │ ├── zhezhao_done.png │ └── zone_top_bg.png ├── drawable-xxhdpi │ └── ic_launcher.png ├── drawable │ ├── arrow.png │ ├── back.xml │ ├── back_hairdsalon_detail.xml │ ├── back_two.xml │ ├── btn_bind_cancel.xml │ ├── btn_bind_cancel_.xml │ ├── btn_comment.xml │ ├── btn_left_arrow.xml │ ├── btn_pop_cancle.xml │ ├── btn_pop_style.xml │ ├── btn_right_arrow.xml │ ├── btn_setting.xml │ ├── btn_share.xml │ ├── btn_share_style.xml │ ├── btn_tab_bg.xml │ ├── btn_topic_ok.xml │ ├── btn_topic_publish.xml │ ├── btn_topic_search.xml │ ├── button_universal.xml │ ├── camera.xml │ ├── certain_button.xml │ ├── certain_change_button.xml │ ├── chameleon_button.xml │ ├── change_button.xml │ ├── changehair_morehair_selector.xml │ ├── changing_back.xml │ ├── changing_camera.xml │ ├── changing_photograph.xml │ ├── choose_cancel_selector.xml │ ├── choose_item_selector.xml │ ├── collect.xml │ ├── collect_style1_selector.xml │ ├── comment_style1_selector.xml │ ├── contact_listitem.xml │ ├── diagnose_book_tv_bg1_selector.xml │ ├── diagnose_book_tv_bg2_selector.xml │ ├── diagnose_book_tv_bg3_selector.xml │ ├── diagnose_book_tv_bg4_selector.xml │ ├── diagnose_book_tv_bg5_selector.xml │ ├── diagnose_book_tv_bg6_selector.xml │ ├── diagnose_book_tv_color1_selector.xml │ ├── direct_usebutton.xml │ ├── discover_changehair_selector.xml │ ├── discover_diagnose_selector.xml │ ├── dot_blue.xml │ ├── dot_focused.xml │ ├── dot_normal.xml │ ├── dropshadow.xml │ ├── edittext_bg_shape.xml │ ├── exitaccountbtn.xml │ ├── expert_fensi_selector.xml │ ├── expert_user_fensi_works_bg_selector.xml │ ├── expert_usertop_tv_selector.xml │ ├── expert_works_selector.xml │ ├── hair_background.xml │ ├── hair_diagnose_round_bg_xml.xml │ ├── hair_diagnose_top_round_bg_xml.xml │ ├── hair_diagnose_top_tab_bg_center_selector.xml │ ├── hair_diagnose_top_tab_bg_left_selector.xml │ ├── hair_diagnose_top_tab_bg_right_selector.xml │ ├── hair_scan_top_tab_bg_center_selector.xml │ ├── hair_scan_top_tab_bg_left_selector.xml │ ├── hair_scan_top_tab_bg_right_selector.xml │ ├── hair_title.xml │ ├── hair_try_back_selector.xml │ ├── hair_try_download_selector.xml │ ├── hair_try_go_selector.xml │ ├── hair_try_home_selector.xml │ ├── hairdiagnose_tab_text_indicator.xml │ ├── hairview_lable_bg_selector.xml │ ├── hairview_selector.xml │ ├── head_title_bg.xml │ ├── home.xml │ ├── indicator_bg_bottom.xml │ ├── indicator_bg_top.xml │ ├── item_split_divider.xml │ ├── label_five_selector.xml │ ├── label_four_selector.xml │ ├── label_nine_selector.xml │ ├── label_one_txt_color_selector.xml │ ├── label_seven_selector.xml │ ├── label_six_selector.xml │ ├── label_three_selector.xml │ ├── layout_bg.xml │ ├── left.xml │ ├── line_diagnose_xml.xml │ ├── line_port_diagnose_xml.xml │ ├── me_choose_bg.xml │ ├── me_choose_bg2.xml │ ├── me_diagnose_bg.xml │ ├── me_share.xml │ ├── meibai.xml │ ├── menu_btn_bg.xml │ ├── menu_title_selector.xml │ ├── more_hair.xml │ ├── more_hair_withnew.xml │ ├── moreoptions.xml │ ├── my_collect_tab_indicator_bg.xml │ ├── next_style1_selector.xml │ ├── none_underline_shape.xml │ ├── none_underline_shape2.xml │ ├── onekey_change_share.xml │ ├── onekey_home.xml │ ├── onekey_save.xml │ ├── photograph_button.xml │ ├── piecture_border.xml │ ├── popularity_more_selector.xml │ ├── post_comment_sc_selector.xml │ ├── post_comment_zan_selector.xml │ ├── poster_btn_selector.xml │ ├── poster_login_bg.xml │ ├── poster_share.xml │ ├── poster_share_cancle.xml │ ├── poster_share_selector.xml │ ├── preference_first_item.xml │ ├── preference_item.xml │ ├── preference_last_item.xml │ ├── preference_single_item.xml │ ├── progress_bar.xml │ ├── progress_style.xml │ ├── radio_model_selector.xml │ ├── radio_model_text_selector.xml │ ├── radio_new_selector.xml │ ├── radio_recomm_selector.xml │ ├── radio_topic_all_selector.xml │ ├── radio_topic_selector.xml │ ├── radio_zone_hot_selector.xml │ ├── radius_gray_share.xml │ ├── radius_layout_big_shape.xml │ ├── radius_layout_shape.xml │ ├── rank_level_bg.xml │ ├── rank_me_selector.xml │ ├── rank_other_selector.xml │ ├── ranking_tab_indicator_selector.xml │ ├── repeat_menu_line.xml │ ├── replay_more_selector.xml │ ├── right.xml │ ├── scan_back_selector.xml │ ├── scan_comment_selector.xml │ ├── scan_share_selector.xml │ ├── scan_top_img1_shape.xml │ ├── scan_top_img2_shape.xml │ ├── scan_top_img3_shape.xml │ ├── screen_border.xml │ ├── search_input_bg.xml │ ├── seekbar_style.xml │ ├── setting_logout.xml │ ├── shake_umeng_socialize_close.png │ ├── shake_umeng_socialize_close_button_style.xml │ ├── shake_umeng_socialize_close_pressed.png │ ├── shake_umeng_socialize_edittext_corner.xml │ ├── shake_umeng_socialize_imgview_border.xml │ ├── shake_umeng_socialize_preview_edit_corners_style.xml │ ├── shake_umeng_socialize_shake_layout_corner.xml │ ├── shake_umeng_socialize_share_btn_style.xml │ ├── share_bg.xml │ ├── share_return.xml │ ├── share_style1_selector.xml │ ├── socialize_banner_module.png │ ├── start_page_indicator_selected.xml │ ├── start_page_indicator_unselect.xml │ ├── startpage_direct_experience_selector.xml │ ├── startpage_experience_tv_color_selector.xml │ ├── tab_background.xml │ ├── tab_discover_selector.xml │ ├── tab_hairshow_selector.xml │ ├── tab_highlight.xml │ ├── tab_indicator.xml │ ├── tab_me_selector.xml │ ├── tab_text_indicator.xml │ ├── tab_zone_selector.xml │ ├── top_right_selector.xml │ ├── top_share.xml │ ├── topic_photo_selector.xml │ ├── upload_dlg_cancle_bg.xml │ ├── wheel_bg.xml │ ├── wheel_val.xml │ ├── wp_text_selector.xml │ ├── zan_style1_selector.xml │ ├── zhuanti_cate_bg_selector.xml │ ├── zone_index_search_selector.xml │ ├── zone_index_top1_selector.xml │ ├── zone_index_top2_selector.xml │ ├── zone_index_top3_selector.xml │ ├── zone_index_top4_selector.xml │ ├── zone_index_top5_selector.xml │ └── zone_public_topic_selector.xml ├── layout │ ├── aboutus.xml │ ├── activity_city.xml │ ├── activity_collection.xml │ ├── activity_findhair.xml │ ├── activity_hair_album.xml │ ├── activity_me.xml │ ├── activity_my_try_hair.xml │ ├── activity_tag_topic.xml │ ├── activity_topic_search.xml │ ├── activity_zone.xml │ ├── changehair_activity_layout.xml │ ├── delete_dialog.xml │ ├── dialog_cancel_bind.xml │ ├── dialog_get_model.xml │ ├── dialog_get_photo.xml │ ├── discover_fragment_layout.xml │ ├── hair_choose_two.xml │ ├── hair_scan_comment_item.xml │ ├── hair_scan_fragmentactivity_three.xml │ ├── hair_scan_info_activity.xml │ ├── hair_scan_info_mid_view.xml │ ├── hair_scan_info_top_view.xml │ ├── history_try_image_pager.xml │ ├── item_hair_album.xml │ ├── item_hair_date.xml │ ├── item_hot_tab.xml │ ├── item_image.xml │ ├── item_my_topic.xml │ ├── item_pager_image.xml │ ├── item_topic.xml │ ├── item_viewhair_header.xml │ ├── item_viewhairmore.xml │ ├── load_failure.xml │ ├── loading.xml │ ├── loading_progress_layout.xml │ ├── login_alert_dialog.xml │ ├── login_my.xml │ ├── main.xml │ ├── my_camera.xml │ ├── my_setting_help.xml │ ├── my_settings.xml │ ├── myhair_album_show.xml │ ├── notification_custom_builder.xml │ ├── post_info_activity.xml │ ├── post_info_comment_item.xml │ ├── post_info_head_view.xml │ ├── post_info_img_item.xml │ ├── post_info_item.xml │ ├── post_info_layout.xml │ ├── poster_item_time.xml │ ├── poster_item_two.xml │ ├── poster_loading.xml │ ├── progressdialog.xml │ ├── pull_to_refresh_header_horizontal.xml │ ├── pull_to_refresh_header_vertical.xml │ ├── rangking_fragment_layout.xml │ ├── ref.xml │ ├── refresh_bar.xml │ ├── refresh_footer_more.xml │ ├── refresh_head.xml │ ├── register.xml │ ├── scan_info_more_activity.xml │ ├── scan_info_more_head_view.xml │ ├── scan_info_more_item.xml │ ├── test.xml │ ├── toast_save_thumb.xml │ ├── top_bar_view.xml │ ├── topic_choose.xml │ ├── topic_item.xml │ ├── user_binder_setting.xml │ ├── user_feedback.xml │ ├── view_hair_list.xml │ ├── view_hair_recomm.xml │ ├── view_other_user_header.xml │ ├── view_zone_all.xml │ ├── view_zone_hot_tag.xml │ ├── view_zone_topic_head.xml │ ├── viewitem.xml │ ├── viewmorehairs.xml │ ├── xlistview_footer.xml │ ├── xlistview_header.xml │ ├── zone_activity.xml │ ├── zone_base_top_layout.xml │ ├── zone_index_item.xml │ ├── zone_publish_topic_img_item.xml │ ├── zone_topic_activity.xml │ └── zone_topicslist_tab_item.xml ├── menu │ └── main.xml ├── values-sw600dp │ └── dimens.xml ├── values-sw720dp-land │ └── dimens.xml ├── values-v11 │ └── styles.xml ├── values-v14 │ └── styles.xml └── values │ ├── attrs.xml │ ├── colors.xml │ ├── dimens.xml │ ├── drawables.xml │ ├── ids.xml │ ├── pla__attrs.xml │ ├── strings.xml │ └── styles.xml ├── src └── com │ └── lan │ └── nicehair │ ├── activity │ ├── AboutUsActivity.java │ ├── BaseActivity.java │ ├── CameraActivity.java │ ├── ChangeHairActivity.java │ ├── DisCoverActivity.java │ ├── FindHairActivity.java │ ├── HairCommentActivity.java │ ├── MainActivity.java │ ├── MeActivity.java │ ├── PhotoPagerActivity.java │ ├── PostInfoActivity.java │ ├── PublishActivity.java │ ├── SettingActivity.java │ ├── TopicSearchActivity.java │ └── ZoneActivity.java │ ├── adapter │ ├── FindHairAdapter.java │ ├── FindHairFragmentAdapter.java │ ├── HairCommentAdapter.java │ ├── PostAdapter.java │ ├── ZoneAllAdapter.java │ ├── ZoneFragmentAdapter.java │ └── ZoneHotAdapter.java │ ├── app │ ├── CrashHandler.java │ └── InitApplication.java │ ├── common │ ├── CircleImageView.java │ ├── HorizontalListView.java │ ├── HttpClientFactory.java │ ├── MultiTouchImageView.java │ ├── ScaleImageView.java │ ├── SquareImageView.java │ ├── download │ │ ├── Constants.java │ │ ├── DownloadInfo.java │ │ ├── DownloadManager.java │ │ ├── DownloadNotification.java │ │ ├── DownloadProvider.java │ │ ├── DownloadReceiver.java │ │ ├── DownloadService.java │ │ ├── DownloadThread.java │ │ └── Helper.java │ ├── json │ │ ├── FindHairParser.java │ │ ├── HairCommentParser.java │ │ ├── JsonI.java │ │ ├── JsonParser.java │ │ ├── JsonResult.java │ │ └── ZoneAllParser.java │ ├── model │ │ ├── Comment.java │ │ ├── FindHairItem.java │ │ └── ZoneAllItem.java │ ├── net │ │ ├── ActionOfUrl.java │ │ ├── HHttp.java │ │ ├── HttpTask.java │ │ └── NetAsyncTask.java │ └── refresh_list │ │ └── RefreshListView.java │ ├── fragment │ ├── FindHairFragment.java │ ├── MainTopicFragment.java │ ├── ZoneAllFagment.java │ └── ZoneHotFragment.java │ ├── utils │ ├── AppLog.java │ ├── AppManager.java │ ├── AppToast.java │ ├── BuildConfig.java │ ├── DiskLruCache.java │ ├── FileUtil.java │ ├── HProgress.java │ ├── ImageCache.java │ ├── ImageFetcher.java │ ├── ImageResizer.java │ ├── ImageUtil.java │ ├── ImageWorker.java │ ├── LPhone.java │ ├── MyLinkify.java │ ├── MyPatterns.java │ ├── MyURLSpan.java │ ├── PathUtil.java │ ├── RetainFragment.java │ ├── StringUtil.java │ └── Utils.java │ ├── waterfall │ ├── base │ │ ├── PLA_AbsListView.java │ │ ├── PLA_AdapterView.java │ │ ├── PLA_HeaderViewListAdapter.java │ │ └── PLA_ListView.java │ └── widget │ │ ├── FlowTag.java │ │ ├── FlowView.java │ │ ├── MultiColumnListView.java │ │ ├── XListView.java │ │ ├── XListViewFooter.java │ │ └── XListViewHeader.java │ └── widget │ ├── CameraPreview.java │ ├── CustomProgressDialog.java │ ├── ModelPopup.java │ ├── NoScrollListView.java │ └── TopBarView.java └── ssh-add /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.processAnnotations=enabled 3 | -------------------------------------------------------------------------------- /assets/hairs/female_show_101x132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_101x132.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_105x116.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_105x116.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_113x133.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_113x133.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_119x115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_119x115.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_129x100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_129x100.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_131x141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_131x141.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_62x143.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_62x143.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_82x125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_82x125.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_89x136.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_89x136.jpg -------------------------------------------------------------------------------- /assets/hairs/female_show_97x130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_show_97x130.jpg -------------------------------------------------------------------------------- /assets/hairs/female_try_101x132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_101x132.png -------------------------------------------------------------------------------- /assets/hairs/female_try_105x116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_105x116.png -------------------------------------------------------------------------------- /assets/hairs/female_try_113x133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_113x133.png -------------------------------------------------------------------------------- /assets/hairs/female_try_119x115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_119x115.png -------------------------------------------------------------------------------- /assets/hairs/female_try_129x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_129x100.png -------------------------------------------------------------------------------- /assets/hairs/female_try_131x141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_131x141.png -------------------------------------------------------------------------------- /assets/hairs/female_try_62x143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_62x143.png -------------------------------------------------------------------------------- /assets/hairs/female_try_82x125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_82x125.png -------------------------------------------------------------------------------- /assets/hairs/female_try_89x136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_89x136.png -------------------------------------------------------------------------------- /assets/hairs/female_try_97x130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/female_try_97x130.png -------------------------------------------------------------------------------- /assets/hairs/male_show_108x112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_108x112.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_117x112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_117x112.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_122x124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_122x124.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_125x125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_125x125.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_126x130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_126x130.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_128x121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_128x121.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_128x132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_128x132.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_128x135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_128x135.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_130x135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_130x135.jpg -------------------------------------------------------------------------------- /assets/hairs/male_show_131x138.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_show_131x138.jpg -------------------------------------------------------------------------------- /assets/hairs/male_try_108x112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_108x112.png -------------------------------------------------------------------------------- /assets/hairs/male_try_117x112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_117x112.png -------------------------------------------------------------------------------- /assets/hairs/male_try_122x124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_122x124.png -------------------------------------------------------------------------------- /assets/hairs/male_try_125x125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_125x125.png -------------------------------------------------------------------------------- /assets/hairs/male_try_126x130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_126x130.png -------------------------------------------------------------------------------- /assets/hairs/male_try_128x121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_128x121.png -------------------------------------------------------------------------------- /assets/hairs/male_try_128x132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_128x132.png -------------------------------------------------------------------------------- /assets/hairs/male_try_128x135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_128x135.png -------------------------------------------------------------------------------- /assets/hairs/male_try_130x135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_130x135.png -------------------------------------------------------------------------------- /assets/hairs/male_try_131x138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairs/male_try_131x138.png -------------------------------------------------------------------------------- /assets/hairshake/101-109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/101-109.png -------------------------------------------------------------------------------- /assets/hairshake/101-129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/101-129.png -------------------------------------------------------------------------------- /assets/hairshake/115-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/115-125.png -------------------------------------------------------------------------------- /assets/hairshake/15-113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/15-113.png -------------------------------------------------------------------------------- /assets/hairshake/42-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/42-114.png -------------------------------------------------------------------------------- /assets/hairshake/85-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/85-128.png -------------------------------------------------------------------------------- /assets/hairshake/92-121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/92-121.png -------------------------------------------------------------------------------- /assets/hairshake/99-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake/99-47.png -------------------------------------------------------------------------------- /assets/hairshake_male/115-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/115-114.png -------------------------------------------------------------------------------- /assets/hairshake_male/119-117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/119-117.png -------------------------------------------------------------------------------- /assets/hairshake_male/120-127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/120-127.png -------------------------------------------------------------------------------- /assets/hairshake_male/122-127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/122-127.png -------------------------------------------------------------------------------- /assets/hairshake_male/127-97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/127-97.png -------------------------------------------------------------------------------- /assets/hairshake_male/132-123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/assets/hairshake_male/132-123.png -------------------------------------------------------------------------------- /bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/classes.dex -------------------------------------------------------------------------------- /bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /bin/nicehair.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/nicehair.apk -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/about_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/about_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/ad_title_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/ad_title_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/album_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/album_camera.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/arrow_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/arrow_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/arrow_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/arrow_up.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/authority_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/authority_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/back_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/back_normal.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/back_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/back_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/back_two_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/back_two_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/back_two_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/back_two_up.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/bind_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/bind_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/bpush_top_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/bpush_top_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/btn_pop_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/btn_pop_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/camera_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/camera_normal.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/camera_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/camera_press.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/certain_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/certain_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/changehair_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/changehair_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/choumei_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/choumei_qr.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/collection_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/collection_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/comment_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/comment_img.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/diagnose_kaikuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/diagnose_kaikuo.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/diagnose_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/diagnose_middle.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/diagnose_sex.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/diagnose_sex.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/diagnose_yuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/diagnose_yuan.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/dialog_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/dialog_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/direct_use_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/direct_use_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/direct_use_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/direct_use_on.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/discover_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/discover_normal.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/down_arrow.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/download_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/download_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/edit_portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/edit_portrait.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/exit_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/exit_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/exit_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/exit_on.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/feedback_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/feedback_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/female.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/good_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/good_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/guide_five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/guide_five.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/guide_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/guide_four.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/guide_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/guide_one.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/guide_three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/guide_three.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/guide_two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/guide_two.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hair_bar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hair_bar_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hair_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hair_new.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hair_title_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hair_title_on.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hairlist_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hairlist_hide.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hairlist_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hairlist_show.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hairshow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hairshow_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hairshow_undown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hairshow_undown.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hairview_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hairview_nor.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/help.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/help_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/help_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/home_nor.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/home_nor.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/home_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/home_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/hot_tag_left_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/hot_tag_left_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/icon_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/icon_app.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/image_loadding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/image_loadding.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/indicator_arrow.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/input_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/input_camera.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/isnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/isnew.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/item_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/item_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/item_hair_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/item_hair_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/left_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/left_down.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/left_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/left_on.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/like_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/like_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/like_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/like_press.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/load_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/load_prompt.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/loadfailure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/loadfailure.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/male.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/marterial_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/marterial_nor.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/me_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/me_down.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/me_land_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/me_land_qq.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/me_undown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/me_undown.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/menu_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/menu_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/mini_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/mini_delete.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/model_male_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/model_male_iv.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/more_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/more_down.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/more_hair_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/more_hair_on.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/more_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/more_on.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_album.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_attention.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_collection.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_message.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_right_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_right_iv.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_settings.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_style.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_topic.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/my_userinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/my_userinfo.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/newadd_tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/newadd_tip.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/normal.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/ok_topic_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/ok_topic_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/open.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/popup_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/popup_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/post_tag_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/post_tag_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/poster_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/poster_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/qr_code_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/qr_code_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/rank_top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/rank_top1.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/rank_top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/rank_top2.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/rank_top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/rank_top3.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/red_count_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/red_count_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/reply_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/reply_bg.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/right_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/right_down.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/right_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/right_on.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/save_dialog.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/save_dialog.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/scan_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/scan_top_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/scan_top_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/scan_top_bg2.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/scan_top_hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/scan_top_hz.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/search_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/search_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/search_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/search_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/set_hair_hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/set_hair_hint.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/setting_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/setting_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/shake_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/shake_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/share_album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/share_album.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/share_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/share_press.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/share_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/share_wechat.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/split2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/split2.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/startpage_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/startpage_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/tab_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/tip.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/title_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/title_bar.9.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/toast_save_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/toast_save_ok.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/top_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/try_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/try_nor.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/user_lv_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/user_lv_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/user_main_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/user_main_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/user_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/user_setting.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/wechat_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/wechat_icon.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/welcome_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/welcome_image.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/zone_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/zone_normal.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/zone_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/zone_selected.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/zone_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/zone_top_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-hdpi/zwsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-hdpi/zwsd.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/modelfourth.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/modelsecond.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/modelthird.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/sys_model.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-mdpi/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-mdpi/zhezhao_done.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/gray_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/gray_point.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/img_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/img_cancel.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/input_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/input_camera.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/mini_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/mini_delete.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/poster_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/poster_share.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/scan_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/scan_right.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/scan_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/scan_top_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/scan_top_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/scan_top_bg2.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/scan_top_hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/scan_top_hz.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/ssdk_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/ssdk_logo.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/title_back.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/title_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/title_shadow.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/white_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/white_point.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/zhezhao_done.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xhdpi/zone_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xhdpi/zone_top_bg.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /bin/res/crunch/drawable/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/res/crunch/drawable/arrow.png -------------------------------------------------------------------------------- /bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/bin/resources.ap_ -------------------------------------------------------------------------------- /ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/ic_launcher-web.png -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/butterknife-4.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/libs/butterknife-4.0.1.jar -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/hair_title_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/hair_title_on.png -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/modelfourth.png -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/modelsecond.png -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/modelthird.png -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/sys_model.png -------------------------------------------------------------------------------- /res/drawable-hdpi-1280x720/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-1280x720/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-hdpi-800x480/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-800x480/modelfourth.png -------------------------------------------------------------------------------- /res/drawable-hdpi-800x480/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-800x480/modelsecond.png -------------------------------------------------------------------------------- /res/drawable-hdpi-800x480/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-800x480/modelthird.png -------------------------------------------------------------------------------- /res/drawable-hdpi-800x480/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-800x480/sys_model.png -------------------------------------------------------------------------------- /res/drawable-hdpi-800x480/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-800x480/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-hdpi-854x480/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-854x480/modelfourth.png -------------------------------------------------------------------------------- /res/drawable-hdpi-854x480/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-854x480/modelsecond.png -------------------------------------------------------------------------------- /res/drawable-hdpi-854x480/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-854x480/modelthird.png -------------------------------------------------------------------------------- /res/drawable-hdpi-854x480/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-854x480/sys_model.png -------------------------------------------------------------------------------- /res/drawable-hdpi-854x480/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-854x480/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-hdpi-960x540/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-960x540/modelfourth.png -------------------------------------------------------------------------------- /res/drawable-hdpi-960x540/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-960x540/modelsecond.png -------------------------------------------------------------------------------- /res/drawable-hdpi-960x540/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-960x540/modelthird.png -------------------------------------------------------------------------------- /res/drawable-hdpi-960x540/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-960x540/sys_model.png -------------------------------------------------------------------------------- /res/drawable-hdpi-960x540/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi-960x540/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-hdpi/about_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/about_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/aboutus_top_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/aboutus_top_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ad_loading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ad_loading.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/ad_title_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ad_title_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/album_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/album_camera.png -------------------------------------------------------------------------------- /res/drawable-hdpi/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/arrow_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/arrow_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/arrow_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/arrow_up.png -------------------------------------------------------------------------------- /res/drawable-hdpi/authority_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/authority_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/back_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/back_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_two_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/back_two_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_two_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/back_two_up.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bind_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bind_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bpush_list_item_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bpush_list_item_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bpush_message_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bpush_message_prompt.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bpush_return_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bpush_return_btn.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bpush_top_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/bpush_top_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_pop_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/btn_pop_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_pop_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/btn_pop_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/camera_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/camera_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/camera_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/camera_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/certain_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/certain_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/certain_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/certain_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/chameleon_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/chameleon_button_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/chameleon_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/chameleon_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/change_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/change_button_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/change_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/change_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changehair_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changehair_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changehair_undown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changehair_undown.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_add_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_add_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_add_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_add_selected.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_back_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_back_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_back_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_back_selected.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_camera_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_camera_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_camera_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_camera_select.png -------------------------------------------------------------------------------- /res/drawable-hdpi/changing_change_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/changing_change_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/choumei_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/choumei_attention.png -------------------------------------------------------------------------------- /res/drawable-hdpi/choumei_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/choumei_qr.png -------------------------------------------------------------------------------- /res/drawable-hdpi/clear_cache_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/clear_cache_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/clear_cache_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/clear_cache_loading.png -------------------------------------------------------------------------------- /res/drawable-hdpi/collection_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/collection_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/collection_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/collection_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/collection_tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/collection_tab_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/comment_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/comment_button_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/comment_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/comment_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/comment_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/comment_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/comment_list_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/comment_list_profile.png -------------------------------------------------------------------------------- /res/drawable-hdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /res/drawable-hdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_book_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_book_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_book_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_book_select.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_book_wuguan.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_book_wuguan.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_content_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_content_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_jinchou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_jinchou.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_kaikuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_kaikuo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_lianxing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_lianxing.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_line.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_middle.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_more_right_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_more_right_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_pianfang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_pianfang.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_sex.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_sex.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_tuo_yuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_tuo_yuan.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_wuguanbili.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_wuguanbili.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_yanshen.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_yanshen.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/diagnose_yuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/diagnose_yuan.png -------------------------------------------------------------------------------- /res/drawable-hdpi/dialog_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/dialog_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/direct_use_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/direct_use_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/direct_use_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/direct_use_on.png -------------------------------------------------------------------------------- /res/drawable-hdpi/discover_diagnose_iv_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/discover_diagnose_iv_nor.png -------------------------------------------------------------------------------- /res/drawable-hdpi/discover_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/discover_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/discover_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/discover_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/down_arrow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/download_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/download_background.png -------------------------------------------------------------------------------- /res/drawable-hdpi/download_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/download_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/edit_portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/edit_portrait.png -------------------------------------------------------------------------------- /res/drawable-hdpi/exit_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/exit_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/exit_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/exit_on.png -------------------------------------------------------------------------------- /res/drawable-hdpi/expert_fensi_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/expert_fensi_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/expert_fensi_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/expert_fensi_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/expert_works_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/expert_works_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/expert_works_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/expert_works_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/feedback_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/feedback_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/female.png -------------------------------------------------------------------------------- /res/drawable-hdpi/general_loading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/general_loading.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/general_loading2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/general_loading2.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/good_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/good_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/guide_five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/guide_five.png -------------------------------------------------------------------------------- /res/drawable-hdpi/guide_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/guide_four.png -------------------------------------------------------------------------------- /res/drawable-hdpi/guide_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/guide_one.png -------------------------------------------------------------------------------- /res/drawable-hdpi/guide_three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/guide_three.png -------------------------------------------------------------------------------- /res/drawable-hdpi/guide_two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/guide_two.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_bar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_bar_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_date_other_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_date_other_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_date_today_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_date_today_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_date_yesteday_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_date_yesteday_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_material_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_material_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_new.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_title_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_title_on.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_title_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_title_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hair_view_left_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hair_view_left_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairlist_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairlist_hide.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairlist_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairlist_show.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairscan_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairscan_loading.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairscan_poster_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairscan_poster_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairscan_zhuanti_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairscan_zhuanti_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairshow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairshow_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairshow_undown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairshow_undown.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairview_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairview_nor.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairview_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairview_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hairview_right_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hairview_right_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/head_bg_repeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/head_bg_repeat.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/headportrait_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/headportrait_def.png -------------------------------------------------------------------------------- /res/drawable-hdpi/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/help.png -------------------------------------------------------------------------------- /res/drawable-hdpi/help_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/help_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/home_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/home_button_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/home_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/home_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/home_nor.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/home_nor.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/home_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/home_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hot_tag_left_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hot_tag_left_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hot_tag_right_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/hot_tag_right_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ic_action_search.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_preference_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ic_preference_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_preference_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ic_preference_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/icon_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/icon_app.png -------------------------------------------------------------------------------- /res/drawable-hdpi/image_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/image_background.png -------------------------------------------------------------------------------- /res/drawable-hdpi/image_loadding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/image_loadding.png -------------------------------------------------------------------------------- /res/drawable-hdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/indicator_arrow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/input_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/input_camera.png -------------------------------------------------------------------------------- /res/drawable-hdpi/isnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/isnew.png -------------------------------------------------------------------------------- /res/drawable-hdpi/item_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/item_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/item_hair_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/item_hair_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/last_step_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/last_step_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/last_step_icon_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/last_step_icon_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/left_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/left_down.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/left_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/left_on.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/like_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/like_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/like_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/like_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/load_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/load_prompt.png -------------------------------------------------------------------------------- /res/drawable-hdpi/loadfailure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/loadfailure.png -------------------------------------------------------------------------------- /res/drawable-hdpi/loading_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/loading_rotate.png -------------------------------------------------------------------------------- /res/drawable-hdpi/male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/male.png -------------------------------------------------------------------------------- /res/drawable-hdpi/marterial_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/marterial_nor.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mask_button_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mask_button_no.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mask_button_yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mask_button_yes.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_chooser_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_chooser_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_chooser_normal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_chooser_normal2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_chooser_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_chooser_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_chooser_press2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_chooser_press2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_diagnose_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_diagnose_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_diagnose_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_diagnose_selected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_diagnosis_choice_norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_diagnosis_choice_norm.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_land_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_land_qq.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_land_sina_micro_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_land_sina_micro_blog.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_land_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_land_wechat.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_line.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_about.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_binding.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_cache.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_cipher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_cipher.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_close.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_detection.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_feedback.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_help.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_input_box.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_input_box.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_mailbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_mailbox.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_nickname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_nickname.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_open.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_phone_number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_phone_number.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_public.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_qq_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_qq_space.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_sign_out_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_sign_out_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_set_up_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_set_up_wechat.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_share_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_share_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_share_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_share_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_share_return_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_share_return_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_share_return_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_share_return_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_style_diagnosis_smart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_style_diagnosis_smart.png -------------------------------------------------------------------------------- /res/drawable-hdpi/me_undown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/me_undown.png -------------------------------------------------------------------------------- /res/drawable-hdpi/meibai_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/meibai_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/meibai_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/meibai_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_bg_normal2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_bg_normal2.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_bottom_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_bottom_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_tab_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_tab_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/menu_tab_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/menu_tab_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mini_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mini_delete.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mm_listitem_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mm_listitem_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mm_listitem_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mm_listitem_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/mm_listitem_simple.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/mm_listitem_simple.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/model_female_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/model_female_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/model_male_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/model_male_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/modify_password_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/modify_password_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/more_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/more_down.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/more_hair_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/more_hair_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/more_hair_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/more_hair_on.png -------------------------------------------------------------------------------- /res/drawable-hdpi/more_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/more_on.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_album.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_attention.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_collect_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_collect_select.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_collect_unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_collect_unselect.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_collection.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_hairhistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_hairhistory.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_head_portrait_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_head_portrait_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_message.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_right_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_right_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_settings.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_style.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_topic.png -------------------------------------------------------------------------------- /res/drawable-hdpi/my_userinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/my_userinfo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/newadd_tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/newadd_tip.png -------------------------------------------------------------------------------- /res/drawable-hdpi/next_step_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/next_step_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/next_step_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/next_step_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ok_topic_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ok_topic_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ok_topic_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ok_topic_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/onekey_home_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/onekey_home_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/open.png -------------------------------------------------------------------------------- /res/drawable-hdpi/photograph_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/photograph_button_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/photograph_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/photograph_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/pop_btn_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/pop_btn_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/popularity_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/popularity_more.png -------------------------------------------------------------------------------- /res/drawable-hdpi/popularity_more_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/popularity_more_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/popup_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/popup_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/popup_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/popup_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_reply_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_reply_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_sc_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_sc_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_sc_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_sc_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_zan_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_zan_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_comment_zan_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_comment_zan_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_default_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_default_head.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_collect_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_collect_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_comment_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_comment_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_next_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_next_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_next_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_next_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_share_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_share_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_share_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_share_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_zan_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_zan_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_info_zan_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_info_zan_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/post_tag_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/post_tag_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_collect.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_detail_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_detail_select.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_detail_un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_detail_un.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_dot_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_dot_select.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_dot_unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_dot_unselect.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_download_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_download_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_scan_comment_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_scan_comment_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_scan_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_scan_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_scan_praise_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_scan_praise_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_scan_split_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_scan_split_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_share_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_share_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_share_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_share_up.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_show_buttom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_show_buttom.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_show_buttom_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_show_buttom_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_time_dotsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_time_dotsplit.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_time_linesplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_time_linesplit.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_uncollect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_uncollect.png -------------------------------------------------------------------------------- /res/drawable-hdpi/poster_zan_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/poster_zan_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/preference_item_normal_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/preference_item_normal_.png -------------------------------------------------------------------------------- /res/drawable-hdpi/preference_item_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/preference_item_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/preserve_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/preserve_button_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/preserve_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/preserve_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/publish_topic_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/publish_topic_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/publish_topic_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/publish_topic_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/qr_code_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/qr_code_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/qr_search_tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/qr_search_tips.png -------------------------------------------------------------------------------- /res/drawable-hdpi/qzone_setting_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/qzone_setting_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/rank_tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/rank_tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/rank_tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/rank_tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/rank_top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/rank_top1.png -------------------------------------------------------------------------------- /res/drawable-hdpi/rank_top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/rank_top2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/rank_top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/rank_top3.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ranking_cup_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/ranking_cup_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/red_count_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/red_count_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/register_email_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/register_email_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/register_nickname_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/register_nickname_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/register_password_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/register_password_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/register_phone_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/register_phone_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/register_pw_repeat_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/register_pw_repeat_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/reply_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/reply_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/right_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/right_down.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/right_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/right_on.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/roundcorner_bg_iv.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/roundcorner_bg_iv.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/save_dialog.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/save_dialog.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/save_success_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/save_success_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_point1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_point1.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_point2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_point2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_point3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_point3.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_point4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_point4.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_top1.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_top2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_info_top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_info_top3.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_item_comment_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_item_comment_img.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_top_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_top_bg2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/scan_top_hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/scan_top_hz.png -------------------------------------------------------------------------------- /res/drawable-hdpi/search_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/search_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/search_clear_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/search_clear_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/search_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/search_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/search_topic_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/search_topic_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/set_hair_hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/set_hair_hint.png -------------------------------------------------------------------------------- /res/drawable-hdpi/setting_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/setting_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/setting_person_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/setting_person_info.png -------------------------------------------------------------------------------- /res/drawable-hdpi/shake_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/shake_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_album.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_button_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_button_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_button_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_circle_of_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_circle_of_friends.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_qq_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_qq_friends.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_qq_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_qq_space.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_sina_micro_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_sina_micro_blog.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_tencent_micro_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_tencent_micro_blog.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_translucent_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_translucent_mask.png -------------------------------------------------------------------------------- /res/drawable-hdpi/share_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/share_wechat.png -------------------------------------------------------------------------------- /res/drawable-hdpi/split.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/split.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/split2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/split2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/startpage_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/startpage_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_buttom_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_buttom_shadow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_collect_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_collect_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_collect_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_collect_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_indicator_bg2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_indicator_bg2.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_left_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_left_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_right_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tab_right_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tip.png -------------------------------------------------------------------------------- /res/drawable-hdpi/title_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/title_bar.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/toast_save_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/toast_save_ok.png -------------------------------------------------------------------------------- /res/drawable-hdpi/top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/top_loading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/top_loading.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/top_share_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/top_share_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/top_share_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/top_share_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topbar_right_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topbar_right_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topbar_right_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topbar_right_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_button_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_button_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_good_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_good_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_hot_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_hot_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_notice_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_notice_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_photo_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_photo_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_photo_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_photo_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_score_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_score_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_search_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_search_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_search_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_search_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/topic_tag_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/topic_tag_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/try_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/try_nor.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tryon_downloaded_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/tryon_downloaded_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/upload_cancel_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/upload_cancel_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/upload_cancel_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/upload_cancel_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/upload_dialog.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/upload_dialog.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/user_lv_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/user_lv_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/user_main_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/user_main_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/user_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/user_setting.png -------------------------------------------------------------------------------- /res/drawable-hdpi/user_setting_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/user_setting_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/userpage_top_bg_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/userpage_top_bg_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/usertip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/usertip.jpg -------------------------------------------------------------------------------- /res/drawable-hdpi/version_check_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/version_check_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/vertical_line_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/vertical_line_iv.png -------------------------------------------------------------------------------- /res/drawable-hdpi/wechat_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/wechat_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/weibo_setting_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/weibo_setting_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/welcome_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/welcome_image.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zhuanti_detail_info_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zhuanti_detail_info_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_base_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_base_top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_bianfa_section_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_bianfa_section_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_fxzx_section_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_fxzx_section_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_item_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_item_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_item_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_item_head.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_item_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_item_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_item_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_item_read.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_search_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_search_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_search_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_search_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top1_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top1_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top1_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top1_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top2_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top2_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top2_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top2_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top3_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top3_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top3_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top3_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top4_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top4_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top4_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top4_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top5_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top5_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_index_top5_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_index_top5_press.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_list_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_list_profile.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_list_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_list_top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_normal.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_portrait_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_portrait_line.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_publish_topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_publish_topic.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_publish_topic_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_publish_topic_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_qgtd_section_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_qgtd_section_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_section_interest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_section_interest.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_section_scan_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_section_scan_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_selected.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_top_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_topic_comment_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_topic_comment_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_topic_scan_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_topic_scan_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zone_topic_user_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zone_topic_user_head.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zwsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zwsd.png -------------------------------------------------------------------------------- /res/drawable-hdpi/zwsz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-hdpi/zwsz.jpg -------------------------------------------------------------------------------- /res/drawable-mdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /res/drawable-mdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-mdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/indicator_arrow.png -------------------------------------------------------------------------------- /res/drawable-mdpi/modelfourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/modelfourth.png -------------------------------------------------------------------------------- /res/drawable-mdpi/modelsecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/modelsecond.png -------------------------------------------------------------------------------- /res/drawable-mdpi/modelthird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/modelthird.png -------------------------------------------------------------------------------- /res/drawable-mdpi/preview_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/preview_background.png -------------------------------------------------------------------------------- /res/drawable-mdpi/sys_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/sys_model.png -------------------------------------------------------------------------------- /res/drawable-mdpi/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-mdpi/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/auth_follow_cb_chd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/auth_follow_cb_chd.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/auth_follow_cb_unc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/auth_follow_cb_unc.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/auth_title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/auth_title_back.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_back_nor.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/btn_back_nor.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_cancel_back.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/btn_cancel_back.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/edittext_back.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/edittext_back.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/gray_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/gray_point.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ic_action_search.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/img_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/img_cancel.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/indicator_arrow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/input_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/input_camera.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/mini_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/mini_delete.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_btn_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_btn_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_btn_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_btn_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_collect_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_collect_img.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_download_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_download_img.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_share.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/poster_zan_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/poster_zan_img.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/preview_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/preview_background.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/save_success_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/save_success_img.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_back_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_back_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_back_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_back_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_collect_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_collect_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_collect_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_collect_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_comment_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_comment_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_comment_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_comment_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_line.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_point1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_point1.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_point2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_point2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_point3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_point3.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_point4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_point4.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_top1.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_top2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_info_top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_info_top3.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_item_comment_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_item_comment_img.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_no_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_no_right.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_right.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_share_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_share_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_share_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_share_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_top_bg.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_top_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_top_bg2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_top_hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_top_hz.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_zan_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_zan_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_zan_depress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_zan_depress.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_zan_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_zan_press.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_zhuanti1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_zhuanti1.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/scan_zhuanti2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/scan_zhuanti2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/share_tb_back.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/share_tb_back.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/share_vp_back.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/share_vp_back.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ssdk_auth_title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ssdk_auth_title_back.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ssdk_back_arr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ssdk_back_arr.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ssdk_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ssdk_logo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ssdk_title_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/ssdk_title_div.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/title_back.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/title_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/title_shadow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/white_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/white_point.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/zhezhao_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/zhezhao_done.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/zone_top_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xhdpi/zone_top_bg.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable/arrow.png -------------------------------------------------------------------------------- /res/drawable/label_five_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /res/drawable/label_nine_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /res/drawable/label_seven_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /res/drawable/label_six_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /res/drawable/label_three_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /res/drawable/shake_umeng_socialize_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable/shake_umeng_socialize_close.png -------------------------------------------------------------------------------- /res/drawable/socialize_banner_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/res/drawable/socialize_banner_module.png -------------------------------------------------------------------------------- /res/values/drawables.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | @color/transparent 4 | -------------------------------------------------------------------------------- /ssh-add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanyongjun/nicehair/eac559d2839c879897be54f1689fda38f6a49be7/ssh-add --------------------------------------------------------------------------------