Reputation: 2227
I need to add the imageview at the right side of table row that is generated dynamically.. I have added imageviews to table rows.. How to add images at right i.e. set gravity to right. Can anyone help me over this? Thanks
Upvotes: 2
Views: 908
Reputation: 33996
You have to create a XML file for table row and Using LayoutInflater you can get a view from that XML file.
You have to study about Layout Inflater
Upvotes: 1