• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:app="http://schemas.android.com/apk/res-auto"
4    android:id="@+id/grid_layout"
5    android:layout_width="wrap_content"
6    android:layout_height="wrap_content"
7    android:layout_gravity="center"
8    android:columnCount="3">
9
10    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
11        android:id="@+id/animation_1"
12        android:layout_width="@dimen/film_strip_size"
13        android:layout_height="@dimen/film_strip_size"
14        app:lottie_renderMode="software" />
15
16    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
17        android:id="@+id/animation_2"
18        android:layout_width="@dimen/film_strip_size"
19        android:layout_height="@dimen/film_strip_size"
20        app:lottie_renderMode="software" />
21
22    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
23        android:id="@+id/animation_3"
24        android:layout_width="@dimen/film_strip_size"
25        android:layout_height="@dimen/film_strip_size"
26        app:lottie_renderMode="software" />
27
28    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
29        android:id="@+id/animation_4"
30        android:layout_width="@dimen/film_strip_size"
31        android:layout_height="@dimen/film_strip_size"
32        app:lottie_renderMode="software" />
33
34    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
35        android:id="@+id/animation_5"
36        android:layout_width="@dimen/film_strip_size"
37        android:layout_height="@dimen/film_strip_size"
38        app:lottie_renderMode="software" />
39
40    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
41        android:id="@+id/animation_6"
42        android:layout_width="@dimen/film_strip_size"
43        android:layout_height="@dimen/film_strip_size"
44        app:lottie_renderMode="software" />
45
46    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
47        android:id="@+id/animation_7"
48        android:layout_width="@dimen/film_strip_size"
49        android:layout_height="@dimen/film_strip_size"
50        app:lottie_renderMode="hardware" />
51
52    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
53        android:id="@+id/animation_8"
54        android:layout_width="@dimen/film_strip_size"
55        android:layout_height="@dimen/film_strip_size"
56        app:lottie_renderMode="hardware" />
57
58    <com.airbnb.lottie.snapshots.NoCacheLottieAnimationView
59        android:id="@+id/animation_9"
60        android:layout_width="@dimen/film_strip_size"
61        android:layout_height="@dimen/film_strip_size"
62        app:lottie_renderMode="hardware" />
63</GridLayout>
64