Issue
I'm trying to implement a navigation menu drawer on home screen action bar icon at top. When a user taps the top header icon, home screen ie. landing screen of the the app to right end of the screen with re-sized height with 3D effect.Below the screenshots for your reference. Let me know your valuable suggestions to implement the same.
Solution
Unfortunately, there's not an easy way to do this with straight view animations, which is what the FragmentTransaction
methods for custom animations or the Activity
override animation method uses. The rotation property is 2D, so it will rotate both X and Y axis.
Answered By - Larry Schiefer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.