2020-09-21 15:40:46 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-24 10:19:26 +03:00
|
|
|
<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"
|
2020-09-24 10:19:26 +03:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="?riotx_header_panel_background">
|
2020-09-21 15:40:46 +03:00
|
|
|
|
2020-09-24 10:19:26 +03:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/searchResultRecycler"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:overScrollMode="always" />
|
2020-09-21 17:01:27 +03:00
|
|
|
|
2020-09-24 10:19:26 +03:00
|
|
|
</im.vector.app.core.platform.StateView>
|