diff options
author | Andrew Rasch <raschykid@gmail.com> | 2021-09-27 00:14:44 +0000 |
---|---|---|
committer | Andrew Rasch <raschykid@gmail.com> | 2021-09-27 00:14:44 +0000 |
commit | 8fdbf3761384120debcb0e5cd5404468c6d631ec (patch) | |
tree | ff7035c0464c4e6a5f2f4f175c8f1dfa418355f7 /app/src/main | |
parent | 0d93d7c9961aa36fc2d86857a4b345d36351cbe6 (diff) | |
download | infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar.gz infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar.bz2 infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar.lz infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar.xz infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.tar.zst infinity-for-reddit-8fdbf3761384120debcb0e5cd5404468c6d631ec.zip |
Added strings.xml entry for switchpref.
Diffstat (limited to 'app/src/main')
3 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 86ac03db..425f0d74 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -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> diff --git a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml index b4a6b1fa..db9e1e4e 100644 --- a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml @@ -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" /> diff --git a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml index fc973f4d..5785b189 100644 --- a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml @@ -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" /> |