I want to implement Contact details screen like Android 5.0 aka Lollipop.
To describe more when we click on icon/image of any contact, one view slide up from bottom of screen. By default, this view fills half of screen and remaining top of screen is transparent with little alpha added.
Secondly, View changes its position upward with finger swipe in upward direction, also transparent part become more darker and at one position name of contact (TextView) start reducing its font size. This continues till it become part ActionBar.
I have some queries regarding how to implement this
Is Contact details View a separate activity with transparent half at the top or it is overlay for contact list screen only
What is best possible solution to show animation with gesture (changing position with finger swipe).
How to reduce size of keyboard with finger swipe and how to determine that now TextView should start reducing its font size
Last one is How to make TextView as part of actionbar with finger swipe changes