File tree Expand file tree Collapse file tree
app/src/main/java/com/mapcode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import androidx.activity.compose.setContent
66import androidx.compose.foundation.layout.fillMaxSize
77import androidx.compose.material.MaterialTheme
88import androidx.compose.material.Surface
9- import androidx.compose.material.Text
109import androidx.compose.runtime.Composable
1110import androidx.compose.ui.Modifier
1211import androidx.compose.ui.tooling.preview.Preview
@@ -17,7 +16,6 @@ class MainActivity : ComponentActivity() {
1716 super .onCreate(savedInstanceState)
1817 setContent {
1918 MapcodeTheme {
20- // A surface container using the 'background' color from the theme
2119 Surface (modifier = Modifier .fillMaxSize(), color = MaterialTheme .colors.background) {
2220
2321 }
@@ -30,6 +28,6 @@ class MainActivity : ComponentActivity() {
3028@Composable
3129fun DefaultPreview () {
3230 MapcodeTheme {
33-
31+
3432 }
3533}
You can’t perform that action at this time.
0 commit comments