views:

32

answers:

0

I have an Activity running as a Theme.Dialog. Can I set its title to an "ellipsize" style? Currently, the text is being populated in onCreate() with setText(). There's no this.setEllipsize() like on TextView.

Or, is my only option to write a Custom Dialog and set the title style there? I'd like to know if that's possible before heading down that path.