Merge "Add saturation boost setting"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d256e4080
@@ -71,7 +71,7 @@
|
||||
android:fragment="com.android.settings.applications.ConvertToFbe" />
|
||||
|
||||
<com.android.settings.development.ColorModePreference
|
||||
android:key="color_mode"
|
||||
android:key="picture_color_mode"
|
||||
android:title="@string/picture_color_mode"
|
||||
android:summary="@string/picture_color_mode_desc" />
|
||||
|
||||
|
@@ -62,6 +62,10 @@
|
||||
android:key="auto_rotate"
|
||||
android:title="@string/accelerometer_title" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="color_mode"
|
||||
android:title="@string/color_mode_title" />
|
||||
|
||||
<Preference
|
||||
android:key="font_size"
|
||||
android:title="@string/title_font_size"
|
||||
|
Reference in New Issue
Block a user