android - Can I ellipsize a dialog title? -
I have a theme that is running as a theme. Dialog Can I set my title in the "Elysz" genre? Currently, text is being populated in onCreate () with set (), no one is there. Setup you like on the text view.
Or, am I the only option to write and set the title style there? I want to know that that path is possible before going down.
Clear & amp; Easy to use without a custom view:
TextView tv = (TextView) dialog.findViewById (android.R.id.title); Tv.setEllipsize (TextUtils.TruncateAt.END);
Comments
Post a Comment