Hi,

Just wondered, am I the only one to encounter this "strange" behavior.

When placing an EditText inside my activity and setting its
inputType="textPassword"  as follow:

<EditText android:text="" android:id="@+id/EditText01"
                android:hint="This is a hint" android:inputType="textPassword"
                android:layout_width="wrap_content"
android:layout_height="wrap_content"></EditText>

The hint is displayed with bigger/double spaces between the words.
If I remove the inputType attribute it all goes back to normal.

I couldn't find a known issue regarding this behavior.

BTW- If you wonder why this is important (it isn't that much) try
putting two EditText widgets one below the other and set the inputType
of one of them to "textpassword" it doesn't look good.

Any comments?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to