gpt4 book ai didi

Android - 如何对 GridView 项目产生链式 react ?

转载 作者:行者123 更新时间:2023-11-29 14:24:23 26 4
gpt4 key购买 nike

我已经使用 GridView 实现了图片库。网格项目的布局:

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants" >

<ImageView
android:id="@+id/media_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/thumbnail_for_image"
android:scaleType="centerCrop" />

<View
android:id="@+id/overlay_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/selectableItemBackground" />
</FrameLayout>

我的目标是在触摸网格项时获得这种漂亮的 Material 波纹效果。不幸的是,我无法为我的问题找到纯粹的解决方案。所以我想出了使用 this ,正如作者所说,解决方法 - 在主要 ImageView 之上添加叠加层 View,并将背景设置为

?attr/selectableItemBackground

将它放在 ImageView 的背景或父 FrameLayout 背景上不起作用。

我敢肯定,一定有更好的方法来处理它。

最佳答案

GridView 中的

android:drawSelectorOnTop="true" 成功了

关于Android - 如何对 GridView 项目产生链式 react ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30645521/

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