summaryrefslogtreecommitdiff
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-11-20 20:15:01 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2012-11-20 20:15:01 +0100
commit56b93247feceebad93d0c141c85d9d09a58674ae (patch)
tree8cb4893f6d8963a53bca8af6aae730e6355b635a /res/values/attrs.xml
parentc1d24edb5f4d3af66852145f301100c944b573de (diff)
downloadAntennaPod-56b93247feceebad93d0c141c85d9d09a58674ae.zip
Fixed wrong background in mediaplayer and itemdescription
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index eb87bc03a..dbafca0b8 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
-
<attr name="action_about" format="reference" />
<attr name="action_search" format="reference" />
<attr name="action_settings" format="reference" />
@@ -23,5 +22,6 @@
<attr name="stat_playlist" format="reference" />
<attr name="type_audio" format="reference" />
<attr name="type_video" format="reference" />
-
+ <!-- Used in itemdescription -->
+ <attr name="non_transparent_background" format="reference" />
</resources> \ No newline at end of file