ekjyot
ekjyot

Reputation: 2227

Android: Dynamically adding images at right to dynamic table rows

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

Answers (1)

Dharmendra
Dharmendra

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

Related Questions