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

Home screen #90

Merged
merged 2 commits into from
Jul 10, 2022
Merged

Home screen #90

merged 2 commits into from
Jul 10, 2022

Conversation

Nodrex
Copy link
Owner

@Nodrex Nodrex commented Jun 26, 2022

Preparing home screen for release

@Nodrex Nodrex linked an issue Jun 26, 2022 that may be closed by this pull request
@Nodrex Nodrex requested review from shalva97, nmgalo, kdiakonidze and likaGlonti and removed request for shalva97 July 2, 2022 22:25
val viewModel: HomeScreenViewModel = hiltViewModel()

val contentPadding = 20.dp
ConstraintLayout(
Copy link
Collaborator

Choose a reason for hiding this comment

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

why we need ConstraintLayout here, I think Column will be enough

Copy link
Owner Author

Choose a reason for hiding this comment

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

Cause the image needs to be centered and above the grid, so Column only has space between and that would not be a good representation, that's why I used ConstraintLayout

@kdiakonidze
Copy link
Collaborator

u need to marge Loading Screen branch into this branch

@Nodrex
Copy link
Owner Author

Nodrex commented Jul 3, 2022

u need to marge Loading Screen branch into this branch

yep

@Nodrex Nodrex requested a review from kdiakonidze July 9, 2022 07:44
Copy link
Collaborator

@shalva97 shalva97 left a comment

Choose a reason for hiding this comment

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

il_cloud is a png. convert to webp

@Nodrex Nodrex merged commit c35f525 into main Jul 10, 2022
@Nodrex Nodrex deleted the home_screen branch July 10, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Home screen reorganization
3 participants