manager: fix ascii art text of KernelSU. close #930

This commit is contained in:
weishu
2023-09-16 12:22:44 +08:00
parent eac6fd0484
commit 08745664a6
2 changed files with 7 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.input.key.Key import androidx.compose.ui.input.key.Key
import androidx.compose.ui.input.key.key import androidx.compose.ui.input.key.key
import androidx.compose.ui.res.stringResource import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.tooling.preview.Preview import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp import androidx.compose.ui.unit.dp
import com.ramcosta.composedestinations.annotation.Destination import com.ramcosta.composedestinations.annotation.Destination
@@ -124,7 +125,7 @@ fun InstallScreen(navigator: DestinationsNavigator, uri: Uri) {
modifier = Modifier.padding(8.dp), modifier = Modifier.padding(8.dp),
text = text, text = text,
fontSize = MaterialTheme.typography.bodySmall.fontSize, fontSize = MaterialTheme.typography.bodySmall.fontSize,
fontFamily = MaterialTheme.typography.bodySmall.fontFamily, fontFamily = FontFamily.Monospace,
lineHeight = MaterialTheme.typography.bodySmall.lineHeight, lineHeight = MaterialTheme.typography.bodySmall.lineHeight,
) )
} }

View File

@@ -1,5 +1,5 @@
_ __ _ __ _ ____ _ _
/\ /\___ _ __ _ __ ___| / _\/\ /\ | |/ /___ _ __ _ __ ___| / ___|| | | |
/ //_/ _ \ '__| '_ \ / _ \ \ \/ / \ \ | ' // _ \ '__| '_ \ / _ \ \___ \| | | |
/ __ \ __/ | | | | | __/ |\ \ \_/ / | . \ __/ | | | | | __/ |___) | |_| |
\/ \/\___|_| |_| |_|\___|_\__/\___/ |_|\_\___|_| |_| |_|\___|_|____/ \___/