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

Feature/fine tuning main dashboard and list #60

Merged
merged 12 commits into from
Jul 6, 2023

Conversation

cjimenezsanchez
Copy link
Collaborator

New Pull Request

Description

Review some parts of MainDashboardFragment and ViewModel and finish ListDashboard feature implementation.

PD. No test added yet. Waiting on other PR and Tuesday's synch to identify missing tests.

Copy link
Owner

@fesave fesave left a comment

Choose a reason for hiding this comment

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

Good refactoring, I have commented a small suggestion, the rest of the code looks good!

android:layout_height="match_parent"
android:paddingStart="10dp"
android:paddingTop="10dp"
android:paddingEnd="10dp"
Copy link
Owner

Choose a reason for hiding this comment

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

You can use android:paddingHorizontal="10dp" instead of android:paddingStart="10dp" and android:paddingEnd="10dp" 😉

Choose a reason for hiding this comment

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

never heard of paddingHorizontal, thank you!

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah! you also have the option of using paddingVertical you can check here

@cjimenezsanchez cjimenezsanchez merged commit ebee0ab into develop Jul 6, 2023
3 checks passed
@cjimenezsanchez cjimenezsanchez deleted the feature/fine-tuning-main-dashboard-and-list branch July 6, 2023 15:54
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.

None yet

3 participants