我想得到一个imageview的背景图片的名称,但我的代码显示了imageview的id。
ListView lst = list.get(0);
RelativeLayout view = (RelativeLayout) lst.getChildAt(i);
ImageView imgV = (ImageView) view.getChildAt(1);
String checkBoxBtn = imgV.getResources().getResourceEntryName(imgV.getId()).toString();
请帮助
答案 0 :(得分:0)
名称未存储。您必须将其存储在变量中。