When use this module the it change colors of textfields [ANDROID]
I'm having an issue on Android, if I use this module and create a textfield the line under the textfield became "white" and the cursor also change color to white. This is a major issue if we want to have a light background.
I create a new project and add a textfield and everything works as expected, but after I add this module this problem appear.
You can test it, adding this code (in an alloy project):
<TextField id="email" top="20" color="red"></TextField>
<TextField top="100" hintText="test" width="200" ></TextField>
for example bellow <Label>I am center</Label>
There are some ways to change the cursor color, has you can see here: http://docs.appcelerator.com/titanium/3.0/#!/guide/Android_Themes (search for "cursor")
This code works in a regular project but if we use this module the code doesn't work.
Any solution? Thank you
@invaderhd Were you able to solve this issue? I am stuck on this and not able to find a way out
I have this problem too, any solution?