diff options
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r-- | res/xml/development_prefs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 8fdb03f..1f08eaa 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -156,6 +156,11 @@ android:title="@string/force_hw_ui" android:summary="@string/force_hw_ui_summary"/> + <CheckBoxPreference + android:key="force_msaa" + android:title="@string/force_msaa" + android:summary="@string/force_msaa_summary"/> + <ListPreference android:key="overlay_display_devices" android:title="@string/overlay_display_devices_title" |