Need a way of controlling these somehow. Depending on Holo Theme being light or dark these seem to be linked.
If I set the theme to dark then they are both white. This works ok for the Actionbar since it is dark, but I get no cursor in my EditTexts if their background is white...even though the text is black. (Cursor is white)
If I set it to Holo Light then I get my cursor back, but the Titlebar has Dark Text on a Dark background.
I've read somewhere about setting the cursor drawable to null to make it use text color, but it appears to be in XML only.
If I set the theme to dark then they are both white. This works ok for the Actionbar since it is dark, but I get no cursor in my EditTexts if their background is white...even though the text is black. (Cursor is white)
If I set it to Holo Light then I get my cursor back, but the Titlebar has Dark Text on a Dark background.
I've read somewhere about setting the cursor drawable to null to make it use text color, but it appears to be in XML only.