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.
我是片段的新手,我有 2 个片段,其中一个是 ListFragment。此片段中的 lisview 包含设备列表,并使用数据库光标适配器填充。另一个片段包含图像视图。问题是,只要数据库中有一些更新(与任何设备相关),设备列表片段就会更新(这很好),但随着第二个片段也被重新加载或刷新。所有的缩放都丢失了,图像恢复到原来的大小。
请帮忙,我在这方面浪费了很多时间。