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