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 可以选择减小片段的大小?
示例: 最小宽度 = 200 最大宽度 = 500
查看: 片段 1 - 客户列表 |<->| 片段 - 客户详情
由于片段(通常)创建一个视图,您可以简单地更改视图的大小。但是,它可能会有点慢,具体取决于周围视图的复杂性以及您所针对的 API(因为新的 API 也将 gpu 用于布局阶段)。