Android Gallery fullscreen

后端 未结 2 2029
粉色の甜心
粉色の甜心 2021-01-12 17:30

How do I implement a fullscreen gallery? i.e. image stretches to fill all the screen?

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-12 18:28

    Use this in Activity Manifest.xml

    give property like this

     android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
    

    Thanks.

提交回复
热议问题