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

Fixes #1654 layout enhancements in item_individiual_collection_sheet.xml #1670

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

danishjamal104
Copy link
Collaborator

Fixes #1654

Please Add Screenshots If there are any UI changes.

Before After
ss ss
  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

Comment on lines +31 to +34
android:layout_marginLeft="@dimen/layout_padding_16dp"
android:layout_marginStart="@dimen/layout_padding_16dp"
android:layout_marginTop="@dimen/layout_padding_16dp"
android:layout_marginBottom="@dimen/layout_padding_16dp" />
Copy link
Contributor

@PatelVatsalB21 PatelVatsalB21 Dec 23, 2020

Choose a reason for hiding this comment

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

Suggested change
android:layout_marginLeft="@dimen/layout_padding_16dp"
android:layout_marginStart="@dimen/layout_padding_16dp"
android:layout_marginTop="@dimen/layout_padding_16dp"
android:layout_marginBottom="@dimen/layout_padding_16dp" />
android:layout_margin="@dimen/layout_padding_16dp/>"

@danishjamal104 If possible please reduce it to only single line attribute layout_margin that might reduce redundancies and save 3 more lines.

Rest all looks good

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If we use margin as a single attribute then it will apply a margin to all 4 sides but I need to apply a margin to all sides except the right or end that's why I defined all three.

@PatelVatsalB21
Copy link
Contributor

@danishjamal104 I think this time you forgot to write issue number in heading, if possible please update it too :)

@danishjamal104 danishjamal104 changed the title layout enhancements in item_individiual_collection_sheet.xml Fixes #1654 layout enhancements in item_individiual_collection_sheet.xml Dec 24, 2020
@danishjamal104
Copy link
Collaborator Author

@danishjamal104 I think this time you forgot to write issue number in heading, if possible please update it too :)

Done, thanks @PatelVatsalB21 for pointing that out. :)

Copy link
Contributor

@PatelVatsalB21 PatelVatsalB21 left a comment

Choose a reason for hiding this comment

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

LGTM

@iamsh4shank iamsh4shank changed the base branch from master to release-1.1 July 8, 2021 13:45
@iamsh4shank iamsh4shank merged commit 627a787 into openMF:release-1.1 Jul 8, 2021
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.

UI enhancement of individual collection sheet list item
3 participants