码迷,mamicode.com
首页 > 其他好文 > 详细

Fragment2

时间:2017-12-03 20:55:15      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:and   inf   ati   end   port   creat   undle   app   oid   

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

标签:and   inf   ati   end   port   creat   undle   app   oid   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!