2
0
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:
obarzpaw 2019-10-23 07:46:20 +02:00 committed by Emily Kager
parent eb4150db2a
commit f7840498ed

View File

@ -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>