I have a TextView title. I need it showing half of text bold and other half not bold. The way I set it is shown below:
category.getName() -- > Bold "urinary tract infection" ---->not bold
title.setText(category.getName()+ "\n(urinary tract infection)");
How do I achieve this?
(urinary tract infection)")); – Tasos Sep 15 '16 at 19:56