dynamite8 / resources-android-dev

Collection of resources for becoming an Android developer
7 stars 7 forks source link

Fixes #4: Changed the name of the text view #3

Closed dambadipudi closed 6 years ago

dambadipudi commented 6 years ago

This pull request fixes #4 : Changed the name of the text view

dynamite8 commented 6 years ago

Hi @dambadipudi Please create a new issue with a description of your changes. Then update your commit message to say Fixes #<number of the issue>: <description>

Example:

Fixes #5: Changed value of the textview

To update a previous commit, you can do this from your branch: git commit --amend git push -f

reference: https://help.github.com/articles/closing-issues-using-keywords/