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.
我需要创建一个屏幕是键盘的活动。顶部显示 PIN,下方是大按钮,数字 0 到 9 排列成 4 行 3 列(包括删除键和确定按钮)。键盘需要根据不同的屏幕尺寸调整其按钮的大小。这样做的首选方法是什么?应该仅使用相对布局还是使用线性布局或两者都使用(可以完成)?
线性布局和权重应该可以解决问题。
有关更多信息,请参阅此问题