我有一个自定义对话框,如果可能的话,我想在标题上添加一个触控侦听器。
我可以使用自定义文本设置标题,但我不确定如何检索标题以实现此目的。
这可能吗?到目前为止,唯一可证明的代码是创建和设置对话框标题的代码。
//Creating and setting the title of the dialog
final Dialog dialog = new Dialog(activity);
dialog.setTitle(title);
答案 0 :(得分:0)
这可能吗?
是,强>
如何?