什么时候调用android Activity的setTitle实际上会影响标题?

发布于 2024-12-01 05:34:02 字数 138 浏览 0 评论 0原文

使用 Eclipse 在模拟器中调试 Android 应用程序。 执行 Activity.setTitle() 后,我期望模拟的标题 应用程序要更改,但它没有。新的在什么时候 应用程序标题实际上显示吗? 如果我想强制当时立即显示,我还需要拨打任何其他电话吗?

using eclipse to debug an android application in the emulator.
upon executing activity.setTitle() i expect the title of the emulated
application to be changed but it does not. at what point does the new
app title actually show?
do i have to make any other calls if i want to force it to be shown immediately at that time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味拾荒者 2024-12-08 05:34:02

这可能会有所不同,具体取决于您的活动是嵌入式活动还是顶级活动。请参阅 setTitle(),其中表示:

更改与此活动相关的标题。如果这是顶级
活动时,其窗口的标题将会更改。 如果是嵌入式
Activity,父级可以用它做任何它想做的事情

This might vary depending if your activity is an embedded activity or the top-level activity. See the documentation for setTitle(), which says:

Change the title associated with this activity. If this is a top-level
activity, the title for its window will change. If it is an embedded
activity, the parent can do whatever it wants with it
.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文