<EditText
android:id="@+id/idLogin"
android:layout_below="@+id/signintitle"
android:layout_marginTop="20dp"
android:fontFamily="@font/calibri_bold"
android:background="@drawable/editbox"
android:gravity="center"
android:textColor="@color/slogan_color"
android:textSize="20sp"
android:hint="@string/id"
android:inputType="text|textNoSuggestions"
android:textCursorDrawable="@null"
android:textColorHint="@color/slogan_color"
android:layout_centerHorizontal="true"
android:layout_width="350dp"
android:layout_height="45dp" />
I have a background drawable already, so how can I remove the edittext underline?Check the image for more details.
Any help is appreciated!