Android edittext is underlined when typing
问题 I need to removed underline when type in edit text field in Android. For the first name edit text first letter should be capital so that I have given textCapSentences , but in my case I see underline in edittext fields. how to remove that? I have tried all the combination of textFilter|textNoSuggestions|textCapSentences its my first name edit text: <EditText android:id="@+id/signup_lname" android:layout_width="match_parent" android:layout_height="60dp" android:background="@color/signup_layer