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