Closed nishantBabaria closed 8 years ago
Thanks @nishantBabaria I'll implement tablet support soon!
I have the same layout issue on a tablet, I'd love a fix for this!
I fixed this through changing AvatarImageBehaviour.java
line 87:
- mStartYPosition = (int) (child.getY() + (child.getHeight() / 2));
+ mStartYPosition = (int) (dependency.getY());`
Therefore the starting position of the Image is relative to the Toolbar
instead of being dependant on the window.
CoordinatorLayout Not Supported for Tablet Layout