diff --git a/presentation/src/main/java/com/connectcrew/presentation/screen/feature/mypage/HoneyGradeInfoFragment.kt b/presentation/src/main/java/com/connectcrew/presentation/screen/feature/mypage/HoneyGradeInfoFragment.kt new file mode 100644 index 0000000..eb9f61a --- /dev/null +++ b/presentation/src/main/java/com/connectcrew/presentation/screen/feature/mypage/HoneyGradeInfoFragment.kt @@ -0,0 +1,14 @@ +package com.connectcrew.presentation.screen.feature.mypage + +import android.os.Bundle +import android.view.View +import com.connectcrew.presentation.R +import com.connectcrew.presentation.databinding.FragmentHoneyInfoBinding +import com.connectcrew.presentation.screen.base.BaseFragment + +class HoneyGradeInfoFragment: BaseFragment(R.layout.fragment_honey_info) { + + override fun onViewCreated(view: View, savedInstanceState: Bundle?) { + super.onViewCreated(view, savedInstanceState) + } +} \ No newline at end of file diff --git a/presentation/src/main/res/drawable/ic_sad_face.xml b/presentation/src/main/res/drawable/ic_sad_face.xml new file mode 100644 index 0000000..9a5d5c9 --- /dev/null +++ b/presentation/src/main/res/drawable/ic_sad_face.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/presentation/src/main/res/drawable/ic_smile_face.xml b/presentation/src/main/res/drawable/ic_smile_face.xml new file mode 100644 index 0000000..63931de --- /dev/null +++ b/presentation/src/main/res/drawable/ic_smile_face.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/presentation/src/main/res/drawable/img_change_grade.xml b/presentation/src/main/res/drawable/img_change_grade.xml new file mode 100644 index 0000000..92cf11d --- /dev/null +++ b/presentation/src/main/res/drawable/img_change_grade.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation/src/main/res/drawable/img_honey_grade.xml b/presentation/src/main/res/drawable/img_honey_grade.xml new file mode 100644 index 0000000..5fa4c55 --- /dev/null +++ b/presentation/src/main/res/drawable/img_honey_grade.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation/src/main/res/layout/fragment_honey_info.xml b/presentation/src/main/res/layout/fragment_honey_info.xml new file mode 100644 index 0000000..bed6792 --- /dev/null +++ b/presentation/src/main/res/layout/fragment_honey_info.xml @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/presentation/src/main/res/values/strings.xml b/presentation/src/main/res/values/strings.xml index aaa600d..4a331a5 100644 --- a/presentation/src/main/res/values/strings.xml +++ b/presentation/src/main/res/values/strings.xml @@ -296,4 +296,27 @@ 최대 %d장까지 선택 가능합니다. 가져올 수 있는 이미지가 없습니다. 이미지 추가 + + + 꿀단지 단위 + 꿀벌은 역할이 분화된 고도의 사회성을 가진 집단이에요. + 복슬복슬 토실토실 귀엽기도 하죠? + 벌꿀은 색깔에 따라 등급이 결정돼요. + 꿀을 얼마나 채우면 꿀단지가 업그레이드 되나요? + 꿀을 모으는 방법을 알려주세요! + + 이렇게 하면 꿀을 획득할 수 있어요! + + 회원가입 + + 프로젝트 지원 후 수락하거나 수락 받기 + + 프로젝트 완수 + + 완수한 프로+젝트 수 증가 + + 포트폴리오 첨부 + + 이렇게 하면 꿀을 잃게 돼요. + - 신고 누적으로 프로젝트가 삭제된 경우 + - 신고를 많이 받은 경우 + - 내보내기를 당한 경우 + - 포트폴리오 삭제 + - 1년동안 미접속시 + \ No newline at end of file