Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9010bfb0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make default brightness ramp rates multiples of 60." into oc-mr1-dev

parents 2d80887e cbadfaf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -626,10 +626,10 @@
    <bool name="config_automatic_brightness_available">false</bool>
    <bool name="config_automatic_brightness_available">false</bool>


    <!-- Fast brightness animation ramp rate in brightness units per second-->
    <!-- Fast brightness animation ramp rate in brightness units per second-->
    <integer translatable="false" name="config_brightness_ramp_rate_fast">200</integer>
    <integer translatable="false" name="config_brightness_ramp_rate_fast">180</integer>


    <!-- Slow brightness animation ramp rate in brightness units per second-->
    <!-- Slow brightness animation ramp rate in brightness units per second-->
    <integer translatable="false" name="config_brightness_ramp_rate_slow">40</integer>
    <integer translatable="false" name="config_brightness_ramp_rate_slow">60</integer>


    <!-- Don't name config resources like this.  It should look like config_annoyDianne -->
    <!-- Don't name config resources like this.  It should look like config_annoyDianne -->
    <bool name="config_annoy_dianne">true</bool>
    <bool name="config_annoy_dianne">true</bool>