以编程方式对齐?
我附上了一张图片。在该图像中,一个复选框和微调器处于未定义的位置。我正在使用绝对布局,但我也无法将其修复到任何地方。所以,我需要以编程方式设置它们。这可能吗?任何人都可以帮助我。提前致谢。
I've attached one image. In that image one checkbox and spinner are in undefined position. I'm using Absolute layout but also, i can't fix that to wherever. So, i need to set those by programmatically. Is this possible? Anyone help me. Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Praveen 如果您提供 XML 文件将会很有帮助。绝对布局类已被弃用的任何方式都可以尝试使用框架布局或相对布局。与没有绝对定位的其他类型的布局相比,绝对布局不太灵活且更难以维护。
Praveen It would be helpful if you put up your XML file. Any way absolute layout class has been deprecated try using frame layout or RelativeLayout. Absolute layouts are less flexible and harder to maintain than other types of layouts without absolute positioning.