Android dialog width

后端 未结 6 1849
天涯浪人
天涯浪人 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:01

    As Matthias points at out How can I get a Dialog style activity window to fill the screen? UMAR's solution works, but only if the window attributes are set AFTER setContentView() is called.

提交回复
热议问题