My app uses Theme.Holo.Light.DarkActionBar as the parent theme.
Theme.Holo.Light.DarkActionBar
When I use my Android 3.2 tablet emulator, the EditText shape is almost impossible to se
I figure out my issue. By setting theme in application element android:theme="@android:style/Theme" in manifest.xml file.
android:theme="@android:style/Theme"
Try this.