Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.64k stars 381 forks source link

Multiline detail label #41

Open riki-dexter opened 6 years ago

riki-dexter commented 6 years ago

Hi, I like your library so much but if I use a multiline detail label in setDetailsLabel() method this label is left aligned and not centered. I think that TextView should have a center gravity.

Thank you!

schermata 2018-03-16 alle 12 18 17
riki-dexter commented 6 years ago

UP

G-Steve-E commented 5 years ago

I'm having the same issue. Has anyone fixed the centering issue with "setDetailsLabel()"? Thanks!