如何使列表项变灰?

时间:2012-06-16 12:47:12

标签: android listview

如何完全灰化我的一个列表项,我不是说将背景设置为灰色或某事。其他

    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 ...

1 个答案:

答案 0 :(得分:1)

将视图放入其他所有内容的行中,并将该视图设置为灰色。