package com.wust.myanimation;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
/**
-
ClassName: OneFragment
-
Description:
-
date: 2021/7/18 15:37
-
@author yiqi
-
@QQ 1820762465
-
@微信 yiqiideallife
-
@技术交流QQ群 928023749
*/
public class OneFragment extends Fragment {
@Nullable
@Override
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
return getLayoutInflater().inflate(R.layout.fragment_one,null,false);
}