EDIT: See my answer below-->
I am wanting to have a view that when swiped to the right, the listView is shown. Very much similar to what is implemen
The following code achieves the desired effect:
In PageAdapter :
PageAdapter
@Override public float getPageWidth(int position) { if (position == 0) { return(0.5f); } else { return (1.0f); }