Skip to content

Commit 73b8baa

Browse files
committed
mask pin field
1 parent cdaa76d commit 73b8baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raveandroid/src/main/res/layout/pin_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
android:layout_width="match_parent"
3636
android:layout_height="wrap_content"
3737
android:hint="@string/pin"
38-
android:inputType="number"
38+
android:inputType="numberPassword"
3939
android:drawableLeft="@drawable/ic_lock_outline_black_24dp"
4040
android:drawableStart="@drawable/ic_lock_outline_black_24dp"
4141
android:drawablePadding="7dp"

0 commit comments

Comments
 (0)