Android EditText Transparent Background

Sultan Saadat picture Sultan Saadat · Apr 19, 2011 · Viewed 73.9k times · Source

I want to have a transparent background for Android EditText widget. How is that possible?

Answer

Dmitry Ryadnenko picture Dmitry Ryadnenko · Apr 19, 2011

Try this

android:background="@null"