summaryrefslogtreecommitdiffstats
path: root/res/drawable-watch/action_positive_bg.xml
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-08-21 20:57:03 +0000
committerAnthony Hugh <ahugh@google.com>2015-08-21 20:57:43 +0000
commit70d651e904e16723f4e55879f2e356e403fff61a (patch)
treece45ca033b0df7041a441eea71268202773c0ea8 /res/drawable-watch/action_positive_bg.xml
parentb7da1f5f9886ff8a4ad81b0d617d442c461ca1e5 (diff)
downloadandroid_packages_apps_PackageInstaller-70d651e904e16723f4e55879f2e356e403fff61a.tar.gz
android_packages_apps_PackageInstaller-70d651e904e16723f4e55879f2e356e403fff61a.tar.bz2
android_packages_apps_PackageInstaller-70d651e904e16723f4e55879f2e356e403fff61a.zip
Revert "Implement base version of GrantPermissions dialog"
This reverts commit b7da1f5f9886ff8a4ad81b0d617d442c461ca1e5. We can't reference vendor from this package. Need to add the references manually. Change-Id: I3ee31de110f24014100ce804b0659055b26f963b
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>