mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-01 17:30:00 +01:00
11 lines
355 B
XML
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> |