gpt4 book ai didi

android - 更新 DialogFragment 消息运行时

转载 作者:行者123 更新时间:2023-11-29 01:29:54 25 4
gpt4 key购买 nike

如何在运行时更新 DialogFragment 消息?
请看我的代码:

CustomDialog dialog = CustomDialog.getInstance(generator);
dialog.setCancelable(false);
dialog.show(getFragmentManager(), "backup_progress");
while(progressBarStatus)
{
Thread.sleep(1000);
TextView messageTextView = (TextView) dialog.getDialog().findViewById(R.id.custom_progress_dialog_message);
messageTextView.setText(message);
getDialog().findViewById(R.id.custom_progress_dialog_message).invalidate();
}

演出结束后我想更改对话框消息但它抛出异常,我认为我的方法是错误的

最佳答案

你刚试过吗:

setTitle("new text")

我认为这就是您想要实现的目标。如果不是,我很抱歉,我误解了。

关于android - 更新 DialogFragment 消息运行时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31774180/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com