🚀 Add "How to use perception expander?" help tip
* Added new help tip to help user understand how to use perception expander
This commit is contained in:
parent
3c2b23db08
commit
35eadafb9b
3 changed files with 37 additions and 0 deletions
|
|
@ -399,6 +399,13 @@ private fun provideHelpTips() = listOf(
|
|||
append(stringResource(id = R.string.help_desc_how_to_use_color_presets_1))
|
||||
}
|
||||
),
|
||||
|
||||
HelpTip(
|
||||
title = R.string.help_title_how_to_use_perception_expander,
|
||||
description = { _, _ ->
|
||||
append(stringResource(id = R.string.help_title_how_to_use_perception_expander_1))
|
||||
}
|
||||
),
|
||||
)
|
||||
|
||||
private fun provideAboutBadges() = listOf(
|
||||
|
|
|
|||
|
|
@ -556,6 +556,21 @@
|
|||
та потім провівши верхню панель вліво або вправо в Читачі, щоб швидко змінити пресет кольорів.
|
||||
</string>
|
||||
|
||||
<string name="help_title_how_to_use_perception_expander">
|
||||
Що таке та як використовувати розширення сприйняття?
|
||||
</string>
|
||||
<string name="help_title_how_to_use_perception_expander_1">
|
||||
Розширення сприйняття може допомогти вам читати швидше.
|
||||
Спочатку увімкніть його в налаштуваннях Читача(див: Як мені налаштувати Читач?).
|
||||
Після увімкнення дві вертикальні лінії з\'являться по обидва боки Читача.
|
||||
Щоб підвищити вашу швидкість читання, відкоригуйте відступи,
|
||||
щоб створити менше простору навколо центра.
|
||||
Для використання цього режиму фокусуйтеся на центрі екрану,
|
||||
дозволяючи вашому периферійному зору сприймати текст з боків.
|
||||
Під час читання підтримуйте фокус на центрі,
|
||||
не дивлячись прямо на боки після кожного рядка.
|
||||
</string>
|
||||
|
||||
|
||||
<!-- Start -->
|
||||
<string name="start_welcome">Вітаємо в Book\'s Story!</string>
|
||||
|
|
|
|||
|
|
@ -555,6 +555,21 @@
|
|||
to fast change color preset.
|
||||
</string>
|
||||
|
||||
<string name="help_title_how_to_use_perception_expander">
|
||||
What is and how do I use perception expander?
|
||||
</string>
|
||||
<string name="help_title_how_to_use_perception_expander_1">
|
||||
Perception expander may help you read faster.
|
||||
First, enable it in the Reader settings(see: How do I customize the Reader?).
|
||||
Once enabled, two vertical lines will appear on either side of the Reader.
|
||||
To optimize your reading speed further,
|
||||
adjust the padding to create less space around the center.
|
||||
To use it, focus on the center of the screen while
|
||||
allowing your peripheral vision to pick up the text on the sides.
|
||||
As you read, maintain your focus on the center without directly
|
||||
looking at the sides after each line.
|
||||
</string>
|
||||
|
||||
|
||||
<!-- Start -->
|
||||
<string name="start_welcome">Welcome to Book\'s Story!</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue