Skip to content

Commit 631efaa

Browse files
author
teach
committed
修改
1 parent 267608f commit 631efaa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/main/res/layout/activity_scroll_child.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
<androidx.recyclerview.widget.RecyclerView
3232
android:id="@+id/recyclerView1"
3333
android:layout_width="match_parent"
34-
android:layout_height="match_parent"
35-
android:layout_above="@+id/t1" />
34+
android:layout_height="match_parent"/>
3635

3736
</FrameLayout>
3837

app/src/main/res/layout/activity_sink_sticky.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:layout_marginTop="30dp"
3030
android:textColor="@android:color/white"
3131
android:textSize="16sp"
32-
android:text="这是个下沉的吸顶view,它不会被推出屏幕,而且覆盖隐藏在其他布局下面"/>
32+
android:text="这是个下沉的吸顶view,它不会被推出屏幕,而是覆盖隐藏在其他布局下面"/>
3333

3434
</FrameLayout>
3535

0 commit comments

Comments
 (0)