Hi, how can we change imeAction label text?
# compose
r
Hi, how can we change imeAction label text?
a
Copy code
keyboardOptions = KeyboardOptions(
        imeAction = ImeAction.Done
      ),
In your TextField etc
r
No, I want to change the text. I know about the imeAction options
f
What text do you mean?
r
@Felix Schütz For example for Done imeAction we can set some localized text
f
You mean that it's possible in an XML layout, but you don't know how to do it in Compose? Where is this text visible? Sorry for the many questions
r
Yes the Compose method of
setImeActionLabel
f
Oh I didn't know that exists. I don't think it can be changed in Compose, sorry.