gpt4 book ai didi

android - float 操作按钮显示为灰色框

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

我正在尝试在屏幕右下角设置一个 FAB,使其漂浮在 recyclerview 的顶部。然而,FAB 只是一个带有小部件路径的灰色框。

问题是:

enter image description here这是我的 XML 实现:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/userpass_recyclerview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical" />

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/generate_fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_margin="16dp"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:clickable="true"
android:focusable="true" />

</RelativeLayout>

依赖关系:

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.android.support:design:28.0.1'
implementation 'com.google.android.material:material:1.1.0-alpha05'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}

最佳答案

尝试文件>使缓存无效/重新启动。这就是我遇到的一些灰色小部件的问题。

关于android - float 操作按钮显示为灰色框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55863244/

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