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

View File

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