Skip to content

Commit 5e7b750

Browse files
committed
add EasySlidingTabs and EasyRecyclerView
1 parent fca02b1 commit 5e7b750

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,16 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
276276
一个包含有趣的动画的自定义下拉刷新布局
277277
项目地址:https://github.com/tuesda/CircleRefreshLayout
278278
效果图:
279-
![Renderings](https://raw.githubusercontent.com/tuesda/CircleRefreshLayout/master/gif/circlerefresh.gif)
279+
![Renderings](https://raw.githubusercontent.com/tuesda/CircleRefreshLayout/master/gif/circlerefresh.gif)
280+
281+
1. EasyRecyclerView
282+
一款简单易用的EasyRecyclerView
283+
1.提供EasyRecyclerView,不需要写太多RecyclerView的配置代码
284+
2.提供好一个可以适配单布局和多布局的RecyclerViewAdapter
285+
3.提供了分割线的实现类,只需要传入一个DrawableId
286+
项目地址:https://github.com/CaMnter/EasyRecyclerView
287+
288+
280289

281290

282291
#### 二、ActionBar
@@ -525,6 +534,13 @@ App
525534
![Renderings]( https://github.com/THEONE10211024/CircleIndicator/blob/master/demo/outside.gif)
526535
![Renderings]( https://github.com/THEONE10211024/CircleIndicator/blob/master/demo/solo.gif)
527536

537+
1. EasySlidingTabs
538+
一款简单、易用的滑动标签页
539+
项目地址: https://github.com/CaMnter/EasySlidingTabs
540+
效果图:
541+
![Renderings](https://raw.githubusercontent.com/CaMnter/EasySlidingTabs/master/readme/readme_easy_sliding_tabs_1.png)
542+
543+
528544
#### 五、GridView
529545
1. StaggeredGridView
530546
允许非对齐行的 GridView,类似 Pinterest 的瀑布流,并且跟 ListView 一样自带 View 缓存,继承自 ViewGroup

0 commit comments

Comments
 (0)