gpt4 book ai didi

android - 在 ChipGroup 中设置 Chip 文本的问题

转载 作者:行者123 更新时间:2023-11-30 05:09:58 25 4
gpt4 key购买 nike

可能我的问题的解决方案非常简单,但显然我遗漏了一些东西并且坚持自己修复它。

问题:

我想要一个 ChipGroup,用户可以从 RecyclerView 过滤内容,但不幸的是,我在尝试设置文本时遇到错误。

/home/noah/StudioProjects/.../app/src/main/res/layout/filter_dialog.xml:104: error: attribute text (aka [...]:text) not found.

代码:

<android.support.design.chip.ChipGroup
android:id="@+id/chipGroup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
app:layout_constraintTop_toBottomOf="@+id/box_m">

<android.support.design.chip.Chip
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:text="Lab 1" />

<android.support.design.chip.Chip
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:text="Lab 2" />

...

我已经尝试过的:

  • app:textapp:chipText 之间切换

  • 添加实现组:'com.google.android.material',名称:'material',版本:'1.1.0-alpha02',但这会导致其他实现出现各种问题我在我的 gradle 文件中有

依赖性

 {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-storage:16.0.5'
implementation 'com.github.clans:fab:1.6.4'
implementation 'com.crystal:crystalrangeseekbar:1.1.1'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.esafirm.android-image-picker:imagepicker:1.13.0'
implementation 'com.google.firebase:firebase-functions:16.1.3'
implementation 'com.diogobernardino:williamchart:2.5.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation 'com.firebaseui:firebase-ui-storage:4.1.0'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
testImplementation 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'

最佳答案

来自docs :

android:text - Sets the text of the chip.

关于android - 在 ChipGroup 中设置 Chip 文本的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53905065/

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