答案 0 :(得分:0)
您可以尝试此布局
原始布局
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/toolbar_layout"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
.
.
</LinearLayout>
</ScrollView>
<LinearLayout>
答案 1 :(得分:0)
您可以使用折叠工具栏或根据需要进行自定义。
参考下面的链接。
答案 2 :(得分:0)
选中此项,我在您的商品代码中添加了评论
dplyr