Skip to content

Commit 0cd4c79

Browse files
committed
add GridViewWithHeaderAndFooter
1 parent fee3e96 commit 0cd4c79

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

English Version/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,9 @@ Demo视频:http://youtu.be/FYTSRfthSuQ
306306
1. Android-DraggableGridViewPager
307307
Zaker style grid view pager, support dragging & rearrange, using as zaker's main screen.
308308
Project Address: https://github.com/zzhouj/Android-DraggableGridViewPager
309-
Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
310-
311-
1. GridView-with-Header-and-Footer
309+
Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
312310

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,9 @@ Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-gri
443443
一个支持跨行和跨列可变Item大小的GridView
444444
项目地址:https://github.com/felipecsl/AsymmetricGridView
445445
Demo地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymmetricgridview.app
446-
效果图:![Renderings](https://raw.githubusercontent.com/felipecsl/AsymmetricGridView/master/screenshots/ss_5_cols.png)
446+
效果图:![Renderings](https://raw.githubusercontent.com/felipecsl/AsymmetricGridView/master/screenshots/ss_5_cols.png)
447447

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

繁體中文版/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,9 @@ Demo視頻:http://youtu.be/FYTSRfthSuQ
320320
1. Android-DraggableGridViewPager
321321
Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的多屏效果,可屏幕自動左右滾動進行Item移動交換,單屏效果見上面DraggableGridView
322322
項目地址:https://github.com/zzhouj/Android-DraggableGridViewPager
323-
Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
324-
325-
1. GridView-with-Header-and-Footer
323+
Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
326324

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

0 commit comments

Comments
 (0)