-
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
fix #987:Enhancing the document upload and identifier dialog #988
Conversation
@therajanmaurya @tarun0 please review |
8effd41
to
3abf186
Compare
@@ -67,6 +67,9 @@ | |||
@BindView(R.id.tv_choose_file) | |||
TextView tv_choose_file; | |||
|
|||
@BindView(R.id.btn_browse_document) | |||
Button bt_browse; |
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 follow the camel case naming convention
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.
@therajanmaurya snake case convention is followed across the entire document. For example : tv_choose_file,et_document_description
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.
@therajanmaurya done
8c7de88
to
b1e5f6f
Compare
b1e5f6f
to
9b69d98
Compare
fix #987
Please make sure these boxes are checked before submitting your pull request - thanks!
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.