diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/lab_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/lab_preferences.xml b/res/xml/lab_preferences.xml index b33052f..ee00463 100644 --- a/res/xml/lab_preferences.xml +++ b/res/xml/lab_preferences.xml @@ -26,4 +26,9 @@ android:defaultValue="false" android:title="@string/pref_lab_most_visited_homepage" android:summary="@string/pref_lab_most_visited_homepage_summary" /> + <CheckBoxPreference + android:key="fullscreen" + android:defaultValue="false" + android:title="@string/pref_lab_fullscreen" + android:summary="@string/pref_lab_fullscreen_summary" /> </PreferenceScreen> |