gpt4 book ai didi

android - 单击右上角的 float 操作按钮使 RecyclerView 项目被单击

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:49:47 25 4
gpt4 key购买 nike

我想在 recyclerview 上添加 Floating Action Button 但问题是当我点击 Floating Action Button Recyclerview item get clicked 如何解决这个问题

看下面的代码

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".screens.ShowSubjectsFrag"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<android.support.v7.widget.RecyclerView
android:id="@+id/MainList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center">
</android.support.v7.widget.RecyclerView>
<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@android:drawable/ic_input_add"
app:layout_anchor="@id/MainList"
android:layout_margin="@dimen/fab_margin"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
</RelativeLayout>

最佳答案

在你的 Activity/Fragment 中为 FloatingActionButton 编写 View#onClickListener 因为目前你的 FloatingActionButton 不是注册任何事件。有同样的问题干杯

关于android - 单击右上角的 float 操作按钮使 RecyclerView 项目被单击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34460236/

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