0

well i have gridview , which pulls the images from server & display it in gridview, i want to add related text to each image.it must look like the below image. How to achive that ?

enter image description here

Uday
  • 1,619
  • 3
  • 23
  • 48

1 Answers1

1

in order to fill a GridView you got to create an item(Xml layout); then in the adapter you'll got to inflate it and fill it up; so you are able just to create a FrameLayout with an image and a textView with gravity bottom and background #66666666 where #AARRGGBB AA-is an alfa chanel(transparecy);

Alex
  • 1,416
  • 1
  • 14
  • 24