TextView
可以使用Drawable
+ SimpleCursorAdapter
化合物吗?
我收到警告:此标记及其子代可以替换为一个<TextView/>
和一个复合drawable ,我不知道如何使用{{ 1}}。
我之前的代码:
SimpleCursorAdapter
我目前的代码:
convertView = mInflater.inflate(R.layout.list_item_group, null);
((TextView) convertView.findViewById(R.id.text)).setText(item.getName());
((TextView) convertView.findViewById(R.id.text)).setCompoundDrawablesWithIntrinsicBounds(item.getIcon(), 0, 0, 0);
谢谢
答案 0 :(得分:0)
如果你想在你的simplecursoradapter中有复合抽象,你可以扩展SimpleCursorAdapter并覆盖setViewText(TextView,String)