Android问题,如何修改ListView点击后的颜色?
推荐于2016-05-27 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:117538
获赞数:517163
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。
向TA提问 私信TA
关注
展开全部
parent.getChildAt(position).
这个方法应该是可行的。
View v=parent.getChildAt(position);
v.setTextColor();
如果不行,先这样
for(int i=0;i<parent.getCount();i++){
View w=parent.getChildAt(i);
w.setTextColor(别的color);
}
再
View v=parent.getChildAt(position);
v.setTextColor();
这样试试吧。转载的,供你参考!
这个方法应该是可行的。
View v=parent.getChildAt(position);
v.setTextColor();
如果不行,先这样
for(int i=0;i<parent.getCount();i++){
View w=parent.getChildAt(i);
w.setTextColor(别的color);
}
再
View v=parent.getChildAt(position);
v.setTextColor();
这样试试吧。转载的,供你参考!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询