gpt4 book ai didi

android - TextInputLayout 设计支持库不显示 setCounterEnable() 方法 android

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

这就是我所拥有的:

TextInputLayout text1 = (TextInputLayout) view.findViewById(R.id.text1);

我正在努力

text1.setCounterMaxLength(50);

TextInputLayout 没有 setCounterMaxLength() 方法。我也试过通过xml来实现

<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:counterEnabled="true"
app:counterMaxLength="10">
<android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="Username"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:ems="10"
android:hint="Username" />
</android.support.design.widget.TextInputLayout>

它抛出以下错误:

Error:(56) No resource identifier found for attribute 'counterEnabled' in package
Error:(56) No resource identifier found for attribute 'counterMaxLength' in package

我正在使用以下 gradle 依赖项:

compile 'com.android.support:design:23.0.1'
compile 'com.android.support:appcompat-v7:23.0.1'

提前致谢。

最佳答案

首先,当您对问题有重大修改时,请点击问题下方的“编辑”链接,对问题进行编辑。不要在评论中注入(inject)大量信息。

其次,您的 Android 存储库已过时,因为 23.1.0 可用于所有标准支持库。进入您的 SDK 管理器并更新 Android 存储库,在“附加”区域的底部。

然后,您可以更新 build.gradle 以引入 23.1.0,其中包含您的方法和属性。

关于android - TextInputLayout 设计支持库不显示 setCounterEnable() 方法 android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33247656/

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