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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable-watch/deny_button.xml b/res/drawable-watch/deny_button.xml
new file mode 100644
index 00000000..70ea453f
--- /dev/null
+++ b/res/drawable-watch/deny_button.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+</layer-list>