Lightning browser with I2P configuration
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.
 
 

42 lines
1.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/settings_display">
<CheckBoxPreference
android:defaultValue="true"
android:key="cb_drawertabs"
android:title="@string/tabs_in_drawer"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="cb_swapdrawers"
android:title="@string/swap_bookmarks_and_tabs"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="fullScreenOption"
android:title="@string/fullScreenOption"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="fullscreen"
android:title="@string/fullscreen"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="wideViewPort"
android:summary="@string/recommended"
android:title="@string/wideViewPort"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="overViewMode"
android:summary="@string/recommended"
android:title="@string/overViewMode"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="text_reflow"
android:title="@string/reflow"/>
<Preference
android:key="app_theme"
android:title="@string/theme"/>
<Preference
android:key="text_size"
android:title="@string/title_text_size"/>
</PreferenceCategory>
</PreferenceScreen>