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

9 lines
418 B
XML
Raw Normal View History

2019-12-05 16:51:12 +03:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
2019-12-05 16:51:12 +03:00
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/breadcrumbsRecyclerView"
2019-12-05 19:49:45 +03:00
android:layout_width="wrap_content"
2019-12-05 16:51:12 +03:00
android:layout_height="match_parent"
2021-06-09 12:51:04 +03:00
android:background="?android:colorBackground"
2019-12-06 00:38:49 +03:00
tools:listitem="@layout/item_breadcrumbs" />