blob: 715791c2dcc3fa7f6fbd213dbbd060701d18dd40 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.airbnb.lottie.samples.views.Marquee
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:subtitleText="@string/lottiefiles_airbnb"
app:titleText="@string/lottiefiles" />
<com.airbnb.lottie.samples.views.LottiefilesTabBar
android:id="@+id/tab_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.airbnb.lottie.samples.views.SearchInputItemView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
app:layoutManager="LinearLayoutManager" />
</LinearLayout>