`
熊滔爱孟涛静
  • 浏览: 122405 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

EditText Next Done配置

阅读更多

代码中:

 

EditText editText=(EditText)findViewById(R.id.name);

editText.setImeOptions(EditorInfo.IME_ACTION_DONE);

EditText editText=(EditText)findViewById(R.id.name);

editText.setImeOptions(EditorInfo.IME_ACTION_NEXT);

 

或者配置文件中:

 

<EditText android:text="@string/name" android:id="@+id/name"

 

   android:layout_height="wrap_content" android:layout_width="fill_parent"

 

   android:imeOptions="actionNext"></EditText>

<EditText android:text="@string/name" android:id="@+id/name"

android:layout_height="wrap_content" android:layout_width="fill_parent"

<EditText android:text="@string/name" android:id="@+id/name"

 

android:layout_height="wrap_content" android:layout_width="fill_parent"

 

   android:imeOptions="actionNext"></EditText>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics