[fenix] For https://github.com/mozilla-mobile/fenix/issues/8719: Keep RecyclerView from stretching to fill up parent width

pull/600/head
mcarare 5 years ago committed by Jeff Boek
parent 27b8a33acc
commit f7c41401ee

@ -5,7 +5,7 @@
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/top_sites_list"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:listitem="@layout/top_site_item" />

Loading…
Cancel
Save