diff options
author | Steve Kondik <steve@cyngn.com> | 2016-07-21 23:43:51 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-08-05 17:49:54 -0700 |
commit | c094d113153bfba705df2eb58013a2c3314890fe (patch) | |
tree | d622e455299ba368ca4293bbe2aaf4143e10c3e2 /res/xml | |
parent | 3827d9784da7d74139971100c23dc6156b18b89f (diff) | |
download | packages_apps_Settings-c094d113153bfba705df2eb58013a2c3314890fe.zip packages_apps_Settings-c094d113153bfba705df2eb58013a2c3314890fe.tar.gz packages_apps_Settings-c094d113153bfba705df2eb58013a2c3314890fe.tar.bz2 |
livedisplay: Add picture adjustment settings
* Allow user setting of hue, saturation, intensity, and contrast
* These controls are associated by the current display mode
Change-Id: I5de24a0b5c2972f115920167fa97afa3a136b80d
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/livedisplay.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/res/xml/livedisplay.xml b/res/xml/livedisplay.xml index fa93a19..3f0af3a 100644 --- a/res/xml/livedisplay.xml +++ b/res/xml/livedisplay.xml @@ -52,18 +52,7 @@ android:key="advanced" android:title="@string/advanced"> - <!-- screen color --> - <PreferenceScreen - android:persistent="false" - android:key="screencolor_settings" - android:title="@string/screencolor" - android:summary="@string/screencolor_summary"> - <intent - android:action="com.qualcomm.display.PPService" - android:targetPackage="com.android.settings" - android:targetClass="com.android.settings.ScreenColorSettings" /> - </PreferenceScreen> - + <!-- RGB display color adjustments --> <com.android.settings.livedisplay.DisplayColor android:key="color_calibration" android:title="@string/color_calibration_title" @@ -71,6 +60,14 @@ android:summary="@string/color_calibration_summary" android:persistent="false"/> + <!-- HSIC display color adjustments --> + <com.android.settings.livedisplay.PictureAdjustment + android:key="picture_adjustment" + android:title="@string/picture_adjustment_title" + android:dialogTitle="@string/picture_adjustment_title" + android:summary="@string/picture_adjustment_summary" + android:persistent="false"/> + <!-- Adaptive backlight --> <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference android:key="display_low_power" |