Deleted unused resources

This commit is contained in:
Doug Keen 2012-10-03 16:04:47 -07:00
parent b738320bcc
commit 6ac9a2ece4
2 changed files with 0 additions and 16 deletions

View File

@ -1,11 +0,0 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/transparent" android:state_enabled="true" android:state_window_focused="false"/>
<item android:drawable="@drawable/btn_default_disabled_holo_dark" android:state_enabled="false" android:state_window_focused="false"/>
<item android:drawable="@drawable/btn_default_pressed_holo_dark" android:state_pressed="true"/>
<item android:drawable="@drawable/btn_default_focused_holo_dark" android:state_enabled="true" android:state_focused="true"/>
<item android:drawable="@drawable/transparent" android:state_enabled="true"/>
<item android:drawable="@drawable/btn_default_disabled_focused_holo_dark" android:state_focused="true"/>
<item android:drawable="@drawable/btn_default_disabled_holo_dark"/>
</selector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
</shape>