File tree Expand file tree Collapse file tree
java/com/dessalines/thumbkey/ui/components/settings/lookandfeel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,6 +383,9 @@ fun LookAndFeelActivity(
383383 title = {
384384 Text (stringResource(R .string.vibrate_on_tap))
385385 },
386+ subtitle = {
387+ Text (stringResource(R .string.vibrate_warning))
388+ },
386389 onCheckedChange = {
387390 updateAppSettings(
388391 appSettingsViewModel,
Original file line number Diff line number Diff line change 3333 <string name =" theme_color" >Theme color</string >
3434 <string name =" position" >Position</string >
3535 <string name =" vibrate_on_tap" >Vibrate on tap</string >
36+ <string name =" vibrate_warning" >Requires touch feedback to be enabled in system settings</string >
3637 <string name =" play_sound_on_tap" >Play sound on tap</string >
3738 <string name =" auto_capitalize" >Auto-Capitalize</string >
3839 <string name =" key_size" >Key Size: %1$s</string >
You can’t perform that action at this time.
0 commit comments