Merge "(1/2) Fix settings face enrollment UI layout problem" into tm-qpr-dev
This commit is contained in:
commit
c2317d0875
1 changed files with 29 additions and 0 deletions
29
felix/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
29
felix/overlay/packages/apps/Settings/res/values/dimens.xml
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue