View gets its drawable state (pressed, etc…) from its parent

前端 未结 1 1313
栀梦
栀梦 2021-01-05 11:33

I have a ListView where each list item is a custom layout based on a RelativeLayout, it is clickable and it has a custom selector. En plus, it has a sub-RelativeLayout which

1条回答
  •  长情又很酷
    2021-01-05 12:08

    Can you please show your code of ListView's item and selectors? To my mind you've made some mistakes, when implemented it. Here is my example of item and its selectors. It works fine for me:

    Video, how my implementation works: >click to open<

    list_view_item.xml

    
    
        
    
            
        
    
    

    relative_selector.xml

    
        
            
                
                    
                
            
        
    
    

    child_selector_1.xml

    
    
        
        
            
                
                    
                
            
        
    
        
        
            
                
                    
                
            
        
    
        
        
            
                
                    
                
            
        
    
    

    0 讨论(0)
提交回复
热议问题