diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-09 21:45:03 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-09 21:45:03 +0200 |
commit | 6e3e1d310aafddd9ddf9fc09c23df2d13f760dfd (patch) | |
tree | 69fd4c9b40230cfa044e39dc4b35b4a5875d39bc /res/drawable/bluebackground.xml | |
parent | da0b4261252b44af793523864d1185cdedd8d3c4 (diff) |
unified warnings/error msgs
Diffstat (limited to 'res/drawable/bluebackground.xml')
-rw-r--r-- | res/drawable/bluebackground.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/drawable/bluebackground.xml b/res/drawable/bluebackground.xml deleted file mode 100644 index fbf6d317..00000000 --- a/res/drawable/bluebackground.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/blue" /> - <item - android:state_pressed="true" - android:drawable="@drawable/darkblue" /> -</selector> |