is it possible to create listview inside dialog?

前端 未结 6 1342
天涯浪人
天涯浪人 2020-11-30 23:17

i have created a custom dialog class

public class NewPost extends Dialog
{
// functionality

}

now my requirement is to create listview ins

6条回答
  •  甜味超标
    2020-11-30 23:34

    You can use any layout for alert dialogs. If you want a listview I would do it like here

提交回复
热议问题