Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个用于制作工作文件的 android 应用程序,主屏幕需要显示一些摘要:工作时间、使用的部件、备注……,我怎样才能以最好的方式在 xml 中设计这些框?我需要一个标题,一个摘要内容,可点击,...... android设计指南并没有立即给我一个解决方案,而且很难找到它的例子,所以我知道要使用哪些xml属性,框架布局首先帮助了我,但现在似乎给我带来了一些问题,
提前感谢您的想法。
我建议使用Relative Layout,它是目前最好的布局,需要最低数量。与其他布局相比的行数,并相互对齐视图。如果您希望按比例划分视图,则建议使用使用权重概念的线性布局。