How to set XML fullscreen in Android

后端 未结 2 1834
心在旅途
心在旅途 2021-01-01 16:54

How do I create a full screen mode in XML irregardless of how small what contents are in it?

Here\'s my \"show.xml\" code:



        
2条回答
  •  無奈伤痛
    2021-01-01 17:11

    As the other answer doesn't work for me:


    
    

    Add this style to your styles.xml


    
    

    Make sure your activity in the AndroidManifest.xml refers to your theme.

提交回复
热议问题