The problem is in a very ugly italic)

I'm new, and I think the problem is in EditText or in the subject?

As you can see from the screenshots, there are 2 points, but when you enter text, they become strips in size EditText .

I need to pick them up, but I don’t know how.

Here is the axml file

 <EditText android:id="@+id/inputMsg" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#F8F6F6" android:textColor="@color/text_msg_input" android:layout_weight="1" android:paddingLeft="5dp" android:paddingRight="5dp" android:textCursorDrawable ="@null"/> 

and screenshots

enter image description here

    1 answer 1

    The problem was in the background you need to ask

     android:background="@null"