2015-08-16 16:20:31 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-08-24 15:48:13 +03:00
|
|
|
<RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
<RelativeLayout android:id="@+id/of_gl_surface_container" android:layout_width="fill_parent" android:layout_height="fill_parent"/>
|
2015-08-16 16:20:31 +03:00
|
|
|
<!-- add here other views' layouts -->
|
|
|
|
|
</RelativeLayout>
|