Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ma...@google.com <ma...@google.com>
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
- Jetpack Compose component used: OutlinedTextField / TextFieldColors
- Android Studio Build:
Android Studio Electric Eel | 2022.1.1 Canary 10
Build #AI-221.6008.13.2211.8963757, built on August 18, 2022
macOS 12.3
- Kotlin version: 1.6.21
- Devices/Android versions reproduced on: Pixel 6
- Keyboard (i.e. Gboard, Samsung, etc): Gboard
It doesn't appear to be possible to change the color of the text in a OutlinedTextField when focused vs unfocused.
`TextFieldDefaults.outlinedTextFieldColors` provides parameters for focusedBorderColor/unfocusedBorderColor and focusedLabelColor/unfocusedLabelColor. But there doesn't seem to be a way to change the color of the text value within a OutlinedTextField depending on focused/unfocused state.