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.
我想为 ViewPager 显示占据 Android 设备整个宽度和高度的图像,并实现我同时拥有 4x3 和 16x9 图像。
有没有办法以编程方式更改图像集,使其适合(几乎全屏)Android设备?
您可以将图像放在适当的 res/drawable 文件夹中。
例如,您可以将 16/9 图像放入drawable-long,将 4/3 图像放入drawable-notlong.
drawable-long
drawable-notlong
看到这个