summaryrefslogtreecommitdiffstats
path: root/res/drawable-watch/action_positive_bg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable-watch/action_positive_bg.xml')
-rw-r--r--res/drawable-watch/action_positive_bg.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable-watch/action_positive_bg.xml b/res/drawable-watch/action_positive_bg.xml
deleted file mode 100644
index bc3e88ba..00000000
--- a/res/drawable-watch/action_positive_bg.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false">
- <shape android:shape="oval">
- <solid android:color="@color/circular_button_disabled"/>
- <size android:width="40dp" android:height="40dp" />
- </shape>
- </item>
- <item android:state_pressed="true">
- <shape android:shape="oval">
- <solid android:color="#009688"/>
- <size android:width="40dp" android:height="40dp" />
- </shape>
- </item>
- <item>
- <shape android:shape="oval">
- <solid android:color="#00BFA5"/>
- <size android:width="40dp" android:height="40dp" />
- </shape>
- </item>
-</selector>