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 84a59d6 commit bbfa068Copy full SHA for bbfa068
app/src/main/res/layout/activity_main.xml
@@ -21,12 +21,10 @@
21
22
</com.google.android.material.appbar.AppBarLayout>
23
24
- <androidx.core.widget.NestedScrollView
+ <RelativeLayout
25
android:id="@+id/main_nested_scrollview"
26
android:layout_width="match_parent"
27
android:layout_height="match_parent"
28
- android:fillViewport="true"
29
- android:scrollbars="none"
30
app:layout_behavior="@string/appbar_scrolling_view_behavior">
31
32
<androidx.coordinatorlayout.widget.CoordinatorLayout
@@ -94,5 +92,5 @@
94
92
android:src="@drawable/ic_plus_vector" />
95
93
96
</androidx.coordinatorlayout.widget.CoordinatorLayout>
97
- </androidx.core.widget.NestedScrollView>
+ </RelativeLayout>
98
0 commit comments