When entering the password, I want them to leave *, periods or something so that it is not visible. I have the following editText
<EditText
android:id="@+id/edit1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
Does anyone know of any property or something for this?