]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/AboutActivity.java
addedAboutAndIcons
[Dictionary.git] / src / com / hughes / android / dictionary / AboutActivity.java
diff --git a/src/com/hughes/android/dictionary/AboutActivity.java b/src/com/hughes/android/dictionary/AboutActivity.java
new file mode 100755 (executable)
index 0000000..8317084
--- /dev/null
@@ -0,0 +1,15 @@
+package com.hughes.android.dictionary;\r
+\r
+import android.app.Activity;\r
+import android.os.Bundle;\r
+\r
+public final class AboutActivity extends Activity {\r
+  \r
+  /** Called when the activity is first created. */\r
+  @Override\r
+  public void onCreate(final Bundle savedInstanceState) {\r
+      super.onCreate(savedInstanceState);\r
+      setContentView(R.layout.about);\r
+  }\r
+\r
+}\r