mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Add summary to location sharing setting
This commit is contained in:
parent
823ece9582
commit
f83c2b32bc
@ -3732,6 +3732,7 @@
|
|||||||
<string name="template_location_not_available_dialog_content">${app_name} could not access your location. Please try again later.</string>
|
<string name="template_location_not_available_dialog_content">${app_name} could not access your location. Please try again later.</string>
|
||||||
<string name="location_share_external">Open with</string>
|
<string name="location_share_external">Open with</string>
|
||||||
<string name="settings_enable_location_sharing">Enable location sharing</string>
|
<string name="settings_enable_location_sharing">Enable location sharing</string>
|
||||||
|
<string name="settings_enable_location_sharing_summary">Once enabled you will be able to send your location to any room</string>
|
||||||
<string name="labs_render_locations_in_timeline">Render user locations in the timeline</string>
|
<string name="labs_render_locations_in_timeline">Render user locations in the timeline</string>
|
||||||
|
|
||||||
<string name="tooltip_attachment_photo">Open camera</string>
|
<string name="tooltip_attachment_photo">Open camera</string>
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
<im.vector.app.core.preference.VectorSwitchPreference
|
<im.vector.app.core.preference.VectorSwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="SETTINGS_PREF_ENABLE_LOCATION_SHARING"
|
android:key="SETTINGS_PREF_ENABLE_LOCATION_SHARING"
|
||||||
|
android:summary="@string/settings_enable_location_sharing_summary"
|
||||||
android:title="@string/settings_enable_location_sharing" />
|
android:title="@string/settings_enable_location_sharing" />
|
||||||
|
|
||||||
</im.vector.app.core.preference.VectorPreferenceCategory>
|
</im.vector.app.core.preference.VectorPreferenceCategory>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user