For #8719: Keep RecyclerView from stretching to fill up parent width

fennec/beta
mcarare 4 years ago committed by Jeff Boek
parent 9f4375fdee
commit 2add077ee3

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