🛠️ Typo and remove animation
* Changed "Perception expander" description * Removed animation from appearing/disappearing lines
This commit is contained in:
parent
d6bfb4eb2d
commit
8f185a774c
3 changed files with 3 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ import androidx.compose.ui.platform.LocalConfiguration
|
||||||
import androidx.compose.ui.unit.Dp
|
import androidx.compose.ui.unit.Dp
|
||||||
import androidx.compose.ui.unit.coerceAtMost
|
import androidx.compose.ui.unit.coerceAtMost
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import ua.acclorite.book_story.presentation.ui.DefaultTransition
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reader Perception Expander.
|
* Reader Perception Expander.
|
||||||
|
|
@ -31,7 +30,7 @@ fun ReaderPerceptionExpander(
|
||||||
thickness: Dp,
|
thickness: Dp,
|
||||||
lineColor: Color
|
lineColor: Color
|
||||||
) {
|
) {
|
||||||
DefaultTransition(visible = perceptionExpander) {
|
if (perceptionExpander) {
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
|
|
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
<string name="hide_bars_on_fast_scroll_option">Ховати панелі при швидкому прокручуванні</string>
|
<string name="hide_bars_on_fast_scroll_option">Ховати панелі при швидкому прокручуванні</string>
|
||||||
<string name="perception_expander_option">Розширення сприйняття</string>
|
<string name="perception_expander_option">Розширення сприйняття</string>
|
||||||
<string name="perception_expander_option_desc">
|
<string name="perception_expander_option_desc">
|
||||||
Збільшіть швидкість вашого читання, читаючи менше слів напряму
|
Збільшіть швидкість вашого читання фокусуючись на середині
|
||||||
</string>
|
</string>
|
||||||
<string name="perception_expander_padding_option">Відступи розширення сприйняття</string>
|
<string name="perception_expander_padding_option">Відступи розширення сприйняття</string>
|
||||||
<string name="perception_expander_thickness_option">Товщина лінії розширення сприйняття</string>
|
<string name="perception_expander_thickness_option">Товщина лінії розширення сприйняття</string>
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
<string name="hide_bars_on_fast_scroll_option">Hide bars on fast scroll</string>
|
<string name="hide_bars_on_fast_scroll_option">Hide bars on fast scroll</string>
|
||||||
<string name="perception_expander_option">Perception expander</string>
|
<string name="perception_expander_option">Perception expander</string>
|
||||||
<string name="perception_expander_option_desc">
|
<string name="perception_expander_option_desc">
|
||||||
Increase your reading speed by reading less words directly
|
Increase your reading speed by focusing on center
|
||||||
</string>
|
</string>
|
||||||
<string name="perception_expander_padding_option">Perception expander padding</string>
|
<string name="perception_expander_padding_option">Perception expander padding</string>
|
||||||
<string name="perception_expander_thickness_option">Perception expander line thickness</string>
|
<string name="perception_expander_thickness_option">Perception expander line thickness</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue