aboutsummaryrefslogtreecommitdiff
path: root/engine/src/android/res/layout/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/android/res/layout/about.xml')
-rw-r--r--engine/src/android/res/layout/about.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/engine/src/android/res/layout/about.xml b/engine/src/android/res/layout/about.xml
index 1d8c2b0..ca249e7 100644
--- a/engine/src/android/res/layout/about.xml
+++ b/engine/src/android/res/layout/about.xml
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
>
<LinearLayout
- android:id="@+id/buttonsContainer"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
+ android:id="@+id/buttonsContainer"
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
<TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="copyright (c) 2009-2010 JMonkeyEngine"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="copyright (c) 2009-2010 JMonkeyEngine"
/>
<TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="http://www.jmonkeyengine.org"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="http://www.jmonkeyengine.org"
/>
</LinearLayout>