mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-23 20:52:53 +00:00
15 lines
483 B
XML
15 lines
483 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Respect drawable/rounded.xml intrinsic size for multiple radius corner path customization -->
|
|
<bool name="config_roundedCornerMultipleRadius">true</bool>
|
|
|
|
<!-- The Enrollment Progress bar for UDFPS sensor in pixels -->
|
|
<integer name="config_udfpsEnrollProgressBar" translatable="false">115</integer>
|
|
|
|
</resources>
|