Merge "Add saturation boost setting"

This commit is contained in:
TreeHugger Robot
2017-06-07 02:36:12 +00:00
committed by Android (Google) Code Review
8 changed files with 245 additions and 5 deletions

View File

@@ -2332,6 +2332,8 @@
<string name="display_settings">Display</string>
<!-- Sound & display settings screen, accelerometer-based rotation check box label -->
<string name="accelerometer_title">Auto-rotate screen</string>
<!-- Display settings screen, vivid (or vibrant or saturated) color mode switch label [CHAR LIMIT=30] -->
<string name="color_mode_title">Vivid colors</string>
<!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
<string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
<!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->

View File

@@ -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" />

View File

@@ -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"