SchildiChat-android/vector/src/main/res/layout/fragment_breadcrumbs.xml

9 lines
411 B
XML
Raw Normal View History

2019-12-05 14:51:12 +01:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
2019-12-05 14:51:12 +01:00
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/breadcrumbsRecyclerView"
2019-12-05 17:49:45 +01:00
android:layout_width="wrap_content"
2019-12-05 14:51:12 +01:00
android:layout_height="match_parent"
2019-12-05 17:49:45 +01:00
android:background="?riotx_background"
2019-12-05 22:38:49 +01:00
tools:listitem="@layout/item_breadcrumbs" />