Files
andors-trail/AndorsTrail/res/layout/clouds_animator.xml
2018-03-23 16:48:28 +01:00

11 lines
355 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_layer"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</merge>