blob: 00a35792f3dc583af1cd7b722e12f720b6d73e3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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" >
<com.tavianator.dimension.android.RaytracedView
android:id="@+id/main_raytraced"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
|