aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background.xml
blob: 28d337370fd10054e916cb60ffa430e4c3d88291 (plain) (blame)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@color/list_item_activated" android:state_activated="true" /> <!-- TODO(msf): themeify this -->
    <item android:drawable="@android:color/transparent" /> <!-- TODO(msf): themeify this -->
</selector>