blob: 99c86660a2be6079da6bddd1aaa1251473f61a62 [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="wrap_content"
android:layout_height="wrap_content"
app:titleText="@string/preview_title"/>
<com.airbnb.lottie.samples.PreviewItemView
android:id="@+id/qr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:titleText="@string/preview_qr"
app:icon="@drawable/ic_qr_scan"/>
<com.airbnb.lottie.samples.PreviewItemView
android:id="@+id/file"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:titleText="@string/preview_file"
app:icon="@drawable/ic_file"/>
<com.airbnb.lottie.samples.PreviewItemView
android:id="@+id/url"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:titleText="@string/preview_url"
app:icon="@drawable/ic_network"/>
</LinearLayout>