Fixup XML

This commit is contained in:
Ben Grisdale 2018-12-28 16:25:08 +00:00
parent 04a2d26ce7
commit 7e92bb6be1

View file

@ -86,8 +86,8 @@
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
For this time after the screen turns on, the Power Manager
will not debounce light sensor readings -->
<integer name="config_lightSensorWarmupTime">200</integer>
will not debounce light sensor readings
<integer name="config_lightSensorWarmupTime">200</integer> -->
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
@ -115,7 +115,7 @@
<dimen name="status_bar_height_portrait">80px</dimen>
<dimen name="status_bar_height_landscape">80px</dimen>
<!-- Screen off delay -->
<integer name="config_screen_off_delay">1800</integer>
<!-- Screen off delay
<integer name="config_screen_off_delay">1800</integer> -->
</resources>