summaryrefslogtreecommitdiffstats
path: root/res/drawable-watch
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-18 17:18:10 -0700
committerAnthony Hugh <ahugh@google.com>2015-09-22 10:56:16 -0700
commit6161f39f583cf202969125757d78010bdc06457c (patch)
tree50d06d0df5565e0c7105cfc2e8d4d26971f11511 /res/drawable-watch
parent38e80af4a571207b1c8cbe550b8e29479ea086a4 (diff)
downloadandroid_packages_apps_PackageInstaller-6161f39f583cf202969125757d78010bdc06457c.tar.gz
android_packages_apps_PackageInstaller-6161f39f583cf202969125757d78010bdc06457c.tar.bz2
android_packages_apps_PackageInstaller-6161f39f583cf202969125757d78010bdc06457c.zip
Update Grant Permissions dialog to redlines
Changes: - Refactor the ViewHandler a bit to be more generic. This should help with another upcoming Wear dialog. - Update assets for buttons - Add deny asset - Fix margins and other UI number tweaks BUG: 24133550 Change-Id: I330bdf3217fa5c554f71d9105a0475106b6f3e12
Diffstat (limited to 'res/drawable-watch')
-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>