gpt4 book ai didi

android - 无法在android中获取键盘

转载 作者:行者123 更新时间:2023-11-29 20:55:25 25 4
gpt4 key购买 nike

我创建了 EditText。如何获取 Keyboard 对象并设置自己的设置。例如,当我专注于 EditText 时,将第一个字母设置为大写。

最佳答案

您可以简单地将“android:inputType="textCapSentences"”添加到 XML 布局中的 EditText 元素。例如:

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/background_light"
android:padding="8dp"
android:textSize="18sp"
android:inputType="textCapSentences"/>

它无法在像 GenyMotion 这样的模拟器上自动应用,但如果您在设备上测试它,它会自动应用。

祝你好运

关于android - 无法在android中获取键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27904684/

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