So basically, if the user doesn't use this edittext, then the default value stays at zero. But if they want to type something in, the zero disappears as soon as they start typing.
I have tried using:
android:hint"0"
But that doesn't affect the default value.
And when I use:
android:text"0"
That sets the value of the editText as 0, but you have to manually delete the zero and then start typing in the number that they want to enter.