I am having this issue where I am using the Android\'s Holo theme on a tablet project. However, I have a fragment on screen which has a white background. I am adding an
Late to the party,Here's is my answer,
This is for the people who are not looking to change the colorAccent in their parent theme,but wants to change EditText attributes!
This answer demos how to change ......
- Bottom line color
- Cursor color
- Cursor pointer color (I used my custom image).......... of
EditTextusing style applied to the Activity theme.
Example:
Now create a drawable(edit_text_background) add a resource xml for the background!You can customize as you want!
-
Now as you did set this style in your Activity theme.
Example :
In your Activity you have a theme,set this custom editText theme to that.