tags:

views:

22

answers:

1

Hi friends

i am using grid view for display images,so i want to add text or button ie "Next Images" gridview end,its like footer of grid view,anybody knows please give answer to me...

Thanks all

A: 

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

CommonsWare