-
Notifications
You must be signed in to change notification settings - Fork 2
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
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.
너무 잘하는데욤,, 코드 짤 때 참고하겠습니당
@@ -95,7 +95,7 @@ | |||
android:layout_marginHorizontal="24dp" | |||
android:layout_marginTop="6dp" | |||
android:afterTextChanged="@{(text) -> viewModel.checkProfileAvailable()}" |
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.
저도 데바 사용할 때 이렇게 함수 이용해서 해봐야겠어요
private fun initSetOnFocusChangeListener() { | ||
binding.etOnboardingProfileSettingName.setOnFocusChangeListener { _, hasFocus -> |
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.
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> |
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.
오호 버튼 사용할 때 여기서 유용하게 쓰겠습니다!
⛳️ Work Description
📸 Screenshot
📢 To Reviewers