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

14 lines
575 B
XML
Raw Normal View History

2020-09-21 15:40:46 +03:00
<?xml version="1.0" encoding="utf-8"?>
<im.vector.app.core.platform.StateView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/stateView"
2020-09-21 15:40:46 +03:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?riotx_header_panel_background">
2020-09-21 15:40:46 +03:00
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/searchResultRecycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="always" />
</im.vector.app.core.platform.StateView>