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

로그인 화면 구성 #91

Merged
merged 5 commits into from
Nov 15, 2023
Merged

로그인 화면 구성 #91

merged 5 commits into from
Nov 15, 2023

Conversation

2taezeat
Copy link
Collaborator

@2taezeat 2taezeat commented Nov 15, 2023

@2taezeat 2taezeat added ✨ feat 기능 개발 🤖 android android labels Nov 15, 2023
@2taezeat 2taezeat added this to the 📝 login milestone Nov 15, 2023
@2taezeat 2taezeat self-assigned this Nov 15, 2023
@2taezeat 2taezeat linked an issue Nov 15, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Nov 15, 2023

Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 85323ea.

♻️ This comment has been updated with latest results.

Comment on lines 13 to 18
<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>
Copy link
Member

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는 로그인 버튼이 아니라 그냥 버튼 사이즈라 버튼 관련된 이름으로 바꾸면 좋을 듯!

Copy link
Member

Choose a reason for hiding this comment

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

저도 위에 말씀에 동의합니다요

Copy link
Member

Choose a reason for hiding this comment

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

login radius 도 btn radius로 바꾸면 좋을듯!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

반영 완료😀

Comment on lines 2 to 3
android:width="18dp"
android:height="18dp"
Copy link
Member

@HamBP HamBP Nov 15, 2023

Choose a reason for hiding this comment

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

이거 래핑 안 된 아이콘으로 받은 거 같은데 래핑된 아이콘으로 받아야 할 거 같아. 나중에 정렬에 문제가 생겨서

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

반영 완료😀

Comment on lines 3 to 7
import androidx.lifecycle.ViewModel

class LoginViewModel : ViewModel() {


Copy link
Member

Choose a reason for hiding this comment

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

HiltViewModel 어노테이션이 필요할 거 같아

Copy link
Member

Choose a reason for hiding this comment

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

HiltViewModel 어노테이션은 나중에 할때 해도 될듯!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

반영 완료😀

Copy link
Member

@HamBP HamBP left a comment

Choose a reason for hiding this comment

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

고생했어!

@2taezeat 2taezeat merged commit 5ee940c into develop Nov 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android ✨ feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 화면 구현 (UI 구성)
3 participants