gpt4 book ai didi

android - 如何以编程方式隐藏/禁用 Android 软键盘上的表情符号

转载 作者:IT老高 更新时间:2023-10-28 21:56:21 25 4
gpt4 key购买 nike

是否可以隐藏特定的键盘按钮?我有一个 EditText 并且在某些设备上它的键盘有笑脸,而在其他设备上它却不见了。我想在所有设备上隐藏它。

下面是我的 EditText 的 XML:

android:id="@+id/text_editor"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignWithParentIfMissing="true"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/send_side"
android:hint="Enter your text"
android:imeOptions="actionSend|flagNoEnterAction"
android:inputType="textLongMessage|textAutoCorrect|textCapSentences|textMultiLine"
android:maxLength="1000"
android:maxLines="3"
android:nextFocusRight="@+id/send_button"
android:padding="12dp"
android:textSize="13sp"

这可能吗?

最佳答案

我在“Disabling smiley key on keyboards with the stock messaging app in ICS”中找到了一些东西。

您需要从 inputType 中删除 textLongMessage 选项。

大多数键盘上仍然有“:-)”按钮,但没有表情符号。

关于android - 如何以编程方式隐藏/禁用 Android 软键盘上的表情符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23560686/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com