Android:动态地将图像添加到动态表格行的右侧
我需要在动态生成的表行的右侧添加图像视图。 我已将图像视图添加到表行中。如何在右侧添加图像,即将重力设置为右侧。 有人能帮我解决这个问题吗? 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须为表行创建一个 XML 文件,然后使用 LayoutInflater 您可以从该 XML 文件获取视图。
你必须学习Layout Inflater
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