mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Added strings.xml entry for switchpref.
This commit is contained in:
parent
0d93d7c996
commit
8fdbf37613
@ -603,6 +603,7 @@
|
|||||||
<string name="settings_app_lock_title">App Lock</string>
|
<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_summary">Require authentication before using the app</string>
|
||||||
<string name="settings_app_lock_timeout_title">App Lock Timeout</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>
|
<string name="no_link_available">Cannot get the link</string>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
app:defaultValue="false"
|
app:defaultValue="false"
|
||||||
app:key="enable_fold_support"
|
app:key="enable_fold_support"
|
||||||
app:title="Enable folding phone support" />
|
app:title="@string/settings_enable_fold_support" />
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
app:title="@string/post_layout_card" />
|
app:title="@string/post_layout_card" />
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
app:defaultValue="false"
|
app:defaultValue="false"
|
||||||
app:key="enable_fold_support"
|
app:key="enable_fold_support"
|
||||||
app:title="Enable folding phone support" />
|
app:title="@string/settings_enable_fold_support" />
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/post_layout_card" />
|
android:title="@string/post_layout_card" />
|
||||||
|
Loading…
Reference in New Issue
Block a user