How do I implement a fullscreen gallery? i.e. image stretches to fill all the screen?
|
feedback
|
|
To make it fullscreen:
To make the images fill the screen you should do it on your adapter, creating a View with MATCH_PARENT x MATCH_PARENT and in your ImageView you created on getView you should make it fill all the space:
| |||||||||||
feedback
|
|
Use this in Activity Manifest.xml give property like this
Thanks. | |||
|
feedback
|