herodotdigital / SnakeBottomNavigationBar

Apache License 2.0
207 stars 51 forks source link

Fix touch sensitivity for navigation items #14

Closed ominibyte closed 3 years ago

ominibyte commented 3 years ago

Currently, you can only activate a tab by touching the Text or Icon. It doesn't respect touches on the Tile itself. This fixes that issue.

GoltVik commented 3 years ago

Thank you @ominibyte, this fix covers all expanded area of item and using that in landscape orientation can be a bit harder, but definitely better than before :)