Android XML 布局
如何在我的 xml 文件中定义以下布局:
我希望您从我想要显示的图像中得到它TextView1 在第一行,在第二行,TextView2 在左侧,TextView3 在右侧。
我如何定义这个布局?
我知道layout_gravity属性但没有成功,所以请分享你的代码
How do i define a following layout in my xml file:
I hope you got it from image that i want to display TextView1 on 1st Row, and in 2nd Row, TextView2 on Left and TextView3 on Right side.
How do i define this layout?
i know the layout_gravity attribute but not getting success, so pls share your code
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为这可以解决您的问题
我认为新的解决方案适合您
ki 现在已经完美了
I think this solve your problem
new solution work fine i think for you
k i got perfect one now
例如,以下布局声明了您需要的内容:
For example, the following layout declares what you need:
布局文件如下所示:
The Layout file looks like below:
最后,我用 belox xml 代码实现了,它对我来说工作正常:
Finally, i have implemented with belox xml code, its working fine for me: