<EditText
android:id="@+id/EditText01"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:password="true"
android:inputType="phone" />
不过貌似android:password="true"有点不大支持了。
只是这个一定不能用
android:inputType="textPassword|phone"
不摘掉为啥 只有第二个有效果