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

Commit 23c0298b authored by Michael Wright's avatar Michael Wright Committed by android-build-merger
Browse files

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

am: 9010bfb0

Change-Id: I69e471df7a9f5eb061d44b51981dfb91a2d0a8bb
parents 2eccf4a4 9010bfb0
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>