How to create dialog which will be full in horizontal dimension

前端 未结 2 752
你的背包
你的背包 2020-12-13 06:34

When I use in layout, which specifies this dialog android:layout_width=\"match_parent\" I get this dialog:

2条回答
  •  北海茫月
    2020-12-13 06:58

    Another way to fix this is to use:

    import android.support.v7.app.AlertDialog;
    

    instead of:

    import android.app.AlertDialog;
    

提交回复
热议问题