什么时候调用android Activity的setTitle实际上会影响标题?
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有所不同,具体取决于您的活动是嵌入式活动还是顶级活动。请参阅
setTitle()
,其中表示:This might vary depending if your activity is an embedded activity or the top-level activity. See the documentation for
setTitle()
, which says: