background_selectable_list_item.xml

1<?xml version="1.0" encoding="utf-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3    <item android:drawable="@drawable/background_list_item" />
4    <item android:drawable="?selectableItemBackground" />
5</layer-list>