我在我的应用程序中使用android.R.layout.simple_list_item_checked
a listview
。但我无法选择已选中的列表项。
这是代码
ArrayAdapter<String> arrayadapter = new ArrayAdapter<String>(Selectfarmer.this, android.R.layout.simple_list_item_checked,arraylistfarmer);
lvselectfarmer.setAdapter(arrayadapter);