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_stop_bg.xml

5 lines
258 B
XML
Raw Permalink Normal View History

<?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_stop_pressed"/>
<item android:drawable="@drawable/remote_stop"/>
</selector>