-
Notifications
You must be signed in to change notification settings - Fork 0
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
로그인 화면 구성 #91
로그인 화면 구성 #91
Conversation
<dimen name="login_icon_size">201dp</dimen> | ||
<dimen name="login_icon_margin_vertical">168dp</dimen> | ||
|
||
<dimen name="login_width">300dp</dimen> | ||
<dimen name="login_height">50dp</dimen> | ||
<dimen name="login_radius">10dp</dimen> |
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.
로그인 아이콘이 아마 우리 앱 아이콘인 거 같은데, login보다는 앱 아이콘과 관련된 이름으로 짓는 게 좋을 거 같아! 201 말고 200으로 해도 될 듯?
width는 parent 기준으로 사이징해서 없어도 될 거 같구
height는 로그인 버튼이 아니라 그냥 버튼 사이즈라 버튼 관련된 이름으로 바꾸면 좋을 듯!
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.
login radius 도 btn radius로 바꾸면 좋을듯!
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:width="18dp" | ||
android:height="18dp" |
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.
반영 완료😀
import androidx.lifecycle.ViewModel | ||
|
||
class LoginViewModel : ViewModel() { | ||
|
||
|
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.
HiltViewModel 어노테이션이 필요할 거 같아
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.
HiltViewModel 어노테이션은 나중에 할때 해도 될듯!
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.
고생했어!
Issue
ScreenShot