我怎样才能将我的列表项中的一个完全变灰,我并不是说将背景设置为灰色或某事。别的。
public View getView(Context context)
{
View view = _inflater.inflate(R.layout.transfer_item, null);
view.setBackgroundColor(_unmoveable ? 0xFF111111 : Color.TRANSPARENT);
//view.setAlpha(0.5f);//? it says method did not exist ...