blob: dcdbe1188b5bb6fe682ee71097028b33a2483c6d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:chrome="http://schemas.android.com/apk/res-auto">
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
android:key="physical_web_switch"
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off"
chrome:drawDivider="true" />
<org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/physical_web_pref_description" />
<org.chromium.chrome.browser.preferences.LearnMorePreference
android:key="physical_web_learn_more"
chrome:helpContext="@string/help_context_physical_web" />
<org.chromium.chrome.browser.preferences.ButtonPreference
android:key="physical_web_launch"
android:title="@string/physical_web_launch_button" />
</PreferenceScreen>