Merge "(1/2) Fix settings face enrollment UI layout problem" into tm-qpr-dev am: c2317d0875 am: b5b5767e6f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20903927

Change-Id: If36b68275cd5980a3918d9d6e3e4bc3fa99d189c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jason Chang 2023-01-13 22:21:10 +00:00 committed by Automerger Merge Worker
commit c6deef3f39

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 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.
-->
<resources>
<!-- Biometrics Face enroll education dimensions-->
<dimen name="face_enroll_icon_large_width">260dp</dimen>
<dimen name="face_enroll_icon_large_height">260dp</dimen>
<dimen name="illustration_lottie_height">360dp</dimen>
<dimen name="illustration_accessibility_margin_top">-18dp</dimen>
<dimen name="face_enroll_education_lottie_frame_margin_top">-34dp</dimen>
<dimen name="lottie_animation_view_margin_top">-52dp</dimen>
<dimen name="limited_vision_button_frame_margin_top">-34dp</dimen>
<dimen name="limited_vision_button_margin_top">10dp</dimen>
<dimen name="limited_vision_button_margin_bottom">10dp</dimen>
<dimen name="limited_vision_button_toggle_margin_top">-26dp</dimen>
</resources>