首页 > 其他 > 详细

Fragment2

时间:2017-12-03 20:24:41      阅读:191      评论:0      收藏:0      [点我收藏+]
package com.example.week;

import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;

/**
* Created by 生哥 on 2017/12/2.
*/

public class Fragment4 extends Fragment {
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment4,container,false);
return view;
}
}

Fragment2

原文:http://www.cnblogs.com/wangwensheng/p/7966972.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!