-
Notifications
You must be signed in to change notification settings - Fork 380
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: use compose on login screen #1142
base: develop
Are you sure you want to change the base?
Conversation
Btw it's compatible with XML Layouts so we can even merge with the base branch. |
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.
Looks great, I just left some comments. I also wonder if there is no other xmls to remove. Thanks.
app/src/main/java/org/systers/mentorship/view/activities/LoginActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/systers/mentorship/view/activities/LoginActivity.kt
Show resolved
Hide resolved
app/src/main/java/org/systers/mentorship/view/activities/LoginActivity.kt
Outdated
Show resolved
Hide resolved
Sorry a little busy will try to finish this by next week. |
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.
resolve merge conflicts when you're free
app/src/main/java/org/systers/mentorship/view/activities/LoginActivity.kt
Show resolved
Hide resolved
70a5c85
to
ba8338a
Compare
dddfb40
to
99c24d3
Compare
99c24d3
to
b74f0ad
Compare
640a6d8
to
46a1ea8
Compare
@isabelcosta @vj-codes please review. |
Description
Use jetpack compose for the login screen
Fixes #1139
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only