You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/system_display">
<ListPreference
android:dialogTitle="@string/dialog_title_font_size"
android:entries="@array/entries_font_size"
android:entryValues="@array/entryvalues_font_size"
android:key="font_size"
android:summary="@string/summary_font_size"
android:title="@string/title_font_size" />
<Preference
android:key="backlight"
android:title="@string/set_backlight" />
<Preference
android:key="screen"
android:title="@string/set_screen" />
<CheckBoxPreference
android:key="notification_pulse"
android:persistent="false"
android:title="@string/notification_pulse_title" />
<!---->
<CheckBoxPreference
android:key="optimum_resolution"
android:title="@string/optimum_resolution_value" />
<Preference
android:fragment="com.android.tv.settings.device.display.huanglong.DisplayFormatFragment"
android:key="display_format"
android:persistent="true"
android:dialogTitle="@string/Custom_Display_Format"
android:title="@string/Custom_Display_Format" />
<PreferenceScreen
android:dialogTitle="@string/hdcp_option"
android:fragment="com.android.tv.settings.device.display.huanglong.HdcpoptionFragment"
android:key="hdcpoption"
android:title="@string/hdcp_option" />
<CheckBoxPreference
android:key="ContentAutoAdaptation"
android:title="@string/hdr_auto_adaptation" />
<!--HDR Type-->
<ListPreference
android:dialogTitle="@string/custom_content_mode"
android:entries="@array/set_custom_content_mode"
android:entryValues="@array/set_custom_content_mode_value"
android:key="customdynamicrange"
android:title="@string/custom_content_mode" />
<ListPreference
android:dialogTitle="@string/video_scenario_mode"
android:entries="@array/set_video_scenario_mode"
android:entryValues="@array/set_video_scenario_mode_value"
android:key="VideoScenarioMode"
android:title="@string/video_scenario_mode" />
<ListPreference
android:dialogTitle="@string/video_aspect_ratio"
android:entries="@array/set_video_ratio"
android:entryValues="@array/set_video_ratio_value"
android:key="videoaspectratio"
android:title="@string/video_aspect_ratio" />
<ListPreference
android:dialogTitle="@string/display_resolution"
android:entries="@array/set_display_resolution"
android:entryValues="@array/set_display_resolution_value"
android:key="displayResolution"
android:title="@string/display_resolution" />
<!-- Scope -->
<com.android.tv.settings.device.display.huanglong.ScopeRangePreference
android:key="scope"
android:title="@string/screen_scope" />
<ListPreference
android:dialogTitle="@string/display_rotation"
android:entries="@array/set_display_rotation"
android:entryValues="@array/set_display_rotation_value"
android:key="displayRotation"
android:title="@string/display_rotation" />
<Preference
android:key="displayExchange"
android:title="@string/display_exchange" />
<ListPreference
android:dialogTitle="@string/Dual_Screen_Display_Mode"
android:entries="@array/dual_screen_display_mode"
android:entryValues="@array/dual_screen_display_mode_value"
android:key="Dual_Screen_Display_Mode"
android:title="@string/Dual_Screen_Display_Mode" />
</PreferenceScreen>