我在布局中找不到id

时间:2015-08-26 03:16:47

标签: android listview find

当自定义列表视图时,在方法getView中我使用ImageView

sed -n '$=' test.txt > counter.txt
set /P Var=< counter.txt
echo 0 >> test.txt

我在我的布局中没有找到id listlist.My代码如下:

img=view.findViewById();

1 个答案:

答案 0 :(得分:0)

使用这行代码

 ImageView img=(ImageView)view.findViewById(R.id.imageId);

将imageId替换为布局中图像的id。 `