为单个活动加载两个布局
我有两个 layout.xml
文件。我需要在活动中加载任一 XML。假设最初我将使用 SetContentView
加载一个活动,如果完成 button
单击,那么我必须加载另一个 layout.xml
文件。
我该怎么做?
这种改变在活动中会经常进行。
I'm having two layout.xml
files. I need to load either one of the XML in a activity. Say initially i will be loading an activity using SetContentView
and if a button
click is done then i have to load another layout.xml
file.
How can i do this?
This change will be frequently done in the activity.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您有
layout1.xml
和layout2.xml
使用
Careful
Say you have
layout1.xml
andlayout2.xml
Change between them using
Careful
调用
并在您的 onClick() 方法中调用
call
and in your onClick() method, call