Simon Shields | 9b5063f | 2016-03-18 23:12:15 +1100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | |
| 4 | <!-- Screen --> |
| 5 | <PreferenceCategory |
| 6 | android:title="@string/screen_colors_title"> |
| 7 | |
| 8 | <!-- mDNIe Scenario modes --> |
| 9 | <com.cyanogenmod.settings.device.mDNIeScenario |
| 10 | android:key="mdnie_scenario" |
| 11 | android:title="@string/mdnie_scenario_title_head" |
| 12 | android:summary="@string/mdnie_scenario_summary_head" |
| 13 | android:entries="@array/mdnie_scenario_entries" |
| 14 | android:entryValues="@array/mdnie_scenario_entries_values" |
| 15 | android:defaultValue="0" /> |
| 16 | |
Simon Shields | 9b5063f | 2016-03-18 23:12:15 +1100 | [diff] [blame] | 17 | <!-- mDNIe Negative mode --> |
| 18 | <com.cyanogenmod.settings.device.mDNIeNegative |
| 19 | android:key="mdnie_negative" |
| 20 | android:title="@string/mdnie_negative_title_head" |
| 21 | android:summary="@string/mdnie_negative_summary_head" |
| 22 | android:entries="@array/mdnie_negative_entries" |
| 23 | android:entryValues="@array/mdnie_negative_entries_values" |
| 24 | android:defaultValue="0" /> |
| 25 | </PreferenceCategory> |
| 26 | |
| 27 | </PreferenceScreen> |