python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create bulleted text list in Android Jetpack compose?
I want something like this :
Hey This is first paragraph.
Hey this is my second paragraph.
Any this is 2nd line.
Hey this is 3rd paragraph.
CodeWithVikas
Votes: 0
Answers: 2
How do I make a dotted/dashed underline for Text in Jetpack Compose?
I am trying to get a custom TextDecoration - DashUnderline. The existing answers only work for one line and I need dashed lines for each line of text.
For TextView I have a class, but I have no idea,...

alekseyHunter
Votes: 0
Answers: 1
Why is my text clipped in each row of this Android Jetpack Compose list?
I have created a LazyColumn of stations and when the text is to long in a row it clips the text, even though I am specifying overflow = TextOverflow.Ellipsis. How do I fix this?
@Composable
fun Stati...
Andrew Stromme
Votes: 0
Answers: 1
Enable and focus Textfield at once in Jetpack Compose
I'm trying to implement a TextField in Jetpack Compose with the following functionality: at first it is disabled, but when a user presses the Button, it gets enabled and at the same moment receives fo...
Ivan Abramov
Votes: 0
Answers: 3