I do have the latest Android API and a ICS emulator running, but I can’t find text fields that look like:
http://developer.android.com/design/building-blocks/text-fields.html
Is there a way to get those new text fields instead of the older text fields “boxes”?
I needed platform specific value folders as described here:
/res/values/ AND /res/values-v11/
developer.android.com/guide/topics/ui/themes.html#SelectATheme
Now it’s working, thanks!