Added strings.xml entry for switchpref.

This commit is contained in:
Andrew Rasch 2021-09-26 20:14:44 -04:00
parent 0d93d7c996
commit 8fdbf37613
3 changed files with 3 additions and 2 deletions

View File

@ -603,6 +603,7 @@
<string name="settings_app_lock_title">App Lock</string>
<string name="settings_app_lock_summary">Require authentication before using the app</string>
<string name="settings_app_lock_timeout_title">App Lock Timeout</string>
<string name="settings_enable_fold_support">Enable folding phone support</string>
<string name="no_link_available">Cannot get the link</string>

View File

@ -8,7 +8,7 @@
<SwitchPreference
app:defaultValue="false"
app:key="enable_fold_support"
app:title="Enable folding phone support" />
app:title="@string/settings_enable_fold_support" />
<PreferenceCategory
app:title="@string/post_layout_card" />

View File

@ -10,7 +10,7 @@
<SwitchPreference
app:defaultValue="false"
app:key="enable_fold_support"
app:title="Enable folding phone support" />
app:title="@string/settings_enable_fold_support" />
<PreferenceCategory
android:title="@string/post_layout_card" />