如何更改标签(Android)?
我写了一个简单的Android项目。主要活动有一个画廊。不同的图片有不同的Activity。如果我单击一张图像,我会转到另一个活动。问题是,如果 Activity 通过 java 代码更改,我该如何更改标签?
I had writen a simple Android project. The main Activity has a gallery. Different pictures have differndt Activity. If I click one image, I would go to another Activity. The question is that how can I change the label, if the Activity change through the java code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只想更改标题栏,请参阅此问题.. 。
If you are just wanting to change the title bar, see this question ...