I have EditText with custom background drawable:
EditText code:
As per my understanding. Use this in your editText
android:background="@android:color/transparent"
And If you want to stop Spell Checker for Text which you had typed then use
android:inputType="textNoSuggestions"