-
Notifications
You must be signed in to change notification settings - Fork 606
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
Conversation
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" /> |
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.
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
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.
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.
@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. :) |
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.
LGTM
Fixes #1654
Please Add Screenshots If there are any UI changes.
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 anythingIf you have multiple commits please combine them into one commit by squashing them.