开发者

How to display dialog header

开发者 https://www.devze.com 2023-03-05 00:13 出处:网络
How do I display a dialog header/body when displaying a question Dialog ? I think I need to extend Dialog class but im no开发者_StackOverflow中文版t sure what method(s) I need to override.

How do I display a dialog header/body when displaying a question Dialog ?

I think I need to extend Dialog class but im no开发者_StackOverflow中文版t sure what method(s) I need to override.

Thanks


You can just use the Field#add to add a Field to the dialog, and have it displayed as a header. You'll probably have to do a bit of tweaking in sublayout and paint to get the desired look.

0

精彩评论

暂无评论...
验证码 换一张
取 消