caelum19
02/23/2020, 11:31 AMval avatar = vectorResource(R.drawable.usertwo)
val name = "test"
Box(LayoutWidth.Fill + LayoutHeight(65.dp)) {
Row(arrangement = Arrangement.End) {
Box(modifier = LayoutWidth(48.dp) + LayoutHeight(48.dp)) {
DrawVector(avatar)
}
Column {
Text(name)
Text("Test")
}
}
}
Dev05Louis Pullen-Freilich [G]
02/23/2020, 12:46 PMcaelum19
02/23/2020, 1:21 PMStylianos Gakis
04/18/2024, 1:30 PMLouis Pullen-Freilich [G]
04/18/2024, 1:57 PMLouis Pullen-Freilich [G]
04/18/2024, 1:58 PMStylianos Gakis
04/18/2024, 2:23 PMLouis Pullen-Freilich [G]
04/18/2024, 2:29 PMLouis Pullen-Freilich [G]
04/18/2024, 2:30 PMStylianos Gakis
04/18/2024, 2:36 PMclipPathData
and I am getting great results already!
Thanks a lot for the link to this API, you have unblocked me here 😊