How to remove border in custom AlertDialog?

后端 未结 3 1600
后悔当初
后悔当初 2020-12-21 15:34

I\'m trying to create custom AlertDialog with an image text and buttons. When I display it I get a white border which looks horrible.

3条回答
  •  Happy的楠姐
    2020-12-21 16:18

    If you want the Dialog Border to appear in any colour you wish you have to use layout style and a theme. There is an excellent article about it here: http://blog.androgames.net/10/custom-android-dialog/

提交回复
热议问题