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

[UI/#15] tendency test splash 구현 #20

Merged
merged 6 commits into from
Jan 3, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • 온보딩 프로필 생성 색상 오류 해결
  • title 생성
  • 이미지 생성
  • 버튼 생성
  • 버튼 singleClickListener 연결

📸 Screenshot

📢 To Reviewers

  • 기획과 이야기 결과 해당 페이지 우측 상단에 있는 X버튼은 제거하기로 했습니다. 그래서 구현 안했서용
  • 더미 이미지를 넣기 위해서 아무거나 넣었더니 너무 크기가 안이뻐서 임시로 크기를 지정했습니다. 실제 데이터로 변경시에는 wrap_content로 구현하도록 하겠습니다.

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

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

너무 잘하는데욤,, 코드 짤 때 참고하겠습니당

@@ -95,7 +95,7 @@
android:layout_marginHorizontal="24dp"
android:layout_marginTop="6dp"
android:afterTextChanged="@{(text) -> viewModel.checkProfileAvailable()}"
Copy link
Member

Choose a reason for hiding this comment

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

저도 데바 사용할 때 이렇게 함수 이용해서 해봐야겠어요

Comment on lines +43 to 44
private fun initSetOnFocusChangeListener() {
binding.etOnboardingProfileSettingName.setOnFocusChangeListener { _, hasFocus ->
Copy link
Member

Choose a reason for hiding this comment

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

setOnFocusChangeListener 리스너도 있군요,,!

@@ -25,7 +25,7 @@

<!-- Button Style -->
<style name="button_style" parent="Widget.AppCompat.Button">

<item name="android:textAppearance">@style/TextAppearance.Doorip.Body2.Bold</item>
Copy link
Member

Choose a reason for hiding this comment

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

오호 버튼 사용할 때 여기서 유용하게 쓰겠습니다!

@chattymin chattymin merged commit 978e627 into develop Jan 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 성향테스트 스플레시 / UI 구현
2 participants