在EditText中使用inputType:textpassword后,提示显示了额外的空格

时间:2017-04-15 15:19:28

标签: android

<EditText
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/editText2"
    android:hint="Enter your password"
    android:textSize="20dp"
    android:textColor="#9340A0FF"
    android:inputType="textPassword"/>

我使用了两个EditTexts-一个用于用户名,另一个用于密码。但我只需要在其中一个EditTexts中的提示中写入的字符被隐藏,即密码。为此,我使用了&#39; android:inputType =&#34; textPassword&#34;&#39;,但额外的空格显示在EditText的提示中。 但看到两个EditTexts的暗示看起来很奇怪。 loginPage截图的链接:http://tinypic.com/r/16kxu9v/9

0 个答案:

没有答案