Skip to content

Commit 9b04ea2

Browse files
committed
add GridViewWithHeaderAndFooter
1 parent afb4130 commit 9b04ea2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

English Version/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ Zaker style grid view pager, support dragging & rearrange, using as zaker's main
308308
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

311-
11. GridView-with-Header-and-Footer
312-
Same with `ListView`. It allows you call `addHeaderView()`, `addFooterView` to add views to GridView.
313-
Project Address:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
314-
Renderings:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
311+
1. GridView with Header and Footer
312+
Same with `ListView`. It allows you call `addHeaderView()`, `addFooterView` to add views to GridView.
313+
Project Address:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
314+
Renderings:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
315315
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
316316

317317
#### 6. ImageView

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,10 @@ 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)
447-
448-
1. GridView-with-Header-and-Footer
449-
和ListView一样带头部和底部的GridView,用法和ListView一样
446+
效果图:![Renderings](https://raw.githubusercontent.com/felipecsl/AsymmetricGridView/master/screenshots/ss_5_cols.png)
447+
448+
1. GridView with Header and Footer
449+
`ListView`一样带头部和底部的`GridView`,用法和`ListView`一样
450450
项目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
451451
效果图:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
452452
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

繁體中文版/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,
322322
項目地址:https://github.com/zzhouj/Android-DraggableGridViewPager
323323
Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
324324

325-
11. GridView-with-Header-and-Footer
326-
`ListView`一樣帶有頭部和底部,用法也一樣簡單
327-
項目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
328-
效果图:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
325+
1. GridView with Header and Footer
326+
`ListView`一樣帶有頭部和底部,用法也一樣簡單
327+
項目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
328+
效果图:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
329329
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
330330

331331
#### 六、ImageView

0 commit comments

Comments
 (0)