How to set icon in ListPreference's item in android

前端 未结 2 854
耶瑟儿~
耶瑟儿~ 2021-01-07 12:47

I want to set the icon in ListPreference items in android.

What to write in ListPreference or where to write to set the list items icon?

2条回答
  •  醉酒成梦
    2021-01-07 13:51

    You need to use a custom layout for your ListPreference.

    eg:

    
    

    And add what you want to your custom layout.

    eg:

    
    
        
    
             
    
            
    
            
    
        
        
        
    
    
    

提交回复
热议问题