2022-02-23 20:10:56 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2022-02-23 20:19:24 +03:00
|
|
|
<!-- This file contains values to show or hide some settings, and default values for some settings -->
|
|
|
|
|
|
|
|
<!-- Level 0: Root -->
|
|
|
|
|
|
|
|
<bool name="settings_root_general_visible">true</bool>
|
|
|
|
<bool name="settings_root_notification_visible">true</bool>
|
|
|
|
<bool name="settings_root_preferences_visible">true</bool>
|
|
|
|
<bool name="settings_root_voice_video_visible">true</bool>
|
|
|
|
<bool name="settings_root_ignored_users_visible">true</bool>
|
|
|
|
<bool name="settings_root_security_privacy_visible">true</bool>
|
|
|
|
<bool name="settings_root_labs_visible">true</bool>
|
|
|
|
<bool name="settings_root_advanced_visible">true</bool>
|
|
|
|
<bool name="settings_root_help_about_visible">true</bool>
|
|
|
|
<bool name="settings_root_legals_visible">true</bool>
|
|
|
|
|
|
|
|
<!-- Level 1: General -->
|
|
|
|
|
|
|
|
<!-- Level 1: Notifications -->
|
|
|
|
|
|
|
|
<!-- Level 1: Preferences -->
|
2022-02-23 20:10:56 +03:00
|
|
|
|
|
|
|
<!-- If set to true, bubbles setting will be visible to the user in the preference -->
|
|
|
|
<bool name="settings_interface_bubble_visible">true</bool>
|
|
|
|
<!-- If set to true, bubbles will be enabled by default -->
|
|
|
|
<bool name="settings_interface_bubble_default">false</bool>
|
|
|
|
|
2022-02-23 20:19:24 +03:00
|
|
|
<!-- Level 1: Voice and video -->
|
|
|
|
|
|
|
|
<!-- Level 1: Ignored Users -->
|
|
|
|
|
|
|
|
<!-- Level 1: Security and Privacy -->
|
|
|
|
|
|
|
|
<!-- Level 1: Labs -->
|
|
|
|
|
|
|
|
<!-- Level 1: Advcanced settings -->
|
|
|
|
|
|
|
|
<!-- Level 1: Help and about -->
|
|
|
|
|
|
|
|
<!-- Level 1: Legals -->
|
|
|
|
|
|
|
|
|
2022-02-23 20:10:56 +03:00
|
|
|
</resources>
|