I want to make my edit text field without the line at the bottom, like in this picture Right now my edit text looks like this How can I do it?
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"/>
You can make it by setting the background to null
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With