dubai: overlay: Move UDFPS enroll radius to settings

- required after LineageOS/android_packages_apps_Settings@af35c7c

Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
Omkar Chandorkar 2023-10-30 00:23:27 +09:00 committed by Marc Bourgoin
parent e7d6c36fac
commit 404e3fd07f
2 changed files with 3 additions and 9 deletions

View file

@ -19,4 +19,7 @@
<!-- Whether to show a preference item for regulatory information in About phone --> <!-- Whether to show a preference item for regulatory information in About phone -->
<bool name="config_show_regulatory_info">true</bool> <bool name="config_show_regulatory_info">true</bool>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar">65</integer>
</resources> </resources>

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- The radius of the enrollment progress bar, in DP. -->
<integer name="config_udfpsEnrollProgressBar">65</integer>
</resources>