ChatCrawlersearch across public Telegram Open the app
A

Android APPs Developer

сообщение · 2026-02-16 14:52 UTC
A
@Composable fun ColorMathInput() {     var text by remember { mutableStateOf("") }     TextField(         value = text,         onValueChange = { text = it },         textStyle = TextStyle(fontSize = 20.sp),         visualTransformation = { input ->             TransformedText(                 buildAnnotatedString {                     input.text.forEach { ch ->                         when (ch) {                             '+', '-', '*', '/' -> {                                 withStyle(                                     SpanStyle(color = Color.Red)                                 ) {                                     append(ch)                                 }                             }                             else -> {                                 withStyle(                                     SpanStyle(color = Color.White)                                 ) {                                     append(ch)                                 }                             }                         }                     }                 },                 OffsetMapping.Identity             )         },         colors = TextFieldDefaults.textFieldColors(             containerColor = Color.Black,             cursorColor = Color.White         ),         modifier = Modifier             .fillMaxWidth()             .padding(16.dp)     ) }

Вся лента · оригинал в Telegram

Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog