Skip to content

feat:5주차 미션_묵은지#39

Open
mookeunji05 wants to merge 18 commits intomainfrom
mookeunji-5
Open

feat:5주차 미션_묵은지#39
mookeunji05 wants to merge 18 commits intomainfrom
mookeunji-5

Conversation

@mookeunji05
Copy link
Copy Markdown
Collaborator

@mookeunji05 mookeunji05 commented Apr 29, 2026

📌 PR 제목

🔗 관련 이슈

Closes #이슈번호

✨ 변경 사항

  • 기능1 추가
  • UI 수정
  • 버그 수정

🔍 테스트

  • 테스트 완료
  • 에러 없음

📸 스크린샷 (선택)

image

🚨 추가 이슈

@mookeunji05 mookeunji05 changed the title 5주차 미션 묵은지 5주차 미션_묵은지 Apr 29, 2026
@mookeunji05 mookeunji05 changed the title 5주차 미션_묵은지 feat:5주차 미션_묵은지 Apr 29, 2026
Comment on lines +50 to +68
<LinearLayout
android:id="@+id/layout_menu"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:gravity="center"
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btn_edit_profile">

<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="주문" android:textColor="#555555" />
<View android:layout_width="1dp" android:layout_height="12dp" android:layout_marginHorizontal="15dp" android:background="#DDDDDD" />
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="패스" android:textColor="#555555" />
<View android:layout_width="1dp" android:layout_height="12dp" android:layout_marginHorizontal="15dp" android:background="#DDDDDD" />
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="이벤트" android:textColor="#555555" />
<View android:layout_width="1dp" android:layout_height="12dp" android:layout_marginHorizontal="15dp" android:background="#DDDDDD" />
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="설정" android:textColor="#555555" />
</LinearLayout>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아이콘 이미지가 없고 하단바가 가려진 상태에요!

Copy link
Copy Markdown
Collaborator

@jeongkyueun jeongkyueun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

주문 패스 이벤트 설정에 아이콘 추가하고, 회원가입일 추가하시고 네비게이션바가 잘려서 보이는 거 같아요 !

Comment on lines +10 to +17
<ImageView
android:id="@+id/iv_profile_user"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginTop="40dp"
android:scaleType="centerCrop"
android:clipToOutline="true"
app:layout_constraintEnd_toEndOf="parent"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아이콘 피그마 보고 추가 해주시면 됩니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants