For #14346: Fix min height on site list item (#14370)

pull/58/head
Tiger Oakes 4 years ago committed by GitHub
parent 70e853a6ee
commit 9fc37281bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,4 +6,5 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/site_list_item"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:minHeight="@dimen/mozac_widget_site_item_height" />

Loading…
Cancel
Save