提示属性不适用于editetext
中的密码。即使我为密码字段设置了hint
文字,当我在设备中看到它时,我也看不到密码字段上的hint
文字。
答案 0 :(得分:0)
试试这个......
<EditText
android:id="@+id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:inputType="textPassword"
android:padding="4dp"
android:singleLine="true" />