summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-02 11:38:31 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-02 11:38:31 +0200
commitc9f77c56254fb11097af19107b542827cea98eab (patch)
tree53a3d21f60437259fb2a869db309fa5477a9524b
parentc5f0069f566def05bdef16f8ed3c88ce0f5f73d2 (diff)
downloaddevice_samsung_i9300-c9f77c56254fb11097af19107b542827cea98eab.zip
device_samsung_i9300-c9f77c56254fb11097af19107b542827cea98eab.tar.gz
device_samsung_i9300-c9f77c56254fb11097af19107b542827cea98eab.tar.bz2
overlay: highered autobrightness backlight values
Change-Id: I5935f7124fc2c27fff28dfb7ee0b1acb47224908
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7898049..a49b783 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -92,26 +92,26 @@
than the size of the config_autoBrightnessLevels array.
-->
<integer-array name="config_autoBrightnessLcdBacklightValues">
- <item>20</item>
- <item>25</item>
- <item>30</item>
- <item>35</item>
<item>40</item>
- <item>45</item>
<item>50</item>
- <item>55</item>
<item>60</item>
<item>70</item>
<item>80</item>
<item>90</item>
<item>100</item>
+ <item>110</item>
<item>120</item>
+ <item>130</item>
<item>140</item>
+ <item>150</item>
<item>160</item>
- <item>180</item>
+ <item>170</item>
+ <item>185</item>
<item>200</item>
- <item>220</item>
- <item>230</item>
+ <item>215</item>
+ <item>225</item>
+ <item>235</item>
+ <item>245</item>
<item>255</item>
</integer-array>