Material Design implementation in Jetpack compose of a TextField
Questions tagged [android-compose-textfield]
242 questions
-1
votes
1 answer
How to draw parallel horizontal lines in a compose TextField?
I am trying to build a note taking app using Jetpack Compose. I want a custom TextField which contains parallel horizontal lines just like a real notepad.
How can I achieve this?
(I know basics of compose Canvas but an not able to figure out how to…

Arpit Shukla
- 9,612
- 1
- 14
- 40
-2
votes
1 answer
I have a problem with the Course of Kotlin from Android. @Composable Text() doesn't take String
I'd like to know why Text() in Jetpack Compose (Kotlin) can't take String as an argument in this case? I am following the course from Android and I exactly did what they did (the course is from 6 march 2023). If you have any clue, let me know.…

CptValian
- 1
- 1