Breadcrumbs: fix layout issue

This commit is contained in:
Benoit Marty 2019-12-05 17:49:45 +01:00
parent ad4d5e5c02
commit 5373d9aa21
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/roomDetailDrawerContainer"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start" />

View File

@ -2,6 +2,7 @@
<com.airbnb.epoxy.EpoxyRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/breadcrumbsRecyclerView"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?riotx_background"
tools:listitem="@layout/item_breadcrumbs" />