-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요거 companion object로 상수 추출해줘두 좋을 듯 !
android:id="@+id/btn_gogogo" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="이거 누르면 다이얼로그 띄워짐 유후" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기엽네 ㅋㅋ
<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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얘네도 하나의 텍스트뷰로 만들어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얘네도 하나의 텍스트뷰로 만들어요!
오호 텍스트뷰도 중첩이 가능하군여
<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" /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 2명 이것도 나누지 말고 하나의 텍스트뷰 사용해주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 2명 이것도 나누지 말고 하나의 텍스트뷰 사용해주세요
이거.. 제가 데이터바인딩을 안 써서 그런지 안되는 것 같은데 지금 일단 급한 컴파일 오류부터 수정할게요 jdk 바꿔서 큰일난거같아여 ㅜ ㅜ
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얘는 꼭 있어야 하는 속성인가요? (그저 궁금)
…iting-popup # Conflicts: # app/src/main/AndroidManifest.xml
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢