-
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
[FEAT/#7] kakao login #12
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.
아니 모 괴롭힐게 없네 ... ㅠㅠ
xml에서 constraintLayout 내부에 match_parent들만 수정해주셍요 ~
observeInfo() | ||
} | ||
|
||
private fun initKakaoLoginButtonClickListener() { |
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.
요고 함수명 우리 ~ BtnClickListener 로 통일할까?
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 observeInfo() { | ||
observeIsAppLoginAvailable() | ||
observePostChangeTokenState() | ||
} |
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.
두개정도면 따로 함수화 추가적으로 진행 안하고 onCreate에 observe 함수 두개 두는건 어떨까나요
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.
이 부분은 앞으로 observe 할 값이 많아질 것이라고 예상돼서 묶어뒀습니다!
추후 observe할 데이터 갯수가 더 늘어나지 않거나 얼마 안된다면 onCreate에 합쳐두도록 하겠습니다 :)
|
||
<TextView | ||
android:id="@+id/tv_sign_in_title" | ||
android:layout_width="match_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.
match_parent 대신 0dp를 사용합시당 ~ 아마 그러면 android:gravity="center" 도 안해도 될듯
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.
이건 자꾸 까먹네요... 습관 들이게 노력하겠습니다 :)
근데 gravity center안하니까 왼쪽으로 가버리네요 ㅋㅋㅋ
센터 설정은 유지하겠습니당
android:layout_marginHorizontal="16dp" | ||
android:layout_marginBottom="8dp" | ||
android:gravity="center" | ||
android:lineHeight="42dp" |
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.
lineHeight 한줄로 설정해두는 것들도 typo에 넣어뒀으니 나중에 UI 수정할때 활용하면 좋을듯합니닷
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.
이 부분은 추후에 디자인이 확정되고, 전체 수정할때 참고하도록 하겠습니다!
typo 만드느라 고생하셨습니당 🫶
⛳️ Work Description
📸 Screenshot
📢 To Reviewers
val keyHash = Utility.getKeyHash(this)
Timber.tag(AUTH).d(keyHash)