summaryrefslogtreecommitdiffstats
path: root/res/layout/main_layout.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-27 02:13:49 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-27 02:24:17 +0200
commit221e994358da9d5e18fe490a19389093dfe4e755 (patch)
treea386603af4a5cf4ee501c4456d653560b8965058 /res/layout/main_layout.xml
parente37377a5d3ca4c78c440b097af4186cbbd81a6a0 (diff)
downloadUnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.tar.gz
UnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.tar.bz2
UnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.zip
Implement a search mechanism.
Diffstat (limited to 'res/layout/main_layout.xml')
-rw-r--r--res/layout/main_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/main_layout.xml b/res/layout/main_layout.xml
index 571a2dc..89480d7 100644
--- a/res/layout/main_layout.xml
+++ b/res/layout/main_layout.xml
@@ -21,7 +21,7 @@
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1" />
- <Button android:id="@+id/button"
+ <Button android:id="@+id/copyButton"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="@string/copy_button" />