├── .gitattributes
├── .gitignore
├── README.md
├── ZhiHuDaily.iml
├── app
├── .gitignore
├── app.iml
├── build.gradle
├── libs
│ └── umeng-analytics-v5.6.4.jar
├── proguard-rules.pro
└── src
│ ├── androidTest
│ └── java
│ │ └── studio
│ │ └── uphie
│ │ └── zhihudaily
│ │ └── ApplicationTest.java
│ ├── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── studio
│ │ │ └── uphie
│ │ │ └── zhihudaily
│ │ │ ├── abs
│ │ │ ├── AbsBaseActivity.java
│ │ │ ├── AbsBaseAdapter.java
│ │ │ ├── AbsBaseFragment.java
│ │ │ └── AbsBaseOnItemClickListener.java
│ │ │ ├── common
│ │ │ ├── App.java
│ │ │ └── CrashHandler.java
│ │ │ ├── http
│ │ │ ├── Api.java
│ │ │ └── HttpClient.java
│ │ │ ├── interfaces
│ │ │ ├── DownloadListener.java
│ │ │ ├── IInit.java
│ │ │ └── OnSetTitleListener.java
│ │ │ ├── ui
│ │ │ ├── CommentsActivity.java
│ │ │ ├── HomeFragment.java
│ │ │ ├── ImgActivity.java
│ │ │ ├── LoginActivity.java
│ │ │ ├── MainActivity.java
│ │ │ ├── PreferenceActivity.java
│ │ │ ├── SplashActivity.java
│ │ │ ├── StoryDetailActivity.java
│ │ │ ├── StoryDetailFragment.java
│ │ │ └── ThemeFragment.java
│ │ │ ├── utils
│ │ │ ├── FileManager.java
│ │ │ ├── ImageUtil.java
│ │ │ ├── JsonUtil.java
│ │ │ ├── NetworkUtil.java
│ │ │ ├── SysUtil.java
│ │ │ ├── TextToast.java
│ │ │ └── TimeUtil.java
│ │ │ └── widgets
│ │ │ ├── ColumnView.java
│ │ │ ├── UListView.java
│ │ │ └── UWebView.java
│ └── res
│ │ ├── anim
│ │ └── ani_splash.xml
│ │ ├── drawable-hdpi-v4
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── account_avatar.png
│ │ ├── account_sina.png
│ │ ├── account_tencent.png
│ │ ├── activity_close.png
│ │ ├── back.png
│ │ ├── browser_back.png
│ │ ├── browser_back_2.png
│ │ ├── browser_forward.png
│ │ ├── browser_forward_2.png
│ │ ├── browser_reload.png
│ │ ├── browser_reload_2.png
│ │ ├── browser_share.png
│ │ ├── browser_share_2.png
│ │ ├── collect.png
│ │ ├── collected.png
│ │ ├── comment.png
│ │ ├── comment_avatar.png
│ │ ├── comment_empty.png
│ │ ├── comment_icon_expand.png
│ │ ├── comment_icon_fold.png
│ │ ├── comment_send.png
│ │ ├── comment_share_sina.png
│ │ ├── comment_share_sina_cancel.png
│ │ ├── comment_share_sina_cancel_highlight.png
│ │ ├── comment_share_sina_highlight.png
│ │ ├── comment_share_tencent.png
│ │ ├── comment_share_tencent_cancel.png
│ │ ├── comment_share_tencent_cancel_highlight.png
│ │ ├── comment_share_tencent_highlight.png
│ │ ├── comment_vote.png
│ │ ├── comment_voted.png
│ │ ├── comment_write.png
│ │ ├── dark_comment_avatar.png
│ │ ├── dark_comment_empty.png
│ │ ├── dark_management_new.png
│ │ ├── dark_menu_day.png
│ │ ├── dark_menu_download.png
│ │ ├── dark_menu_download_highlight.png
│ │ ├── dark_menu_follow.png
│ │ ├── dark_menu_follow_highlight.png
│ │ ├── dark_message_empty.png
│ │ ├── dark_message_more.png
│ │ ├── dark_message_reply.png
│ │ ├── dark_message_reply_read.png
│ │ ├── dark_message_vote.png
│ │ ├── dark_message_vote_read.png
│ │ ├── download.png
│ │ ├── drawer_activity.png
│ │ ├── drawer_activity_highlight.png
│ │ ├── editor_profile_avatar.png
│ │ ├── favorites.png
│ │ ├── guide_pic_a1.png
│ │ ├── guide_pic_a2.png
│ │ ├── guide_pic_a3.png
│ │ ├── guide_pic_a4.png
│ │ ├── guide_pic_b1.png
│ │ ├── guide_pic_b2.png
│ │ ├── guide_pic_c1.png
│ │ ├── guide_pic_c2.png
│ │ ├── home.png
│ │ ├── home_arrow.png
│ │ ├── home_pic.png
│ │ ├── ic_launcher.png
│ │ ├── ic_logo.png
│ │ ├── management_new.png
│ │ ├── menu_arrow.png
│ │ ├── menu_avatar.png
│ │ ├── menu_day_highlight.png
│ │ ├── menu_download.png
│ │ ├── menu_download_highlight.png
│ │ ├── menu_follow.png
│ │ ├── menu_follow_highlight.png
│ │ ├── menu_home.png
│ │ ├── menu_night.png
│ │ ├── menu_night_highlight.png
│ │ ├── message.png
│ │ ├── message_empty.png
│ │ ├── message_more.png
│ │ ├── message_reply.png
│ │ ├── message_reply_read.png
│ │ ├── message_vote.png
│ │ ├── message_vote_read.png
│ │ ├── news_field_from_icon.png
│ │ ├── praise.png
│ │ ├── praised.png
│ │ ├── profile_edit.png
│ │ ├── profile_edit_done.png
│ │ ├── push_icon.png
│ │ ├── share.png
│ │ ├── share_evernote.png
│ │ ├── share_friends.png
│ │ ├── share_more.png
│ │ ├── share_qq.png
│ │ ├── share_sina.png
│ │ ├── share_wechat.png
│ │ ├── share_youdao.png
│ │ ├── sharing_weibo.png
│ │ ├── splash_logo.png
│ │ ├── theme_add.png
│ │ ├── theme_more.png
│ │ ├── theme_remove.png
│ │ └── topbar_icon.png
│ │ ├── drawable-ldrtl-hdpi-v4
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ └── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── drawable-ldrtl-mdpi-v4
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ └── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── drawable-ldrtl-xhdpi-v4
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ └── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── drawable-ldrtl-xxhdpi-v4
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ └── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── drawable-ldrtl-xxxhdpi-v4
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ └── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── drawable-mdpi-v4
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── account_avatar.png
│ │ ├── account_sina.png
│ │ ├── account_tencent.png
│ │ ├── activity_close.png
│ │ ├── back.png
│ │ ├── browser_back.png
│ │ ├── browser_back_2.png
│ │ ├── browser_forward.png
│ │ ├── browser_forward_2.png
│ │ ├── browser_reload.png
│ │ ├── browser_reload_2.png
│ │ ├── browser_share.png
│ │ ├── browser_share_2.png
│ │ ├── collect.png
│ │ ├── collected.png
│ │ ├── comment.png
│ │ ├── comment_avatar.png
│ │ ├── comment_empty.png
│ │ ├── comment_icon_expand.png
│ │ ├── comment_icon_fold.png
│ │ ├── comment_send.png
│ │ ├── comment_share_sina.png
│ │ ├── comment_share_sina_cancel.png
│ │ ├── comment_share_sina_cancel_highlight.png
│ │ ├── comment_share_sina_highlight.png
│ │ ├── comment_share_tencent.png
│ │ ├── comment_share_tencent_cancel.png
│ │ ├── comment_share_tencent_cancel_highlight.png
│ │ ├── comment_share_tencent_highlight.png
│ │ ├── comment_vote.png
│ │ ├── comment_voted.png
│ │ ├── comment_write.png
│ │ ├── dark_comment_avatar.png
│ │ ├── dark_comment_empty.png
│ │ ├── dark_management_new.png
│ │ ├── dark_menu_day.png
│ │ ├── dark_menu_download.png
│ │ ├── dark_menu_download_highlight.png
│ │ ├── dark_menu_follow.png
│ │ ├── dark_menu_follow_highlight.png
│ │ ├── dark_message_empty.png
│ │ ├── dark_message_more.png
│ │ ├── dark_message_reply.png
│ │ ├── dark_message_reply_read.png
│ │ ├── dark_message_vote.png
│ │ ├── dark_message_vote_read.png
│ │ ├── download.png
│ │ ├── drawer_activity.png
│ │ ├── drawer_activity_highlight.png
│ │ ├── editor_profile_avatar.png
│ │ ├── favorites.png
│ │ ├── guide_pic_a1.png
│ │ ├── guide_pic_a2.png
│ │ ├── guide_pic_a3.png
│ │ ├── guide_pic_a4.png
│ │ ├── guide_pic_b1.png
│ │ ├── guide_pic_b2.png
│ │ ├── guide_pic_c1.png
│ │ ├── guide_pic_c2.png
│ │ ├── home.png
│ │ ├── home_arrow.png
│ │ ├── home_pic.png
│ │ ├── ic_launcher.png
│ │ ├── ic_logo.png
│ │ ├── management_new.png
│ │ ├── menu_arrow.png
│ │ ├── menu_avatar.png
│ │ ├── menu_day_highlight.png
│ │ ├── menu_download.png
│ │ ├── menu_download_highlight.png
│ │ ├── menu_follow.png
│ │ ├── menu_follow_highlight.png
│ │ ├── menu_home.png
│ │ ├── menu_night.png
│ │ ├── menu_night_highlight.png
│ │ ├── message.png
│ │ ├── message_empty.png
│ │ ├── message_more.png
│ │ ├── message_reply.png
│ │ ├── message_reply_read.png
│ │ ├── message_vote.png
│ │ ├── message_vote_read.png
│ │ ├── news_field_from_icon.png
│ │ ├── praise.png
│ │ ├── praised.png
│ │ ├── profile_edit.png
│ │ ├── profile_edit_done.png
│ │ ├── push_icon.png
│ │ ├── share.png
│ │ ├── share_evernote.png
│ │ ├── share_friends.png
│ │ ├── share_more.png
│ │ ├── share_qq.png
│ │ ├── share_sina.png
│ │ ├── share_wechat.png
│ │ ├── share_youdao.png
│ │ ├── splash_logo.png
│ │ ├── theme_add.png
│ │ ├── theme_more.png
│ │ ├── theme_remove.png
│ │ └── topbar_icon.png
│ │ ├── drawable-nodpi-v4
│ │ └── daily.png
│ │ ├── drawable-xhdpi-v4
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── account_avatar.png
│ │ ├── account_sina.png
│ │ ├── account_tencent.png
│ │ ├── activity_close.png
│ │ ├── back.png
│ │ ├── browser_back.png
│ │ ├── browser_back_2.png
│ │ ├── browser_forward.png
│ │ ├── browser_forward_2.png
│ │ ├── browser_reload.png
│ │ ├── browser_reload_2.png
│ │ ├── browser_share.png
│ │ ├── browser_share_2.png
│ │ ├── collect.png
│ │ ├── collected.png
│ │ ├── comment.png
│ │ ├── comment_avatar.png
│ │ ├── comment_empty.png
│ │ ├── comment_icon_expand.png
│ │ ├── comment_icon_fold.png
│ │ ├── comment_send.png
│ │ ├── comment_share_sina.png
│ │ ├── comment_share_sina_cancel.png
│ │ ├── comment_share_sina_cancel_highlight.png
│ │ ├── comment_share_sina_highlight.png
│ │ ├── comment_share_tencent.png
│ │ ├── comment_share_tencent_cancel.png
│ │ ├── comment_share_tencent_cancel_highlight.png
│ │ ├── comment_share_tencent_highlight.png
│ │ ├── comment_vote.png
│ │ ├── comment_voted.png
│ │ ├── comment_write.png
│ │ ├── dark_comment_avatar.png
│ │ ├── dark_comment_empty.png
│ │ ├── dark_management_new.png
│ │ ├── dark_menu_day.png
│ │ ├── dark_menu_download.png
│ │ ├── dark_menu_download_highlight.png
│ │ ├── dark_menu_follow.png
│ │ ├── dark_menu_follow_highlight.png
│ │ ├── dark_message_empty.png
│ │ ├── dark_message_more.png
│ │ ├── dark_message_reply.png
│ │ ├── dark_message_reply_read.png
│ │ ├── dark_message_vote.png
│ │ ├── dark_message_vote_read.png
│ │ ├── download.png
│ │ ├── drawer_activity.png
│ │ ├── drawer_activity_highlight.png
│ │ ├── editor_profile_avatar.png
│ │ ├── favorites.png
│ │ ├── guide_pic_a1.png
│ │ ├── guide_pic_a2.png
│ │ ├── guide_pic_a3.png
│ │ ├── guide_pic_a4.png
│ │ ├── guide_pic_b1.png
│ │ ├── guide_pic_b2.png
│ │ ├── guide_pic_c1.png
│ │ ├── guide_pic_c2.png
│ │ ├── home.png
│ │ ├── home_arrow.png
│ │ ├── home_pic.png
│ │ ├── ic_launcher.png
│ │ ├── ic_logo.png
│ │ ├── management_new.png
│ │ ├── menu_arrow.png
│ │ ├── menu_avatar.png
│ │ ├── menu_day_highlight.png
│ │ ├── menu_download.png
│ │ ├── menu_download_highlight.png
│ │ ├── menu_follow.png
│ │ ├── menu_follow_highlight.png
│ │ ├── menu_home.png
│ │ ├── menu_night.png
│ │ ├── menu_night_highlight.png
│ │ ├── message.png
│ │ ├── message_empty.png
│ │ ├── message_more.png
│ │ ├── message_reply.png
│ │ ├── message_reply_read.png
│ │ ├── message_vote.png
│ │ ├── message_vote_read.png
│ │ ├── news_field_from_icon.png
│ │ ├── praise.png
│ │ ├── praised.png
│ │ ├── profile_edit.png
│ │ ├── profile_edit_done.png
│ │ ├── push_icon.png
│ │ ├── share.png
│ │ ├── share_evernote.png
│ │ ├── share_friends.png
│ │ ├── share_more.png
│ │ ├── share_qq.png
│ │ ├── share_sina.png
│ │ ├── share_wechat.png
│ │ ├── share_youdao.png
│ │ ├── splash_logo.png
│ │ ├── theme_add.png
│ │ ├── theme_more.png
│ │ ├── theme_remove.png
│ │ └── topbar_icon.png
│ │ ├── drawable-xxhdpi-v4
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── account_avatar.png
│ │ ├── account_sina.png
│ │ ├── account_tencent.png
│ │ ├── activity_close.png
│ │ ├── back.png
│ │ ├── browser_back.png
│ │ ├── browser_back_2.png
│ │ ├── browser_forward.png
│ │ ├── browser_forward_2.png
│ │ ├── browser_reload.png
│ │ ├── browser_reload_2.png
│ │ ├── browser_share.png
│ │ ├── browser_share_2.png
│ │ ├── collect.png
│ │ ├── collected.png
│ │ ├── comment.png
│ │ ├── comment_avatar.png
│ │ ├── comment_empty.png
│ │ ├── comment_icon_expand.png
│ │ ├── comment_icon_fold.png
│ │ ├── comment_send.png
│ │ ├── comment_share_sina.png
│ │ ├── comment_share_sina_cancel.png
│ │ ├── comment_share_sina_cancel_highlight.png
│ │ ├── comment_share_sina_highlight.png
│ │ ├── comment_share_tencent.png
│ │ ├── comment_share_tencent_cancel.png
│ │ ├── comment_share_tencent_cancel_highlight.png
│ │ ├── comment_share_tencent_highlight.png
│ │ ├── comment_vote.png
│ │ ├── comment_voted.png
│ │ ├── comment_write.png
│ │ ├── dark_comment_avatar.png
│ │ ├── dark_comment_empty.png
│ │ ├── dark_management_new.png
│ │ ├── dark_menu_day.png
│ │ ├── dark_menu_download.png
│ │ ├── dark_menu_download_highlight.png
│ │ ├── dark_menu_follow.png
│ │ ├── dark_menu_follow_highlight.png
│ │ ├── dark_message_empty.png
│ │ ├── dark_message_more.png
│ │ ├── dark_message_reply.png
│ │ ├── dark_message_reply_read.png
│ │ ├── dark_message_vote.png
│ │ ├── dark_message_vote_read.png
│ │ ├── download.png
│ │ ├── drawer_activity.png
│ │ ├── drawer_activity_highlight.png
│ │ ├── editor_profile_avatar.png
│ │ ├── favorites.png
│ │ ├── guide_pic_a1.png
│ │ ├── guide_pic_a2.png
│ │ ├── guide_pic_a3.png
│ │ ├── guide_pic_a4.png
│ │ ├── guide_pic_b1.png
│ │ ├── guide_pic_b2.png
│ │ ├── guide_pic_c1.png
│ │ ├── guide_pic_c2.png
│ │ ├── home.png
│ │ ├── home_arrow.png
│ │ ├── home_pic.png
│ │ ├── ic_launcher.png
│ │ ├── ic_logo.png
│ │ ├── management_new.png
│ │ ├── menu_arrow.png
│ │ ├── menu_avatar.png
│ │ ├── menu_day_highlight.png
│ │ ├── menu_download.png
│ │ ├── menu_download_highlight.png
│ │ ├── menu_follow.png
│ │ ├── menu_follow_highlight.png
│ │ ├── menu_home.png
│ │ ├── menu_night.png
│ │ ├── menu_night_highlight.png
│ │ ├── message.png
│ │ ├── message_empty.png
│ │ ├── message_more.png
│ │ ├── message_reply.png
│ │ ├── message_reply_read.png
│ │ ├── message_vote.png
│ │ ├── message_vote_read.png
│ │ ├── news_field_from_icon.png
│ │ ├── praise.png
│ │ ├── praised.png
│ │ ├── profile_edit.png
│ │ ├── profile_edit_done.png
│ │ ├── push_icon.png
│ │ ├── share.png
│ │ ├── share_evernote.png
│ │ ├── share_friends.png
│ │ ├── share_more.png
│ │ ├── share_qq.png
│ │ ├── share_sina.png
│ │ ├── share_wechat.png
│ │ ├── share_youdao.png
│ │ ├── splash_logo.png
│ │ ├── theme_add.png
│ │ ├── theme_more.png
│ │ ├── theme_remove.png
│ │ └── topbar_icon.png
│ │ ├── drawable-xxxhdpi-v4
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── ic_launcher.png
│ │ └── ic_logo.png
│ │ ├── drawable
│ │ ├── bt_round_cor_highlight.xml
│ │ ├── bt_round_cor_normal.xml
│ │ ├── card_light.xml
│ │ ├── card_light_highlight.xml
│ │ ├── card_light_normal.xml
│ │ ├── daily_spinner_inner_holo.png
│ │ ├── dot_empty.xml
│ │ ├── dot_solid.xml
│ │ ├── img_shelter.xml
│ │ ├── login_bg.png
│ │ ├── selector_btn.xml
│ │ ├── splash.png
│ │ ├── umeng_common_gradient_orange.xml
│ │ └── umeng_common_gradient_red.xml
│ │ ├── layout-v9
│ │ └── umeng_common_download_notification.xml
│ │ ├── layout
│ │ ├── activity_comments.xml
│ │ ├── activity_img_detail.xml
│ │ ├── activity_login.xml
│ │ ├── activity_main.xml
│ │ ├── activity_preference.xml
│ │ ├── activity_splash.xml
│ │ ├── activity_story_detail.xml
│ │ ├── dialog_update.xml
│ │ ├── fragment_home_content.xml
│ │ ├── fragment_story.xml
│ │ ├── layout_home_banner.xml
│ │ ├── layout_meau_header.xml
│ │ ├── layout_menu.xml
│ │ ├── layout_theme_header.xml
│ │ ├── list_item_banner.xml
│ │ ├── list_item_column.xml
│ │ ├── list_item_comment.xml
│ │ ├── list_item_recommender.xml
│ │ ├── list_item_story.xml
│ │ ├── list_item_story_label.xml
│ │ └── umeng_common_download_notification.xml
│ │ ├── menu
│ │ ├── menu_comment.xml
│ │ ├── menu_img.xml
│ │ ├── menu_main.xml
│ │ ├── menu_story.xml
│ │ └── menu_theme.xml
│ │ ├── mipmap-hdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xxxhdpi
│ │ └── ic_launcher.png
│ │ ├── values-v21
│ │ └── styles.xml
│ │ └── values
│ │ ├── colors.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ ├── tb_munion_strings.xml
│ │ ├── umeng_common_strings.xml
│ │ └── umeng_update_string.xml
│ └── test
│ └── java
│ └── studio
│ └── uphie
│ └── zhihudaily
│ └── ExampleUnitTest.java
├── build.gradle
├── gradle.properties
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── key.jks
└── settings.gradle
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 |
7 | # Standard to msysgit
8 | *.doc diff=astextplain
9 | *.DOC diff=astextplain
10 | *.docx diff=astextplain
11 | *.DOCX diff=astextplain
12 | *.dot diff=astextplain
13 | *.DOT diff=astextplain
14 | *.pdf diff=astextplain
15 | *.PDF diff=astextplain
16 | *.rtf diff=astextplain
17 | *.RTF diff=astextplain
18 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Built application files
2 | *.apk
3 | *.ap_
4 |
5 | # Files for the Dalvik VM
6 | *.dex
7 |
8 | # Java class files
9 | *.class
10 |
11 | # Generated files
12 | bin/
13 | gen/
14 |
15 | # Gradle files
16 | .gradle/
17 | build/
18 | */build/
19 |
20 | #idea files
21 | .idea/
22 |
23 | # Local configuration file (sdk path, etc)
24 | local.properties
25 |
26 | # Proguard folder generated by Eclipse
27 | proguard/
28 |
29 | # Log Files
30 | *.log
31 |
32 | # Android Studio Navigation editor temp files
33 | .navigation/
34 |
35 | # Android Studio captures folder
36 | captures/
37 |
38 | # =========================
39 | # Operating System Files
40 | # =========================
41 |
42 | # OSX
43 | # =========================
44 |
45 | .DS_Store
46 | .AppleDouble
47 | .LSOverride
48 |
49 | # Thumbnails
50 | ._*
51 |
52 | # Files that might appear in the root of a volume
53 | .DocumentRevisions-V100
54 | .fseventsd
55 | .Spotlight-V100
56 | .TemporaryItems
57 | .Trashes
58 | .VolumeIcon.icns
59 |
60 | # Directories potentially created on remote AFP share
61 | .AppleDB
62 | .AppleDesktop
63 | Network Trash Folder
64 | Temporary Items
65 | .apdisk
66 |
67 | # Windows
68 | # =========================
69 |
70 | # Windows image file caches
71 | Thumbs.db
72 | ehthumbs.db
73 |
74 | # Folder config file
75 | Desktop.ini
76 |
77 | # Recycle Bin used on file shares
78 | $RECYCLE.BIN/
79 |
80 | # Windows Installer files
81 | *.cab
82 | *.msi
83 | *.msm
84 | *.msp
85 |
86 | # Windows shortcuts
87 | *.lnk
88 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # ZhiHuDaily
2 | >非官方版知乎日报实现
3 |
4 | **此项目停止维护。**
5 |
6 | 这个项目开始是因为2月底时一家公司给的一道测试题目,加之想尝试新的App交互设计和陌生的Android新特性及设计,于是有了这个。
7 |
8 | **项目中的Api来源于网络及后期的非正常渠道获取,如有侵权请告知。**
9 |
10 | 部分功能需要匿名登录或第三方登录,因此未给与实现或仅效果实现。知乎日报的交互很优秀,做的过程中学到很多,部分逆向分析了官方应用,图标资源取自官方应用,尽可能的去还原了原应用,部分交互效果暂未实现,欢迎技术交流。
11 |
12 | 引用的库
13 | ----------
14 |
15 | * [butterknife](https://github.com/JakeWharton/butterknife)
16 | * gson
17 | * [android-async-http](https://github.com/loopj/android-async-http)
18 | * [fresco](https://github.com/facebook/fresco)
19 |
20 | 第三方服务
21 | -----------
22 |
23 | * 友盟统计Sdk
24 | * 友盟自动更新Sdk
25 |
26 | 预览
27 | -----------
28 | 由于Gif截取遇到问题,于是改为短视频,[点此播放](http://www.meipai.com/media/489977367)。
29 |
30 | * 二维码下载
31 |
32 | 
33 | * [链接下载](https://www.pgyer.com/WlZE)
34 |
35 | 版本
36 | ----------
37 | 注:建议使用最新代码编译后再预览,代码会不时小幅更新。
38 |
39 | * 2016-03-15。
40 |
--------------------------------------------------------------------------------
/ZhiHuDaily.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/app/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 23
5 | buildToolsVersion "23.0.2"
6 |
7 | lintOptions{
8 | checkReleaseBuilds false
9 | abortOnError false
10 | }
11 |
12 | defaultConfig {
13 | applicationId "studio.uphie.zhihudaily"
14 | minSdkVersion 14
15 | targetSdkVersion 23
16 | versionCode 4
17 | versionName "2016-03-15"
18 | }
19 | signingConfigs {
20 | release {
21 | storeFile file("..\\key.jks")
22 | storePassword "uphie'szhihudaily"
23 | keyAlias "知乎日报"
24 | keyPassword "uphie'szhihudaily"
25 | }
26 | }
27 |
28 | buildTypes {
29 | debug {
30 | //remove unused resources
31 | shrinkResources true
32 | //use specified sign config
33 | signingConfig signingConfigs.release
34 | }
35 | release {
36 | //disable proguard,for it has problems to fix
37 | minifyEnabled false
38 | //remove unused resources
39 | shrinkResources true
40 | //use specified sign config
41 | signingConfig signingConfigs.release
42 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
43 | }
44 | }
45 | }
46 |
47 | dependencies {
48 | compile fileTree(include: ['*.jar'], dir: 'libs')
49 | compile 'com.android.support:design:23.1.1'
50 | compile 'com.android.support:appcompat-v7:23.1.1'
51 | compile 'com.jakewharton:butterknife:7.0.1'
52 | compile 'com.loopj.android:android-async-http:1.4.9'
53 | compile 'com.google.code.gson:gson:2.6.1'
54 | compile 'com.facebook.fresco:fresco:0.9.0'
55 | compile 'io.paperdb:paperdb:1.1'
56 | compile files('libs/umeng-analytics-v5.6.4.jar')
57 | compile files('libs/umeng-update-v2.6.0.1.jar')
58 | }
59 |
--------------------------------------------------------------------------------
/app/libs/umeng-analytics-v5.6.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/libs/umeng-analytics-v5.6.4.jar
--------------------------------------------------------------------------------
/app/src/androidTest/java/studio/uphie/zhihudaily/ApplicationTest.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily;
2 |
3 | import android.app.Application;
4 | import android.test.ApplicationTestCase;
5 |
6 | /**
7 | * Testing Fundamentals
8 | */
9 | public class ApplicationTest extends ApplicationTestCase {
10 | public ApplicationTest() {
11 | super(Application.class);
12 | }
13 | }
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/abs/AbsBaseOnItemClickListener.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.abs;
2 |
3 | import android.view.View;
4 | import android.view.View.OnClickListener;
5 |
6 | public abstract class AbsBaseOnItemClickListener implements OnClickListener {
7 |
8 | private T data;
9 |
10 | public AbsBaseOnItemClickListener(T data) {
11 | this.data = data;
12 | }
13 |
14 | @Override
15 | public void onClick(View v) {
16 | onClick(v, data);
17 | }
18 |
19 | public abstract void onClick(View view, T data);
20 | }
21 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/common/App.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.common;
2 |
3 | import android.app.Application;
4 | import android.widget.TextView;
5 |
6 | import studio.uphie.zhihudaily.http.HttpClient;
7 | import studio.uphie.zhihudaily.utils.FileManager;
8 | import studio.uphie.zhihudaily.utils.ImageUtil;
9 | import studio.uphie.zhihudaily.utils.NetworkUtil;
10 | import studio.uphie.zhihudaily.utils.TextToast;
11 |
12 | /**
13 | * Created by Uphie on 2016/2/26 0026.
14 | * Email:uphie7@gmail.com
15 | */
16 | public class App extends Application {
17 |
18 | @Override
19 | public void onCreate() {
20 | super.onCreate();
21 | HttpClient.init(this);
22 | ImageUtil.init(this, FileManager.getHomeDir());
23 | TextToast.init(this);
24 | NetworkUtil.init(this);
25 | CrashHandler.getInstance().init(this);
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/interfaces/DownloadListener.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.interfaces;
2 |
3 | /**
4 | * Created by Uphie on 2016/3/13 0013.
5 | * Email:uphie7@gmail.com
6 | */
7 | public interface DownloadListener {
8 | void onStart();
9 |
10 | void onFinish();
11 |
12 | void onFail();
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/interfaces/IInit.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.interfaces;
2 |
3 | /**
4 | * Created by Uphie on 2016/2/29 0029.
5 | * Email:uphie7@gmail.com
6 | */
7 | public interface IInit {
8 | /**
9 | * get layout resource id
10 | * @return layout resource id
11 | */
12 | int getLayoutId();
13 |
14 | /**
15 | * initialize
16 | */
17 | void init();
18 |
19 | /**
20 | * get data from server successfully
21 | * @param url interface url
22 | * @param data data
23 | */
24 | void onDataOK(String url, String data);
25 |
26 | /**
27 | * network unavailable
28 | * @param url
29 | */
30 | void onNetworkUnavailable(String url);
31 | }
32 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/interfaces/OnSetTitleListener.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.interfaces;
2 |
3 | /**
4 | * Created by Uphie on 2016/3/12 0012.
5 | * Email:uphie7@gmail.com
6 | */
7 | public interface OnSetTitleListener {
8 | void onSetTitle(String title);
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/ui/LoginActivity.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.ui;
2 |
3 | import android.os.Bundle;
4 | import android.support.v7.app.ActionBar;
5 | import android.support.v7.widget.Toolbar;
6 | import android.view.MenuItem;
7 | import android.view.View;
8 | import android.widget.RelativeLayout;
9 |
10 | import butterknife.Bind;
11 | import butterknife.ButterKnife;
12 | import butterknife.OnClick;
13 | import studio.uphie.zhihudaily.R;
14 | import studio.uphie.zhihudaily.abs.AbsBaseActivity;
15 | import studio.uphie.zhihudaily.utils.TextToast;
16 |
17 | /**
18 | * Created by Uphie on 2016/3/13 0013.
19 | * Email:uphie7@gmail.com
20 | */
21 | public class LoginActivity extends AbsBaseActivity {
22 |
23 | @Bind(R.id.common_toolbar)
24 | Toolbar toolbar;
25 |
26 | @Override
27 | public int getLayoutId() {
28 | return R.layout.activity_login;
29 | }
30 |
31 | @Override
32 | public void init() {
33 | setSupportActionBar(toolbar);
34 | getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_HOME_AS_UP);
35 | getSupportActionBar().setHomeAsUpIndicator(getResources().getDrawable(R.drawable.back));
36 | toolbar.setTitle(R.string.login);
37 | }
38 |
39 | @Override
40 | public boolean onOptionsItemSelected(MenuItem item) {
41 | if (item.getItemId()==android.R.id.home){
42 | finish();
43 | return true;
44 | }
45 | return super.onOptionsItemSelected(item);
46 | }
47 |
48 | @OnClick({R.id.block_sina_weibo_login, R.id.block_tencent_weibo_login})
49 | public void onClick(View view) {
50 | switch (view.getId()) {
51 | case R.id.block_sina_weibo_login:
52 | TextToast.shortShow("暂无新浪微博登录功能");
53 | break;
54 | case R.id.block_tencent_weibo_login:
55 | TextToast.shortShow("暂无腾讯微博登录功能");
56 | break;
57 | }
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/utils/FileManager.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.utils;
2 |
3 | import android.os.Environment;
4 |
5 | import java.io.File;
6 |
7 | /**
8 | * Created by Uphie on 2016/2/26.
9 | * Email: uphie7@gmail.com
10 | */
11 | public class FileManager {
12 |
13 | private static String homeDir;
14 | private static String logDir;
15 | private static String imgDownloadDir;
16 |
17 | /**
18 | * get app's home directory
19 | *
20 | * @return
21 | */
22 | public static String getHomeDir() {
23 | if (homeDir == null) {
24 | if (SysUtil.isSdExist()) {
25 | homeDir = Environment.getExternalStorageDirectory()
26 | .getAbsolutePath() + "/ZhiHuDaily";
27 | } else {
28 | homeDir = Environment.getRootDirectory()
29 | .getAbsolutePath() + "/ZhiHuDaily";
30 | }
31 | } else {
32 | File file = new File(homeDir);
33 | if (!file.exists()) {
34 | file.mkdirs();
35 | }
36 | }
37 | return homeDir;
38 | }
39 |
40 | /**
41 | * get image cache directory
42 | *
43 | * @return
44 | */
45 | public static String getImgCacheDir() {
46 | return getHomeDir() + ImageUtil.TEMP_IMG_CACHE_FOLDER;
47 | }
48 |
49 | /**
50 | * get log directory
51 | *
52 | * @return
53 | */
54 | public static String getLogDir() {
55 | logDir = getHomeDir() + "/log";
56 | File file = new File(logDir);
57 | file.mkdirs();
58 | return logDir;
59 | }
60 |
61 | /**
62 | * get downloaded images' directory
63 | * @return
64 | */
65 | public static String getImgDownloadDir() {
66 | imgDownloadDir = getHomeDir() + "/download";
67 | File file = new File(imgDownloadDir);
68 | file.mkdirs();
69 | return imgDownloadDir;
70 | }
71 |
72 | }
73 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/utils/JsonUtil.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.utils;
2 |
3 |
4 | import com.google.gson.Gson;
5 |
6 | /**
7 | * Created by Uphie on 2015/9/6.
8 | * Email: uphie7@gmail.com
9 | */
10 | public class JsonUtil {
11 | /**
12 | * convert java object to json string
13 | *
14 | * @param object
15 | * @return
16 | */
17 | public static String getJson(Object object) {
18 | return new Gson().toJson(object);
19 | }
20 |
21 | /**
22 | * parse json string into java object
23 | *
24 | * @param json json string
25 | * @param clazz class of target object
26 | * @param
27 | * @return
28 | */
29 | public static T getEntity(String json, Class clazz) {
30 | return new Gson().fromJson(json, clazz);
31 | }
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/utils/TextToast.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.utils;
2 |
3 | import android.content.Context;
4 | import android.widget.Toast;
5 |
6 |
7 | /**
8 | * Created by Uphie on 2015/9/7.
9 | * Email: uphie7@gmail.com
10 | */
11 | public class TextToast {
12 |
13 | private static Context context;
14 |
15 | public static void init(Context ctx){
16 | context=ctx;
17 | }
18 |
19 | public static void shortShow(String content){
20 | if (context==null){
21 | throw new IllegalStateException("TextToast is not initialized");
22 | }
23 | Toast toast= Toast.makeText(context, content, Toast.LENGTH_SHORT);
24 | toast.show();
25 | }
26 | public static void shortShow(int strRes){
27 | if (context==null){
28 | throw new IllegalStateException("TextToast is not initialized");
29 | }
30 | Toast toast= Toast.makeText(context, context.getResources().getText(strRes), Toast.LENGTH_SHORT);
31 | toast.show();
32 | }
33 |
34 | public static void longShow(String content){
35 | if (context==null){
36 | throw new IllegalStateException("TextToast is not initialized");
37 | }
38 | Toast toast= Toast.makeText(context, content, Toast.LENGTH_LONG);
39 | toast.show();
40 | }
41 |
42 | public static void longShow(int strRes){
43 | if (context==null){
44 | throw new IllegalStateException("TextToast is not initialized");
45 | }
46 | Toast toast= Toast.makeText(context, context.getResources().getText(strRes), Toast.LENGTH_LONG);
47 | toast.show();
48 | }
49 | }
50 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/utils/TimeUtil.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.utils;
2 |
3 | import java.text.SimpleDateFormat;
4 | import java.util.Date;
5 | import java.util.Locale;
6 |
7 | /**
8 | * Created by Uphie on 2016/3/14 0014.
9 | * Email:uphie7@gmail.com
10 | */
11 | public class TimeUtil {
12 | private static SimpleDateFormat format=new SimpleDateFormat("MM-dd HH:mm", Locale.getDefault());
13 |
14 | public static String getTime(long time){
15 | Date date=new Date();
16 | date.setTime(time);
17 | return format.format(date);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/app/src/main/java/studio/uphie/zhihudaily/widgets/UListView.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily.widgets;
2 |
3 | import android.content.Context;
4 | import android.util.AttributeSet;
5 | import android.widget.AbsListView;
6 | import android.widget.ListAdapter;
7 | import android.widget.ListView;
8 |
9 | /**
10 | * Created by Uphie on 2015/11/6.
11 | * Email: uphie7@gmail.com
12 | */
13 | public class UListView extends ListView {
14 |
15 | public UListView(Context context) {
16 | super(context);
17 | }
18 |
19 | public UListView(Context context, AttributeSet attrs) {
20 | super(context, attrs);
21 | }
22 |
23 | public UListView(Context context, AttributeSet attrs, int defStyle) {
24 | super(context, attrs, defStyle);
25 | }
26 |
27 | protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
28 | int expandSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 2,
29 | MeasureSpec.AT_MOST);
30 | super.onMeasure(widthMeasureSpec, expandSpec);
31 | }
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/app/src/main/res/anim/ani_splash.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
13 |
14 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/account_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/account_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/account_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/account_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/account_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/account_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/activity_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/activity_close.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_back_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_back_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_forward_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_forward_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_reload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_reload.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_reload_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_reload_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/browser_share_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/browser_share_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/collect.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/collected.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_icon_expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_icon_expand.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_icon_fold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_icon_fold.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_send.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_send.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_sina_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_sina_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_sina_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_sina_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_sina_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_sina_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_share_tencent_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_voted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_voted.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/comment_write.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/comment_write.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_menu_day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_menu_day.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/dark_message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/dark_message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/drawer_activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/drawer_activity.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/drawer_activity_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/drawer_activity_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/editor_profile_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/editor_profile_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/favorites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/favorites.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_a1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_a1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_a2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_a3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_a3.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_a4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_a4.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_b1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_b1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_b2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_b2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_c1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/guide_pic_c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/guide_pic_c2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/home_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/home_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/home_pic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/home_pic.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/ic_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/ic_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_day_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_day_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_night.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/menu_night_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/menu_night_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/news_field_from_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/news_field_from_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/praise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/praise.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/praised.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/praised.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/profile_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/profile_edit.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/profile_edit_done.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/profile_edit_done.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/push_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/push_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_evernote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_evernote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_friends.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_qq.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_wechat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_wechat.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/share_youdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/share_youdao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/sharing_weibo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/sharing_weibo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/splash_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/splash_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/theme_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/theme_add.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/theme_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/theme_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/theme_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/theme_remove.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v4/topbar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-hdpi-v4/topbar_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-ldrtl-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/account_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/account_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/account_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/account_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/account_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/account_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/activity_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/activity_close.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_back_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_back_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_forward_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_forward_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_reload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_reload.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_reload_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_reload_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/browser_share_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/browser_share_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/collect.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/collected.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_icon_expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_icon_expand.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_icon_fold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_icon_fold.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_send.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_send.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_sina_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_sina_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_sina_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_sina_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_sina_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_sina_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_share_tencent_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_voted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_voted.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/comment_write.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/comment_write.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_menu_day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_menu_day.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/dark_message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/dark_message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/drawer_activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/drawer_activity.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/drawer_activity_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/drawer_activity_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/editor_profile_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/editor_profile_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/favorites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/favorites.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_a1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_a1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_a2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_a3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_a3.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_a4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_a4.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_b1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_b1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_b2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_b2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_c1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/guide_pic_c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/guide_pic_c2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/home_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/home_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/home_pic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/home_pic.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/ic_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/ic_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_day_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_day_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_night.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/menu_night_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/menu_night_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/news_field_from_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/news_field_from_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/praise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/praise.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/praised.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/praised.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/profile_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/profile_edit.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/profile_edit_done.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/profile_edit_done.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/push_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/push_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_evernote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_evernote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_friends.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_qq.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_wechat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_wechat.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/share_youdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/share_youdao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/splash_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/splash_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/theme_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/theme_add.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/theme_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/theme_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/theme_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/theme_remove.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v4/topbar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-mdpi-v4/topbar_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-nodpi-v4/daily.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-nodpi-v4/daily.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/account_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/account_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/account_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/account_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/account_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/account_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/activity_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/activity_close.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_back_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_back_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_forward_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_forward_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_reload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_reload.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_reload_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_reload_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/browser_share_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/browser_share_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/collect.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/collected.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_icon_expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_icon_expand.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_icon_fold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_icon_fold.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_send.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_send.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_sina_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_share_tencent_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_voted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_voted.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/comment_write.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/comment_write.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_menu_day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_menu_day.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/dark_message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/dark_message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/drawer_activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/drawer_activity.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/drawer_activity_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/drawer_activity_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/editor_profile_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/editor_profile_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/favorites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/favorites.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_a1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_a1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_a2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_a3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_a3.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_a4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_a4.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_b1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_b1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_b2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_b2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_c1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/guide_pic_c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/guide_pic_c2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/home_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/home_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/home_pic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/home_pic.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/ic_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/ic_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_day_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_day_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_night.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/menu_night_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/menu_night_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/news_field_from_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/news_field_from_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/praise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/praise.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/praised.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/praised.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/profile_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/profile_edit.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/profile_edit_done.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/profile_edit_done.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/push_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/push_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_evernote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_evernote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_friends.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_qq.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_wechat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_wechat.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/share_youdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/share_youdao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/splash_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/splash_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/theme_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/theme_add.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/theme_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/theme_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/theme_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/theme_remove.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v4/topbar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xhdpi-v4/topbar_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/account_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/account_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/account_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/account_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/account_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/account_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/activity_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/activity_close.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_back.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_back_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_back_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_forward_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_forward_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_reload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_reload.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_reload_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_reload_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/browser_share_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/browser_share_2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/collect.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/collected.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_icon_expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_icon_expand.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_icon_fold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_icon_fold.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_send.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_send.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_sina_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_cancel_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_cancel_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_share_tencent_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_voted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_voted.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/comment_write.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/comment_write.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_comment_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_comment_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_comment_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_comment_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_menu_day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_menu_day.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/dark_message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/dark_message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/drawer_activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/drawer_activity.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/drawer_activity_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/drawer_activity_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/editor_profile_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/editor_profile_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/favorites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/favorites.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a3.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_a4.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_b1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_b1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_b2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_b2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_c1.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/guide_pic_c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/guide_pic_c2.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/home_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/home_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/home_pic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/home_pic.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/ic_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/ic_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/management_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/management_new.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_arrow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_avatar.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_day_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_day_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_download_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_download_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_follow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_follow.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_follow_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_follow_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_home.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_night.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/menu_night_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/menu_night_highlight.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_reply.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_reply_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_reply_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_vote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_vote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/message_vote_read.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/message_vote_read.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/news_field_from_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/news_field_from_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/praise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/praise.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/praised.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/praised.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/profile_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/profile_edit.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/profile_edit_done.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/profile_edit_done.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/push_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/push_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_evernote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_evernote.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_friends.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_qq.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_sina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_sina.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_wechat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_wechat.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/share_youdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/share_youdao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/splash_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/splash_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/theme_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/theme_add.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/theme_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/theme_more.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/theme_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/theme_remove.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi-v4/topbar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxhdpi-v4/topbar_icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi-v4/ic_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable-xxxhdpi-v4/ic_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bt_round_cor_highlight.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bt_round_cor_normal.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/card_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/card_light_highlight.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | -
5 |
6 |
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 | -
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/card_light_normal.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | -
5 |
6 |
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 | -
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/daily_spinner_inner_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable/daily_spinner_inner_holo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/dot_empty.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/dot_solid.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/img_shelter.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/login_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable/login_bg.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/selector_btn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/drawable/splash.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/umeng_common_gradient_orange.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/umeng_common_gradient_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_img_detail.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
21 |
22 |
26 |
27 |
28 |
29 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_splash.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
20 |
21 |
25 |
26 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/dialog_update.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
14 |
15 |
25 |
26 |
30 |
31 |
40 |
41 |
50 |
51 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/fragment_home_content.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
14 |
15 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/layout_home_banner.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/layout_menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item_banner.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
12 |
13 |
23 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item_column.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item_recommender.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item_story_label.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/menu_comment.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/menu_img.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/menu_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/menu_story.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/menu_theme.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/values-v21/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
13 |
14 |
15 |
18 |
19 |
--------------------------------------------------------------------------------
/app/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | @color/blue
5 |
6 | @android:color/black
7 | #FF4081
8 | @android:color/white
9 | #00a2ea
10 | #ff669900
11 | #1cc014
12 |
13 | #f3f3f3
14 | #343434
15 | #f0f0f0
16 | #737373
17 | #e5e5e5
18 | #e1e1e1
19 |
20 |
--------------------------------------------------------------------------------
/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
15 |
16 |
17 |
20 |
21 |
26 |
27 |
30 |
31 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/app/src/main/res/values/tb_munion_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #e3e3e3
5 | 正在下载:
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/values/umeng_common_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 正在下载中.
4 | 下载出错啦,请检查网络后继续。
5 | 暂停
6 | 继续
7 | 取消
8 | 正在下载:
9 | 暂停:
10 | 正在下载应用
11 | 正在更新安装包
12 | 请连接网络后再尝试!
13 | 下载失败
14 | 下载完成,请点击安装
15 | 更新完成,请点击安装
16 | 新版本已经准备好,请点击安装
17 |
18 |
--------------------------------------------------------------------------------
/app/src/main/res/values/umeng_update_string.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 未联网
4 | 发现新版本
5 | 最新版本:
6 | 更新内容
7 | 仅需要下载:
8 | 新版本大小:
9 | (提示:非WIFI环境)
10 | 立即更新
11 | 应用更新
12 | 以后再说
13 | 忽略该版
14 | 正在更新中....
15 | 最新版本已下载,是否安装?
16 |
17 |
--------------------------------------------------------------------------------
/app/src/test/java/studio/uphie/zhihudaily/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package studio.uphie.zhihudaily;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.*;
6 |
7 | /**
8 | * To work on unit tests, switch the Test Artifact in the Build Variants view.
9 | */
10 | public class ExampleUnitTest {
11 | @Test
12 | public void addition_isCorrect() throws Exception {
13 | assertEquals(4, 2 + 2);
14 | }
15 | }
--------------------------------------------------------------------------------
/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | jcenter()
6 | }
7 | dependencies {
8 | classpath 'com.android.tools.build:gradle:2.0.0'
9 |
10 | // NOTE: Do not place your application dependencies here; they belong
11 | // in the individual module build.gradle files
12 | }
13 | }
14 |
15 | allprojects {
16 | repositories {
17 | jcenter()
18 | }
19 | }
20 |
21 | task clean(type: Delete) {
22 | delete rootProject.buildDir
23 | }
24 |
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 |
3 | # IDE (e.g. Android Studio) users:
4 | # Gradle settings configured through the IDE *will override*
5 | # any settings specified in this file.
6 |
7 | # For more details on how to configure your build environment visit
8 | # http://www.gradle.org/docs/current/userguide/build_environment.html
9 |
10 | # Specifies the JVM arguments used for the daemon process.
11 | # The setting is particularly useful for tweaking memory settings.
12 | # Default value: -Xmx10248m -XX:MaxPermSize=256m
13 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14 |
15 | # When configured, Gradle will run in incubating parallel mode.
16 | # This option should only be used with decoupled projects. More details, visit
17 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18 | # org.gradle.parallel=true
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Sun Apr 10 12:01:25 CST 2016
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
7 |
--------------------------------------------------------------------------------
/key.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Uphie/ZhiHuDaily/188922708221c66632a1228f2810b947050e304e/key.jks
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------