Skip to content

Commit 3f84f55

Browse files
committed
Merge pull request #278 from anzewei/master
Add NestRefreshLayout
2 parents 0b0e731 + 9e6d5a7 commit 3f84f55

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
309309
效果图:
310310
![Renderings](https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif)
311311

312+
1. NestRefreshLayout
313+
下拉刷新及加载更多控件,支持多种View,可以自定义Header和Footer
314+
由于实现了NestedScrollingChild和NestedScrollingParent所以与Support-Design兼容,可以配合CollapsingToolbarLayout使用
315+
项目地址:https://github.com/anzewei/NestRefreshLayout
316+
Demo 地址:https://github.com/anzewei/NestRefreshLayout/blob/master/ext/sample-debug.apk?raw=true
317+
312318
#### 二、ActionBar
313319
1. ActionBarSherlock
314320
为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题
@@ -1323,6 +1329,12 @@ Android 扁平化风格的组件,支持一些自定义样式
13231329
Demo 地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo
13241330
APP 示例:知乎
13251331

1332+
1. ParallaxBackLayout
1333+
视差滑动返回的 Activity
1334+
项目地址:https://github.com/anzewei/ParallaxBackLayout
1335+
Demo 地址:https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/demo.apk?raw=true
1336+
效果图:![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)
1337+
13261338
1. android-styled-dialogs
13271339
可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式
13281340
项目地址:https://github.com/inmite/android-styled-dialogs
@@ -2617,6 +2629,11 @@ dagger 的 intellij 插件
26172629
项目地址:https://github.com/zzz40500/GsonFormat
26182630
效果图:![Renderings](https://camo.githubusercontent.com/fbf4b89e2ec64e80d351f725d11762ebd2b7a515/687474703a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f3136363836362d303766333038346262363735386566612e676966)
26192631

2632+
1. Json2Class
2633+
根据Json生成Java文件的Android Studio/IntelliJ IDEA 插件,并且可以选择Parcelable或者Serializable
2634+
项目地址:https://github.com/anzewei/Json2Class
2635+
效果图:![Renderings](https://raw.githubusercontent.com/anzewei/Json2Class/master/screenshot/screenshot_15002.png)
2636+
26202637
1. 9-Patch-Resizer
26212638
自动生成 png 及点 9 图片的不同分辨率版本
26222639
项目地址:https://github.com/redwarp/9-Patch-Resizer

0 commit comments

Comments
 (0)