[1] - Necessary: 7ee6d241ea
[2] - Also fix the FP localization
[3] - Update button overlay
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: I95cf8e36e0d801c54c429d827ba2d2a1bb3c4ebe
17 lines
580 B
XML
17 lines
580 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
|
<bool name="config_show_smooth_display">true</bool>
|
|
|
|
<!-- Whether to show a preference item for regulatory information in About phone -->
|
|
<bool name="config_show_regulatory_info">true</bool>
|
|
|
|
<!-- Fingerprint sensor -->
|
|
<dimen name="fingerprint_dot_radius">0dp</dimen>
|
|
<dimen name="fingerprint_pulse_radius">0dp</dimen>
|
|
</resources> |