TextView tvText = (TextView)convertView.findViewById(R.id.tvtext); TextPaint textPaint = tvText.getPaint(); textPaint.setFakeBoldText(true);