Move setting for preference in a dedicated file
This commit is contained in:
parent
96c2c6f4a4
commit
830fca731c
11
vector-config/src/main/res/values/config-settings.xml
Executable file
11
vector-config/src/main/res/values/config-settings.xml
Executable 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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user