12 lines
No EOL
458 B
XML
12 lines
No EOL
458 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context="net.osmand.core.samples.android.sample1.GLActivity">
|
|
|
|
<android.opengl.GLSurfaceView
|
|
android:id="@+id/glSurfaceView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
</FrameLayout> |