Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 대기 신청 완료 팝업 구현 #14

Merged
merged 10 commits into from
Nov 28, 2023
Merged

Conversation

HAJIEUN02
Copy link
Contributor

Work Description ✏️

Screenshot 📸

Uncompleted Tasks 😅

To Reviewers 📢

  • 다이얼로그 처음 써봤다네요~!~ 근데 넘 좋다
  • PATCH해본 적 없어서 서버통신 넘 두렵지만은..... 뷰 구현 끝났으니 서버통신도 아자장

@HAJIEUN02 HAJIEUN02 self-assigned this Nov 27, 2023
@HAJIEUN02 HAJIEUN02 added this to the 뷰 개발 milestone Nov 27, 2023
@HAJIEUN02 HAJIEUN02 linked an issue Nov 27, 2023 that may be closed by this pull request
3 tasks
@jihyunniiii jihyunniiii requested review from Doreminwoo and jihyunniiii and removed request for Doreminwoo November 27, 2023 12:08
Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

수고했서용ㅇ !!


binding.btnGogogo.setOnClickListener{
WaitingDialog().show(
supportFragmentManager, "WaitingDialog"
Copy link
Contributor

Choose a reason for hiding this comment

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

요거 companion object로 상수 추출해줘두 좋을 듯 !

app/src/main/res/drawable/bg_primary_btn.xml Outdated Show resolved Hide resolved
app/src/main/res/drawable/shape_boarder_radius4_gray0.xml Outdated Show resolved Hide resolved
android:id="@+id/btn_gogogo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="이거 누르면 다이얼로그 띄워짐 유후"
Copy link
Contributor

Choose a reason for hiding this comment

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

기엽네 ㅋㅋ

app/src/main/res/layout/dialog_waiting.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/dialog_waiting.xml Show resolved Hide resolved
app/src/main/res/layout/dialog_waiting.xml Outdated Show resolved Hide resolved
Comment on lines 118 to 145
<TextView
android:id="@+id/tv_dialog_now_waiting"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="0dp"
android:layout_marginTop="17dp"
android:text="@string/tv_dialog_now_waiting"
android:textAppearance="@style/TextAppearance.Caption1.SemiBold"
android:textColor="@color/primary"
app:layout_constraintStart_toEndOf="@+id/imv_ic_info_24"
app:layout_constraintTop_toBottomOf="@+id/cons_waiting_number" />

<TextView
android:id="@+id/tv_dialog_now_waiting_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_marginTop="17dp"
android:text="@string/tv_dialog_now_waiting_number"
android:textAppearance="@style/TextAppearance.Caption1.SemiBold"
android:textColor="@color/primary"
app:layout_constraintStart_toEndOf="@+id/tv_dialog_now_waiting"
app:layout_constraintTop_toBottomOf="@+id/cons_waiting_number" />

<TextView
android:id="@+id/tv_dialog_now_waiting2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Copy link
Contributor

Choose a reason for hiding this comment

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

얘네도 하나의 텍스트뷰로 만들어요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

얘네도 하나의 텍스트뷰로 만들어요!

오호 텍스트뷰도 중첩이 가능하군여

app/src/main/res/layout/dialog_waiting.xml Show resolved Hide resolved
Comment on lines +177 to +188
<TextView
android:id="@+id/tv_dialog_store_output"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginEnd="12dp"
android:text="@string/tv_dialog_store_output"
android:textAppearance="@style/TextAppearance.Body2.SemiBold"
android:textColor="@color/gray_300"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Copy link
Contributor

Choose a reason for hiding this comment

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

이거 2명 이것도 나누지 말고 하나의 텍스트뷰 사용해주세요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이거 2명 이것도 나누지 말고 하나의 텍스트뷰 사용해주세요

이거.. 제가 데이터바인딩을 안 써서 그런지 안되는 것 같은데 지금 일단 급한 컴파일 오류부터 수정할게요 jdk 바꿔서 큰일난거같아여 ㅜ ㅜ

Copy link
Member

@Doreminwoo Doreminwoo left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:background="@drawable/shape_gray_600_fill_4"
android:minWidth="272dp"
Copy link
Member

Choose a reason for hiding this comment

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

얘는 꼭 있어야 하는 속성인가요? (그저 궁금)

@HAJIEUN02 HAJIEUN02 merged commit ca73794 into develop Nov 28, 2023
1 check passed
@Doreminwoo Doreminwoo deleted the feat-waiting-popup branch December 26, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 대기 신청 완료 팝업 구현
3 participants