aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/redbackground.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/redbackground.xml')
-rw-r--r--res/drawable/redbackground.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/drawable/redbackground.xml b/res/drawable/redbackground.xml
deleted file mode 100644
index ddca66f4..00000000
--- a/res/drawable/redbackground.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:state_pressed="false"
- android:drawable="@drawable/red" />
- <item
- android:state_pressed="true"
- android:drawable="@drawable/darkred" />
-</selector>