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
I need to add the imageview at the right side of table row that
Share
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