gpt4 book ai didi

java - android:ime 渲染问题

转载 作者:行者123 更新时间:2023-11-30 10:52:07 34 4
gpt4 key购买 nike

我的 Google 登录模板有误。我使用登录 Activity ,但在渲染/设计屏幕中总是出现以下错误:

The following classes could not be found:
- EditText (Fix Build Path)
Tip: Try to build the project.

问题是由 android:imeActionId xml 方法引起的。这是我的(Google 的)代码:

<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/prompt_password"
android:imeActionId="@+id/login"
android:imeActionLabel="@string/action_sign_in_short"
android:imeOptions="actionUnspecified"
android:inputType="textPassword"
android:maxLines="1"
android:singleLine="true" />

如果我删除所有 android:ime[...] 行,它的渲染效果会很好。我使用 Android Studio 1.5.1 和 compileSdkVersion 21

我希望你能帮我解决这个问题!

干杯!

最佳答案

这是由于 android:imeActionId 行的误导性名称造成的。

它的初始值 "@+id/login" 表示它正在设置自己的 id 值,但它希望您分配一个值。

请看Why does setting imeActionId with a predefined ID resource create an error?

它提供了适合我的解决方案。

关于java - android:ime 渲染问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34473392/

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