mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Add summary to the setting
This commit is contained in:
parent
4a1c92421b
commit
c3480bfd16
@ -3662,6 +3662,7 @@
|
||||
<string name="link_this_email_with_your_account">%s in Settings to receive invites directly in Element.</string>
|
||||
|
||||
<string name="labs_enable_latex_maths">Enable LaTeX mathematics</string>
|
||||
<string name="restart_the_application_to_apply_changes">Restart the application for the change to take effect.</string>
|
||||
|
||||
<!-- Poll -->
|
||||
<string name="create_poll_title">Create Poll</string>
|
||||
|
@ -47,13 +47,14 @@
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="SETTINGS_LABS_USE_RESTRICTED_JOIN_RULE"
|
||||
android:title="@string/labs_use_restricted_join_rule"
|
||||
android:summary="@string/labs_use_restricted_join_rule_desc"/>
|
||||
android:summary="@string/labs_use_restricted_join_rule_desc"
|
||||
android:title="@string/labs_use_restricted_join_rule" />
|
||||
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="SETTINGS_LABS_ENABLE_LATEX_MATHS"
|
||||
android:title="@string/labs_enable_latex_maths"/>
|
||||
android:summary="@string/restart_the_application_to_apply_changes"
|
||||
android:title="@string/labs_enable_latex_maths" />
|
||||
<!--</im.vector.app.core.preference.VectorPreferenceCategory>-->
|
||||
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
|
Loading…
Reference in New Issue
Block a user