Skip to content

Commit

Permalink
X00TD: Add LED colour overlays from stock
Browse files Browse the repository at this point in the history
Change-Id: Id9ca7f7ecca9b69fb593e31b17e2f14f5749549d
  • Loading branch information
Vivekachooz committed Aug 9, 2020
1 parent 922dfd2 commit 7d053b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,13 @@
For this time after the screen turns on, the Power Manager
will not debounce light sensor readings -->
<integer name="config_lightSensorWarmupTime">200</integer>

<!-- Default value for led color when battery is low on charge -->
<integer name="config_notificationsBatteryLowARGB">0xFFFF0000</integer>

<!-- Default value for led color when battery is medium charged -->
<integer name="config_notificationsBatteryMediumARGB">0xFF1E5000</integer>

<!-- Default value for led color when battery is fully charged -->
<integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>
</resources>

0 comments on commit 7d053b0

Please sign in to comment.