Move setting for preference in a dedicated file

This commit is contained in:
Benoit Marty 2022-02-23 18:10:56 +01:00
parent 96c2c6f4a4
commit 830fca731c
2 changed files with 11 additions and 7 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default preference values -->
<!-- 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>
</resources>

View file

@ -40,11 +40,4 @@
<item>riot.im</item>
</string-array>
<!-- Default preference values -->
<!-- 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>
</resources>