I have a edittext field in my android. When I am editing cursor showing only one letter. But when I press back key its showing all letters. What to do to show letters while typing. my layout would be like this:
<EditText
android:id="@+id/conPW"
android:layout_width="248px"
android:layout_height="43px"
android:textSize="18sp"
android:password="true"
android:layout_x="20px"
android:layout_y="152px"
>
</EditText>
thanks in advance