google / hover

A floating menu library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Tabs do not adjust position on orientation change when expanded

matthew-carroll opened this issue · comments

Rotate the device when a Hover menu is expanded. Notice that the menu tabs do not update their position on orientation change. This results either in off-screen tabs when going to portrait, or middle of screen tabs when going to landscape.

Root cause was that the dock position for the leading tab was not updating on orientation change. Now it is. Also, the x and y animations for tab movement has been moved to instance members because we were getting multiple, conflicting animations.