Is there a way to wrap a title in a Android custom dialog box to multiple line ? Without having to make an AlertDialog ?
dialog.setContentView(R.layout.custom_dialog);
dialog.setTitle(itemTitle);
“itemTitle” is sometimes way too long and only half of the text is displayed.
Use popupwindow
http://virenandroid.blogspot.com/2011/11/custom-popupwindow-android.html