[FIXED] Is there something like ConstraintLayout's "dimensionRatio" property in Jetpack Compose?
Issue I wanna constraint the Image’s start to parent’s start, top to top, end to end when its width/height is
Read moreIssue I wanna constraint the Image’s start to parent’s start, top to top, end to end when its width/height is
Read moreIssue I have two graphs, so the first graph move from one fragment to an activity passing safeArgs to the
Read moreIssue I want to create loading spinner in jetpack compose. I don’t have video but I have image how it
Read moreIssue Does the jetpack compose have the date time picker view or I should create it by myself? I have
Read moreIssue TopAppBar( backgroundColor = Color.Transparent, elevation = 0.dp, modifier= Modifier.fillMaxWidth(), navigationIcon = { IconButton( onClick = { TODO }, enabled
Read moreIssue I have such an implemenation Surface( modifier = Modifier.background(Color.Transparent), shape = RoundedCornerShape(corner = CornerSize(2.dp)), border = BorderStroke(width = 1.dp,
Read moreIssue In general, most components in Jetpack Compose seem to be very easy to customize. However, the same cannot be
Read moreIssue I have an Android Jetpack Compose project where I show a screen with a InputField: When coming to that
Read moreIssue After upgrading from compose 1.0.1 to 1.3.0-beta01 my Zoomable Image is ignoring the parent Box dimensions (250×250) I can
Read moreIssue I can’t find how to linkify my Text() using Jetpack Compose. Before compose all I had to do was:
Read more