weknowhowyoufeel/app/src/main/res/drawable/settings_button_selector.xml

11 lines
377 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (c) 2016 Affectiva Inc.
- See the file license.txt for copying permission.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/settings_button_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/settings_button" />
</selector>