How can I achieve following kind of functionality. I want to click on a list item and show a list of items that appears from bottom till middle of screen. Further, once user selects this item then this panel closes itself. Following is a snapshot of android dialler, which appears from bottom on clicking the dialler icon and slides back to bottom once back button is pressed.
How to make a dialog slide from bottom to middle of screen in android
I found above mentioned thread, but I was not able to achieve it the way it happens for following dialler. The solution in above thread allows dialog to slide up from bottom till middle of screen but its width does not takes the entire screen size.
It will be nice if someone can guide me to the right direction.