From cddec9d933c4bc46e4bec6094630ea7a19fd6860 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Mon, 26 Apr 2010 19:17:24 +0200 Subject: Move certain constant strings to resources. --- res/layout/main_layout.xml | 11 ++++++----- res/values/strings.xml | 7 ++++++- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout/main_layout.xml b/res/layout/main_layout.xml index 9500f4d..571a2dc 100644 --- a/res/layout/main_layout.xml +++ b/res/layout/main_layout.xml @@ -7,6 +7,11 @@ android:layout_width="fill_parent" android:layout_height="0dip" android:layout_weight="1" /> + + android:text="@string/copy_button" /> - diff --git a/res/values/strings.xml b/res/values/strings.xml index 6409dea..605a255 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,4 +1,9 @@ - UnicodeMapActivity + Unicode Map + Loading Unicode database + Please wait + Copy + Copied to clipboard + (Empty!) -- cgit v1.2.3