Change the background image of listview on Focus

后端 未结 3 1267
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 13:03

\"enter

My code is :

ListContacts.java

publi         


        
3条回答
  •  囚心锁ツ
    2021-01-16 13:45

    Add an xml file to manage the background of the LinearLayout.

    list_bg_selector.xml :

    
    
    
        
        
        
        
        
        
        
        
     
    

    To manage the text color, set the text color to another xml.

    text_selector.xml:

    
    
    
        
        
        
        
    
    
    

提交回复
热议问题