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.
我想使用 ActivityList,但效果不佳。事实上,我无法选择列表中的任何项目;我只能在从菜单中选择“添加项目”等选项后才能做到这一点。为什么 ?
我刚刚发现了这个错误:使用android:animateLayoutChanges="true"ListView 布局中的选项会阻止您选择 ListView 的任何项目;你可以这样做,只有在添加一个新项目并返回到 ListView 之后。我使用最新的 SimpleCursorAdapter 和 v4 支持库附带的那个错误时遇到了这个错误。
android:animateLayoutChanges="true"
希望它有所帮助(我浪费了很多时间!)