Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如上所示,如何在 actionbarsherlock 选项卡式片段布局中添加新片段?我想在“新”按钮单击时添加并显示新片段。
这解决了这个问题。
fragmentTransaction.add(android.R.id.content,myFragment,"MyId");