I have a progress dialog and I want to display text message like below
- Downloading
- Decompressing
Can I display “1. Downloading” in green and “2. Decompressing” red. where as my code is
mProgressDialog.setMessage("1. Downloading \n 2. Decompressing");
Look at this code.