mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Closes mozilla-mobile#4558 Change height of bookmark linearlayout
This commit is contained in:
parent
eb4150db2a
commit
f7840498ed
@ -11,6 +11,6 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/bookmarkLayout"
|
android:id="@+id/bookmarkLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical" />
|
android:orientation="vertical" />
|
||||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user