44 lines
2.0 KiB
XML
44 lines
2.0 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/. -->
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
|
android:key="show_brave_rewards_icon"
|
|
android:title="@string/show_brave_rewards_icon_title"
|
|
android:summaryOn="@string/text_on"
|
|
android:summaryOff="@string/text_off" />
|
|
|
|
<org.chromium.components.browser_ui.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" />
|
|
|
|
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
|
android:key="brave_night_mode_enabled_key"
|
|
android:title="@string/night_mode_enable"
|
|
android:summaryOn="@string/text_on"
|
|
android:summaryOff="@string/text_off" />
|
|
|
|
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
|
android:key="brave_disable_sharing_hub"
|
|
android:title="@string/disable_sharing_hub"
|
|
android:summaryOn="@string/text_on"
|
|
android:summaryOff="@string/text_off" />
|
|
|
|
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
|
android:key="brave_enable_tab_groups"
|
|
android:title="@string/enable_tab_groups_title"
|
|
android:summaryOn="@string/text_on"
|
|
android:summaryOff="@string/text_off" />
|
|
|
|
<Preference
|
|
android:fragment="org.chromium.chrome.browser.night_mode.settings.BraveThemePreferences"
|
|
android:key="ui_theme"
|
|
android:title="@string/theme_settings" />
|
|
|
|
</PreferenceScreen>
|