Yorumlar
Estağfurullah, rica ederim. İyi çalışmalar dilerim.
Çok teşekkür ederim
Rica ederim.
buraya nasıl ekleyebilirim
if (holder instanceof UViewHolder) {
final list_model listP = list.get(position);
((UViewHolder) holder).tur.setText(listP.tur);
if (listP.degisim!=null){
((UViewHolder) holder).degisim.setVisibility(View.VISIBLE);
((UViewHolder) holder).degisim.setText(listP.degisim);
if (listP.degisim.charAt(0)=='-'){
((UViewHolder) holder).degisim.setBackgroundColor(mContext.getColor(R.color.acikkirmizi));
((UViewHolder) holder).degisim.setTextColor(mContext.getColor(R.color.kkirmizi));
}
else{
((UViewHolder) holder).degisim.setBackgroundColor(mContext.getColor(R.color.yesil));
((UViewHolder) holder).degisim.setTextColor(mContext.getColor(R.color.koyuyesil));
}
Aynı listwiewdeki yazının rengini değiştirmede kullanıyorum fakat icon belirleyeceğim oda değişsin istiyorum
Teşekkür ederim, elinize sağlık.
Aynen ben karıştırdım. Çok teşekkür ederim