Search code examples
androidandroid-viewpagerandroid-galleryandroid-image

How to set size to full screen?


I'm using the source code from [this tutorial]

And I want to make all the full screen when I display them.

How do I do it?


Solution

  • Set your theme in AndroidManifest.xml for your app to be full screen. Your ImageView to be fill parent or match parent and your root view to match entire screen.

    Hope this helps and enjoy your work