aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/redbackground.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-09 21:45:03 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-09 21:45:03 +0200
commit6e3e1d310aafddd9ddf9fc09c23df2d13f760dfd (patch)
tree69fd4c9b40230cfa044e39dc4b35b4a5875d39bc /res/drawable/redbackground.xml
parentda0b4261252b44af793523864d1185cdedd8d3c4 (diff)
unified warnings/error msgs
Diffstat (limited to '')
-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>