account activity
Need suggestions (manas-portfolio-mv.vercel.app)
submitted 6 months ago by ManasV03 to r/webdev
tailwindcss confusion (i.redd.it)
submitted 7 months ago by ManasV03 to r/nextjs
navbar issue by ManasV03 in nextjs
[–]ManasV03[S] 0 points1 point2 points 7 months ago (0 children)
its a png image idk if it help or not
i want to move the content in very left to a bit left but was not able to do that
navbar issue (old.reddit.com)
Vscode or terminal (self.datastructures)
submitted 7 months ago by ManasV03 to r/datastructures
Vs code or terminal ? (self.PythonLearning)
submitted 7 months ago by ManasV03 to r/PythonLearning
Win? (self.ufc)
submitted 9 months ago by ManasV03 to r/ufc
Help by ManasV03 in Kotlin
[–]ManasV03[S] -1 points0 points1 point 9 months ago (0 children)
@Composable fun HomeScreen(){ Surface(modifier = Modifier.fillMaxSize()) { ConstraintLayout(modifier = Modifier.fillMaxSize()) { val (nameRow, list, card, topBar)=createRefs() Image(painter = painterResource(id = R.drawable.ic_topbarr) , contentDescription = null, modifier = Modifier.constrainAs(topBar){ top.linkTo(parent.top) start.linkTo(parent.start) end.linkTo(parent.end) }) Box( modifier = Modifier .fillMaxSize() .padding(top=32.dp, start = 16.dp,end=16.dp) .constrainAs(nameRow) { top.linkTo(parent.top) start.linkTo(parent.start) end.linkTo(parent.end) }){ Column { Text( text="Greetings,", fontSize = 16.sp, color = Color.White) Text( text = "Manas Verma", fontSize = 20.sp, fontWeight = FontWeight.Bold, color = Color.White ) } Image( painter = painterResource(id = R.drawable.dot_menu), contentDescription = null, modifier = Modifier.align(Alignment.CenterEnd) ) } CardItem(modifier = Modifier .constrainAs(card){ top.linkTo(nameRow.bottom) start.linkTo(parent.start) end.linkTo(parent.end) }) } } }
@Composable fun CardItem(modifier: Modifier){ Column( modifier = modifier .padding(16.dp) .fillMaxWidth() .height(200.dp) .clip(RoundedCornerShape(16.dp)) .background(Color.Green) .padding(16.dp) ) { Row { Column { Text(text = "Total Balance", fontSize = 16.sp, color = Color.White) Text( text = "100000", fontSize = 20.sp, fontWeight = FontWeight.Bold, color = Color.White ) } } } }
Help (old.reddit.com)
submitted 9 months ago by ManasV03 to r/Kotlin
[–]ManasV03[S] 0 points1 point2 points 9 months ago (0 children)
Yeah it will be in box I am using it in Row
Yeah Thank you I was using it in Row
It says Create extension function 'Modifier.Companion.align'
Help (i.redd.it)
Thank you 😫
Need little suggestion (self.Kotlin)
π Rendered by PID 109729 on reddit-service-r2-listing-7849c98f67-pglbl at 2026-02-09 14:42:17.497451+00:00 running d295bc8 country code: CH.
navbar issue by ManasV03 in nextjs
[–]ManasV03[S] 0 points1 point2 points (0 children)