Skip to content Skip to sidebar Skip to footer

Viewpager Views Are Not Displaying

I am using Xamarin and am having some code trouble in relation to my ViewPager not displaying my Views. Here is my code: MainActivity: public class MainActivity : FragmentActivity

Solution 1:

Change the android:layout_height to some other value instead 0dp. As the height is 0 you was not able to see anything.


Post a Comment for "Viewpager Views Are Not Displaying"