sdm660-common: overlay: Adjust overlay with source
This commit is contained in:
parent
2135c18643
commit
ee10c7c2a6
4 changed files with 45 additions and 14 deletions
|
@ -15,9 +15,7 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<bool name="config_useSystemClockforRotationSensor">false</bool>
|
||||
|
||||
|
||||
<!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
|
||||
<bool name="config_cleanupUnusedFingerprints">true</bool>
|
||||
|
||||
|
@ -28,10 +26,6 @@
|
|||
Set to -1 to disable the proximity sensor check at all-->
|
||||
<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 -->
|
||||
<bool name="config_intrusiveBatteryLed">true</bool>
|
||||
|
||||
|
@ -42,5 +36,12 @@
|
|||
<!-- Do the battery/notification LEDs support pulsing?
|
||||
Used to decide if we show pulse settings -->
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -21,10 +21,6 @@
|
|||
for different hardware and product builds. -->
|
||||
<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? -->
|
||||
<bool name="doze_proximity_check_before_pulse">true</bool>
|
||||
|
||||
|
|
|
@ -19,12 +19,21 @@
|
|||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- 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. -->
|
||||
<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 -->
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue