diff options
author | David A. Madore <david+git@madore.org> | 2010-04-29 04:08:34 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-04-29 04:08:34 +0200 |
commit | d19282f8ce9d4256875e37358eda3ee19527d1f6 (patch) | |
tree | 04efd39dfc66313cdb414f861f7ac851c6e5686c /res/layout | |
parent | 1c0450a270ff1d26a0fbf8b6f48d3e9c05003cf1 (diff) | |
download | UnicodeMap-d19282f8ce9d4256875e37358eda3ee19527d1f6.tar.gz UnicodeMap-d19282f8ce9d4256875e37358eda3ee19527d1f6.tar.bz2 UnicodeMap-d19282f8ce9d4256875e37358eda3ee19527d1f6.zip |
Improve "about" (and provide link to my programs page).v0.0.2
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about_layout.xml | 6 |
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> |