Nat Strangerweather
03/30/2023, 12:24 PMJohn Nichol
03/30/2023, 3:52 PMNat Strangerweather
03/30/2023, 4:07 PMAtaul Munim
03/30/2023, 4:14 PMNat Strangerweather
03/31/2023, 6:49 PMAtaul Munim
03/31/2023, 6:51 PMNat Strangerweather
03/31/2023, 6:52 PMAtaul Munim
03/31/2023, 6:52 PMNat Strangerweather
03/31/2023, 6:54 PMclass MainTileService : GlanceTileService() {
@Composable
override fun Content() {
val imageSize = LocalSize.current.times(1f)
Column(
modifier = GlanceModifier.fillMaxSize().background(Color(0xff17244E)).clickable(
actionStartActivity<MainActivity>()
),
horizontalAlignment = Alignment.CenterHorizontally,
verticalAlignment = Alignment.CenterVertically
) {
Image(
provider = ImageProvider(R.drawable.logo),
modifier = GlanceModifier.size(imageSize.width, imageSize.height),
contentScale = ContentScale.FillBounds,
contentDescription = "Logo"
)
}
}
}
Ataul Munim
03/31/2023, 6:54 PMNat Strangerweather
03/31/2023, 6:54 PMAtaul Munim
03/31/2023, 6:55 PMNat Strangerweather
03/31/2023, 6:55 PM).build()
).build()
).build()
).build()
).build())