开发者

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

开发者 https://www.devze.com 2023-04-01 01:26 出处:网络
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....?

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

精彩评论

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