在Adapter的getView中
if (position % 2 == 0)
holder.shoucangbt.setBackgroundColor(
Color.rgb(246, 246, 246));
else
convertView.findViewById(R.id.shoucangbt).setBackgroundColor(
Color.rgb(235, 235, 235)
);
2023-10-03 14:34:58
在Adapter的getView中
if (position % 2 == 0)
holder.shoucangbt.setBackgroundColor(
Color.rgb(246, 246, 246));
else
convertView.findViewById(R.id.shoucangbt).setBackgroundColor(
Color.rgb(235, 235, 235)
);