aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background_anim.xml
blob: 98bfded92081019b1299b1ac88f5e7583010bdff (plain) (blame)
1
2
3
4
5
<?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" />
</ripple>