2017-09-23 07:11:39 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-09 19:10:55 -05:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-09-23 07:11:39 -04:00
|
|
|
android:layout_width="match_parent"
|
2020-01-09 19:10:55 -05:00
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/recycler"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="4dp"
|
2020-04-12 12:21:47 -04:00
|
|
|
tools:listitem="@layout/global_search_controller_card" />
|
2020-01-09 19:10:55 -05:00
|
|
|
|
2020-01-05 11:29:27 -05:00
|
|
|
</FrameLayout>
|