Icons in a List dialog

后端 未结 2 540
刺人心
刺人心 2020-12-13 19:52

I have been searching about ListDialogs . Whenever you can put the item you want with the :

builder.setItems(items, new DialogInterface.OnClickListener() 
{
          


        
2条回答
  •  自闭症患者
    2020-12-13 20:25

    make the custom view like we create for the list view

    alert_customlist.xml

    
    
        
        
    
    

    now add this view into the AlertDialog.

提交回复
热议问题