aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_motion_test.xml
blob: c65afba94f18483fdf49d44a2918f26c55fcc3b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<ml.docilealligator.infinityforreddit.customviews.ClickableMotionLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/motion_layout"
    tools:context=".activities.MotionTestActivity"
    app:layoutDescription="@xml/activity_motion_test_scene">

    <View
        android:id="@+id/button"
        android:background="@color/colorAccent"
        android:layout_width="64dp"
        android:layout_height="64dp" />

</ml.docilealligator.infinityforreddit.customviews.ClickableMotionLayout>