开发者

EditText problem:

How to show the text entered by the user in edittext other than from first space... mean leaving a space in-front ....

Is tha开发者_开发技巧t possible?.


I'd use android:paddingLeft attribute if you only want a some space to be appeared to the user.


Udaykiran,

I would accomplish this by attaching an onTextChanged() listener and manually adding a buffer of spaces in front each time the user enters a new character.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜