1<?xml version="1.0" encoding="utf-8"?>
2<selector xmlns:android="http://schemas.android.com/apk/res/android">
3    <item android:drawable="@drawable/ic_settings_googblue_24dp" android:state_pressed="true" />
4    <item android:drawable="@drawable/ic_settings_grey600_24dp" android:state_focused="true" />
5    <item android:drawable="@drawable/ic_settings_grey600_24dp" />
6</selector>