Android背景视差效果

问题描述

我有xml布局,我需要向背景图像添加视差效果。 我怎样才能做到这一点? 这是我的布局

<androidx.core.widget.NestedScrollView
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/pattern"
        android:orientation="vertical">

        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/recyclerView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:descendantFocusability="blocksDescendants">

        </androidx.recyclerview.widget.RecyclerView>

        <Button
            style="@style/DefaultButton"
            android:onClick="onFinishClick"
            android:text="@string/test_finish" />

    </LinearLayout>

</androidx.core.widget.NestedScrollView>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)