Skip to content

Commit fee3e96

Browse files
committed
add GridViewWithHeaderAndFooter
1 parent a5f58ca commit fee3e96

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

English Version/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ Project Address: https://github.com/zzhouj/Android-DraggableGridViewPager
309309
Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
310310

311311
1. GridView-with-Header-and-Footer
312+
312313
Same with `ListView`. It allows you call `addHeaderView()`, `addFooterView` to add views to GridView.
313314
Project Address:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
314315
Renderings:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ Demo地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymmet
446446
效果图:![Renderings](https://raw.githubusercontent.com/felipecsl/AsymmetricGridView/master/screenshots/ss_5_cols.png)
447447

448448
1. GridView-with-Header-and-Footer
449+
449450
`ListView`一样带头部和底部的`GridView`,用法和`ListView`一样
450451
项目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
451452
效果图:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)

繁體中文版/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,
323323
Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
324324

325325
1. GridView-with-Header-and-Footer
326+
326327
`ListView`一樣帶有頭部和底部,用法也一樣簡單
327328
項目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
328329
效果图:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)

0 commit comments

Comments
 (0)