Actionbarsherlock And Custom Textbox (extends Autocompletetextview)
OK, I'm going crazy over this - I've integrated ActionBarSherlock in my app and am using Theme.Sherlock. Now, I can't seem to get my custom textbox to work properly - whenever I le
Solution 1:
OK, now I get it why nobody was able to answer this - it seems to happen only on specific devices! So, in my case I was reproducing it on old Amazon Kindle.
The current workaround I finally found, that works for me, is to set textColor of my control by getting textColor of default EditText (yeah, pretty ugly).
If someone has better idea - do let me know.
Solution 2:
- What are the minimum and target SDK versions?
- Which theme are you using with your application/activity?
Extend that default theme you are using and define the text colors there. See Inheritance
Post a Comment for "Actionbarsherlock And Custom Textbox (extends Autocompletetextview)"