I want to change Material TextInputEditText's bubble and cursor color. I tried colorAccent, android:textCursorDrawable these are not working correctly.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- Illegal to have multiple roots (start tag in epilo
- How to maintain order of key-value in DataFrame sa
You have to use following attributes:
To know more about : Setting up a Material Components theme for Android
The material attribute color colorControlActivated do the magic. You have to create a style for your TextInputLayout.
e.g:
Then you have to apply this style in the theme attribute of control: