有没有一种方法可以将Android自定义对话框中的标题包装为多行?无需制作AlertDialog吗?
dialog.setContentView(R.layout.custom_dialog);
dialog.setTitle(itemTitle);
“ itemTitle”有时太长,仅显示一半的文本。
最佳答案
使用弹出窗口
http://virenandroid.blogspot.com/2011/11/custom-popupwindow-android.html
有没有一种方法可以将Android自定义对话框中的标题包装为多行?无需制作AlertDialog吗?
dialog.setContentView(R.layout.custom_dialog);
dialog.setTitle(itemTitle);
最佳答案
使用弹出窗口
http://virenandroid.blogspot.com/2011/11/custom-popupwindow-android.html