26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2019 The Brave Authors. All rights reserved.
|
|
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/. -->
|
|
<android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<org.chromium.chrome.browser.settings.ChromeSwitchPreference
|
|
android:key="hide_brave_rewards_icon"
|
|
android:title="@string/hide_brave_rewards_icon_title"
|
|
android:summaryOn="@string/hide_brave_rewards_icon_description"
|
|
android:summaryOff="@string/hide_brave_rewards_icon_description" />
|
|
|
|
<org.chromium.chrome.browser.settings.ChromeSwitchPreference
|
|
android:key="brave_bottom_toolbar_enabled_key"
|
|
android:title="@string/bottom_toolbar_enable"
|
|
android:summaryOn="@string/text_on"
|
|
android:summaryOff="@string/text_off" />
|
|
|
|
<Preference
|
|
android:fragment="org.chromium.chrome.browser.settings.themes.BraveThemePreferences"
|
|
android:key="ui_theme"
|
|
android:title="@string/theme_settings" />
|
|
|
|
</android.support.v7.preference.PreferenceScreen>
|