Remove alert dialog border With Custom Theme

后端 未结 6 1557
广开言路
广开言路 2020-12-17 05:40

\"enter

In my application i am using alert dialog with rounded rectangle theme.But it

6条回答
  •  醉梦人生
    2020-12-17 06:33

    try the next solution:

    extend from dialog, and set the exact view to use by using setContentView .

    the alertDialog is used for some functionalities. it's not that it can do anything you want.

    maybe instead of extending you could take the dialog and then use the setContentView.

提交回复
热议问题