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 的问题。可以在一个浏览器中混合纵向和横向方向吗?具体来说,一些页面是纵向的,而其他页面是横向的。
谢谢。
您可以从适配器重写方法getWidth(int)以更改每个页面的宽度,并随之更改它们的比例。