summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorTodd Volkert <tvolkert@google.com>2015-06-23 15:41:03 -0700
committerTodd Volkert <tvolkert@google.com>2015-06-23 16:10:18 -0700
commitf9ffffb3b507a797ad1ead81cbff5f4935956e4c (patch)
tree780ea6d3d561ca7a762d894aa7d9723f1e62f1c3 /res/drawable
parent4e834af0723231e3fad6f5ff7d52fa01806cd9b5 (diff)
downloadandroid_packages_apps_PackageInstaller-f9ffffb3b507a797ad1ead81cbff5f4935956e4c.tar.gz
android_packages_apps_PackageInstaller-f9ffffb3b507a797ad1ead81cbff5f4935956e4c.tar.bz2
android_packages_apps_PackageInstaller-f9ffffb3b507a797ad1ead81cbff5f4935956e4c.zip
Make ManagePermissionsFragment more TV-friendly.
b/22008424 Change-Id: Id780db5a1e8ec98aece484310a2d3799d868cf2e
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_lock.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/res/drawable/ic_lock.xml b/res/drawable/ic_lock.xml
new file mode 100644
index 00000000..396bd988
--- /dev/null
+++ b/res/drawable/ic_lock.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+ <path
+ android:pathData="M0 0h48v48H0z" />
+ <path
+ android:fillColor="#000000"
+ android:pathData="M36 16h-2v-4c0-5.52-4.48-10-10-10S14 6.48 14 12v4h-2c-2.21 0-4 1.79-4 4v20c0
+2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4zM24 34c-2.21
+0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm6.2-18H17.8v-4c0-3.42 2.78-6.2
+6.2-6.2 3.42 0 6.2 2.78 6.2 6.2v4z" />
+</vector>