[fenix] For https://github.com/mozilla-mobile/fenix/issues/15777 - [Grid View] Set the height of the title to 30dp

pull/600/head
Gabriel Luong 4 years ago committed by ekager
parent f977e5af36
commit 312626f8f0

@ -47,7 +47,7 @@
<TextView
android:id="@+id/mozac_browser_tabstray_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:ellipsize="none"
android:fadingEdgeLength="25dp"

Loading…
Cancel
Save