Skip to content

Commit bbfa068

Browse files
committed
replacing main views nested scrollview with a relativelayout
1 parent 84a59d6 commit bbfa068

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121

2222
</com.google.android.material.appbar.AppBarLayout>
2323

24-
<androidx.core.widget.NestedScrollView
24+
<RelativeLayout
2525
android:id="@+id/main_nested_scrollview"
2626
android:layout_width="match_parent"
2727
android:layout_height="match_parent"
28-
android:fillViewport="true"
29-
android:scrollbars="none"
3028
app:layout_behavior="@string/appbar_scrolling_view_behavior">
3129

3230
<androidx.coordinatorlayout.widget.CoordinatorLayout
@@ -94,5 +92,5 @@
9492
android:src="@drawable/ic_plus_vector" />
9593

9694
</androidx.coordinatorlayout.widget.CoordinatorLayout>
97-
</androidx.core.widget.NestedScrollView>
95+
</RelativeLayout>
9896
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 commit comments

Comments
 (0)