简体   繁体   English

Android创建自定义键“ @ hotmail.com”,“ @ gmail.com”

[英]Android create custom key “@hotmail.com”,“@gmail.com”

could create a customized key on the keyboard with the list of words that I want? 可以在键盘上用我想要的单词列表创建自定义键?

I have installed the keyboard "SwiftKey X" and when I position myself in a text field, I get a key on the keyboard android "@..." and I get to select the options ("@hotmail.com", "@gmail.com", "@yahoo.com"). 我已经安装了键盘“ SwiftKey X”,当我将自己放置在文本字段中时,我在键盘android“ @ ...”上得到了一个键,然后选择了选项(“ @ hotmail.com”,“ @ gmail.com”,“ @ yahoo.com”)。

I wonder if you can program this list and if you can add domains custom as "dyndns.com", "no-ip.com". 我想知道是否可以对此列表进行编程,以及是否可以添加自定义为“ dyndns.com”,“ no-ip.com”的域。

is posible? 有可能吗?

在此处输入图片说明

Yes it is possible to create a custom keyboard for the soft display. 是的,可以为软显示创建自定义键盘。 Here is a link that discusses it on the android development site. 这是一个在android开发网站上讨论它的链接。

http://developer.android.com/resources/articles/creating-input-method.html http://developer.android.com/resources/articles/creating-input-method.html

you can use something like this 你可以用这样的东西

<Key
                android:horizontalGap="1.1%p"
                android:keyLabel="GMAIL"
                android:keyOutputText="GMAIL"
                android:keyWidth="10.0%p" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用JavaMail将邮件发送到@ hotmail.com / @ live.com - Send mail to @hotmail.com/@live.com with JavaMail 如何创建正则表达式以验证仅包含gmail.com的字符串? - How to create regex to validate string which contains only gmail.com? ORA-04054:数据库链接GMAIL.COM不存在 - ORA-04054: database link GMAIL.COM does not exist 如何在 Java 中连接用于邮件访问的证书 gmail.com - How to connect a certificate for mail access gmail.com in Java 浏览器中的证书验证(具体情况:https://gmail.com) - Certificate validation in browsers (specific case: https://gmail.com) 我们可以使用Web驱动程序来测试https:// sites吗? 我正在尝试在gmail.com上工作,但它不起作用 - Can we use Web driver to test https:// sites? I am trying to work on gmail.com and it doesn't work 通过SMTP通过SMTP连接到Outlook.com的Java适用于Hotmail,已停止使用Outlook.com - Java connecting to outlook.com via SMTP worked for Hotmail, stopped working for Outlook.com 无法创建自定义com.facebook.Request.Callback - Cannot create a custom com.facebook.Request.Callback 如何在Glassfish中创建自定义URL http://mysite.com/username? - How to create custom URL http://mysite.com/username in Glassfish? smtp.gmail.com,端口:587 失败 - smtp.gmail.com, port: 587 fails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM