Files
andors-trail/AndorsTrail/res/layout/clouds_animator.xml
2018-03-12 15:46:08 +01:00

21 lines
669 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/ts_clouds_below"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:id="@+id/ts_clouds_center"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:id="@+id/ts_clouds_above"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</merge>