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
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
Put it below the GridView
. Have the GridView
and the "text or button" be inside some container (RelativeLayout
, LinearLayout
, etc.) and position them accordingly.