mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update submenu title
This commit is contained in:
parent
9c37a40006
commit
7a86251b2c
@ -429,8 +429,8 @@ fun TypingScreen(navController: NavHostController = rememberNavController()) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
NavigationItem(
|
NavigationItem(
|
||||||
title = "Long-Press Letters & Symbols",
|
title = "Long-Press Keys & Spacebar",
|
||||||
subtitle = "Configure long-press duration and how to order letters/symbols.",
|
subtitle = "Configure long-press duration, how to order letters/symbols, and behavior of spacebar and delete key.",
|
||||||
style = NavigationItemStyle.Misc,
|
style = NavigationItemStyle.Misc,
|
||||||
navigate = { navController.navigate("longPress") },
|
navigate = { navController.navigate("longPress") },
|
||||||
icon = painterResource(id = R.drawable.arrow_up)
|
icon = painterResource(id = R.drawable.arrow_up)
|
||||||
|
Loading…
Reference in New Issue
Block a user