# zhihudemo **Repository Path**: xiaofi/zhihudemo ## Basic Information - **Project Name**: zhihudemo - **Description**: 模仿知乎安卓客户端 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2017-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #知乎仿android客户端 用到的知识点 > * DrawerLayout > * Toolbar > * listview保持按下状态 > * 页面右滑关闭 用到的项目 > * [SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout) > * [smoothprogressbar](https://github.com/castorflex/SmoothProgressBar) > * [ActionBar-PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) > * [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip) 像是TabPageIndicator的升级版,indicator可以随着viewpager移动而移动 原版的链接是这个https://github.com/astuetz/PagerSlidingTabStrip) 但是原版没法改选中时候标题的文字颜色 ![截图1](http://git.oschina.net/gaoxiang303/zhihudemo/raw/master/snapshots/1.png) ![截图2](http://git.oschina.net/gaoxiang303/zhihudemo/raw/master/snapshots/2.png)