Enable color temperature developer setting
am: ab5da2d2fe
* commit 'ab5da2d2fe0b02a7cdf5f4d78d24583b2542d213':
Enable color temperature developer setting
This commit is contained in:
@@ -38,4 +38,7 @@
|
||||
<!-- The duration (in milliseconds) of activity transitions -->
|
||||
<integer name="setup_wizard_transition_duration">300</integer>
|
||||
|
||||
<!-- When true enable color temperature setting. -->
|
||||
<bool name="config_enableColorTemperature">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -66,6 +66,12 @@
|
||||
android:summary="@string/picture_color_mode_desc"
|
||||
android:persistent="false" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="color_temperature"
|
||||
android:title="@string/color_temperature"
|
||||
android:summary="@string/color_temperature_desc"
|
||||
android:persistent="false" />
|
||||
|
||||
<PreferenceCategory android:key="debug_debugging_category"
|
||||
android:title="@string/debug_debugging_category">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user