【发布时间】:2014-07-27 21:55:53
【问题描述】:
当 EditText 处于密码模式时,提示似乎以不同的字体显示(信使?)。我不希望这样我希望字体看起来一样我如何避免这种情况。?
我当前的xml
<EditText
android:hint="@string/edt_password_hint"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:password="true"
android:singleLine="true" />`
【问题讨论】:
-
这篇文章实际上等同于:stackoverflow.com/questions/3406534/…