aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background_anim.xml
blob: 213130c754f3d9e2be1cdf1a10d3b3ed87e557ea (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="@color/list_item_ripple"> <!-- TODO(msf): themeify this -->
    <item android:drawable="@drawable/list_item_background" />
    <item android:id="@android:id/mask" android:drawable="@android:color/white" />
</ripple>