首页 > 移动平台 > 详细

android editText 软键盘enter键图标的设置

时间:2014-07-06 12:06:15      阅读:381      评论:0      收藏:0      [点我收藏+]
  <EditText 
        android:layout_marginTop="10dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="输入单位"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        <span style="color:#ff0000;"> android:imeOptions="actionSearch"</span>
        />

EditText通过设置android:imeOptions来改变默认的”文本或者样式。这里举几个常用的常量值:

actionUnspecified  未指定,对应常量EditorInfo.IME_ACTION_UNSPECIFIED.  
actionNone 没有动作,对应常量EditorInfo.IME_ACTION_NONE 
actionGo 去往,对应常量EditorInfo.IME_ACTION_GO
actionSearch 搜索,对应常量EditorInfo.IME_ACTION_SEARCH    
actionSend 发送,对应常量EditorInfo.IME_ACTION_SEND   
actionNext 下一个,对应常量EditorInfo.IME_ACTION_NEXT   
actionDone 完成,对应常量EditorInfo.IME_ACTION_DONE  


android editText 软键盘enter键图标的设置,布布扣,bubuko.com

android editText 软键盘enter键图标的设置

原文:http://blog.csdn.net/howlaa/article/details/36895021

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!