How to make Android List View Design from Android L Preview Design
01:02 03 Jul 2014

I make Android L preview image style list item. This is my code for these similar design.

// Drawable/list_item_bg.xml



     
          
                
                  
                
          
          
              
                   
              
          
      

//Drawable/list_icon_bg


    

// Layout/list_item



    

    

        

    


But i have problem for list item selected state. Background Color of list item selected state is work on icon area only. Selected state's list item background color is not working on LinearLayout area. How can i fix.

enter image description here

enter image description here

android android-layout android-listview android-5.0-lollipop