summaryrefslogtreecommitdiffstats
path: root/res/layout/about_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/about_layout.xml')
-rw-r--r--res/layout/about_layout.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/about_layout.xml b/res/layout/about_layout.xml
index f1ab2c7..98cf2c1 100644
--- a/res/layout/about_layout.xml
+++ b/res/layout/about_layout.xml
@@ -8,8 +8,12 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/about_text" />
+ <Button android:id="@+id/aboutMore"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/more_button" />
<Button android:id="@+id/aboutOk"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:text="@string/ok_button" />
+ android:text="@string/dismiss_button" />
</LinearLayout>