vpaliy / android-login

MIT License
324 stars 114 forks source link

Animation lock \ touch area #3

Closed NeoDigi closed 7 years ago

NeoDigi commented 7 years ago

Hey really cool project, but I feel like there are 2 key point that could be improved:

What do you think ?

vpaliy commented 7 years ago

That's a good point! Thanks for that. I am going to update the project tonight. In order to implement the second point we just need to change this line to @OnClick(R.id.root) and that's it. However, I'm not sure 100% that we don't get any side effects from doing so. Anyways, I will try this in a few hours.

Thanks for the points!

vpaliy commented 7 years ago

All the points above have been brought to life. Check out my last commits.