改变EditText右下角的字样


android:imeOptions="actionSend"

android:singleLine="true"

// 发送

 
 
android:imeOptions="actionGo"
android :singleLine= "true"

// 开始


android:imeOptions="actionSearch"
android:singleLine="true"
//搜索


android:imeOptions="actionNext"
android:singleLine="true"
//下一步


android:imeOptions="actionDone"

扫描二维码关注公众号,回复: 2371843 查看本文章

android:singleLine="true"
//箭头 隐藏输入框 不知道什么意思 这个箭头不是换行


猜你喜欢

转载自blog.csdn.net/raotenghong2611/article/details/81031323
今日推荐