如何在表格行中动态调整文本视图宽度
每个表格行都有以下组件
我有一个简单的表格布局, 文本视图|图像视图2 |图像视图2
文本视图数据由数据库提供。
如何设置 widthof(textview) = widthof(screen)-[(widthof(imageview1)+widthof(imageview2)+widthof(imageview3)]
i have a simple tablelayout each table row has the following components
image view1 | Text view | Image view2 |Image View2
The text view data is provided from the database.
how to set widthof(textview) = widthof(screen)-[(widthof(imageview1)+widthof(imageview2)+widthof(imageview3)]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这个来获取宽度
Try this to get the width