tags:

views:

33

answers:

2

Hai All, Can Any One Help me to create Footer in Grid View For Android.

Thanks in Advance, Tilsan

+1  A: 

Put it below the GridView. Have the GridView and the "footer" be inside some container (RelativeLayout, LinearLayout, etc.) and position them accordingly.

CommonsWare
+1  A: 

i have tried this in which i fixed on textview in bottom as my footer. while i m displaying list view items.

http://www.techuv.com/layout-with-butoon-and-textview-fixed-in-bottom/

ud_an