Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
teach committed May 26, 2021
1 parent 267608f commit 631efaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_scroll_child.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/t1" />
android:layout_height="match_parent"/>

</FrameLayout>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_sink_sticky.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:layout_marginTop="30dp"
android:textColor="@android:color/white"
android:textSize="16sp"
android:text="这是个下沉的吸顶view,它不会被推出屏幕,而且覆盖隐藏在其他布局下面"/>
android:text="这是个下沉的吸顶view,它不会被推出屏幕,而是覆盖隐藏在其他布局下面"/>

</FrameLayout>

Expand Down

0 comments on commit 631efaa

Please sign in to comment.