|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
package com.example.leudaemialikeme;
|
|
|
|
|
package com.example.leudaemialikeme.Activity;
|
|
|
|
|
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
|
import android.view.View;
|
|
|
|
@ -11,6 +11,12 @@ import androidx.fragment.app.Fragment;
|
|
|
|
|
import androidx.fragment.app.FragmentManager;
|
|
|
|
|
import androidx.fragment.app.FragmentTransaction;
|
|
|
|
|
|
|
|
|
|
import com.example.leudaemialikeme.Fragment.CommunityFragment;
|
|
|
|
|
import com.example.leudaemialikeme.Fragment.IndexFragment;
|
|
|
|
|
import com.example.leudaemialikeme.Fragment.MessageFragment;
|
|
|
|
|
import com.example.leudaemialikeme.Fragment.MyFragment;
|
|
|
|
|
import com.example.leudaemialikeme.R;
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|