Note: this is from http://softwaremaniacs.org/playground/showdown-highlight/
To see the markdown equivalent from this text, see the RAW of this file.
This is an overview of Markdown's syntax. For more information, visit the [Markdown web site].
| @Composable | |
| private fun MainContent( | |
| changeSystemBarStyle: (SystemBarStyle) -> Unit | |
| ) { | |
| Scaffold( | |
| modifier = Modifier.fillMaxSize(), | |
| containerColor = Color.Black | |
| ) { paddingValues -> | |
| LaunchedEffect(Unit) { |
| plugins { | |
| `android-base-app` | |
| `android-base` | |
| id("io.fabric") | |
| } | |
| android { | |
| defaultConfig { | |
| versionCode = 20 | |
| versionName = "1.6.3" |
Note: this is from http://softwaremaniacs.org/playground/showdown-highlight/
To see the markdown equivalent from this text, see the RAW of this file.
This is an overview of Markdown's syntax. For more information, visit the [Markdown web site].