gpt4 book ai didi

android - Horizo​​ntal ScrollView 在末尾有图像,onScroll 想要为这些图像设置动画

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

我的 Horizo​​ntalScrollView 位于两个 ImageView 的左侧和右侧。

在极左滚动时,左侧 ImageView 应隐藏,在极右滚动时,右侧 ImageView 应隐藏。我有 Horizo​​ntalScrollView 的任何事件监听器来检测是否没有向右或向左滚动的范围。

xml中的代码如下

         <HorizontalScrollView 
android:id="@+id/HorrisontalScrollView"
android:fillViewport="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fadingEdge="none"
android:scrollbars="none"
android:layout_alignParentBottom="true"
>
//some images to be scroll

</HorizontalScrollView>


<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/LeftArrrow"
android:background="@drawable/nav_arrow_left"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
></ImageView>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/LeftArrrow"
android:layout_alignParentRight="true"
android:background="@drawable/nav_arrow_right"
android:layout_alignParentBottom="true"
></ImageView>

最佳答案

需要先检测滚动结束求助click this link

然后根据需要为图像设置动画。

关于android - Horizo​​ntal ScrollView 在末尾有图像,onScroll 想要为这些图像设置动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13625613/

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