• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<merge xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:app="http://schemas.android.com/apk/res-auto"
4    xmlns:tools="http://schemas.android.com/tools"
5    tools:parentTag="android.widget.LinearLayout">
6
7    <com.airbnb.lottie.samples.views.TabBarItemView
8        android:id="@+id/recentView"
9        android:layout_width="wrap_content"
10        android:layout_height="wrap_content"
11        android:layout_marginLeft="24dp"
12        android:layout_marginRight="24dp"
13        android:background="?attr/selectableItemBackground"
14        app:titleText="@string/recent"/>
15
16    <com.airbnb.lottie.samples.views.TabBarItemView
17        android:id="@+id/popularView"
18        android:layout_width="wrap_content"
19        android:layout_height="wrap_content"
20        android:layout_marginBottom="18dp"
21        android:layout_marginRight="24dp"
22        android:background="?attr/selectableItemBackground"
23        app:titleText="@string/popular"/>
24
25    <com.airbnb.lottie.samples.views.TabBarItemView
26        android:id="@+id/searchView"
27        android:layout_width="wrap_content"
28        android:layout_height="wrap_content"
29        android:layout_marginBottom="18dp"
30        android:background="?attr/selectableItemBackground"
31        app:titleText="@string/search"/>
32
33</merge>