sdm660-common: overlay: Adjust overlay with source

This commit is contained in:
OdSazib 2021-02-03 07:41:52 +06:00
parent 2135c18643
commit ee10c7c2a6
No known key found for this signature in database
GPG key ID: B678DBD07079B021
4 changed files with 45 additions and 14 deletions

View file

@ -16,8 +16,6 @@
--> -->
<resources> <resources>
<bool name="config_useSystemClockforRotationSensor">false</bool>
<!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches --> <!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
<bool name="config_cleanupUnusedFingerprints">true</bool> <bool name="config_cleanupUnusedFingerprints">true</bool>
@ -28,10 +26,6 @@
Set to -1 to disable the proximity sensor check at all--> Set to -1 to disable the proximity sensor check at all-->
<integer name="config_flashlightProximityTimeout">300</integer> <integer name="config_flashlightProximityTimeout">300</integer>
<string-array translatable="false" name="config_customPermissionsList">
<item>com.google.android.apps.wellbeing</item>
</string-array>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> <!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool> <bool name="config_intrusiveBatteryLed">true</bool>
@ -43,4 +37,11 @@
Used to decide if we show pulse settings --> Used to decide if we show pulse settings -->
<bool name="config_ledCanPulse">true</bool> <bool name="config_ledCanPulse">true</bool>
<!-- Smart charging -->
<integer name="config_smartChargingBatteryLevel">90</integer>
<integer name="config_smartChargingBatteryResumeLevel">50</integer>
<string name="config_SmartChargingSysfsNode" translatable="false">/sys/class/power_supply/battery/charging_enabled</string>
<string name="config_SmartChargingSuspendValue" translatable="false">0</string>
<string name="config_SmartChargingResumeValue" translatable="false">1</string>
</resources> </resources>

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-2019 AOSiP
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Sets a custom extra padding for the QS icons and statusbar date -->
<dimen name="qs_items_padding">6dp</dimen>
<!-- Network traffic monitor -->
<dimen name="net_traffic_single_text_size">12dp</dimen>
<dimen name="net_traffic_multi_text_size">8dp</dimen>
<dimen name="net_traffic_txt_img_padding">4dp</dimen>
</resources>

View file

@ -21,10 +21,6 @@
for different hardware and product builds. --> for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">6</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">7</integer>
<!-- Doze: check proximity sensor before pulsing? --> <!-- Doze: check proximity sensor before pulsing? -->
<bool name="doze_proximity_check_before_pulse">true</bool> <bool name="doze_proximity_check_before_pulse">true</bool>

View file

@ -19,12 +19,21 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Margin on the left side of the carrier text on Keyguard --> <!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">16dp</dimen> <dimen name="keyguard_carrier_text_margin">12dp</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. --> <!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">6dp</dimen> <dimen name="system_icons_keyguard_padding_end">2dp</dimen>
<!-- Padding between signal cluster and battery icon --> <!-- Padding between signal cluster and battery icon -->
<dimen name="signal_cluster_battery_padding">6dp</dimen> <dimen name="signal_cluster_battery_padding">4dp</dimen>
<!-- The starting padding for the clock in the status bar. -->
<dimen name="status_bar_clock_starting_padding">5dp</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">6dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">6dp</dimen>
</resources> </resources>