I want to have a transparent background for Android EditText widget. How is that possible?
You can also set it using java code
myTextView.setBackgroundColor(Color.TRANSPARENT);