protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_history);
getSupportFragmentManager()
.beginTransaction()
.replace(R.id.ll_container,new HisFragment())//设置显示fragment
.addToBackStack(null)
.commit();
}
3万+

被折叠的 条评论
为什么被折叠?



