Joh*_*lin 8 android android-layout
你怎么用
<item android:drawable="@drawable/ic_launcher" android:state_activated="true"/>
Run Code Online (Sandbox Code Playgroud)
应用程序中的列表视图项目也应该在设备<11上运行?
由于activated_state 在HC之前不可用,我只能想到两个肮脏的解决方法:
Activity.ListAdapter但任何一个都令人满意.(getListView().setChoiceMode(...)没有效果,......)
还有其他想法吗?