Peter Mandeljc
06/29/2021, 3:23 PMColumn(modifier = Modifier.padding(16.dp)) {
Surface(
elevation = 10.dp,
modifier = Modifier.fillMaxWidth(),
) {
Text(text = "Test")
}
}
Abhishek Dewan
06/29/2021, 3:37 PMPeter Mandeljc
06/29/2021, 3:38 PMPeter Mandeljc
06/29/2021, 3:38 PMLouis Pullen-Freilich [G]
06/29/2021, 4:06 PMPeter Mandeljc
06/29/2021, 4:13 PMLouis Pullen-Freilich [G]
06/29/2021, 4:29 PMLocalElevationOverlay
, and provide null
Louis Pullen-Freilich [G]
06/29/2021, 4:29 PMPeter Mandeljc
06/29/2021, 6:35 PMPeter Mandeljc
06/29/2021, 6:36 PMPeter Mandeljc
06/29/2021, 6:42 PM