mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
7 lines
360 B
XML
7 lines
360 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<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_height="match_parent"
|
||
|
tools:listitem="@layout/item_breadcrumbs" />
|