mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
17 lines
No EOL
690 B
XML
17 lines
No EOL
690 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<im.vector.app.core.platform.StateView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/stateView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/searchResultRecycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:overScrollMode="always"
|
|
tools:itemCount="2"
|
|
tools:listitem="@layout/item_search_result" />
|
|
|
|
</im.vector.app.core.platform.StateView> |