Remove easter egg screen text
This commit is contained in:
@@ -45,14 +45,6 @@ fun EasterEggSettingsScreen() {
|
||||
.padding(16.dp),
|
||||
horizontalAlignment = Alignment.CenterHorizontally
|
||||
) {
|
||||
Text(
|
||||
modifier = Modifier.padding(16.dp),
|
||||
text = stringResource(id = R.string.easter_egg_text),
|
||||
textAlign = TextAlign.Center,
|
||||
style = MaterialTheme.typography.headlineSmall.copy(
|
||||
color = textColor
|
||||
)
|
||||
)
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
|
||||
@@ -239,8 +239,6 @@
|
||||
<string name="notes_widget_dismissed">Note dismissed</string>
|
||||
<!-- Indicates to which app a shortcuts belongs. %1$s: the name of the app -->
|
||||
<string name="shortcut_summary">By %1$s</string>
|
||||
<!-- Wait, we have easter eggs? No way! -->
|
||||
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it\?</string>
|
||||
<!-- Close a dialog -->
|
||||
<string name="close">Close</string>
|
||||
<string name="no_selection">No selection</string>
|
||||
|
||||
Reference in New Issue
Block a user