forked from GitHub-Mirror/riotX-android
Merge pull request #228 from vector-im/feature/settings_v2
Split settings into sub sections
This commit is contained in:
7
vector/src/main/res/values/bools.xml
Normal file
7
vector/src/main/res/values/bools.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Created to detect what has to be implemented (especially in the settings) -->
|
||||
<bool name="false_not_implemented">false</bool>
|
||||
|
||||
</resources>
|
@ -28,6 +28,7 @@
|
||||
<string name="push_gateway_item_url">Url:</string>
|
||||
<string name="push_gateway_item_format">Format:</string>
|
||||
|
||||
<string name="preference_root_legacy">Legacy</string>
|
||||
<string name="preference_voice_and_video">Voice & Video</string>
|
||||
<string name="preference_root_help_about">Help & About</string>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user