I'm looking for an easy way to change the textsize in a ProgressDialog. I know that I could create a custom progressdialog, but is there any other easier solution for this?
            Asked
            
        
        
            Active
            
        
            Viewed 488 times
        
    1
            
            
        - 
                    Have a look at this question http://stackoverflow.com/questions/16043140/progressdialog-change-text-size – Kailash Ahirwar Sep 18 '13 at 06:07
 - 
                    http://stackoverflow.com/questions/16043140/progressdialog-change-text-size. check my answer using spannable string – Raghunandan Sep 18 '13 at 06:08
 - 
                    1I have found this solution already, but it seems me not a good way or a also complicated way. – silvia_aut Sep 18 '13 at 06:08
 - 
                    but maybe the easiest solution anyway. hm. thanks. – silvia_aut Sep 18 '13 at 06:11
 - 
                    Then you better go with custom progress box on top your layout. – Kailash Ahirwar Sep 18 '13 at 06:14
 - 
                    check this out using android.text.html fromHtml() http://stackoverflow.com/questions/6595390/android-progressdialog-fontsize-change – Kailash Ahirwar Sep 18 '13 at 06:16
 - 
                    Also found this solution. But now I do it with the SpannableString. Thanks. – silvia_aut Sep 18 '13 at 06:21