-
Notifications
You must be signed in to change notification settings - Fork 16
HW-53053. Split ui modules #29
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
Conversation
fmattos-hw
left a comment
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.
Please look at the dependencies being used by multiple sub-projects and add variables for them, i.e material design dependency. Also try to find a way to set the correct group id when adding a project as dependency i.e api project(':common')
|
@azakrevska-epam I really liked the re-organization using the android library gradle file! |
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.
Nice job @azakrevska-epam on Splitting can we also move the following from [ui module]to [common module]?
- res/drawable/*
- res/font/*
- res/values/colors.xml
- res/values/dimens.xml
- res/values/styles.xml
Thanks in advance!
peter-joseph
left a comment
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.
@azakrevska-epam Can't build UI module because of the ff:
- error on overdraw, I don't have a clue
/Users/${user}/workspace/hw-android-sdk-public/hyperwallet-android-ui-sdk/ui/src/main/res/layout/item_widget_section_header.xml:6: Error: Possible overdraw: Root element paints background @drawable/view_border_top_bottom with a theme that also paints a background (inferred theme is @android:style/Theme.Holo) [Overdraw]
android:background="@drawable/view_border_top_bottom"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cannot find
Widget_Hyperwallet_DatePickertheme
|
@peter-joseph Thank you, fixed styles and added exceptions to the lint file |
peter-joseph
left a comment
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.
LGTMN 👍
7c6b5d9
No description provided.