mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
64 is the default and overlay is targetting the wrong package. Change-Id: Ia383f613df88b187430fede8af49fc2ae755b1b2
13 lines
389 B
XML
13 lines
389 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- Color of the UDFPS pressed view -->
|
|
<color name="config_udfpsColor">#ffffff</color>
|
|
|
|
<!-- Doze: does the double tap sensor need a proximity check? -->
|
|
<bool name="doze_double_tap_proximity_check">true</bool>
|
|
</resources>
|