How to make Android List View Design from Android L Preview Design
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.

