summaryrefslogtreecommitdiffstats
path: root/res/drawable-watch/deny_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable-watch/deny_button.xml')
-rw-r--r--res/drawable-watch/deny_button.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/drawable-watch/deny_button.xml b/res/drawable-watch/deny_button.xml
index 1e7582bc..0a2e1ae1 100644
--- a/res/drawable-watch/deny_button.xml
+++ b/res/drawable-watch/deny_button.xml
@@ -15,7 +15,5 @@
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/action_negative_bg" />
- <item>
- <bitmap android:src="@drawable/ic_cc_deny" android:gravity="center" />
- </item>
+ <item android:drawable="@drawable/ic_cc_deny" android:gravity="center" />
</layer-list>