1

I am assigning an EditText a custom background, but then at some point I want to revert it back to its default native background asset. I am not sure what that asset is called though. I have tried:

@android:drawable/edit_text

but that gives me an EditText style that seems like it's from a very old version of android.

Thanks

user3203425
  • 2,919
  • 4
  • 29
  • 48

1 Answers1

0

Just remove the background property from the XML and that should be it

funkycookie
  • 226
  • 2
  • 16