I'm putting icons next to options in the preferences.xml file. I was looking for a few icons to represent specific options I had but couldn't find them. So I want to know how I can add icons so that they will appear here android:icon=@android:drawable.
            Asked
            
        
        
            Active
            
        
            Viewed 140 times
        
    0
            
            
         
    
    
        Hemant Parmar
        
- 3,924
- 7
- 25
- 49
 
    
    
        Bruke
        
- 71
- 6
- 
                    1Have you looked at https://stackoverflow.com/questions/29047902/how-to-add-an-image-to-the-drawable-folder-in-android-studio – deive Aug 24 '18 at 09:25
- 
                    You want them in the system namespace (`android:`)? That's not possible unless you run your own proprietary Android version. – Henry Aug 24 '18 at 09:27
- 
                    @Henry Sorry I couldn't understand his question... – Kannan_SJD Aug 24 '18 at 09:43
- 
                    @TheB Glad to have helped :-) if you are happy with that I think you should be able to mark this question as a duplicate of that other one? – deive Aug 28 '18 at 16:16