gpt4 book ai didi

android - 我可以创建这样的 nestedScroll 布局吗?

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

enter image description here

我觉得可以通过NestedScrollingChild NestedScrollingParent来实现。

但是我真的看不懂,谁能帮帮我!

产品经理坚持设计。

ScrollView 包含一个 LinearLayout、一个“TabLayout”和一个 ViewPager

ViewPager 包含 2 个 fragment 包含 RecyclerView 或者只有 2 个 RecyclerView

ScrollView 滚动到底部时,RecyclerView 可以滚动到底部。

RecyclerView 滚动到 Top 时,ScrollView 可以滚动到 Top。

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:layout_height="1000dp" />
<TableLayout
android:layout_width="match_parent"
android:layout_height="60dp"></TableLayout>
<android.support.v4.view.ViewPager
android:layout_width="match_parent"
android:layout_height="match_parent"></android.support.v4.view.ViewPager>
</LinearLayout>
</ScrollView>

最佳答案

只需将您的 ScrollView 更改为 android.support.v4.widget.NestedScrollView

如果不起作用,请发布您的 xml

关于android - 我可以创建这样的 nestedScroll 布局吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33470573/

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