1.设置背景图片,图片来源于drawable,mipmap;
flightInfoPanel.setBackgroundDrawable(getResources().getDrawable(R.drawable.ic_click));
2.转换字符串为int(颜色);
listItemView.deleteFilghtBg.setBackgroundColor(Color.parseColor("#ff6311"));
1.设置背景图片,图片来源于drawable,mipmap;
flightInfoPanel.setBackgroundDrawable(getResources().getDrawable(R.drawable.ic_click));
2.转换字符串为int(颜色);
listItemView.deleteFilghtBg.setBackgroundColor(Color.parseColor("#ff6311"));