Android dialog width

后端 未结 6 1815
天涯浪人
天涯浪人 2020-12-02 15:16

I can\'t seem to control the dialog width. I have a simple layout like so`




        
6条回答
  •  有刺的猬
    2020-12-02 16:09

    Set a minimum width at the top most layout.

    android:minWidth="300dp"
    

    For example:

    
    
    
    
    
    
    

提交回复
热议问题