Imageview - 一个小问题
我的问题是,我在相对布局中放置了一个 ImageView 和 6 个 TextView,如下所示...
------------- ---------- ---------
| | |txtview1| |txtview2|
| ImageView | ---------- ---------
| | |txtview3| |txtview4|
| | ---------- ---------
| | |txtview5| |txtview6|
| | ---------- ---------
-------------
但问题是我已将 imageview 设置为 wrap_content...除非我为其设置了大小...它不会显示up... 4 设置图像风格有什么特殊要求吗?
My problem is that i have placed an ImageView and 6 TextViews as below in a relative layout...
------------- ---------- ---------
| | |txtview1| |txtview2|
| ImageView | ---------- ---------
| | |txtview3| |txtview4|
| | ---------- ---------
| | |txtview5| |txtview6|
| | ---------- ---------
-------------
but the problem is that i have set the imageview as wrap_content... and unless i set a size for it... it doesnt show up... is there any special specification needed 4 setting image style?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需执行
布局权重= 1
Just do
Layout weight = 1