1
0
Fork 0

Closes mozilla-mobile#4558 Change height of bookmark linearlayout

master
obarzpaw 2019-10-23 07:46:20 +02:00 committed by Emily Kager
parent eb4150db2a
commit f7840498ed
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
<LinearLayout
android:id="@+id/bookmarkLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>