mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4040 - Remove NestedScrollView from Bookmark Layout
This commit is contained in:
parent
082000dd4b
commit
56c43388a8
@ -7,13 +7,10 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context="org.mozilla.fenix.library.bookmarks.BookmarkFragment">
|
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_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
<LinearLayout
|
android:orientation="vertical" />
|
||||||
android:id="@+id/bookmark_layout"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:orientation="vertical" />
|
|
||||||
</androidx.core.widget.NestedScrollView>
|
|
||||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user