码迷,mamicode.com
首页 > 其他好文 > 详细

EditText中光标的位置设置

时间:2014-09-21 19:47:31      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   div   sp   cti   on   c   html   

CharSequence text = userName.getText();
             if (text instanceof Spannable) {
                Spannable spanText = (Spannable)text;
                 Selection.setSelection(spanText, text.length());
             }



EditText中光标的位置设置

标签:http   io   ar   div   sp   cti   on   c   html   

原文地址:http://www.cnblogs.com/flyme2012/p/3984767.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!