Hello Folks,
I've updated B4A to 2.71 and after settings the new configuration paths, i've see after i run the AVD the views are different; i set the target in the AVD to Android 4.2.2 API Level 17 and the EditText view has no more the background....they seem transparent.
What does it happened ? Is there a way to target new API level and Platform keeping the previous views aspect ?
The change is not related to v2.71. New projects by default use the new style. You can use the old style by opening the manifest editor and changing targetSdkVersion to 4 instead of 14.