Jetpack Compose is Android’s modern toolkit for building native declarative UI made by Google. If you're targeting desktop with Compose for Desktop, use both this and [compose-desktop] tags.
Questions tagged [android-jetpack-compose]
10142 questions
5
votes
2 answers
How to change pressed Tab color in TabRow in Android Jetpack Compose?
I have a simple Jetpack Compose TabRow example on Kotlin from documentation, where I just changed a text and underline color. But there is an orange background color when the tab is pressed. I want to make it transparent.
var state by remember {…

OwlCodR
- 173
- 2
- 9
5
votes
2 answers
Android Jetpack Compose: Listen to user's keyboard input not working with Enter key
I am trying to execute a function upon Enter Key pressed on soft keyboard and I found Modifier.onKeyEvent{} to listen to user input on soft keyboard in general.
However, this doesn't work with Enter key(especially 'Done' key on number pad).
My soft…

foseja
- 233
- 2
- 10
5
votes
1 answer
How to hide ActionBar with Jetpack Compose
I want to hide default action bar, so in the Manifest file I have following code: