1
0
Fork 0

Closes #4040 - Remove NestedScrollView from Bookmark Layout

master
ekager 2019-07-29 18:32:25 -07:00 committed by Emily Kager
parent 458632f4bf
commit 3fb20aea6a
1 changed files with 5 additions and 8 deletions

View File

@ -7,13 +7,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.mozilla.fenix.library.bookmarks.BookmarkFragment">
<androidx.core.widget.NestedScrollView
<LinearLayout
android:id="@+id/bookmark_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/bookmark_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
</androidx.core.widget.NestedScrollView>
android:layout_height="match_parent"
android:orientation="vertical" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>