1
0
Fork 0

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

master
mcarare 2020-02-25 13:08:06 +02:00 committed by Jeff Boek
parent 9f4375fdee
commit 2add077ee3
1 changed files with 1 additions and 1 deletions

View File

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