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.
当我调用 setContentView(layout..) 时,它会切换到布局。它只加载一个 TextView 而不是我的 ListView。我没有阻塞UI 线程。
在 LogCat 中有一条奇怪的消息:“maxScrollFactorString = null”。布局在模拟器中加载得很好。
我在 Google 中没有找到任何东西,这似乎是平台/设备特定的错误。
有人可以帮忙吗?我需要知道如何使布局完全加载。
该设备是配备 Android 2.3.3 的华为 U8510。