Android: I am unable to have ViewPager WRAP_CONTENT

I have setup a simple ViewPager that has an ImageView with a height of 200dp on each page. Here is my pager: pager = new ViewPager(this); pager.setLayoutParams(new LayoutParams(LayoutParams.FILL_...