Skip to content

Instantly share code, notes, and snippets.

@russelarms
Created May 28, 2017 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russelarms/d2bdfd03debac0eabce15de4b9a0f4ac to your computer and use it in GitHub Desktop.
Save russelarms/d2bdfd03debac0eabce15de4b9a0f4ac to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
<com.russelarms.offsetanimatorsample.AnimatorScene
android:id="@+id/animator_scene"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<android.support.v4.view.ViewPager
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment