We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267608f commit 631efaaCopy full SHA for 631efaa
app/src/main/res/layout/activity_scroll_child.xml
@@ -31,8 +31,7 @@
31
<androidx.recyclerview.widget.RecyclerView
32
android:id="@+id/recyclerView1"
33
android:layout_width="match_parent"
34
- android:layout_height="match_parent"
35
- android:layout_above="@+id/t1" />
+ android:layout_height="match_parent"/>
36
37
</FrameLayout>
38
app/src/main/res/layout/activity_sink_sticky.xml
@@ -29,7 +29,7 @@
29
android:layout_marginTop="30dp"
30
android:textColor="@android:color/white"
android:textSize="16sp"
- android:text="这是个下沉的吸顶view,它不会被推出屏幕,而且覆盖隐藏在其他布局下面。"/>
+ android:text="这是个下沉的吸顶view,它不会被推出屏幕,而是覆盖隐藏在其他布局下面。"/>
0 commit comments