From 4a13778ae23054fe52529f9fcc4ed55940e8cfbf Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Tue, 27 Apr 2010 17:50:27 +0200
Subject: Had forgotten to commit about_layout.xml :-(

I hate this, it happens all the time.  And this time I can't even
rewrite history because I published hashes all over the place.  This
means release 0.0.1 is BROKEN. :-(((
---
 res/layout/about_layout.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 res/layout/about_layout.xml

(limited to 'res/layout')

diff --git a/res/layout/about_layout.xml b/res/layout/about_layout.xml
new file mode 100644
index 0000000..f1ab2c7
--- /dev/null
+++ b/res/layout/about_layout.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:padding="10dp"
+    android:orientation="vertical">
+  <TextView android:id="@+id/aboutText"
+      android:layout_width="fill_parent"
+      android:layout_height="wrap_content"
+      android:text="@string/about_text" />
+  <Button android:id="@+id/aboutOk"
+      android:layout_width="fill_parent"
+      android:layout_height="wrap_content"
+      android:text="@string/ok_button" />
+</LinearLayout>
-- 
cgit v1.2.3