a71: overlay: Move UDFPS enroll radius to settings
- required after LineageOS/android_packages_apps_Settings@af35c7c. Change-Id: I193521d4aa93fbe939e0cbbd299e523469d77f5b
This commit is contained in:
@@ -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>
|
||||
|
||||
13
overlay/packages/apps/Settings/res/values/config.xml
Normal file
13
overlay/packages/apps/Settings/res/values/config.xml
Normal 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>
|
||||
Reference in New Issue
Block a user