summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/about_layout.xml6
-rw-r--r--res/values/strings.xml2
2 files changed, 7 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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e06f513..6efe70c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -31,4 +31,6 @@
rectangles, but you can still paste them correctly (e.g., in web
forms).</string>
<string name="ok_button">OK</string>
+ <string name="more_button">More&#x2026;</string>
+ <string name="dismiss_button">Dismiss</string>
</resources>