a71: overlay: Move UDFPS enroll radius to settings

- required after LineageOS/android_packages_apps_Settings@af35c7c.

Change-Id: I193521d4aa93fbe939e0cbbd299e523469d77f5b
This commit is contained in:
Omkar Chandorkar
2024-07-31 15:04:20 +02:00
committed by Haky86
parent e3224f4e8f
commit f066343d1c
2 changed files with 13 additions and 3 deletions

View File

@@ -8,9 +8,6 @@
-->
<resources>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar">70</integer>
<!-- Whether to pulse onFingerDown actions instead
of waking the screen while the screen is off or in lpm. -->
<bool name="config_pulseOnFingerDown">false</bool>

View File

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