开发者

android : How to change name of the Enter key to "Search" with respect to particular EditText...?

I want to display 'Search' in place of 'Done' or 'Next' or symbol. in the soft keyboard displayed when we click on any edit text....?

Thank 开发者_如何学Pythonyou in advance...!


Try setting the imeOptions attribute in the EditText:

android:imeOptions="actionSearch"

See the docs for other options. Note that not all keyboards support these, so it will be a "best effort" approach.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜