diff options
author | Jorim Jaggi <jjaggi@google.com> | 2015-06-10 23:10:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-10 23:10:08 +0000 |
commit | ed76e59e49657e6a49d140bfea8ddd764e5ba731 (patch) | |
tree | 830fc17c16125de1d1b959846c8c5845a90d198a /res/drawable | |
parent | 34450932b28565edfe3009dfdb2f92476c11671a (diff) | |
parent | ff41a9a5a6e307ca6dcbc45361854b5ac4e59857 (diff) | |
download | packages_apps_Settings-ed76e59e49657e6a49d140bfea8ddd764e5ba731.zip packages_apps_Settings-ed76e59e49657e6a49d140bfea8ddd764e5ba731.tar.gz packages_apps_Settings-ed76e59e49657e6a49d140bfea8ddd764e5ba731.tar.bz2 |
Merge "Animations/success state for external confirm device credentials (2/2)" into mnc-dev
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/ic_fingerprint_success.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/res/drawable/ic_fingerprint_success.xml b/res/drawable/ic_fingerprint_success.xml new file mode 100644 index 0000000..e800fae --- /dev/null +++ b/res/drawable/ic_fingerprint_success.xml @@ -0,0 +1,29 @@ +<?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="32.0dp" + android:height="32.0dp" + android:viewportWidth="40.0" + android:viewportHeight="40.0"> + <path + android:pathData="M20.0,20.0m-20.0,0.0a20.0,20.0 0.0,1.0 1.0,40.0 0.0a20.0,20.0 0.0,1.0 1.0,-40.0 0.0" + android:fillColor="?android:attr/colorAccent"/> + <path + android:pathData="M11.2,21.41l1.63,-1.619999 4.17,4.169998 10.59,-10.589999 1.619999,1.63 -12.209999,12.209999z" + android:fillColor="#FFFFFF"/> +</vector> |