diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/development_prefs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index c74d335..5621c49 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -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"> |