diff --git a/app/src/main/java/ru/myitschool/work/ui/profile/ProfileFragment.java b/app/src/main/java/ru/myitschool/work/ui/profile/ProfileFragment.java new file mode 100644 index 0000000..7355bf6 --- /dev/null +++ b/app/src/main/java/ru/myitschool/work/ui/profile/ProfileFragment.java @@ -0,0 +1,35 @@ +package ru.myitschool.work.ui.profile; + +import android.os.Bundle; + +import androidx.fragment.app.Fragment; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; + +import ru.myitschool.work.R; + +/** + * A simple {@link Fragment} subclass. + * Use the {@link ProfileFragment#newInstance} factory method to + * create an instance of this fragment. + */ +public class ProfileFragment extends Fragment { + + + + + @Override + public void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + + } + + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, + Bundle savedInstanceState) { + // Inflate the layout for this fragment + return inflater.inflate(R.layout.fragment_profile, container, false); + } +} \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_user.png b/app/src/main/res/drawable/ic_user.png new file mode 100644 index 0000000..53fef60 Binary files /dev/null and b/app/src/main/res/drawable/ic_user.png differ diff --git a/app/src/main/res/layout/employees_fragment.xml b/app/src/main/res/layout/employees_fragment.xml new file mode 100644 index 0000000..4f7fdde --- /dev/null +++ b/app/src/main/res/layout/employees_fragment.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml new file mode 100644 index 0000000..b3164fe --- /dev/null +++ b/app/src/main/res/layout/fragment_profile.xml @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_redact_profile.xml b/app/src/main/res/layout/fragment_redact_profile.xml new file mode 100644 index 0000000..fc62370 --- /dev/null +++ b/app/src/main/res/layout/fragment_redact_profile.xml @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4bec334..d2642c4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -23,4 +23,16 @@ Профиль Офис Сканировать + + Hello blank fragment + Информация о сотруднике + Редактировать + Заблокировать + ФИО + Должность + ID + Номер телефона + Электронная почта + Изменить фото профиля + Настройка профиля \ No newline at end of file