• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout 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    android:layout_width="match_parent"
6    android:layout_height="wrap_content">
7
8    <View
9        android:id="@+id/image"
10        android:layout_width="match_parent"
11        android:layout_height="72dp"
12        android:background="@color/loading_placeholder"
13        android:layout_marginLeft="@dimen/activity_horizontal_margin"
14        android:layout_marginRight="@dimen/activity_horizontal_margin"
15        android:layout_marginBottom="16dp"/>
16
17    <com.airbnb.lottie.samples.views.WishListIconView
18        android:id="@+id/wishListIcon"
19        android:layout_width="96dp"
20        android:layout_height="96dp"
21        android:layout_marginTop="-16dp"
22        android:layout_alignParentTop="true"
23        android:layout_alignParentRight="true"
24        app:lottie_rawRes="@raw/heart"
25        android:scaleType="centerCrop"/>
26
27</RelativeLayout>