使用 ViewFlipper 更新高度
我希望能够更新 ViewFlipper 的每个子项的高度。这可能吗,因为我永远找不到 ViewFlipper 和更新高度或宽度的任何 API 文档。
I want to be able to update height on every child of the ViewFlipper. Is this possible as I could never find any API documentation for ViewFlipper and updating the height or width.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用
它只会获取可见子项的高度和宽度
just use
It will take height, and width of visible child only
你只需要循环遍历:
You're just going to have to loop through: