Fix launcher icon + add warnings section to guidance
This commit is contained in:
@@ -842,6 +842,11 @@ fun PositioningScreen() {
|
||||
) {
|
||||
Text("Positioning Guidance", style = MaterialTheme.typography.headlineSmall, color = MaterialTheme.colorScheme.onBackground)
|
||||
|
||||
Text("Warnings", style = MaterialTheme.typography.titleMedium, color = MaterialTheme.colorScheme.onBackground)
|
||||
Text("• Flashing lights may be unsafe for people with epilepsy, seizure sensitivity, or migraine triggers.", color = MaterialTheme.colorScheme.onBackground)
|
||||
Text("• Do not stare at the screen, for immersive visual sessions, keep your eyes closed.", color = MaterialTheme.colorScheme.onBackground)
|
||||
Text("• Stop immediately for discomfort, dizziness, headache, nausea, anxiety, or eye strain.", color = MaterialTheme.colorScheme.onBackground)
|
||||
|
||||
Image(
|
||||
painter = painterResource(R.drawable.positioning_guide),
|
||||
contentDescription = "Positioning guide",
|
||||
|
||||
Reference in New Issue
Block a user