forked from GitHub-Mirror/riotX-android
Disable some unimplemented pref
This commit is contained in:
parent
ad3d303405
commit
9fd9124643
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>
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
<im.vector.riotredesign.core.preference.VectorPreference
|
<im.vector.riotredesign.core.preference.VectorPreference
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:enabled="@bool/false_not_implemented"
|
||||||
android:icon="@drawable/ic_settings_root_flair"
|
android:icon="@drawable/ic_settings_root_flair"
|
||||||
android:title="@string/settings_flair"
|
android:title="@string/settings_flair"
|
||||||
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsFlair" />
|
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsFlair" />
|
||||||
@ -29,6 +30,7 @@
|
|||||||
|
|
||||||
<im.vector.riotredesign.core.preference.VectorPreference
|
<im.vector.riotredesign.core.preference.VectorPreference
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:enabled="@bool/false_not_implemented"
|
||||||
android:icon="@drawable/ic_settings_root_call"
|
android:icon="@drawable/ic_settings_root_call"
|
||||||
android:title="@string/preference_voice_and_video"
|
android:title="@string/preference_voice_and_video"
|
||||||
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsVoiceVideo" />
|
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsVoiceVideo" />
|
||||||
@ -36,6 +38,7 @@
|
|||||||
<!-- TODO Ignored users icon -->
|
<!-- TODO Ignored users icon -->
|
||||||
<im.vector.riotredesign.core.preference.VectorPreference
|
<im.vector.riotredesign.core.preference.VectorPreference
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:enabled="@bool/false_not_implemented"
|
||||||
android:icon="@drawable/ic_settings_root_legacy"
|
android:icon="@drawable/ic_settings_root_legacy"
|
||||||
android:title="@string/settings_ignored_users"
|
android:title="@string/settings_ignored_users"
|
||||||
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsIgnoredUsers" />
|
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsIgnoredUsers" />
|
||||||
|
Loading…
Reference in New Issue
Block a user