• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<LinearLayout
4    xmlns:android="http://schemas.android.com/apk/res/android"
5    android:orientation="vertical"
6    android:layout_width="fill_parent"
7    android:layout_height="fill_parent"
8>
9
10    <LinearLayout
11        android:id="@+id/buttonsContainer"
12        xmlns:android="http://schemas.android.com/apk/res/android"
13        android:orientation="vertical"
14        android:layout_width="fill_parent"
15        android:layout_height="fill_parent"
16    >
17        <TextView
18            android:layout_width="fill_parent"
19            android:layout_height="wrap_content"
20            android:text="copyright (c) 2009-2010 JMonkeyEngine"
21		/>
22
23        <TextView
24            android:layout_width="fill_parent"
25            android:layout_height="wrap_content"
26            android:text="http://www.jmonkeyengine.org"
27		/>
28
29    </LinearLayout>
30
31</LinearLayout>
32