manager: fix ascii art text of KernelSU. close #930
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
_ __
|
_ __ _ ____ _ _
|
||||||
/\ /\___ _ __ _ __ ___| / _\/\ /\
|
| |/ /___ _ __ _ __ ___| / ___|| | | |
|
||||||
/ //_/ _ \ '__| '_ \ / _ \ \ \/ / \ \
|
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
|
||||||
/ __ \ __/ | | | | | __/ |\ \ \_/ /
|
| . \ __/ | | | | | __/ |___) | |_| |
|
||||||
\/ \/\___|_| |_| |_|\___|_\__/\___/
|
|_|\_\___|_| |_| |_|\___|_|____/ \___/
|
||||||
|
|||||||
Reference in New Issue
Block a user