How to add icons to Preference

后端 未结 9 945
一生所求
一生所求 2020-12-04 18:19

I\'m making an app that extends the PreferenceActivity and I want to add an icon to each Preference.

I read a similar question, and this is the answer with more repu

9条回答
  •  难免孤独
    2020-12-04 19:03

    well too late but maybe it will helps somebody the problem is this you can add icon only child of a category such as this is my code samples. only edit text icon can be seen on the screen.

    
    
    
    
            
    
            
        
    
    
    

    result:

提交回复
热议问题