mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Move setting for preference in a dedicated file
This commit is contained in:
parent
96c2c6f4a4
commit
830fca731c
2 changed files with 11 additions and 7 deletions
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…
Add table
Reference in a new issue