This commit is contained in:
warren powers
2010-10-17 18:54:52 +00:00
parent 8668048f9d
commit b0df41c52d
31 changed files with 0 additions and 1091 deletions

View File

@@ -1,8 +0,0 @@
<?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/playpressed" /> <!-- pressed -->
<item android:state_focused="true"
android:drawable="@drawable/playhot" /> <!-- focused -->
<item android:drawable="@drawable/playnormal" /> <!-- default -->
</selector>