This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
HTPCRemote/res/drawable/remote_pause_bg.xml
Gered 8568212428 Initial commit in preparation for further work to improve this app.
Since it's been a long while since I've worked on it and it was never version controlled to begin with...
2013-03-04 19:17:16 -05:00

5 lines
260 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:drawable="@drawable/remote_pause_pressed"/>
<item android:drawable="@drawable/remote_pause"/>
</selector>