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.
我尝试了很多次但没有成功创建在所有设备上看起来都一样的网格(图片库)。通常很容易的任务......似乎我在这里错过了一些东西。换个说法:网格列必须填充设备屏幕,图像必须调整大小以适应宽度并且必须保持比例。
您可以使用 GridView 并将列设置为 3,然后根据需要分配适配器。
另一种选择是为每一行使用 LinearLayout 并将每个对象的权重分配给总权重的 0.33。