mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:title="@string/pref_category_home"
|
|
android:enabled="false">
|
|
|
|
<org.mozilla.goanna.preferences.PanelsPreferenceCategory
|
|
android:title="@string/pref_category_home_panels"/>
|
|
|
|
<PreferenceCategory android:title="@string/pref_category_home_content_settings">
|
|
|
|
<CheckBoxPreference android:key="android.not_a_preference.home_suggested_sites"
|
|
android:title="@string/pref_home_suggested_sites"
|
|
android:summary="@string/pref_home_suggested_sites_summary"
|
|
android:defaultValue="true" />
|
|
|
|
<ListPreference android:key="home.sync.updateMode"
|
|
android:title="@string/pref_home_updates"
|
|
android:entries="@array/pref_home_updates_entries"
|
|
android:entryValues="@array/pref_home_updates_values"
|
|
android:persistent="false" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|