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

Fix #937:Hiding keyboard on button press #983

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

AkshGautam
Copy link
Contributor

@AkshGautam AkshGautam commented May 19, 2018

Please make sure these boxes are checked before submitting your pull request - thanks!
fix #937
@therajanmaurya Please review

  • 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.

@@ -47,6 +48,9 @@
@BindView(R.id.et_description)
EditText et_description;

@BindView(R.id.btn_create_identifier)
Button btn_identifier;
Copy link
Member

Choose a reason for hiding this comment

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

@AkshGautam Please use camel case naming convention and change the other fields name in this file too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@therajanmaurya therajanmaurya merged commit 284d7f5 into openMF:master Aug 15, 2018
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.

Hiding keyboard/Putting Toast inside the dialog in Identifiers
2 participants