avjinder / Minimal-Todo

Material To-Do App
MIT License
2.18k stars 1.01k forks source link

fix hidden remind me layout. center no todo imageView #116

Open Garrison88 opened 5 years ago

Garrison88 commented 5 years ago

Added a scrollView wrapper to 'Remind Me' LinearLayout to prevent soft keyboard from causing an overlap when Title or Description editText gained focus. Also centered the "you dont have any todos" graphic in fragment_main. I formatted the code (ctrl + alt + L in Android Studio) by habit which is why there are so many additions and deletions - I really only added 9 lines of code