码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2014-07-06 12:06:32      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   java   color   width   

  <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键图标的设置

标签:android   style   blog   java   color   width   

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

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