Replaces the existing MP4 shown on the face enroll intro/consent screen with an updated lock asset that matches the current SUW theme. Also updates the colors of assets and text on these screens for face and fingerprint so that the two match. Test: Manually tested both enrollments for dark and light system themes Bug: 187681255 Change-Id: I119da913cfc76e02160f2efc4654cecf33f1f049
53 lines
2.8 KiB
XML
53 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2021 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="412dp"
|
|
android:height="300dp"
|
|
android:viewportWidth="412"
|
|
android:viewportHeight="300">
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M206,255.65A67.68,67.68 0,1 0,138.32 188,67.68 67.68,0 0,0 206,255.65Z"/>
|
|
<path
|
|
android:pathData="M237.58,172.63a4.51,4.51 0,1 1,-4.51 -4.51A4.51,4.51 0,0 1,237.58 172.63Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_icon"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M178.93,177.14a4.51,4.51 0,1 1,4.51 -4.51A4.51,4.51 0,0 1,178.93 177.14Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_icon"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M212.41,215.89a9.93,9.93 0,0 1,-16.34 -7.57v0l-3.6,0s0,0 0,0.06A13.53,13.53 0,0 0,206 221.85a12.81,12.81 0,0 0,1.39 -0.07,13.38 13.38,0 0,0 7.35,-3.13Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_icon"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M207.35,181.66v11.73h-7.22V197H211V181.66Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_icon"
|
|
android:fillType="evenOdd"/>
|
|
</group>
|
|
<path
|
|
android:pathData="M206,45.75a38,38 0,0 0,-14.87 3h0A38.16,38.16 0,0 0,167.79 84v19.21h7V84A31.17,31.17 0,0 1,193.86 55.2h0a31.24,31.24 0,0 1,38.43 11.93l5.88,-3.78A38.08,38.08 0,0 0,206 45.75Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_bar"/>
|
|
<path
|
|
android:pathData="M238.18,63.35l-5.89,3.78A31.11,31.11 0,0 1,237.21 84v42.55h7V84A38.11,38.11 0,0 0,238.18 63.35Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_bar"/>
|
|
<path
|
|
android:pathData="M271.77,254.25H140.23a14,14 0,0 1,-14 -14V138.51a14,14 0,0 1,14 -14H271.77a14,14 0,0 1,14 14V240.25A14,14 0,0 1,271.77 254.25ZM140.23,128.51a10,10 0,0 0,-10 10V240.25a10,10 0,0 0,10 10H271.77a10,10 0,0 0,10 -10V138.51a10,10 0,0 0,-10 -10Z"
|
|
android:fillColor="@color/biometric_enroll_intro_color_outline"/>
|
|
</vector>
|